@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.clearfix:after { 
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body {
	background: url(../img/bg.gif) repeat-x white;
	font-size: 13pt;
	color:#333; /* black */
}

a {
	color:#0066cc;
	text-decoration: underline;
}
a:hover {
	/*text-decoration: underline;*/
}

img {
	border: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
}

/* ヘッドライン */
#headline {
	height: 40px;
	font-size: 10pt;
	color: white;
}
#headline h1 {
	padding: 15px 0 0 0;/*14px 0*/
	float: left;
	width: 500px;/*350*/
	font-size: 10pt;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#headline a {
	color: white;
}
#headline ul {float: right;}
#headline ul li {
	float: right;
	margin-left: 15px;
	list-style-type: none;
}

#headline ul li a{
       	display: block;
	height: 41px;
	margin: 0px 0; 
	padding-left: 100px;
	line-height: 41px;
}

#headline ul li p{
       	display: block;
	margin: 0px 0; 
	padding-left: 200px;
	line-height: 41px;
}

#headline ul li a#header_login{background: url(../img/btn_login.png) no-repeat 0 0;}


/* ヘッダ */
#header {
	height: 85px;
}
#header p.logo {
	padding: 20px 0 15px 0;
	float: left;
	width: 260px;
}
#header p.inq {
	padding:20px 0 0px 0px;
	float: right;
	width: 250px;
}

/* グローバルナビ */
ul#navi {
	clear: both;
	height: 55px;
}
ul#navi li {
	display: block;
	padding: 10px 0 0 1px;
	width: 160px;
	float: left;
	list-style-type: none;
}
ul#navi li.first {
	padding: 10px 0 0 0;
}
ul#navi li a {
	display: block;
	width: 160px;
	height: 45px;
	background: url(../img/navi.png) 0 0;
	text-align: center;
	font-weight: bold;
	line-height: 2.8;
	color: #ecf1f5;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#navi li a:hover, ul#navi li.current a {
	background: url(../img/navi.png) 0 45px;
	text-decoration: none;
	color: white;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ログイン後情報 */
#header .profile {
	padding: 18px 0 15px 0;
	float: right;
	width: 500px;
	font-size: 11pt;
	text-align: right;
	line-height: 1.5;
}
#header .profile a {
	font-size:9pt;
}

/* フッター */
#footer {
	position: relative;
	clear: both;
	height: 75px;
	font-size: 10pt;
	color: white;
	background: url(../img/bg_footer.png) repeat-x;
}
#footer p {
	text-align: center;
	padding: 15px 0 0 0;
}
#footer a {
	color: white;
}

/* 画面内枠組み */
.single {
	clear: both;
	line-height: 1.5;
	padding: 15px 0;
}
.contents {
	padding-top:15px;
}
.double-l {
	width: 715px;
	float: left;
	line-height: 1.5;
	padding-bottom: 30px;
}
.double-r {
	width: 225px;
	float: right;
	line-height: 1.5;
	padding-bottom: 30px;
}

/* パンくず */
p.topic-path {
	font-size:11pt;
	padding-bottom:15px;
}

/*サイドバーコンテンツ*/
/*ユーザ無料会員登録ボタン*/
.double-r .entry{
	display: block;
	background:url(../img/bg_entry.png) repeat-y 0 0;
}
/*ログイン*/
.double-r #login_head{
	height: 50px;
	margin-top:15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.double-r #login_middle{
	height:auto;
	font-size: 11pt;
	color:#000000;
	padding: 10px 20px;
	background:url(../img/bg_login_middle.png) repeat-y 0 0;
}

.double-r #login_middle input{
	width:100%;
	height:24px;
}
.double-r #login_middle input.login{
	display:block;
	width:70px;
	height:30px;
	margin:10px auto;
}

.double-r #remind{
	display: block;
	height: 35px;
	padding: 5px 0 0 40px;
	background:url(../img/bg_question.png) no-repeat 0 5px;
}
.double-r #login_bottom{
	height: 2px;
	line-height: 2px;
	background:url(../img/bg_login_bottom.png) no-repeat 0 0;
}

/*FAXDMリストをお探しの方へ*/
.double-r #list_banner{
	height:60px;/*160*/
	margin-top:15px;
	padding:100px 0 0 0px;
	background: url(../img/list_banner.gif) no-repeat 0 0;
}
.double-r a#list_arrow{
	display:block;
	width:100px;/*110*/
	height:40px;/*40*/
	line-height:42px;
	margin:5px auto 0;
	padding: 0 0 0 10px ;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../img/bg_list_detail.gif) no-repeat 0 0;
}

/*サイドナビゲーション*/
.double-r ul#sidenavi{
	padding: 6px 5px;
	margin-top: 15px; 
	height: 300px;
	background: url(../img/bg_sidenavi.gif) no-repeat 0 0;
	list-style-type: none;
}
.double-r ul#sidenavi li{
	clear: both;
	height: 27px;
	margin: 10px 0 0;/*コンテンツ六個時⇒6px 0 0*/
}
.double-r ul#sidenavi li .sidenavi_mark{
	float: left;
	display: block;
	width: 27px;
	height: 27px;
	margin: 0px 5px 0 0;
}
.double-r ul#sidenavi li a{
	float:left;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 20px;
	background: url(../img/arrow.gif) no-repeat 5px 10px;
	font-size: 10pt;
	color: #333;
	text-decoration: none;
}
.double-r ul#sidenavi li a:hover{	text-decoration: none;}

.double-r .mtb15{margin: 15px 0px;}