@charset "UTF-8";
/* CSS Document */

@import "global.css";
body {
	background-image: url(../images/common-img-01.gif);
}
#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#pageHead {
	height: 105px;
	width: 780px;
}
#pageHead h1 {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../images/pageHeadH1Bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 775px;
	padding-left: 5px;
}
#contentsWrap {
	width: 780px;
	background-image: url(../images/contentsWrapBg.gif);
	background-repeat: repeat-y;
	margin-top: 1px;
}
#navi {
	float: left;
	width: 160px;
	padding-bottom: 10px;
}
#gnavi ul{
	margin: 0px;
	padding: 0px;
}
#gnavi li{
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	color: #333333;
}
#gnavi li a{
	display: block;
	height: 44px;
	width: 110px;
	background-image: url(../images/gnaviBg01.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333333;
	padding-left: 50px;
	vertical-align: middle;
	padding-right: 0px;
}
#gnavi li a:hover{
	color: #FFFFFF;
	background-image: url(../images/gnaviBg02.jpg);
	background-repeat: no-repeat;
}
#contents {
	width: 620px;
	float: left;
}
#contents h1 {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	height: 26px;
	width: 525px;
	background-image: url(../images/contentsH1.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-top: 15px;
	font-weight: bold;
}
.naviDoc01 {
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 10px;
}
.naviDoc02 {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
#naviQR {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-size: 9px;
	line-height: 12px;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#naviQR img {
	margin-right: 5px;
}
#pageFoot {
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #F90000;
	height: 25px;
	width: 780px;
	text-align: center;
}
#topofpage {
	font-size: 10px;
	width: 580px;
	margin-left: 20px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 40px;
}

