@charset "utf-8";

/*
ホーム用オーバーライトスタイル
*/

/* OVER WRITE !!!!! //======================================== */

#containerTop {
	top: 0px;
	position: static;
	left: 0px;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
#containerMid {
	width: 100%;
	padding-top: 0px;
}
#containerBtm {
	width: 100%;
}


h1 {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}



/* FOR CENTER CONT //======================================== */

#mainSwf {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 200px;
}
#homecont {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-image:  url("../images/bg_home.jpg");
	background-repeat: repeat-y;
	padding: 0px;
	text-align: left;
}
#homecontTop {
	background-image:  url(../images/bg_home_head.jpg);
	clear: both;
	height: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#homecontBtm {
	background-image:  url(../images/bg_home_foot.jpg);
	clear: both;
	height: 20px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}



/* FOR LEFT CONT //======================================== */

#homecontNewsreg {
	float: left;
	width: 465px;
	text-align: left;
	clear: both;
	padding: 0px 15px;
	margin: 0px;
}
#homecontNewsreg h2 {
	margin: 0px 0px 10px;
	padding: 0px 0px 3px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/line_dot2_cccccc.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#homecontNewsreg table {
	font-size: 70%;
	line-height: 150%;
}
#homecontNewsreg th {
	white-space: nowrap;
	vertical-align: top;
}
#homecontNewsreg th .newsDate {
	font-weight: bold;
	font-size: 120%;
	padding-left: 15px;
	background-image: url(../images/icon_link_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	display: block;
	padding-right: 10px;
}
#homecontNewsreg td {
	vertical-align: top;
}
#homecontNewsreg td a {
	font-size: 120%;
}
#homecontNewsreg .newsList {
	text-align: right;
	background-image: url(../images/line_dot2_cccccc.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 80%;
	line-height: 125%;
	margin-top: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homecontNewsreg .newsList a {
	background-image: url(../images/icon_link_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-right: 10px;
	padding-left: 15px;
}



/* FOR RIGHT CONT //======================================== */

#banner {
	float: right;
	width: 240px;
	padding: 0px 15px 0px 10px;
	margin: 0px;
}
#banner img {
	margin-bottom: 10px;
	border: none;
}
#banner ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 240px;
}
