@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px;
	margin: 5px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link {
	color: #e16323;
	text-decoration: underline;
}
a:visited {
	color: #FF3300;
	text-decoration: underline;
}
a:hover , a:active {
	color: #FF3300;
	text-decoration: none;
}

body {
	background: url(../img/Bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	background-position: top center;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.Left {
	float: left;
	padding: 0px 10px 0px 0px;
}
.Right {
	float: right;
	padding: 0px 0px 0px 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.MainBodyImgLeft{
	margin: 0px 6px 6px 0px;
	float: left;
}
.MainBodyImgRight{
	margin: 0px 0px 6px 6px;
	float: right;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: none;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	background: #FFFFFF;
	padding: 0px;
	width: 900px;
	margin: 0px auto;
}


/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}


/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 20px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align: right;
	background: url(../img/Pageup.gif) no-repeat right 4px;
}


/* ---------------------------------------------- */
/* PageNavi */
/* ---------------------------------------------- */
.PageNavi{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 12px;
}
.PageNavi a.PageNaviNext,
.PageNavi a.PageNaviBack{
	width:250px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.PageNavi a.PageNaviNext{
	text-align: right;
	float:right;
	background: url(../img/PageNext.gif) no-repeat right 0px;
	padding: 0px 20px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 0px;
	padding: 0px 0px 0px 20px;
}


/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.gif) no-repeat 0px -26px;
	margin: 0px;
	padding: 0px;
	height: 152px;
	width: 867px;
	position: relative;
	padding: 48px 0px 0px 33px;
}
.HeaderArea h1, .HeaderText {
	color:#d86d1f;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	color:#d86d1f;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color:#d86d1f;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 8px 0px 0px;
	color: #fe2b01;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 3px;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 174px;
	right: 10px;
	width: 540px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 0px 0px 5px 18px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display: block;
}
.HeaderInfoList ul li a:link , .HeaderInfoList ul li a:visited {
	color: #FFFFFF;
}
.HeaderInfoList ul li a:hover , .HeaderInfoList ul li a:active {
	color: #FFFFFF;
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 10px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(../img/ColumnMain.gif) repeat-y 0px 0px;
}


/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #fef0d1;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background: #FFF4EE;
	line-height: 1.3em;
	font-size: 10px;
}


/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
	font-size: 12px;
}


/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #ff8c24;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 630px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}


/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #ED7D44 url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px 0px 10px;
	padding: 0px 40px 0px 40px;
	text-align: center;
	width: 180px;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}


/* ---------------------------------------------- */
/* SideMenuListHead */
/* ---------------------------------------------- */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px;
}

.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: #ffdbb7 url(../img/SideMenuListCategoryLevel1.gif) no-repeat 4px 6px;
	margin:0px;
	padding: 6px 10px 6px 32px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel2 a {
	background: #ffcabc url(../img/SideMenuListCategoryLevel2.gif) no-repeat 4px 6px;
	margin:0px;
	padding: 6px 10px 6px 32px;
	line-height: 1.3em;
	display: block;
}

.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	background-position: 6px 6px;
}
.SideMenuListHeadLevel2 a:hover {
	background-position: 6px 6px;
}


/* ---------------------------------------------- */
/* SideMenuList */
/* ---------------------------------------------- */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: #FFFFFF url(../img/SideMenuListPageLevel1.gif) no-repeat 6px 8px;
	border-bottom: 2px dotted #ffd0a8;
	margin: 0px 0px 0px 5px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: #FFFFFF url(../img/SideMenuListPageLevel2.gif) no-repeat 6px 8px;
	border-bottom: 2px dotted #ffc2c2;
	margin: 0px 0px 0px 5px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
}

.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background-position: 8px 8px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background-position: 8px 8px;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
/* ---------------------------------------------- */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 10px 4px;
	margin: 0px;
	padding: 6px 10px 6px 56px;
	line-height: 1.3em;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 10px 4px;
	margin: 0px;
	padding: 6px 10px 6px 56px;
	line-height: 1.3em;
	display:block;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background-position: 12px 4px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background-position: 12px 4px;
}


/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 0px;
	padding: 0px 10px;
}

