@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      contents.css
Style Info:     共通レイアウト
----------------------------------------------------------- */

.pcontainer p {
	font-size: 13px;
}
.pcontainer strong {
	font-size: 15px;
}
p.extxt {
	font-size: 11px;
}

.pcontainer td {
	vertical-align: top;
}

.ybox {
	width: 730px;
	margin: 15px auto;
	padding: 10px 0 0;
	background: #F7DEA5 url(../images/ybox_top.gif) no-repeat left top;
	border-collapse: collapse;
	clear: both;
	overflow: hidden;
}
.ybox h3 {
	text-align: left;
	margin: 10px 20px;
	padding: 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	border-left: 10px solid #EAAD16;
}

.ybox div {
	background: url(../images/ybox_bottom.gif) no-repeat left bottom;
	padding: 10px 20px;
}
.ybox img {
	float: right;
}
.ybox div:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .ybox div{ zoom: 1; } /* IE6 */
*:first-child+html .ybox div { zoom: 1; } /* IE7 */

.ybox .clear {
	float: none;
	clear: both;
}

.toplist li{
	margin: 0 0 10px;
}

.gbox {
	width: 730px;
	margin: 20px auto;
	padding: 0 0 10px;
	background: #E9EAEC url(../images/gbox_bottom.gif) no-repeat left bottom;
	text-align: center;
}
.gbox h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/gbox_top.gif) no-repeat left top;
	margin: 0;
	padding: 10px 0;
}
.gbox .desc {
	height: 80px;
	background: url(../images/top_q0.gif) no-repeat 20px top;
	padding-left: 205px;
	padding-right: 40px;
	padding-top: 10px;
	text-align: left;
}

.gbox table {
	clear:both;
	margin: 10px auto;
}
.gbox td {
	padding: 0 10px;
}

.bnav {
	width: 730px;
	height: 105px;
	margin-top: 20px;
}
.bnav:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#c1 {
	background: url(../images/footnav1.jpg) no-repeat left top;
}
ul#c2 {
	background: url(../images/footnav2.jpg) no-repeat left top;
}
ul#c3 {
	background: url(../images/footnav3.jpg) no-repeat left top;
}
ul#c4 {
	background: url(../images/footnav4.jpg) no-repeat left top;
}
ul#c5 {
	background: url(../images/footnav5.jpg) no-repeat left top;
}
.bnav li {
	float: left;
}
.bnav li a {
	display: block;
	height: 105px;
	width: 115px;
	text-indent: -999px;
	overflow: hidden;
}
.pmainimg{
	margin: 10px 0px 15px 0px ;
}


