@charset "Shift_JIS";

/*
===== 1: CLEARFIX ==========================================
*/
.clear{clear:both;}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}


/*--------------------------------------------header---*/
#header #headtitle{
	height:39px;
	margin:15px 0 15px 0;
}

/*---menu---*/
#header ul#menu {
	height:38px;
	clear:both;
	border-bottom: 2px solid #c0c0c0;
	background:#fff url(../images/bg_tab.jpg) left bottom no-repeat;
}
#header ul#menu li {
	height:38px;
	float:left;
	padding-right:2px;
}
#header ul#menu li.no-space {
	padding-right:0;
}
#header ul#menu li#endmenu {
	float:right;
	padding-right:0;
}
#header ul#menu li a{
	display:block;
}

/*---clearfix---*/
#header #headtitle,
#header ul#menu {
	min-height:0;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body #header #headtitle,
*+html:first-child body #header ul#menu {
	overflow: hidden;
}
/*\*//*/
*+html:first-child body #header ul#menu {
	overflow:visible;
}
/**/
#header #headtitle:after,
#header ul#menu:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}
/* \*/
* html #header #headtitle,
* html #header ul#menu { height:1%;}
#header #headtitle,
#header ul#menu {display: block;} 
/* */


/*---links---*/
#header #headtitle #title{
width:472px;
float:left;
}

#header #headtitle ul#links{
width:384px;
margin-top:15px;
padding-right:5px;
float:right;
}

#header #headtitle ul#links li{
width:115px;
text-align:right;
float:right;
}

#header #headtitle ul#links li.setup{
width:160px;
}

#header #headtitle ul#links li a{
	padding: 0 0 3px 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.3em;
}

#header #headtitle ul#links li a .popup{
	padding:0 13px 3px 0;
	background:url(/share/images/icon_blank.gif) no-repeat right 0.3em;
}


/*--------------------------------------------btn---*/
#btn{
	padding-bottom:65px;
}

#btn h3{
	padding-top:3px;
}
#btn p{
	padding:10px 10px 10px 13px;
}

/*---btn_menu---*/
#pagebody #btn ul#btn_menu {
	width:910px;
	height:117px;
	margin-left:20px;
	clear:both;
}
#pagebody #btn ul#btn_menu li {
	height:117px;
	float:left;
}
#pagebody #btn ul#btn_menu li.no-space {
	padding-right:0;
}
#pagebody #btn ul#btn_menu li#endmenu {
	float:right;
	padding-right:0;
}
#pagebody #btn ul#btn_menu li a{
	display:block;
}

/*---clearfix---*/
#pagebody #btn,
#pagebody #btn ul#btn_menu {
	min-height:0;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body #pagebody #btn,
*+html:first-child body #pagebody #btn ul#btn_menu {
	overflow: hidden;
}
/*\*//*/
*+html:first-child body #pagebody #btn ul#btn_menu {
	overflow:visible;
}
/**/
#pagebody #btn:after,
#pagebody #btn ul#btn_menu:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}
/* \*/
* html #pagebody #btn,
* html #pagebody #btn ul#btn_menu { height:1%;}
#pagebody #btn,
#pagebody #btn ul#btn_menu {display: block;} 
/* */

/*--------------------------------------------anchor---*/
#anchor{
	padding:30px 0 10px 0;
}

/*---anchor_menu---*/
#anchor ul#anchor_menu {
	clear:both;
}
#anchor ul#anchor_menu li {
	height:30px;
	float:left;
}
#anchor ul#anchor_menu li.no-space {
	padding-right:0;
}
#anchor ul#anchor_menu li#endmenu {
	float:right;
	padding-right:0;
}
#anchor ul#anchor_menu li a{
	display:block;
}

/*---clearfix---*/
#anchor #headtitle,
#anchor ul#anchor_menu {
	min-height:0;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body #anchor #headtitle,
*+html:first-child body #anchor ul#anchor_menu {
	overflow: hidden;
}
/*\*//*/
*+html:first-child body #anchor ul#anchor_menu {
	overflow:visible;
}
/**/
#anchor #headtitle:after,
#anchor ul#anchor_menu:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}
/* \*/
* html #anchor #headtitle,
* html #anchor ul#anchor_menu { height:1%;}
#anchor #headtitle,
#anchor ul#anchor_menu {display: block;} 
/* */

/*--------------------------------------------list---*/
#list{
	padding-bottom:65px;

}
#list h3 {
	padding:20px 0 15px 0;
	clear:both;

}

/*---link_text---*/
#list ul.link_text {
	margin-bottom:20px;
	clear:both;
	background-color:#f8f8f8;
}
#list ul.link_text li {
	padding-left:20px;
	width:217px;
	line-height:2;
	float:left;
}
*html #list ul.link_text li img {
padding-top:6px;
}
#list ul.link_text li p {
	line-height:1.5;
}
#list ul.link_text li a {
	padding: 0 0 3px 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.7em;
}
#list ul.link_text li a{
	display:block;
}
#list ul.link_text li.title {
	width:930px;
	font-size:1.05em;
	font-weight:600;
	cleare:both;
	background-color:#ffffff;
}
#list ul.link_text li.title span.gray {
	font-size:0.85em;
	color:#666666;
	font-weight:normal;
}

