@import url("global.css");

/*共通*/
body {
	background-image: url(../images/bodyBg.gif);
}
#main {
	width: 760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#pageHead img {
	float: left;
}
#pageHeadDoc {
	float: left;
	background-color: #3366CC;
	height: 60px;
	width: 250px;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 50px;
}
#pageHeadBtn {
	background-image: url(../images/pageHeadBtnBg.gif);
	background-repeat: no-repeat;
	height: 27px;
}
#pageHeadBtn a {
	font-size: 10px;
	line-height: 16px;
	color: #3366CC;
	text-decoration: none;
	display: block;
	float: right;
	height: 16px;
	width: 84px;
	background-image: url(../images/pageHeadBtn-A01.gif);
	background-repeat: no-repeat;
	margin-top: 6px;
	background-position: left;
	padding-right: 5px;
	padding-left: 26px;
}
#pageHeadBtn a:hover {
	background-image: url(../images/pageHeadBtn-A02.gif);
	background-position: left;
	color: #FF0000;
}
#contentWrap {
	background-image: url(../images/contentWrapBg.gif);
	background-repeat: repeat-y;
	height: 100%;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
#naviWrap {
	float: left;
	width: 180px;
	height: 100%;
}
#navi {
	padding: 4px;
}
#navi ul {
	list-style-type: none;
}
#navi li a {
	background-image: url(../images/navi-Btn-A01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 34px;
	color: #002FBC;
	text-decoration: none;
	padding-left: 7px;
}
#navi li a:hover {
	background-image: url(../images/navi-Btn-A02.gif);
	color: #993300;
}
#navi li a.a03 {
	background-image: url(../images/navi-Btn-A03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 7px;
}
#navi li a.a03:hover {
	background-image: url(../images/navi-Btn-A04.gif);
	color: #993300;
}
#navi li a.aSmall {
	font-size: 10px;
	line-height: 12px;
	height: 30px;
	padding-top: 4px;
}
#naviDoc {
	font-size: 10px;
	line-height: 16px;
	color: #FF6600;
	background-color: #FFF3D1;
	padding: 10px;
}
#naviDoc a {
	color: #FF6600;
}
#cont {
	float: left;
	width: 579px;
	height: 100%;
	padding-left: 1px;
}
/*共通-コンテンツ*/
#content {
	width: 520px;
	margin-top: 15px;
	padding-left: 28px;
}
#pLink {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	padding-bottom: 10px;
}
#pLink a {
	color: #333333;
	text-decoration: none;
}
#pLink a:visited {
	color: #551A8B;
}
#pLink a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#content h1 {
	background-image: url(../images/h1Bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/h2Bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 10px;
	background-position: right;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 14px;
	line-height: 16px;
	color: #002FBC;
	background-image: url(../images/h3Bg.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 12px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/h4Bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#contentIn {
	width: 500px;
	padding-left: 10px;
}
.contentDoc {
	padding-left: 5px;
	width: 490px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.contentDoc p {
	padding-bottom: 5px;
}
.contentDoc ol {
	margin-left: 2em;
	margin-top: 3px;
}
.contentDoc ul {
	margin-left: 2em;
	color: #333333;
}
.contentDoc li {
	margin-bottom: 3px;
}
.contentDoc table {
	margin-top: 10px;
}
.contentDoc th {
	background-color: #E0E0E0;
}
.contentDoc img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.p-indent {
	text-indent: 1em;
}
.textRed {
	color: #FF0000;
}
/*共通フッター*/
#pageFoot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	font-size: 10px;
	color: #333333;
	padding: 10px;
	line-height: 18px;
}
#pageFoot a {
	color: #333333;
	text-decoration: none;
	padding-right: 3px;
}
#copyRight {
	background-color: #3366CC;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#copyRight span {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 233px;
}
#pageToTop {
	width: 515px;
	margin-left: 30px;
	margin-top: 30px;
	font-size: 10px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #3366CC;
	text-align: right;
	padding-top: 5px;
	margin-bottom: 20px;
}
.docRight {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: right;
	padding-bottom: 10px;
}
/*リンクページ*/
.linkDoc {
	padding-left: 5px;
	width: 490px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.linkDoc ul {
	list-style-type: none;
}
.linkDoc li {
	height: 28px;
	width: 485px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6694E3;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	padding-left: 5px;
}
.linkDoc li a {
	text-decoration: none;
	color: #333333;
}
.linkDoc li a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*お問い合わせ*/
.contactDoc {
	padding-left: 5px;
	width: 490px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.contactDoc p {
	padding-bottom: 5px;
}
.cont-Table {
	margin-top: 10px;
}
.cont-Td01 {
	background-color: #DAECFF;
	width: 98px;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	padding: 5px;
}
.cont-Td02 {
	width: 370px;
	padding: 5px;
}
.cont-Td02 input {
	font-size: 12px;
	line-height: 14px;
}
.cont-Td02 textarea {
	width: 368px;
	height: 130px;
	font-size: 12px;
	line-height: 16px;
}
.cont-Td03 {
	padding: 5px;
}
.cont-Td03 input {
	width: 80px;
}
.cont-Doc01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	padding: 5px;
}
.cont-Doc02 {
	padding: 5px;
}
