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

@import "global.css";

body {background-color: #FFF9E0;}
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/*==================== HEAD ====================*/
#pageHead {
	background-image: url(../images/pageHeadBg.gif);
	background-repeat: no-repeat;
	height: 81px;
}
#pageHead h1 {
	font-size: 10px;
	line-height: 21px;
	color: #FFFFFF;
	height: 21px;
	padding-left: 10px;
}
#pageHead img {float: left;}
#pageHead img.logo1 {
	margin-right: 460px;
}
/*==================== NAVI ====================*/
#globalNavi {
	background-image: url(../images/globalNaviBg.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 44px;
	padding-left: 20px;
}
#globalNavi ul {list-style-type: none;}
#globalNavi li#navi01 {
	line-height: 100px;
	height: 44px;
	overflow: hidden;
	float: left;
	width: 125px;
	margin-right: 20px;
}
#globalNavi li#navi01 a {
	background-image: url(../images/globalNaviBtn_01.gif);
	background-repeat: no-repeat;
	display: block;
}
#globalNavi li#navi01 a:hover {
	background-image: url(../images/globalNaviBtn_01_on.gif);
	background-repeat: no-repeat;
}
#globalNavi li#navi02 {
	line-height: 100px;
	height: 44px;
	overflow: hidden;
	float: left;
	width: 110px;
	margin-right: 20px;
}
#globalNavi li#navi02 a {
	background-image: url(../images/globalNaviBtn_02.gif);
	background-repeat: no-repeat;
	display: block;
}
#globalNavi li#navi02 a:hover {
	background-image: url(../images/globalNaviBtn_02_on.gif);
	background-repeat: no-repeat;
}
#globalNavi li#navi03 {
	line-height: 100px;
	height: 44px;
	overflow: hidden;
	float: left;
	width: 165px;
	margin-right: 20px;
}
#globalNavi li#navi03 a {
	background-image: url(../images/globalNaviBtn_03.gif);
	background-repeat: no-repeat;
	display: block;
}
#globalNavi li#navi03 a:hover {
	background-image: url(../images/globalNaviBtn_03_on.gif);
	background-repeat: no-repeat;
}
#globalNavi li#navi04 {
	line-height: 100px;
	height: 44px;
	overflow: hidden;
	float: left;
	width: 75px;
	margin-right: 20px;
}
#globalNavi li#navi04 a {
	background-image: url(../images/globalNaviBtn_04.gif);
	background-repeat: no-repeat;
	display: block;
}
#globalNavi li#navi04 a:hover {
	background-image: url(../images/globalNaviBtn_04_on.gif);
	background-repeat: no-repeat;
}
#globalNavi li.navi05 {
	float: left;
	margin-right: 10px;
	height: 44px;
}
#globalNavi li.navi05 a {
	background-image: url(../images/globalNaviIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	color: #333333;
	line-height: 44px;
	text-decoration: none;
	display: block;
	padding-left: 13px;
}
#globalNavi li.navi05 a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-image: url(../images/globalNaviIcon_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*================== CONTENTS ==================*/
#contentWrap {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	clear: both;
}
#contentInner {
}
#mainContent {
	width: 680px;
	margin-right: 10px;
	float: left;
	line-height: 18px;
}
/*CONTENTS-各コンテンツ*/
#contentHead {
	background-image: url(../images/contentHeadBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	padding-top: 10px;
	padding-left: 10px;
}
#pLink {
	font-size: 10px;
	line-height: 11px;
	margin-top: 5px;
	color: #663300;
}
#pLink a {
	text-decoration: none;
	color: #663300;
}
#pLink a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#pLink a:visited {
	color: #663399;
	text-decoration: underline;
}
#contentDoc {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 29px;
}
#contentDoc h2 {
	background-image: url(../images/contentH2.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	padding-left: 25px;
	margin-bottom: 15px;
}
#qaHead {
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	background-image: url(../images/qaHead.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 26px;
	padding-top: 10px;
	padding-left: 95px;
	font-weight: bold;
}
#qaWrap {
	background-color: #F9F9F8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 608px;
	padding-top: 10px;
	padding-left: 10px;
}
.qaInner {
	background-image: url(../images/qaInnerBg.gif);
	background-repeat: repeat-y;
	background-position: left 0px;
	padding-left: 10px;
}
.qaDocQ {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8D0E;
	width: 450px;
	background-image: url(../images/qaDocQ.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
	line-height: 20px;
	padding-left: 130px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.qaDocA {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	background-image: url(../images/qaDocA.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	width: 450px;
	padding-left: 130px;
}
#topofpage {
	background-image: url(../images/topofpageBg.gif);
	background-repeat: no-repeat;
	height: 31px;
	line-height: 31px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	background-position: center 0px;
	padding-left: 1px;
}
#topofpage a {
	color: #663300;
	text-decoration: none;
}
#topofpage a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*CONTENTS-右ナビ*/
#rightNavi {
	float: left;
	width: 230px;
}
#rightBnr img {
	margin-bottom: 10px;
}
/*==================== FOOT ====================*/
#pageFoot {
	margin-left: 10px;
	margin-bottom: 15px;
}
#pageFoot h2 {
	background-image: url(../images/pageFootContentH2.gif);
	background-repeat: no-repeat;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-left: 35px;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 6px;
}
#pageFootIn {
	background-image: url(../images/pageFootContentBg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-left: 15px;
}
#pageFootIn .docWrap {
	float: left;
	width: 220px;
}
#pageFootIn ul {list-style-type: none;}
#pageFootIn li {line-height: 0px;}
#pageFootIn li.navi01 a {
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
	padding-left: 20px;
	line-height: 16px;
	display: block;
	background-image: url(../images/pageFootContentIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#pageFootIn li.navi01 a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-image: url(../images/pageFootContentIcon_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageFootIn li.navi01 ul {margin-top: 5px;}
#pageFootIn li.navi02 a {
	color: #666666;
	background-image: none;
	margin: 0px;
}
#pageFootIn li.navi02 a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-image: none;
}
#copyRight {
	background-color: #FFAF1B;
	height: 26px;
	margin-top: 10px;
	padding-right: 10px;
	font-size: 10px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: right;
}

