html {
	background: url(img/common/back.jpg) repeat;
	list-style-image: none;
	list-style-type: none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0;
	padding:0;
}

body{
	background-color:#ffefdf;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border:0;
}

/**************************************/
/*             div#contens            */
/**************************************/

.reds{
	color:#F00;
	font-weight:bold;
}

.blacks{
	color:#006;
	font-weight:bold;
}

#visual {
	margin:0 auto;
	width:950px;
	margin-bottom:20px;
}

#navi {
	margin:0 auto;
	text-align:left;
	width:950px;
	margin-bottom:20px;
	font-size:12px;
}

#navi li {
	float:left;
	padding-right:20px;
	margin-right:10px;
}

.navi01 {
	background:url(../img/common/navi.gif) center right no-repeat;
}

#contents {
	margin-bottom:20px;
	margin:0 auto;
	width:950px;
}

#left_contents {
	float:left;
	width:725px;
}

.left_contents02 {
	float:left;
	padding-bottom:30px;
	margin-bottom:20px;
	border:1px solid #CCC;
	width: 723px;
}

#right_contents {
	float:right;
	width:200px;
	background-color:#FFF;
	border:1px solid #CCC;
}

#right_contents p, #right_contents li, #right_contents ol {
	border-bottom:1px solid #CCC;
	margin:0px 1px 0px 1px;
	font-size:12px;
}

#contents h2 {
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	margin:0px;
	padding-left:20px;
	height:45px;
	line-height:45px;
	border:1px solid #ccc;
}

#contents h3 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:0px;
}

#contents h4 {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin:0px;
	text-align:center;
	height:45px;
	line-height:45px;
	border:1px solid #FFF;
}

.maintext {
	padding:20px;
	background-color:#FFF;
	margin-bottom:20px;
	text-align:center;
	border:1px solid #ccc;
	border-top:none;
}

#right_contents h3 {
	padding:0px;
	text-align:center;
	font-size:16px;
	height: 70px;
	line-height: 70px;
}

.maintxt h3 {
	color:#000000;
}

#right_contents p {
	line-height:20px;
	text-align:center;
}

float clea用 /* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	overflow:hidden;
}
/**/