.MainBody h4 , .MainBody h5 , .MainBody h6 ,
.MainBodyPage h3 , .MainBodyPage h4 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: #FFFFFF url(../img/HeadBgH456.gif) repeat-x;
	margin: 0px 10px 6px 10px;
	padding: 5px 0px 6px 0px;
	font-weight:bold;
	font-size:18px;
	line-height: 1.1em;
	color: #ff8c24;
	background-position: bottom;
}
.MainBody h3 , .MainBodyPage h2 {
	background: #fef0d1;
	margin: 0px 10px 8px 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ff8c24;
	border-left: 6px solid #ff8c24;
	font-weight: bold;
	color: #ed7d44;
	font-size: 20px;
	line-height: 1.1em;
}
.MainBody h2 , .MainBodyPage h1{
	background: #FFFFFF url(../img/HeadBgL.gif) repeat-y 0px 0px;
	margin: 0px 0px 10px;
	padding: 10px 30px 4px;
	border: none;
	font-weight:bold;
	font-size: 24px;
	line-height: 1.3em;
	color: #ed7d44;
	text-align: center;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
	letter-spacing: 0.1em;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #ff8c24;
}
p.CatchCopy{
	background: #FFEDEE url(../img/CatchCopy.gif) repeat scroll 0px 0px;
	color:#ba4a11;
	line-height: 37px;
	margin: 0px 10px 10px;
	padding: 19px 10px;
}


/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 10px 1em 20px;
	padding: 0px;
	list-style: none;
}
.MainBody ul li , .MainBodyPage ul li {
	background: url(../img/MainBodyListLevel1.gif) no-repeat 0px 1px;
	margin:0px;
	padding:0px 0px 5px 25px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 0px 3px;
}
.MainBody ol  , .MainBodyPage ol{
	margin: 10px 10px 1em 20px;
	padding: 0px;
}
.MainBody ol li , .MainBodyPage ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* MainBodyTable */
/* ---------------------------------------------- */
.MainBody Table , .MainBodyPage Table {
	margin: 15px 0px 10px;
	padding: 0px;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	width: 580px;
}
.MainBody Table th , .MainBodyPage Table th {
	text-align: center;
	border-bottom: 1px solid #ed7d44;
	border-right: 1px solid #ed7d44;
	padding: 5px;
	line-height: 1.5em;
	font-weight: bold;
	background: #fef0d1;
	color: #ed7d44;
}
.MainBody Table td , .MainBodyPage Table td {
	border-bottom: 1px solid #ed7d44;
	border-right: 1px solid #ed7d44;
	padding: 5px;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: #ed7d44 url(../img/PageListHeadBgH2.gif) no-repeat 0px center;
	margin: 20px 0px 10px;
	padding: 5px 0px 5px 10px;
	border-left: 6px solid #ffb266;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1em;
	color: #FFFFFF;
	background-position: right;
	text-align: left;
}
.PageListArea h3 {
	background: url(../img/PageListHeadBgH3.gif) no-repeat 0px 0px;
	margin: 20px 5px 10px 0px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #ff8c24;
	border-left: 6px solid #ff8c24;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
	color: #ff8b17;
}
.PageListDouble {
	margin: 0px 0px 10px;
	padding: 0px;
	background: url(../img/PageListBgDoubleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle {
	margin: 0px 0px 10px;
	padding: 0px;
	background: url(../img/PageListBgSingleFoot.gif) no-repeat 0px bottom;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 300px;
	background: url(../img/PageListBgSingleHead.gif) no-repeat 0px 0px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 15px 10px;
	margin: 0px;
	padding: 10px 20px 10px 40px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 13px 7px;
	margin: 0px;
	padding: 10px 20px 10px 62px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 20px 15px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 4px 6px;
	margin:0px;
	padding: 5px 0px 5px 30px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 3px;
	margin:0px;
	padding: 5px 0px 5px 46px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	background: #ffb266 url(../img/PageRelationHeadBg.gif) no-repeat right top;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.1em;
	border-top: dotted #ffffff 1px;
	border-bottom: dotted #ffffff 1px;
	text-align: left;
	border-left: 6px #ed7d44 solid;
	border-right: dotted #ffffff 1px;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 2px;
	margin:0px;
	padding:0px 0px 5px 25px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	background: #ffb266 url(../img/NewsTopHeadBg.gif) no-repeat right top;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.1em;
	border-bottom: dotted #ffffff 1px;
	border-top: dotted #ffffff 1px;
	text-align: left;
	border-left: 6px #ed7d44 solid;
	border-right: dotted #ffffff 1px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 2px;
	margin:0px;
	padding:0px 0px 5px 25px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