#list ul.link_text li.long {
	width:454px;
	float:left;
}
#list ul.link_text li.long3 {
	width:691px;
	float:left;
}
#list ul.link_text li.long4 {
	width:908px;
	float:left;
}
/*---20111114追加---*/
#list ul.link_text li.long3column {
	width:280px;
	float:left;
}
/*---20111114追加ここまで---*/


/*---link_text2---*/
#list ul.link_text2 {
	margin-bottom:20px;
	clear:both;
	background-color:#f8f8f8;
}
#list ul.link_text2 li {
	padding-left:20px;
	width:217px;
	padding-bottom: 5px;
}
*html #list ul.link_text2 li img {
padding-top:6px;
}
#list ul.link_text2 li p {
	line-height:1.5;
}
#list ul.link_text2 li a {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(/share/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#list ul.link_text2 li.title {
	width:930px;
	font-size:1.05em;
	font-weight:600;
	cleare:both;
	background-color:#ffffff;
}
#list ul.link_text2 li.title span.gray {
	font-size:0.85em;
	color:#666666;
	font-weight:normal;
}

#list ul.link_text2 li.long {
	width:454px;
	float:left;
}
#list ul.link_text2 li.long3 {
	width:900px;
}
#list ul.link_text2 li.long4 {
	width:908px;
	float:left;
}
/*---20111114追加---*/
#list ul.link_text2 li.long3column {
	width:290px;
	float:left;
}
/*---20111114追加ここまで---*/



/*---link_text_relation---*/
#list ul.link_text_relation {
	margin-bottom:20px;
	clear:both;
	padding:15px;
	border:solid 1px #eeeeee;
	background-color:#f8f8f8;
}
#list ul.link_text_relation li {
	padding-left:20px;
	width:420px;
	line-height:2;
	float:left;
}
#list ul.link_text_relation li a {
	padding: 0 0 3px 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.7em;
}
#list ul.link_text_relation li a{
	display:block;
}
#list ul.link_text_relation li.title {
	width:890px;
	font-size:1.05em;
	font-weight:600;
	cleare:both;
	color:#707070;
}
#list ul.link_text_relation li.long {
	width:650px;
}


/*---link_text_relation---*/
#list div.link_text_relation {
	margin-bottom:20px;
	clear:both;
	padding:15px;
	border:solid 1px #eeeeee;
	background-color:#f8f8f8;
}
#list div.link_text_relation .left {
	float: left;
	width: 420px;
}
#list div.link_text_relation .right {
	float: left;
	width: 420px;
	padding-left: 20px;
}
#list div.link_text_relation li {
	padding-left:20px;
	width:420px;
	line-height:2;
	float:left;
}
#list div.link_text_relation li a {
	padding: 0 0 3px 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.7em;
}
#list div.link_text_relation li a{
	display:block;
}
#list div.link_text_relation p.title {
	width:890px;
	font-size:1.05em;
	font-weight:600;
	cleare:both;
	color:#707070;
	padding-left: 20px;
	padding-bottom: 5px;
}
#list div.link_text_relation li.long {
	width:650px;
}




/*---clearfix(.link_text)---*/
#list #headtitle,
#list ul.link_text {
	min-height:0;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body #list #headtitle,
*+html:first-child body #list ul.link_text {
	overflow: hidden;
}
/*\*//*/
*+html:first-child body #list ul.link_text {
	overflow:visible;
}
/**/
#list #headtitle:after,
#list ul.link_text:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}
/* \*/
* html #list #headtitle,
* html #list ul.link_text { height:1%;}
#list #headtitle,
#list ul.link_text {display: block;} 
/* */

/*---clearfix(.link_text_relation)---*/
#list #headtitle,
#list ul.link_text_relation {
	min-height:0;
	/*\*//*/
display: inline-table;
/**/
}
*+html:first-child body #list #headtitle,
*+html:first-child body #list ul.link_text_relation {
	overflow: hidden;
}
/*\*//*/
*+html:first-child body #list ul.link_text_relation {
	overflow:visible;
}
/**/
#list #headtitle:after,
#list ul.link_text_relation:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
	line-height:0;
}
/* \*/
* html #list #headtitle,
* html #list ul.link_text_relation { height:1%;}
#list #headtitle,
#list ul.link_text_relation {display: block;} 
/* */



/*---.coming_soon---*/
#list ul.link_text li.coming_soon,
#list ul.link_text_relation li.coming_soon {
	color:#999999;
	padding-bottom:3px;
}
/*---.coming_soon---*/

/*---.normal---*/
#list ul.link_text li.normal,
#list ul.link_text_relation li.normal { 
	font-weight:normal;
	}

/*--  Add 11-09-21 --*/
/*--.box_white--*/
#list ul.link_text div.box_white{
	 width:97%;
	 margin:10px auto;
	 padding-top:3px;
	 padding-left:5px;
	 border:1px solid #CCC;
	 background-color:#fff;
	}
#list ul.link_text div.box_white a.ml_20{
	margin-left:20px;
}

/*--  /Add 11-09-21 --*/
