@charset "utf-8";

/* --------------------------------------------------------------------------

HOME専用

-------------------------------------------------------------------------- */

/************************************************
		swf
************************************************/
#swfWrap {
	height: 500px;
	width: 100%;
	background-image: url(../images/swfback.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}
#flashcontent {
	padding-top: 20px;
  margin-bottom: 15px;
}

/************************************************
		contents
************************************************/
#contents {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: left;
}
.cboxLeft {
	float: left;
	width: 394px;
	border: 1px solid #CCC;
	padding: 3px;
}
.cboxRight {
	float: right;
	width: 394px;
	border: 1px solid #CCC;
	padding: 3px;
}

.cont_text {
	margin: 10px;
}
.pic_aid {
	margin-left: 25px;
	margin-bottom: 20px;
}
.pic_power {
	margin-left: 35px;
	margin-bottom: 20px;
}

/************************************************
		新着情報
************************************************/
#shinchaku {
	text-align: left;
	width: 834px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#infoArea {
	height:200px;
	overflow:auto;
	/*scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: #B3A4CF;
	scrollbar-base-color: white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: white;*/
	border:1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
}

.datelist {
	margin-top: 10px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
.datelist dl {
	margin-top: -5px;
}
.datelist dt {
	margin-top: 5px;
	padding-left: 13px;
	line-height: 2em;
	font-weight: bold;
	color: #4672BB;
}
.datelist dd {
	margin-top: -2em;
	line-height: 2em;
	background-image: url(../images/line_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 12em;
}
