@charset "utf-8";
/* CSS Document */

/* 
・・・目次・・・

１．リセット
２．枠組み
３．ヘッダー
４．サイドナビ
５．フッター

*/


/* Flash領域 */
div#flashbanner {
	clear: both;
	width: 900px;
	height: 305px;
	margin-top: 18px;
	margin-bottom: 15px;
}



/* 右側コンテンツ */
div#contents {
	float: right;
	width: 700px;
	margin-left: 1px;
}

div#contents h3,
div#contents h4 {
	clear: both;
	margin-top: 25px;
	#margin-top: 0;
}

div#contents h4.border {
	border-bottom: 1px solid #CCCCCC;
}

div#contents p.pagelink {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}





/* 3つの安心 */

div#contents h3.anshin {
	clear: both;
	margin-top: 3px;
}

div#contents ul#anshin3 {
	margin-top: 10px;
}
	
div#contents ul#anshin3 li {
	float: left;
	width: 231px;
	margin-bottom: 20px;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	}

div#contents ul#anshin3 li.box1 {
	background-color: #F8FAFC;
	}

div#contents ul#anshin3 li.box2 {
	background-color: #FCFDFD;
	}

div#contents ul#anshin3 li.box3 {
	background-color: #FFFCF6;
	border-right: 1px solid #D0D0D0;
       width: 232px;
	}
	
div#contents ul#anshin3 li span {
	display: block;
	font-size: 80%;
	padding: 5px 10px 10px 10px
	}





/* PrintBizからのおしらせ */
ul#oshirase {
	width: 693px;
	_width: 688px;
	height: 126px;
	margin-bottom: 8px;
	padding: 7px 0 7px 7px;
	_padding-bottom: 3px;
	background-color: #F1F1F1;
	}

ul#oshirase li {
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	#margin-bottom: 0;
	}



/* 重要なお知らせ */
div#jyuyo {
	clear: both;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #FF3300;
	background-color: #FFF8F6;
	
	font-size: 80%;
	}
div#jyuyo h4 {
	margin-top: 0;
	}

div#jyuyo p {
	line-height: 1.5;
	}

div#jyuyo p.link {
	padding-top: 5px;
	text-align: right;
	line-height: 1.5;
	}

div#jyuyo p.link a {
	color: #FF3300;
	font-weight: bold;
	}



/* 新着情報 */
div#shinchaku {
	}

div#shinchaku dl {
	padding-left: 10px;
	}

div#shinchaku dl dt {
	margin-top: 12px;
	font-size: 80%;
	line-height: 1.4;
	}

div#shinchaku dl dt a {
	color: #0068BA;
	}

div#shinchaku dl dd {
	font-size: 80%;
	line-height: 1.4;
	padding-bottom: 12px;
	background: url(../images/index/dotline.gif) bottom repeat-x;
	}

div#shinchaku dl dt.line {
	padding-bottom: 12px;
	background: url(../images/index/dotline.gif) bottom repeat-x;
	}



/* お問い合わせ */
div#otoiawase {
	padding-left: 10px;
	}
	
div#otoiawase h4 {
	border-bottom: 1px solid #CCCCCC;
	}
	
div#otoiawase p {
	font-size: 80%;
	line-height: 1.4;
	}

div#otoiawase p.dial {
	margin: 20px 0;
	text-align: center;
	}

div#otoiawase p.dotline {
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/index/dotline.gif) top repeat-x;
	}

div#otoiawase p strong {
	font-weight: bold;
	}



/* その他いろいろ */
div#contents div.infobox {
	margin-top: 15px;
	padding-left: 10px;
	}
	
div#contents div.infobox h2 {
	margin-top: 35px;
	border-bottom: 1px solid #CCCCCC;
	}
	
div#contents div.infobox p {
	padding-top: 15px;
	font-size: 80%;
	line-height: 1.4;
	}
	
div#contents div.infobox p.img {
	float: right;
	padding: 15px 0 25px 15px;
	}



/* -- 追記分 -- */
div#wrap a:hover {
	text-decoration: none;
	}



div#main {
	margin-bottom: 83px;
}




/* EOF */