@charset "utf-8";
/* CSS Document */

/**==========================サイトマップページ==========================**/
.subtit02{
	margin-top: 17px;
}
.sitemap_bg{
	background:url(/design/gmosp336/images/pages/sitemap_bg.gif) 0 0 repeat-y;
	width: 660px;
	margin: 20px 0;
	padding-bottom: 10px;
	
}
.sitemap_box{
	width: 270px;
	margin-left: 40px;
}
.sitemap_box ul{
}
.sitemap_box ul li{
	background:url(/design/gmosp336/images/pages/cup.gif) left center no-repeat;
	padding: 0 0 0 40px;
	font-size: 14px;
	line-height: 40px;
	color:#666666;
}

.sitemap_box ul li.sub{
	background:url(/design/gmosp336/images/pages/bean.gif) left center no-repeat;
	padding: 0 0 0 25px;
	font-size: 12px;
	line-height: 30px;
	margin-left: 25px;
}

/**==========================ガイド（始めての方へ）ページ==========================**/
.red{
	color:#FF0000;
}
.guide_contents{
	margin: 0px 0 20px 0;
}
.guide_bg{
	background: url(/design/gmosp336/images/pages/guide_bg.gif) 0 0 no-repeat;
	width: 660px;
	height: 200px;
}
.guide_bg h3.guide_tit{
	padding: 13px 0 0 23px;
}
.guide_bg p{
	padding: 5px 100px 0 60px;
	color: #666666;
}
.guide_bg ul{
	width: 400px;
	height: 80px;
	margin: 10px 0 0 70px;
}
.guide_bg ul li{
	float: left;
	padding: 6px 15px 0 5px;
}

.guide_list ul{
	width: 630px;
	margin: 5px 0 0 20px;
}
.guide_list ul li{
	background: url(/design/gmosp336/images/pages/cercle_brown.gif) 0 6px no-repeat;
	padding: 0 0 0 15px;
	margin-top: 7px;
	color:#666666;
	line-height: 24px;
	text-decoration: none;
}
.guide_list ul li.search01{
	background: url(/design/gmosp336/images/pages/cercle_brown.gif) 0 15px no-repeat;
	padding: 0 0 5px 15px;
	margin-top: 0px;
	color:#666666;
	line-height: 24px;
}
.guide_list ul li.list02{
	background: none;
	margin-left: 10px;
}
.searchimg{
	position: relative;
	top: 7px;
	left: 10px;
	
}
.guide_list table{
	border-collapse: collapse;
	border: #CCCCCC solid 1px;
	margin-left: 10px;
}
.guide_list table tr{
}
.guide_list table tr td{
	border: #CCCCCC solid 1px;
	padding: 2px 10px 2px 5px;
}


/* FAXでのご注文 #fax */
#fax{
	text-align: left;
}
#fax h2.heading{
	margin-bottom: 30px;
}
#fax p{
	margin: 0 0 0 20px;
	line-height: 2em;
}
#fax .box{
	width: 520px;
	margin: 40px 0 40px 50px;
	text-align: center;
}
#fax .box-left{
	width: 130px;
	float: left;
	display: inline;
}
#fax .box-right{
	width: 299px;
	margin-left: 10px;
	float: left;
	display: inline;
}
#fax table{
	width: 358px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: center;
}
#fax table th,
#fax table td{
	padding: 5px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#fax table th{
	width: 299px;
	background-color: #ffb686;
}
#fax table th.number{
	background-color: #fff;
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
}
#fax table th.number span{
}
#fax table td{
}
#fax p.attention{
	color: #ff0000;
}







/*
----------------------------------------------------------------
	4.FLOATの問題を解決する
---------------------------------------------------------------- */
.clear
{
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 10px;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	zoom: 1;
}

/* IE 4～5のみ適用 */
* html .clearfix
{
	height: 1%;
	/* Mac IE 5 適用 \*//*/
	height: auto;
	overflow: hidden;
	/* End of Mac IE 5 適用 */
}
