* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}


/* layout */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}



p{
	font-size: 12px;
	line-height: 170%;
}

a,
a:link,
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
    border: 0;
}
.clear_both {
	clear: both;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	font-size: 12px;
	
	
}

#content {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.content_block {

}
.title {
	margin-bottom: 5px;
}
.descript {
	padding-right: 17px;
	padding-left: 17px;
	background-image: url(../img/list_orange.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin: 10px;
}
.main {
	border: 1px solid #999999;
	margin: 15px;
	padding: 10px;
	background-image: url(../img/case_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.main h2 {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/list_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.main h3 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/list_orange.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.main ul {
	font-size: 12px;
	line-height: 150%;
	margin-top: 10px;
}
.main li {
	text-indent: 12px;
	list-style-position: inside;
	list-style-type: square;
}
.main .td1 {
	width: 45%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #968D70;
	padding-bottom: 3px;
	padding-top: 3px;
	white-space: nowrap;
}
.main .td2 {
	width: 55%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #968D70;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 10px;
	text-align: left;
	padding-right: 5px;
	line-height: 130%;
}
.main .box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D865E;
	padding-bottom: 10px;
	padding-left: 10px;
}

.main .box_waku {
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.tx_blue {
	color: #228DA9;
}
.tx_blue_bold {
	color: #228DA9;
	font-weight: bold;
}

.tx_10 {
	font-size: 10px;
}



.gotop  {
	display: block;
	margin-top: -5px;
	float: right;
}





.float_L {
	float: left;
}
.float_R {
	float: right;
}



.main .R {
	float: right;
	width: 460px;
	padding-top: 50px;
}

