@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:75%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	color:#333333;
	background-color: #FEFBEF;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDECE9;
	border-left-color: #EDECE9;
	background-color: #FFF;
}

#header {
	background-color: #FFF;
	height: 100px;
}
#header p {
	text-indent: -9999;
}

#header ul{
	list-style:none;
	margin:0;
	padding:0px;
	float: right;
	width: 240px;
}

#header li{
	float:left;
	width:80px;
	margin:0;
	padding:0;
	
}

#logo {
	background-color: #FFF;
	top: 16px;
	
}


/*メインコンテンツ*/
#content {
	position: relative;
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#primary {
	width: 580px;
	left: 200px;
	top: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
#primary p {
	margin-left: 50px;
	margin-right: 20px;
}
#primary .hidari {
	float: left;
	margin-right: 20px;
}
#primary .migi {
	float: left;
	margin-right: 10px;
	clear: right;
	width: 380px;
	height: 150px;
}
#primary h4 {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	line-height: 1.6em;
	width: 570px;
	font-size: medium;
	text-indent: 10px;
}
#primary h5{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	line-height: 1.2em;
	width: 300px;
	font-size: small;
	text-indent: 10px;
	border-left-width: 5px;
	border-left-style: solid;
}
#primary .box1 {
	padding-bottom: 20px;
	height: 150px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	padding-top: 20px;
	width: 570px;
}



#primary h3 {
	background-image: url(../img/h3back.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
}
#primary p a {
	font-size: 12px;
	font-weight: bold;
	color: #F8A710;
	text-decoration: none;
}
#primary .right {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	vertical-align: top;
}

/*レフトメニュー*/
#secondary {
	width: 180px;
	left: 0px;
	top: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	margin-top: 0px;
}

.list h2 img {
	margin: 0px;
	padding: 0px;
}

h2 {
	background-color: #F8A710;
	font-size: 117%;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#secondary .list ul li {
	margin: 0px;
	padding: 0px;
	height: 30px;
	text-decoration: none;
	background-color: #FFF;
	list-style-type: none;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#secondary .list ul li a {
	display: block;
	height: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #960;
	text-decoration: none;
	background-color: #FFF;
	text-indent: 10px;
	line-height: 30px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-image: url(../img/menuback.jpg);
}

#secondary .list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EDECE9;
}

#secondary .list ul li a:hover {
	background-image: url(../img/menuback_b.jpg);
	background-repeat: no-repeat;
	color: #DFB06C;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EDECE9;
	font-weight: bold;
}


#footer {
	clear: both;
	height: 20px;
	text-align: center;
	background-color: #dfe7e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDECE9;
	border-bottom-color: #EDECE9;
	line-height: 20px;
	background-image: url(../img/footerback.jpg);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}

/*host costテーブル*/
#primary .cost .ti {
	background-color: #FFE6BF;
	font-weight: bold;
	color: #333333;
}
#primary .cost .ti2 {
	background-color: #B7CEDC;
	font-weight: bold;
	color: #333333;
}
.cost td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7CEDC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7CEDC;
}
#primary .flow {
}
#primary .flow .flow1 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B7CEDC;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	color: #222E80;
}
#primary .flow .flow2 {
	background-image: url(../img/flow-yajirusi.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 60px;
	vertical-align: top;
}

/*costテーブル*/
#primary .cost2 th {
	color: #FFFFFF;
	background-color: #666600;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAA00;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaa00;
	line-height: 1.6em;
	font-size: 14px;
}
#primary .cost2 td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666600;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#primary .cost2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
}
#primary .q {
	font-size: small;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669999;
	line-height: 25px;
	background-image: url(../img/qa-1.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 570px;
}
#primary .a {
	font-size: small;
	color: #666666;
	margin-bottom: 20px;
	line-height: 25px;
	background-image: url(../img/qa-2.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 570px;
	margin-top: 10px;
}
p .blue {
	color: #06C;
}
p .red {
	color: #F00;
}
#primary h6 {
	font-size: medium;
	font-weight: bold;
	color: #F00;
	background-color: #FCE8CD;
}
.omakase {
	width: 545px;
}
.omakase td {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #bcbcbc;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bcbcbc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 3px;
}
