@charset "utf-8";
/* CSS Document */

.box { width: 100%; background: #f5f5f5;}

.box .top, .box .bottom{display:block;background: #ffffff;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: #f5f5f5;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}

.contents {
	margin: 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.indent {
	margin: 10px 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contents h1.home {
	margin: 10px 21px;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-indent: 0px;
	right: 0px;
	text-align: left;
	text-decoration: none;
}

.contents h1.other {
	margin: 10px 0x;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-indent: 0px;
	right: 0px;
	text-align: left;
	text-decoration: none;
}

.contents h3 {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}

.contents h2 {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-indent: 0px;
	right: 0px;
	text-align: left;
}

.contents p {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	
}

.floatLeft {
	float: left; 
    margin: 14px;
} 

