@charset "utf-8";
@import url(reset.css);

/*
    共通のcss    
===========================================*/
html{
	height: 100%;
}

body {
	height:100%; 
	background-color: #DCF0F7;
	font-size: 12px;
		*font-size: 75%;/* ie7以下に適用 */
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
}

div#container {
	min-height:100%;
}


/* リンクテキストの色 */
a:hover {
	color: #E44949;
	text-decoration: underline;
}

a.link {
	padding-left: 1.25em;
	background: url(../images/top/btn_icon.gif) top left no-repeat;
	text-decoration: underline;
}


a.link2 {
	padding-left: 1.25em;
	background: url(../images/top/btn_icon2.gif) top left no-repeat;
	text-decoration: underline;
}

div#container {
	width: 860px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background: url(../images/common/contents_back.gif) top center repeat-y;
}


.colum a{padding-left:13px;}
.colum dt{width:90px;}
.colum dd{width:250px;}


/* ヘッダー */
div#header {
	height: 150px;
	
	padding-top: 20px;
}
	/*IE7を除くモダンブラウザに適用*/ 
	html>/**/body div#header {
		padding-top: 15px; 
	}

/* ロゴ */
div#header div.logo {
	float: left;
	padding-left: 15px;
}

div#header div.logo h1 {
	margin-top: 20px;
	margin-bottom: 12px;
}

/* 商品など */
div#header table {
	float: right;
	border-collapse: collapse;
}


/* サブナビ */
div#header ul.sub_navi {
	margin-top: 58px;
}

/*IE7を除くモダンブラウザに適用*/ 
html>/**/body div#header ul.sub_navi {
	margin-top: 62px;
}

div#header ul.sub_navi li {
	float: left;
	padding: 0 1em;
	background: url(../images/common/subnavi_line.gif) left no-repeat;
	font-size: 90%;
}

/* サブナビの一番右の縦線 */
div#header ul.sub_navi li a.right_line {
	padding-right: 0.75em;
	background: url(../images/common/subnavi_line.gif) right no-repeat;
}


/* グローバルナビ */
ul#navi {	
	width: 860px;
	height: 25px;
	margin-bottom: 5px;
}
	/*IE7を除くモダンブラウザに適用*/ 
	html>/**/body ul#navi {
		clear: both;
	}

ul#navi li {	
	float: left;
}


/* パンくず */
ul#flow {
	clear: both;
	width: 860;
	height: 25px;
	margin-top: 15px;
	background: url(../images/common/flow_back.gif) center no-repeat;
}
	/*IE6以下に適用*/
	* html ul#flow {
		margin-top: 7px;
	}

ul#flow li {
	float: left;
	height: 23px;
	padding: 5px 15px 0 20px;
	background: url(../images/common/flow_allow.gif) right top no-repeat;
	font-size: 90%;
}
	/*IE6以下に適用*/
	* html ul#flow li {
		margin-top: 7px;
		padding: 9px 15px 0 20px;
		line-height: 0.9;
	}
	/*IE7を除くモダンブラウザに適用*/ 
	html>/**/body ul#flow li {
		padding: 5px 15px 0 18px; 
	}

ul#flow li.now {
	background-image: none;
}


/* コンテンツ */
div#contents {
	clear: both;
}

div#contents h2 {
	margin-top: 20px;
	font-size: 150%;
	font-weight: bold;
}

div#contents h3 {
	margin-top: 20px;
	font-size: 120%;
	font-weight: bold;
}

div#contents ul.list {
	margin-top: 20px;
}

div#contents ul.list li a {
	font-weight: bold;
}


/* フッター */
div#footer {
	clear: both;
	margin-top: 55px;
	padding-bottom: 10px;
}

div#footer address {
	float: left;
	padding-left: 15px;
	font-size: 80%;
	color: #666666;
}

/* フッターのサブナビ */
div#footer ul {
	float: right;
}

div#footer ul li {
	float: left;
	font-size: 90%;
	padding: 0 1em;
	background: url(../images/common/subnavi_line.gif) left no-repeat;
}

/* フッターのサブナビの一番右の縦線 */
div#footer ul li a.right_line {
	padding-right: 0.75em;
	background: url(../images/common/subnavi_line.gif) right no-repeat;
}


/*  clearfix
=========================================*/
.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;
	zoom: 100%;
}

/* IE7 */
.clearfix {	
	min-height: 1%;
} 

/* win-IE6,7 */
* html .clearfix {
	height: 1%;
	display: block;
}

