@charset "UTF-8";/* CSS Document */@import url("craft.css");@import url("main.css");@import url("kaiko.css");/*基本設定-----------------------------------*/*{	margin:0;	padding:0;}body {	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	font-size: 14px;	font-style: normal;	line-height: 1.7em;	font-weight: normal;	color: #333333;	text-decoration: none;	background-color:#feeaf6;}a{	text-decoration:none;}a:link{	color:#2ca327;}a:visited{	color:#2ca327;}a:hover{	color:#FF6600;}a:active{}img{	border:none;}/*コンテナー-----------------------------------*/#container{width:800px;margin:auto;background-image:url(../images/container_bottom_back.png);background-repeat:repeat-x;background-position:0 700px;padding-bottom:66px;}/*ヘッダー-----------------------------------*/#header{	overflow:hidden;	background-image:url(../images/topimage_back.jpg);	background-repeat:no-repeat;	height:206px;}#header h1{float:left;}#header h2{float:right;margin:10px 0px 0 0;}/*コンテンツ-----------------------------------*/#contents{clear:both;margin:0px 0;height:500px;overflow:hidden;background-image:url(../images/back.png);background-repeat:no-repeat;}/*メイン（左側）-----------------------------------*/#main{float:left;overflow:hidden;width:510px;height:430px;padding:25px;}h3{font-size:18px;padding-bottom:5px;text-align:right;background-image:url(../images/h3line.gif);background-repeat:no-repeat;background-position:0 18px;}#main h4{text-align:right;}/*ナビ（右側）-----------------------------------*/#navi{float:right;width:240px;margin:20px 0px 0 0;}h4{margin-bottom:10px;}#navi li{list-style:none;line-height:1,2em;background-image:url(../images/navi/back/back.png);background-repeat:no-repeat;height:50px;padding:25px 0 0 20px;}#navi a{}/*トップ-----------------------------------*/#top{margin:105px 0 0 105px;}/*フッター-----------------------------------*/#footer{clear:both;padding:0 15px;margin-top:10px;font-size:12px;color:#663300;line-height:1.4em;}#footer p{}address{font-style:normal;font-size:12px;}/*-----------------------------------*//*-----------------------------------*//*-----------------------------------*//*-----------------------------------*/
