@charset "UTF-8";

@import "../common_css/base.css";
@import "../common_css/layout.css";

/* CSS Document */

/*TOP用*/

body {
	overflow: visible;
}

/* top */

.topmain {
	width: 800px;
	text-align: left;
	height: 100%;
	padding: 0;
	background: #FFF url(../../httpdocs/img/mainimage2.jpg) no-repeat 0 230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.top{
	height: 300px;
	width: 780px;
}

/* 左 */

.contents_left {
	height: 100%;
	width: 162px;
	float: left;
}

.contents_left_box {
	height: auto;
	width: 160px;
	margin-top: 10px;
	background-color: #F1F1F1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.contents_left_ttl {
	margin-right: 0;
	margin-left: 0;
}
.contents_left_ttl2 {
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	width: 147px;
	margin-top: 1px;
}

.contents_left_log {
	margin-right: auto;
	width: 150px;
	background-image: url(../img/log_bk.gif);
	height: 140px;
	margin-left: auto;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

.contents_left_log2 {
	margin-right: auto;
	width: 150px;
	height: 113px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	
}

/* 中 */

.contents_naka {
	height: 100%;
	width: 416px;
	margin-left: 19px;
	float: left;
	margin-right: 19px;
	
}

.contents_naka_box {
	height: auto;
	width: 416px;
	margin-top: 10px;

}

.contents_naka_ttl {
	margin-right: 0;
	margin-left: 0;
}

.contents_naka_topic {
	width: 414px;
	margin-top: 10px;
	font-size: 10pt;
	border: 1px solid #E1E1E1;
}
.contents_naka_topic1 {
	margin-right: 0;
	margin-left: 0;
	height: auto;
	text-align: left;
	background-color: #F1F1F1;
	padding-bottom: 10px;
	padding-left: 5px;
}
.contents_naka_topic2 {
	margin-right: 0;
	margin-left: 0;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* 右 */
.contents_right {
	height: 100%;
	width: 162px;
	float: right;
}

.contents_right_box {
	width: 162px;
	margin-top: 10px;
}


.kaiin_auto {
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
