@charset "shift_jis";
@import "font.css";
@import "headermenu.css";
@import "sidmenu.css";
@import "details.css";
/* CSS Document */
/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 98%;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
	margin: 0px;
	padding: 0px;
}
li	{
	list-style-type: none;
}


/* ////////////////////////////////@全体定義（枠・ぱんくず）//////////////////////////////// */


/* ---------------------------------------------------------
全体の定義
--------------------------------------------------------- */
body {
	color:#423113;
	line-height:1.2em;
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

* html body{
/* for WInIE6 */
	font-size:75%;
	font-family:Verdana, "ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5em;
 }

*;first-child+html body{
/* for WInIE7 */
	font-size:75%;
	font-family:"メイリオ",Meiryo,sans-serif;
	line-height:1.5em;
 }

a:link {
	color:#cc0000;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	text-decoration: underline;
	font-size: 12px;
}



.clear_all { clear:both; margin:3px 0;}
.bold { font-weight:bold; }
.shift-left { float:left;}
.shift-right { float:right;}
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}


/* ---------------------------------------------------------
各枠
--------------------------------------------------------- */

#wrapper {
	float:none;
	height: auto;
	width: 1004px;
	margin: 0px auto;
	padding:0;
	background:#FFFFFF;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

#contents {
	height: auto;
	width: 787px;
	padding:0;
	text-align:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	float: left;
}

/* 3カラム*/
#main {
	float:left;
	height: auto;
	width: 472px;
	padding:0 2px 0 0;
	margin:10px 0 10px 4px;
	background:#FFFFFF url(../image/main_bg.gif) repeat-y right;
}

/* 上段のみ300ADがある場合*/
.main_ad {
	float:left;
	height: auto;
	width: 472px;
	padding:0 2px 0 0;
	margin:10px 4px 10px 0;
}

.main_ad_l {
	float:left;
	height: auto;
	width: 300px;
	padding:0;
	margin:10px 0 10px 0;
}


/* 右ナビ*/
#r_navi{
	float:right;
	height: auto;
	width: 300px;
	margin: 5px 1px 5px 3px;
	padding: 0;
}

/* 左ナビ*/
#l_navi{
	float:left;
	height: auto;
	width: 200px;
	margin: 5px 7px 5px 2px;
	padding: 0;
}

/* 2カラムメイン*/
.2column_main{
	width:780px;
	height:auto;
	margin:10px 0;
	padding:0;
	}
	
/*1カラムメイン*/
.main_column1{
	width:984px;
	height:auto;
	margin:10px;
	padding:0;
	}
	
.main_column1_ad{
	width:984px;
	height:auto;
	margin:10px;
	padding:0;
	}
	
div.main_column1_ad div.left_module{
	float:left;
	margin-left:10px;
	}
	
/* ---------------------------------------------------------
【コンテンツ内】
--------------------------------------------------------- */
div.main_contents20 {
	margin-left: 20px;
	margin-right: 20px;
}	
/* ---------------------------------------------------------
パンくず
--------------------------------------------------------- */
#pankuzu {
	width: 999px;
	font-size: 12px;
	margin: 0 0px 5px 0px;
	padding:0 0 3px 5px;
	text-align: left;
	background: #dddddd;
	line-height: 20px;
	height: 20px;
}
#pankuzu a:link,a:visited{
	color: #FF3300;
}
#pankuzu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF3300;
}



/* ////////////////Aヘッダーフッター背景//////////////////////////////// */


/* ---------------------------------------------------------
Global Header
--------------------------------------------------------- */
#g_header {
	width: 100%;
	height: 28px;
	margin: 0;
	padding:0;
	background:#FFFFFF url(../front/header_bg.gif) repeat-x;
	border-bottom:3px solid #FF0000;
	}
	
#g_header a:link {color:#666666; font-weight:bold; font-size:12px;}
#g_header a:visited { color: #999999; text-decoration: underline }
#g_header a:active {color:#CCCCCC; font-weight:bold; font-size:12px;}
#g_header a:hover {color:#CCCCCC; font-weight:bold; font-size:12px;}

#g_header_left {
	float:left;
	margin:7px 0 0 15px;
}

#g_header_right {
	float:right;
	margin:10 0 0;
	padding:0;
	width:auto;
	height: 17px;
	text-align:right;
	font-size: 12px;
}



/* ---------------------------------------------------------
co.jp内ヘッダー
--------------------------------------------------------- */
#header {
	width: 1004px;
	height: 67px;
	margin:0;
	padding: 0;
	background:url(../front/header_bg.jpg) no-repeat;
}

#header .header_l {
	float:left;
	width:220px;
	height:60px;
	margin:0;
	padding: 0;
	border:0;
}

#header .header_u {
	float:left;
	width:780px;
	height:34px;
	margin:0;
	padding: 0;
}

#header .header_u p.tx {
float: left;
color: #333333; font-weight:bold; font-size:12px;
width: 440px;
margin: 2px 0 0 0;
padding: 0;
}


#header .header_u p.tx a:link { color:#ff6600; text-decoration: underline }
#header .header_u p.tx a:active { color:#ff6600; text-decoration: none;}
#header .header_u p.tx a:visited { color: #ff6600; text-decoration: underline }
#header .header_u p.tx a:hover { color:#ff6600; text-decoration: none;}



#header .yahoobook {
	float: right;
	width: 126px;
	height: 20px;
	padding: 0;
	font-size:10px;
	background:url(../image/header_sitemap.gif) no-repeat;
	list-style:none;
	font-weight:bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0;
}
#header .ownerbook {
	float: right;
	width: 125px;
	height: 17px;
	padding: 0;
	background:url(../image/header_sitemap.gif) no-repeat;
	list-style:none;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0;
}


/* ---------------------------------------------------------
Footer
--------------------------------------------------------- */
#footer {
	width: 1004px;
	height: 33px;
	margin: 0px;
	padding: 10px 0 0 0;
	background:#FFFFFF url(../image/footer_bg.jpg) no-repeat;
	font-size:12px;
	display:block;
	clear:both;
	text-align:center;
	}
	
/* ---------------------------------------------------------
Footer　リンク
--------------------------------------------------------- */
div.footer_link {
	width: 950px;
	height: 120px;
	margin: 0;
	padding: 10px 0 0 54px;
	background:#FFFFFF url(../image/footer_link_bg.gif) repeat-x bottom;
	font-size:12px;
	clear:both;
	text-align:left;
	}

div.footer_link ul.f_link {
	width: 170px;
	height: auto;
	float:left;
	margin: 10px 0 0 5px;
	padding: 0;
	list-style:none;
	}
	
div.footer_link ul.f_link li.title{
	font-weight:bold;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	}

div.footer_link ul.f_link li.link{
	margin:0;
	padding:0;
	}
	
div.footer_link a:link { color:#666666; text-decoration: underline }
div.footer_link a:visited { color: #666666; text-decoration: underline }
div.footer_link a:active { color:#FFFFFF; text-decoration: none ; background-color:#666666; }
div.footer_link a:hover { color:#FFFFFF; text-decoration: none ; background-color:#666666;}
