@charset "utf-8";

/***** Initialize ******/
body    {
	background-color: #eeeeee;
	background-repeat: repeat-x;
	background-image: url(../images_share/barbg_mid.gif);
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
}
	
a {
	color: #009933;
	text-decoration: none;
}
	
a:hover {
	color: #FF6600;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
}

/* clearfloats */
.clearfloat {
	width:1px;
	height:1px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}



/****** Format ******/

/* menu bar */
#menuBar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#menuBar .index {
	float: left;
}

#menuBar .logo {
	float: right;
}

#menuBar .menuBox {
	width: 387px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
}

#menuBar .menuTop1 {
	width: 47px;
	background-image: url(../images_share/barbtn_toptotop.gif);
	background-repeat: repeat-x;
	height: 16px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	float: left;
	padding-right: 10px;
	float: left;
}

#menuBar .menuTop2 {
	width: 320px;
	background-image: url(../images_share/bar_btntop.gif);
	background-repeat: repeat-x;
	height: 16px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	float: left;
}


#menuBar ul {
	float: left;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#menuBar li {
	float: left;
	height: 20px;
	width: 80px;
	margin: 0px;
	overflow: hidden;
	font-size: 12px;
	line-height: 100%;
}

#menuBar .left{
	background-image: url(../images_share/barbtn_left.gif);
	display: block;
	height: 20px;
	width: 10px;
}

#menuBar .right{
	background-image: url(../images_share/barbtn_right.gif);
	display: block;
	height: 20px;
	width: 10px;
}

#menuBar .totop {
	float: left;
	height: 20px;
	width: 47px;
	margin: 0px;
	overflow: hidden;
	font-size: 12px;
	line-height: 100%;
}

#menuBar .totop a {
	background-image: url(../images_share/barbtn_totop.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .totop a:hover {
	background-position: 0px -20px;
}

#menuBar .news a {
	background-image: url(../images_share/barbtn_news.gif);
	background-position: 0px 0px;
	display: block;
	height: 20px;
	width: 47px;
	width: 100%;
	padding-top: 30px;
}

#menuBar .news a:hover {
	background-position: 0px -20px;
}

#menuBar .service a {
	background-image: url(../images_share/barbtn_service.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .service a:hover {
	background-position: 0px -20px;
}

#menuBar .profile a {
	background-image: url(../images_share/barbtn_profile.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .profile a:hover {
	background-position: 0px -20px;
}

#menuBar .access a {
	background-image: url(../images_share/barbtn_access.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .access a:hover {
	background-position: 0px -20px;
}


/* Page */
#page {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(../images_share/page_bg.gif);
}

#page .end {
	background-image: url(../images_share/pageend.gif);
	clear: both;
	height: 11px;
	width: 600px;
	font-size: 0px;
	line-height: 0px;
}


/* Header */
#header {
	width: 600px;
	background-image: url(../images_share/header_bg.gif);
}

#header  .title {
	height: 47px;
	width: 600px;
	float: right;
	text-align: right;
}

#header  .navi {
	height: 17px;
	width: 437px;
	float: right;
	text-align: right;
	padding-top: 7px;
	padding-right: 8px;
}


/* Menu */
#menu {
	width: 158px;
	float: left;
	text-align: left;
}

#menu a{
	color: #666666;
}

#menu a:hover{
	color: #FF6600;
}

#menu ul{
	margin-top: 15px;
	font-size: 12px;
	line-height: 100%;
}

#menu li{
	width: 158px;
	height: 21px;
	margin-top: 8px;
	overflow: hidden;
}


#menu .access a{
	background-image: url(../images_share/menu_access_0101.gif);
	background-position: 0px 0px;
	display: block;
	padding-top: 30px;
}

#menu .access a:hover{
	background-position: 0px -21px;	
}

#menu .news a{
	background-image: url(../images_share/menu_news_0101.gif);
	background-position: 0px 0px;
	display: block;
	padding-top: 30px;
}

#menu .news a:hover{
	background-position: 0px -21px;	
}

#menu .profile a{
	background-image: url(../images_share/menu_profile_0101.gif);
	background-position: 0px 0px;
	display: block;
	padding-top: 30px;
}

#menu .profile a:hover{
	background-position: 0px -21px;	
}

#menu .service1 a{
	background-image: url(../images_share/menu_service_0101.gif);
	background-position: 0px 0px;
	display: block;
	padding-top: 30px;
}

#menu .service1 a:hover{
	background-position: 0px -21px;	
}

#menu .service2 a{
	background-image: url(../images_share/menu_service_0201.gif);
	background-position: 0px 0px;
	display: block;
	padding-top: 30px;
}

#menu .service2 a:hover{
	background-position: 0px -21px;	
}

#menu .subMenu{
	width: 120px;
	height: 100%;
	margin-top: 0px;
	padding-left: 15px;
	overflow: visible;
	list-style-type: none;
	display: block;
}

#menu ul ul{
	margin: 0px;
	font-size: 11px;
	line-height: 150%;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images_share/list_bit_green.gif);
}

#menu ul ul li{
	margin: 0px;
	width: 100%;
	height: 100%;	
}







/****** Content ******/

/* Content */

#content {
	width: 430px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
}


/* basic Block */
.article_full_std {
	font-size: 12px;
	line-height: 160%;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 430px;
	margin-top: 15px;
}
.article_full_center {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: center;
	clear: both;
	width: 430px;
}

.article_half_left {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 215px;
	float: left;
}

.article_half_right {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	width: 215px;
	float: right;
}


/* text style */
.indenttxt {
	margin-top: 0.5em;
	margin-left: 1em;
}

.boldtxt {
	font-weight: bold;
}

.boldtxtred {
	font-weight: bold;
	color: #FF0000;
}

.list_std {
	margin-top: 0.5em;
	margin-left: 4em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
}

.txt16b {
	font-weight: bold;
	font-size: 16px;
}

/* Text Deco */

.headline_stripe_14 {
	font-weight: bold;
	color: #660000;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 16px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	clear: both;
	background-color: #CCCCCC;
}
.headline_line_12 {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #660000;
	padding-left: 5px;
	clear: none;
}

/* Column */

.columnTxt_SQ_Orange {
	background-color: #FFFFee;
	margin: auto;
	border: 1px double #FFCC00;
	font-weight: bold;
	text-align: center;
	width: 80%;
	padding: 5px;
}
.columnTxt_SQ_Gray {
	background-color: #FFFFFF;
	margin: auto;
	border: 1px dotted #999999;
	font-weight: normal;
	width: 80%;
	padding: 5px;
}

/* for Item */

.titlebar_pagetop {
	margin-top: 5px;
	margin-bottom: 5px;
}
.btnScrollup {
	text-align: right;
	width: 516px;
	clear: both;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* Element */
.align_right {
	float: right;
}
.align_left {
	float: left;
}
.valign_center {
	vertical-align: middle;
}



/* table */
.table_std {
	border-collapse:collapse;
	border: 1px solid #666666;
	padding: 0px;
	width: 90%;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: center;
}
.table_std th {
	background-color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	border: 1px solid #666666;
	text-align: center;
}
.table_std td {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
	text-align: left;
}

.table_td_center {
	text-align: center;
}

.table_td_right {
	text-align: right;
}




/****** footer ******/
#copyright{
	color: #666666;
	font-size: 10px;
	line-height: 135%;
	text-decoration: none;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
