@charset "utf-8";
/* CSS Document */

body{
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
}
p{
	margin: 0px;
	padding: 0px;
}
a{
	color: #0000CC;
}
a:hover{
	color: #FF6600;
}


#global_header{
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	background-image: url(../img/global_h_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
}
h1{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 0px;
	position: absolute;
	top: 0px;
	z-index: 100;
	margin: 0px;
	padding-left: 10px;
	width: 615px;
}
#wrap{
	width: 100%;
	padding-top: 100px;
	background-image: url(../img/wrap_bg.gif);
}

#container{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0000CC;
	background-color: #FFFFFF;
	background-image: url(../img/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#header{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	padding-left: 10px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0000CC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	border-right-width: 1px;
	border-left-width: 1px;
}

#header_link{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	color: #FFFFFF;
	width: 740px;
	padding-top: 5px;
	height: 35px;
}
#header_link a{
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
}
#header_link a:hover{
	background-color: #FFFFFF;
	color: #0000FF;
}


#mainbody{
}

#main{
	float: right;
	width: 520px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
h2{
	font-size: 14px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000CC;
	border-bottom-color: #0000CC;
}
h3{
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bread{
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	margin-bottom: 10px;
	padding-right: 5px;
}
.contents_dot{
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000099;
}
.contents{
	padding-left: 10px;
}
ol{
	margin-bottom: 0px;
}

#side{
	float: left;
	width: 200px;
	background-image: url(../img/side_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 10px;
}
.side_title{
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 18px;
	margin-bottom: 5px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#side_menu{
	list-style-type: none;
	width: 150px;
	padding-left: 30px;
}
#side_menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side_menu li{
	margin-bottom: 5px;
}
#side_menu li a{
	display: block;
	height: 20px;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-bottom: 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#side_menu li a:hover{
	color: #FF9900;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}
#side_text{
	text-align: right;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 5px;
}
.side_banner{
	width: 180px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}
.side_banner strong{
}
.side_banner a{
	color: #FFFFFF;
}


.pagetop{
	clear: both;
	float: none;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

#global_footer{
	background-image: url(../img/global_f_bg.gif);
	background-repeat: repeat-x;
}
#footer{
	color: #FFFFFF;
	text-align: right;
	padding-top: 40px;
	padding-right: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-bottom: 10px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
}
#flash{
	color: #FFFFFF;
	font-size: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #0000CC;
	border-left-color: #0000CC;
}
.clear{
	clear: both;
	float: none;
}
.small{
	font-size: 10px;
}
.red{
	color: #FF0000;
}
.red-small{
	font-size: 10px;
	color: #FF0000;
}
.right{
	text-align: right;
}
.dot{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000099;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#overworks{
	position: absolute;
	left: -99999px;
}
