@charset "UTF-8";
/* CSS Document */
@import "global.css";

body {
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat;
}
#wrapper {
	background-image: url(../images/wrapperBg.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/*ヘッダー*/
#pageHead {
	background-image: url(../images/pageHeadBg.gif);
	height: 82px;
}
#pageHead h1 {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 18px;
	padding-bottom: 3px;
}
#pageHead div {
	float: left;
}
#pageHead #logo {
	margin-right: 460px;
}
/*ブローバルナビ*/
#globalNavi {
	height: 50px;
	background-image: url(../images/globalNavi_Bg.gif);
}
#globalNavi ul {
	list-style-type: none;
}
#globalNavi li.btn01 {
	display: block;
	float: left;
	height: 50px;
	width: 190px;
	padding-right: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0px;
}
#globalNavi li.btn02 {
	display: block;
	float: left;
	width: 180px;
	height: 50px;
	margin-right: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 0px;
}
#globalNavi li.btn01 a {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/globalNavi_Btn-01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 190px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	padding-right: 1px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#globalNavi li.btn02 a {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/globalNavi_Btn-02.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 180px;
	font-size: 16px;
	line-height: 50px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#globalNavi li.btn01 a:hover {
	background-image: url(../images/globalNavi_Btn_a-01.jpg);
	background-repeat: no-repeat;
	color: #FF6600;
	height: 50px;
	width: 190px;
	padding-right: 1px;
}
#globalNavi li.btn02 a:hover {
	background-image: url(../images/globalNavi_Btn_a-02.jpg);
	background-repeat: no-repeat;
	color: #FF6600;
	height: 50px;
	width: 180px;
}
#globalNavi li {
	text-decoration: none;
	font-size: 10px;
	text-decoration: none;
	display: block;
	background-image: url(../images/globalNavi_LiBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 1px;
	height: 50px;
	float: left;
	line-height: 50px;
	padding-left: 12px;
	white-space: nowrap;
	padding-right: 5px;
}
#globalNavi li a {
	color: #333333;
	text-decoration: none;
}
#globalNavi li a:hover {
	color: #FF6600;
}
/*コンテンツ*/
#contentsWrap {
	background-image: url(../images/contentsWrap_Bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	width: 680px;
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
}
#content h1 {
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/content_h1.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/content_h2.gif);
	background-repeat: no-repeat;
	line-height: 31px;
	height: 31px;
	padding-bottom: 3px;
	padding-left: 18px;
}
#content h2 span {
	font-weight: normal;
	font-size: 12px;
}
#p_link {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	margin-bottom: 5px;
}
#p_link a {
	color: #666666;
	text-decoration: none;
}
#p_link a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#p_link a:visited {
	color: #663399;
	text-decoration: underline;
}
#content #head {
	margin-left: 20px;
}
#content .backPage {
	margin-left: 20px;
	width: 635px;
	text-align: right;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	background-color: #F3F0EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCCC8;
	padding-right: 5px;
}
#content .backPage a {
	color: #333333;
}
#contentInner {
	margin-left: 30px;
	width: 620px;
	margin-top: 15px;
}
#contentInner h3 {
	background-color: #E7E5E4;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FEAC0A;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	padding-left: 5px;
	color: #000000;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.contentDoc {
	border: 1px double #CCCCCC;
	margin-bottom: 15px;
	padding: 1px;
}
.contentDocIn {
	background-color: #F7F6F2;
	padding: 8px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
#contentFoot {
	border: 1px solid #CFCCC8;
	background-color: #F3F0EC;
	margin-top: 5px;
	height: 40px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
#topofpage {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #DAD7D2;
	font-size: 10px;
	color: #333333;
	height: 12px;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
	line-height: 12px;
	padding-bottom: 7px;
}
#topofpage a {
	color: #333333;
	text-decoration: none;
}
#topofpage a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*ナビ*/
#naviWrap {
	float: left;
	width: 240px;
}
#gnaviWrap {
	margin-top: 10px;
	background-color: #F8F6F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C1CDC7;
	padding-bottom: 10px;
}
#gnaviWrap a {
	color: #333333;
	text-decoration: none;
}
#gnaviWrap a:hover {
	color: #FF6600;
}
.gnavi {
	background-image: url(../images/gnavi_Bg.gif);
	background-position: top;
	background-color: #F8F6F3;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
.gnaviTitle {
	background-image: url(../images/naviTitle.gif);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	padding-left: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}
.gnavi ul {
	list-style-type: none;
}
.gnavi li {
	display: block;
	background-image: url(../images/gnavi_Li.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 14px;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 3px;
}
.gnavi li a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.gnavi li a:hover {
	color: #FF6600;
}
.gnavi li img {
	margin-right: 5px;
}
#gnaviWrap #mobile {
	background-color: #FFFFFF;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding: 5px;
}
#popEntryList{
	padding-bottom: 10px;
}
#popEntryList li {
	background-image: url(../images/gnavi_Li.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 2px;
	line-height: 18px;
}
#popEntryList li a {
	color: #333333;
	text-decoration: none;
}
.popEntryCate {
	font-size: 10px;
}
.popEntryCate a {
	color: #333333;
	text-decoration: none;
}
/*フッター*/
#pageFoot {
	background-image: url(../images/pageFoot.gif);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	padding-left: 10px;
	padding-top: 10px;
}
#pageFoot p a {
	color: #333333;
	text-decoration: none;
	background-image: url(../images/pageFoot_img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
	height: 12px;
	line-height: 12px;
	display: block;
	float: left;
	margin-top: 7px;
}
#pageFoot img {
	margin-right: 5px;
}
#copyRight {
	font-size: 10px;
	line-height: 26px;
	color: #FFFFFF;
	background-color: #FC721A;
	text-align: right;
	height: 26px;
	padding-right: 10px;
	letter-spacing: 1px;
	clear: both;
}

