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

@import "global.css";

body {
	background-image: url(../images/bodyBg.gif);
}
#main {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#pageHead {
	background-image: url(../images/pageHead-Bg.gif);
	background-repeat: no-repeat;
	height: 88px;
	padding-top: 5px;
}
#pageHead h1 {
	font-size: 12px;
	color: #FFFFFF;
	height: 15px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 14px;
}
#contentWrap {
	background-image: url(../images/contentWrap-Bg.gif);
	background-repeat: repeat-y;
	height: 100%;
}
/*ナビ*/
#naviWrap {
	float: left;
	width: 150px;
}
#navi {
	background-image: url(../images/Navi-Bg.gif);
	background-repeat: repeat-x;
	height: 245px;
	padding-top: 10px;
	padding-left: 10px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li a {
	background-image: url(../images/Navi-li01.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: #003D78;
	display: block;
	width: 95px;
	padding-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}
#navi li a.small {
	font-size: 12px;
	letter-spacing: -1px;
}
#navi li a:hover {
	background-image: url(../images/Navi-li02.jpg);
	background-repeat: no-repeat;
}
.naviEigyo {
	padding: 8px;
}
.naviEigyoBg {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #FFFFEB;
	padding-right: 4px;
	padding-left: 4px;
}
.kenmei {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 16px;
}
/*パンくずリンク*/
#pLink {
	font-size: 10px;
	line-height: 12px;
	color: #005DB2;
	margin-top: 15px;
	margin-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #005DB2;
	width: 570px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#pLink a {
	color: #005DB2;
	text-decoration: underline;
}
#pLink a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#pLink a:visited {
	color: #660099;
	text-decoration: underline;
}
/*コンテンツ*/
#content {
	float: left;
	width: 630px;
}
#contInner {
	width: 570px;
	margin-left: 30px;
}
#contInner h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#contInner h2 {
	background-image: url(../images/contInner-h2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 535px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
	color: #005DB2;
	font-weight: bold;
}
#contInner h3 {
	background-image: url(../images/contInner-h3.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 30px;
	color: #FF0000;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#contInner h3 a {
	color: #FF0000;
}
#contInner h3 a:hover {
	color: #FF6600;
}
#contInner h4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 4px;
	margin-bottom: 5px;
}
#topofpage {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #005DB2;
	margin-top: 20px;
	line-height: 14px;
	width: 570px;
	margin-left: 30px;
}
#topofpage a {
	font-size: 12px;
	color: #005DB2;
	text-decoration: none;
}
#topofpage a:hover {
	color: #FF3300;
	text-decoration: none;
}
/*フッター*/
#pageFoot {
	clear: both;
	background-color: #005DB2;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
}
/*写真*/
#photo td {
	padding-bottom: 10px;
}
.photoDoc01 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	text-align: center;
	width: 265px;
	margin-bottom: 10px;
}
.photoDoc02 {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.photoDoc03 {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/*その他マージン*/
.margin-t5 {
	margin-top: 5px;
}
.margin-t10 {
	margin-top: 10px;
}
.margin-t15 {
	margin-top: 15px;
}
.margin-b20 {
	margin-bottom: 20px;
}
.margin-b15 {
	margin-bottom: 15px;
}
.margin-b10 {
	margin-bottom: 10px;
}
.margin-b5 {
	margin-bottom: 5px;
}
.margin-r15 {
	margin-right: 15px;
}
.margin-r20 {
	margin-right: 20px;
}
.margin-l15 {
	margin-left: 15px;
}
/*その他パディング*/
.padding-t10 {
	padding-top: 10px;
}
.padding-b20 {
	padding-bottom: 20px;
}
.padding-b15 {
	padding-bottom: 15px;
}
.padding-b10 {
	padding-bottom: 10px;
}
.padding-b5 {
	padding-bottom: 5px;
}
.padding-r20 {
	padding-right: 20px;
}
.padding-r15 {
	padding-right: 15px;
}
.padding-l15 {
	padding-left: 15px;
}

