@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding-top: 20px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 20px;
	background-image: url(../img/bg.gif);
	padding-bottom: 5px;
}
h1{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 760px;
}
h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
a{
	color: #0000CC;
}
a:hover{
	color: #FF6600;
}

#container{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background-color: #FFFFFF;
}
#header{
	height: 50px;
	position: absolute;
	width: 760px;
	top: 20px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../img/header_bg.gif);
}
#logo{
	padding-left: 15px;
	width: 215px;
}
#menu{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
	text-align: right;
	line-height: 12px;
	vertical-align: top;
	padding-top: 10px;
}
#menu a{
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	text-align: right;
}
#menu a:hover{
	color: #FFFFFF;
}


#mainbody{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	width: 730px;
}
#bread{
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 5px;
}
.contents{
	width: 688px;
	background-image: url(../img/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #CCCCCC;
	padding: 20px;
}
.title{
	float: left;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 5px;
	color: #333333;
}
.main{
	float: right;
	width: 500px;
}
table{
}
.head1{
	border: 1px solid #CCCCCC;
}
.head2{
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}
.tail1{
	border: 1px solid #CCCCCC;
}
.tail2{
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}
#Box{
}
#Box td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.QR{
	float: right;
	padding: 5px;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
.QR img{
	margin: 5px;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#bottom{
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	margin-top: 20px;
}
#bottoml{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-style: oblique;
}
#bottomr{
	text-align: right;
	padding-right: 20px;
	color: #666666;
}


#footer{
	background-image: url(../img/footer_bg.gif);
	padding-bottom: 2px;
	background-color: #000000;
	text-align: right;
	padding-right: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 0px;
}
.right{
	text-align: right;
}
.red{}
.big{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.small{
	font-size: 10px;
}
.dot{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#overworks{
	position: absolute;
	left: -9999px;
}

