@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #FFF;
}


a img {
	border: none;
}


#container {
	width: 831px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}


#header {
	background-image: url(../img/product/common/bg_header.jpg);
	height: 97px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 0px;
	padding: 0px;
}

#header .fb-like {
	position: absolute;
	top: 55px;
	left: 70px;
}

#tabmenu {
	position : absolute ; 
	left: 815px;
	top: 104px;
}

#tabmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 55px;
}

#tmenu01 a {
	background-image: url(../img/product/common/tab_result.png);
	text-indent: -9999px;
	display: block;
	width: 55px;
	height: 128px;
}

#tmenu02 a {
	background-image: url(../img/product/common/tab_detail.png);
	text-indent: -9999px;
	display: block;
	width: 55px;
	height: 128px;
}

#tmenu03 a {
	background-image: url(../img/product/common/tab_request.png);
	text-indent: -9999px;
	display: block;
	width: 55px;
	height: 128px;
}

#tmenu04 a {
	background-image: url(../img/product/common/tab_faq.png);
	text-indent: -9999px;
	display: block;
	width: 55px;
	height: 128px;
}

#content {
	padding: 10px 25px;
	background-image: url(../img/product/common/bg_contents.jpg);
	background-repeat: repeat-y;
}
#content h2 {
	font-size: 16px;
}
.midashi {
	background-image: url(../img/product/common/bg_midashi.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	font-size: 14px;
	color: #308BD4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 40px;
	height: 22px;
	padding-top: 8px;
	letter-spacing: -0.1em;
}
.midashi span {
	padding-left: 10px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
.submidashi {
	font-size: 14px;
	color: #308BD4;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content li {
	background-image: url(../img/product/common/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
#option {
	font-size: 12px;
	font-weight: bold;
	color: #063;
	background-image: url(../img/product/common/bg_option.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.photo {
	padding: 5px;
	border: 1px solid #CCC;
}
.tag {
	background-image: url(../img/product/common/bg_tag.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
	margin-right: 5px;
	color: #FFF;
}
.waku {
	padding: 5px;
	border: 1px dotted #CCC;
}
.box {
	width: 170px;
	text-align: center;
	padding: 5px;
	background-color: #e6e6e6;
	float: left;
	margin: auto 7px;
}
.box p {
	text-align: left;
}

#links {
	position: relative;
	border-top: 1px dotted #dadada;
	height: 50px;
	margin-top: 10px;
}

#download {
	position: absolute;
	top: 0px;
	left: 430px;
}
#download a {
	display: block;
	background-image: url(../img/common/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	height: 30px;
	padding-left: 40px;
	padding-top: 10px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#links .fb-like {
	position: absolute;
	top: 20px;
	right: 5px;
}


#footer {
	background-image: url(../img/product/common/bg_footer.jpg);
	height: 119px;
	padding: 10px 25px;
	position: relative;
}
#footer h3 {
	background-image: url(../img/product/common/midashi_aboutus.png);
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 286px;
	text-indent: -9999px;
}
#footer h3 a {
	height: 37px;
	width: 286px;
	display: block;
}
#address  {
	color: #FFF;
	margin: 5px 0 0 10px;
	padding: 0px;
}
#copyright {
	background-image: url(../img/product/common/copyright.png);
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 245px;
	position: absolute;
	top: 104px;
	left: 562px;
}
#footer .pmark {
	position: absolute;
	top: -100px;
	right: 30px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}



/*----------右寄せ----------*/
.fltrt {  
	float: right;
}
.right10 {
	margin-right: 10px;
}
/*----------左寄せ---------*/
.fltlft { 
	float: left;
}
.left10 {
	margin-right: 10px;
}
/*----------回り込み解除----------*/
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#maildepon {
	background-image: url(../img/product/maildepon/fig02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#user {
	float: left;
	width: 394px;
	padding: 0px;
}
#user h3 {
	font-size: 14px;
	background-color: #f7f7f7;
	text-align: center;
	border: 1px solid #989393;
	padding: 5px;
	margin: 0;
}
#maildepon #user p {
	padding-left: 10px;
	padding-right: 100px;
}

#kikaku {
	padding: 0px;
	margin-left: 394px;
}
#kikaku h3 {
	font-size: 14px;
	background-color: #bdbdbd;
	text-align: center;
	border: 1px solid #989393;
	border-left: none;
	padding: 5px;
	margin: 0;
}
#maildepon #kikaku p {
	padding-right: 10px;
	padding-left: 100px;
}

.result h4 {
	font-size: 14px;
}
.result h4 span {
	padding-left: 10px;
	color: #666;
	font-weight: normal;
}

.thumbnail {
	padding: 5px;
	margin: 0 10px;
	border: 1px solid #dadada;
}
.thumbnail a {
	display: block;
	width: 150px;
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.thumbnail a img {
	position: absolute; 
}

.more {
	text-align: right;
}
.fig {
	text-align: center;
}
.caption {
	color: #666;
	font-size: 10px;
}
#promo_outline {
	background-color: #DFF1FF;
	margin: 20px 30px auto 30px;
	padding: 5px;
}
#promo_outline h3 {
	background-color: #FFF;
	color: #1A5C90;
	padding: 5px;
	margin: 0 0 5px 0;
}
#promo_outline dl {
	margin: 0 20px;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px dotted #FFF;
}
#promo_outline dt {
	clear: both;
	float: left;
	width: 140px;
	padding: 5px 5px 1000px;
	margin-bottom: -995px;
	border-top: 1px dotted #FFF;
}
#promo_outline dd {
	padding: 5px 5px 1000px;
	margin-bottom: -995px;
	margin-left: 150px;
	border-top: 1px dotted #FFF;
}
.tm {
	font-size: 10px;
	color: #999;
	margin-left: 270px;
}
.notice {
	background: url(../img/product/common/notice.gif) no-repeat left top;
	padding: 5px 5px 5px 45px;
	margin: 5px 0;
}

.pricelist {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pricelist th {
	width:200px;
	background-color:#f5f5f5;
	padding:5px;
	border:1px solid #999999;
	font-weight:normal;
	text-align:left;
}
.pricelist td {
	padding:5px;
	border:1px solid #999999;
}

.red {
	color: #CC0000;
}

.faq dt {
	background: #e5e5e5 url(../img/product/common/bg_q.png) no-repeat 10px 7px;
	padding: 10px 10px 10px 30px;
	margin: 0;
}

.faq dd {
	background: url(../img/product/common/bg_a.png) no-repeat 10px 7px;
	padding: 10px 10px 10px 30px;
	margin: 0;
}

.small {
	font-size: 10px;
}