@import "fontsize.css";


body { margin:0px; padding:0px; color:#333333; background-color:#ffffff; }

.ref01:link {text-decoration: underline; color:#ffffff; }
.ref01:visited {text-decoration: underline; color:#ffffff; }
.ref01:hover {text-decoration: underline; color:#ffffff; }
.ref01:active {text-decoration: underline; color:#ffffff; }

.ref02:link {text-decoration: underline; color:#ff5511; }
.ref02:visited {text-decoration: underline; color:#ff5511; }
.ref02:hover {text-decoration: underline; color:#ff5511; }
.ref02:active {text-decoration: underline; color:#ff5511; }
.navi {
	background-color: #E4E4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
.navi2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: d4d4d4;
	border-left-color: d4d4d4;
}
.special_table {
	border: 1px solid #DEDEDE;
	padding: 5px;
}
.special2 {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E8EB;
	font-size: 12px;
	line-height: 140%;
}
.bread {
	font-size: 10px;
	background-image: url(../../image/common/pan_bg.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-left: 20px;
	height: 22px;
	margin:10px 0 0 10px;
	clear:both;
}
div#pankuzu {
	width: 760px;
	height: 22px;
	font-size: 10px;
	background-image: url(../../image/common/pan_bg.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding: 5px 0px 5px 20px;
	margin:10px 0 0 10px;
	clear:both;
}

#pankuzu strong{
	font-weight:normal;
	font-size:110%;
}


#main_contents{
	padding:0;
	margin:0 auto;
	width:760px;
	text-algin:left;
}

h2#contents_title{
	font-size:110%;
	margin:0px;
}

/* clearix css */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


