@charset "utf-8";
body {
	font-size:135%;
	text-align: center; /* IE 向けセンタリング指定 */
	width: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}

#container {
	padding: 0px;
	width:940px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
    border: 1px solid #CCCCCC;

	
}
#head {
	width: 920px;
	height: 120px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;

}
#head_l {
	width: 500px;
	height:120px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 120px;
}
#head_r {
	width: 260px;
	height: 120px;
	background-color: #FFFFFF;
	float: left;
	text-align: right;
	
}

#head_nab {
	width: 920px;
	height: 38px;
	float: left;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #3399CC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
	background-image: url(../images/nb_head.gif);
	padding-right: 10px;
	padding-left: 10px;

	
}
#foot {
	width: 920px;
	clear: both;
	float: left;
	background-color: #3399CC;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#contents {
	width: 920px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#main {
	float: left;
	width: 465px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side {
	float: left;
	width: 400px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main_m {
	float: left;
	width: 560px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px;
}
#side_m {
	float: left;
	width: 300px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}

#foot {
	width: 920px;
	clear: both;
	float: left;
	background-color: #3399CC;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.foot_s {
	color: #666666;
	background-color: #CCFFFF;
	width: 920px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399FF;
}
.t_flahs {
	background-color: #FFFFFF;
	width: 920px;
}

ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	height: 35px;
	width: 15%;
	float: left;
	background-image: url(../images/nb_head.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}

ul.MenuBarHorizontal ul
{0
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 85%;
	z-index: 1020;
	cursor: default;
	width: 12em;
	height: 35px;
	position: absolute;
	left: -1000em;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	background-image: url(../images/nb_head.gif);
	background-repeat: no-repeat;
	width: 12em;
	height: 35px;
}



ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/nb_head.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

