﻿@charset "utf-8";
/* CSS Document */

body{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	line-height:20px;
	background-color: #00A0E9;
	color: #333;
}

a:hover{
	color:#6CF;
}



#wrapper {
	height: auto;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(images/bg.png);
}
h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	color: #00A0E9;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0px;
}

h3 {
	padding: 0px;
	margin: 0px 4px;
}



/* ヘッダ */
#header {
	padding: 0px;
	height: auto;
	width: 850px;
	text-align: center;
	margin: 0px auto;
}

#headertxt {
	padding: 2px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headertxt img {
	margin: 5px;
}


/* 内容 */
#contents {
	width: 850px;
	background-color: #FFF;
	padding-top: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contents .midashi {
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/midashi_bg.png);
	height: 28px;
	background-repeat: no-repeat;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 22px;
	padding-top: 10px;
}


#contents .setsumei {
	line-height: 21px;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C7B370;
	padding: 5px;
	font-size: 14px;
}

#contents .setsumei1 {
	font-size: 14px;
	line-height: 21px;
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	clear:both;
}

#contents .setsumei1 img{
	margin:0 10px 10px 0;}

#contents .article1{
	width:720px;
	background-color:#97C6F7;
	text-align:center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#contents .article1 .midashi{
	width:700px;
	background-image:url(images/komidashi_bg.png);
	margin:0px auto 5px auto;
	padding:2px 0 0 10px;
	text-align:left;
	color:#FFF;
}

#contents .article1 .setsumei{
	width:670px;
	background-color:#FFF;
	margin: 0px auto 5px auto;
	padding:5px;
	text-align:left;
	font-size:12px;
	border:1px solid #70A0D3;
}

#contents .article1 table.all{
	width:auto;
	border:none;
	padding:0;
	margin:0;
}

#contents .article1 table.all td{
	background-color:#FFF;
	text-align:center;
	padding:0;
	margin:0 auto;
}

#contents .article1 img.pic{
	margin:10px 0 10px 0;
}

/* スペックテーブル */
#contents .article1 table.spec{
	width:100%;
	border:none;
	margin:0;
	font-size:12px;
}

#contents .article1 table.spec td{
	margin:0;
	padding:2px;
}

#contents .article1 table.spec .cat{
	font-size:12px;
	font-weight:bold;
	color:#F30;
}

#contents .article1 table.spec .price{
	font-size:14px;
	font-weight:bold;
}


#contents .article1 table.spec .line
	{
	border-top:dashed 1px #CCC;
	height:1px;
}

/* formテーブル */

table#formtable{border:1px solid #999;
	padding:5px;
	margin:10px auto;
	border-collapse:collapse;
}

#formtable th{
	font-size:12px;
	color:#039;
	background-color:#CEDEFF;
	width:20%;
	text-align:left;
	padding:5px;
	margin:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#formtable td{
	font-size:12px;
	background-color:#FFF;
	width:80%;
	text-align:left;
	padding:5px;
	margin:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#formtable input,select,textarea{
	margin:5px;
}

#formtable .comment{
	font-size:10px;
}





/* メニューバー */
#menu {
	padding: 0px;
	width: 850px;
	height: 52px;
	text-align: center;
	background-image: url(images/menu_bg.png);
	margin: 0px auto;
}


/* フッター */
#footer {
	height: auto;
	width: 850px;
	background-color: #7D7D7D;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	margin: 0px auto;
	color: #FFF;
}

img { border: none; }
