@charset "utf-8";
/* CSS Document */

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ（px）:指定する値（%）
10px:77%;
11px:85%;
12px:92%;
13px:100%;
14px:107%;
15px:114%;
16px:122%;
17px:128%;
18px:136%;
19px:144%;
20px:152%;
21px:159%;
22px:167%;
23px:174%;
24px:182%;
25px:189%;
26px:197%;
*/
/*div#header*/
div#header{
	background-image: url(../img/back-header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding:2px 10px 2px 10px;
}
div#header p#logo{
	float:left;
}
div#header p#description{
	float:left;
	font-size:92%;
	padding:20px 0px 0px 10px;
}
/*div#mainarea*/
div#mainarea h1#tit-content{
	background-image: url(../img/back-tit-recomend.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D40000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	padding:3px;
	margin-bottom:10px;
	font-size:114%;
}
div#mainarea h2{
	font-size:152%;
}
div#mainarea p.picture{
	padding:2px;
	border: 1px solid #999999;
	width:235px;
	height:157px;
	float:left;
	margin:0px 10px 10px 0px;
}
div#mainarea p.comment{
	clear:both;
	border: 1px dashed #999999;
	padding:4px;
	margin:0px 0px 10px 0px;
}
div#mainarea span.red-big{
	color:#CC0000;
	font-weight:bold;
	font-size:192%;
}
div#mainarea ul.spec{
	line-height:180%;
}
div#mainarea ul.spec li{
	font-size:114%;
}
div#mainarea h3.btn-order{
	float:right;
	padding:0px 140px 0px 0px;
}
div#mainarea h3.btn-order a{
	width:220px;
	height:34px;
}
div#mainarea h3.btn-order a:hover{
	width:220px;
	height:34px;
}
div#mainarea h3.tit-service{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D40000;
	margin-bottom:10px;
	padding:3px 0px 3px 0px;
	font-size:100%;
	clear:both;
}
div#mainarea ul.service{
	float:left;
	padding-left:10px;
}
div#mainarea ul.service li{
	float:left;
	margin-right:10px;
	border: 1px solid #666666;
	padding:2px;
	margin-bottom:3px;
	color:#333333;
	background-color:#FFEB99;
	text-align:center;
}
