@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: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCCCC;
	text-decoration: none;
}
a:active {
	color: #FFCCCC;
	text-decoration: none;
}

body {
	background: #CC6733 url(../img/Bg.jpg) repeat-y;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #FFFFFF;
}
.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 {
	padding: 0px;
	width: 900px;
	margin: 0px;
	text-align: left;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 20px 10px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 10px 10px 0px 0px;
	padding: 5px 16px 10px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
}

.PageNavi{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	line-height: 1.3em;
}
.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 26px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 0px;
	padding: 0px 0px 0px 26px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 900px;
	position: relative;
}
.HeaderArea h1, .HeaderText {
	color:#FFCC66;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 295px;
	top: 52px;
	text-align: left;
	width: 600px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: underline;
	color:#FFCC66;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	text-decoration: none;
	color:#FFCC66;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 295px;
	top: 0px;
	color: #673400;
	font-weight: bold;
	text-align: left;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 295px;
	top: 90px;
	text-align: left;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 124px;
	right: 0px;
	width: 900px;
	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: 5px 0px 5px 32px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display:block;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background: #333333 url(../img/AllBg.gif) repeat-y 0px 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 16px 0px 0px;
	padding: 0px;
}
.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px 5px 0px 5px;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dt a:link , .FooterLinkArea dl dt a:visited {
	color: #FFCCCC;
}
.FooterLinkArea dl dt a:hover , .FooterLinkArea dl dt a:active {
	color: #FFFFFF;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 10px;
}


/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px auto;
	padding: 0px 10px;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #333333;
	text-align: center;
	margin: 10px 20px 0px;
	padding: 20px 10px;
	color: #FFFFFF;
	font-size: 12px;
	width: 840px;
}
.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: 620px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFFFFF url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: 25px;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 ,
.SideTopLink {
	margin: 0px;
	padding: 0px;
}
.SideMenuListHeadLevel1 a ,
.SideTopLink a {
	background: #999999 url(../img/SideMenuListCategoryLevel1.gif) no-repeat 0px 0px;
	margin:0px;
	padding: 4px 10px 4px 30px;
	line-height: 1.3em;
	border-bottom: 1px solid #663300;
	display: block;
	font-weight: bold;
}
.SideMenuListHeadLevel2 a {
	background: #999999 url(../img/SideMenuListCategoryLevel2.gif) no-repeat 0px 0px;
	margin:0px;
	padding: 4px 10px 4px 38px;
	line-height: 1.3em;
	border-bottom: 1px solid #663300;
	display: block;
	font-weight: bold;
}
.SideMenuListHeadLevel1 a:hover , 
.SideTopLink a:hover {
	background: #666666 url(../img/SideMenuListCategoryLevel1Over.gif) no-repeat 0px 0px;
}
.SideMenuListHeadLevel2 a:hover {
	background: #666666 url(../img/SideMenuListCategoryLevel2Over.gif) no-repeat 0px 0px;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: #CC9966 url(../img/SideMenuListPageLevel1.gif) no-repeat 0px 0px;
	border-bottom: 1px solid #663300;
	margin: 0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: #CC9966 url(../img/SideMenuListPageLevel2.gif) no-repeat 0px 0px;
	border-bottom: 1px solid #663300;
	margin: 0px;
	padding: 6px 10px 6px 36px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background: #CC6633 url(../img/SideMenuListPageLevel1Over.gif) no-repeat 0px 0px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background: #CC6633 url(../img/SideMenuListPageLevel2Over.gif) no-repeat 0px 0px;
}

/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: #CC9966 url(../img/SideMenuListPickupLevel1.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 4px 10px 4px 44px;
	border-bottom: 1px solid #663300;
	display:block;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background: #CC6633 url(../img/SideMenuListPickupLevel1Over.gif) no-repeat 0px 0px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: #CC9966 url(../img/SideMenuListPickupLevel2.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 4px 10px 4px 44px;
	border-bottom: 1px solid #663300;
	display:block;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background: #CC6633 url(../img/SideMenuListPickupLevel2Over.gif) no-repeat 0px 0px;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px;
	padding: 0px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(../img/HeadBgH4.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 4px 10px;
	padding: 4px 0px 4px 18px;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 4px 10px;
	padding: 4px 0px 4px 18px;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(../img/HeadBgH4.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 4px 10px;
	padding: 4px 0px 4px 18px;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	margin: 4px 10px;
	text-align: center;
	padding: 10px 0px;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 0px 0px 10px;
	padding: 9px 0px 9px 36px;
	background: url(../img/HeadBgL.gif) no-repeat 0px 50%;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px 10px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #FFCCCC;
}
.MainBody p.CatchCopy {
	color: #b24543;
	margin: 0px 0px 20px;
	padding: 16px 10px;
	border: #f5c9a6 1px solid;
	background: #ffedee url(../img/CatchCopy.gif);
	line-height: 2em;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}
.MainBodyImgRight{
	margin: 0px 0px 10px 10px;
}

/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 10px 1em 20px;
	padding: 0px;
	list-style: none;
}
.MainBody ul li , .MainBodyPage ul li ,
.MainBody ul.MainBodyListLevel1 li , .MainBodyPage ul.MainBodyListLevel1 li {
	background: url(../img/MainBodyListLevel1.gif) no-repeat 0px 0px;
	margin:0px;
	padding:1px 0px 5px 20px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 0px 0px;
}
.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: 10px 0px 15px 10px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	line-height: 1.5em;
	color: #000000;
}
.MainBody Table th a:link ,
.MainBody Table th a:visited ,
.MainBodyPage table th a:link ,
.MainBodyPage table th a:visited {
	color: #000000;
	text-decoration: underline;
}
.MainBody Table th a:hover ,
.MainBody Table th a:active ,
.MainBodyPage table th a:hover ,
.MainBodyPage table th a:active {
	color: #000000;
	text-decoration: none;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	line-height: 1.5em;
	background: #FFFFFF;
	color: #000000;
}
.MainBody Table td a:link ,
.MainBody Table td a:visited ,
.MainBodyPage table td a:link ,
.MainBodyPage table td a:visited {
	color: #000000;
	text-decoration: underline;
}
.MainBody Table th a:hover ,
.MainBody Table th a:active ,
.MainBodyPage table td a:hover ,
.MainBodyPage table td a:active {
	color: #000000;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/HeadBgH3.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:18px;
	font-weight:bold;
	margin: 20px 10px 0px;
	text-align: center;
	padding: 10px 0px;
}
.PageListArea h3 {
	background: url(../img/HeadBgH4.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 20px 10px 0px;
	padding: 4px 0px 4px 18px;
	text-align: left;
}
.PageListDouble {
	margin: 0px;
	padding: 0px;
}
.PageListSingle {
	margin: 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 20px 5px;
	margin: 0px;
	padding: 5px 10px 3px 42px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 5px 5px;
	margin: 0px;
	padding: 5px 10px 5px 48px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 10px 10px 20px;
	line-height: 1.5em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 21px 4px;
	margin:0px;
	padding: 5px 0px 5px 45px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 2px 2px;
	margin:0px;
	padding: 5px 0px 5px 45px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	background: url(../img/PageRelationHeadBg.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 20px 10px 0px;
	padding: 4px 0px 4px 18px;
	text-align: left;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
}
.PageRelation ul li {
	background: #666666 url(../img/PageRelationListIcon.gif) no-repeat 8px 3px;
	border: 1px solid #CC6600;
	margin: 5px 0px 0px;
	padding: 4px 0px 4px 30px;
	line-height: 1.3em;
	font-weight: bold;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	background: url(../img/NewsTopHeadBg.gif) no-repeat 0px 50%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin: 20px 10px 0px;
	padding: 4px 0px 4px 18px;
	text-align: left;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 15px;
	list-style: none;
}
.NewsTopArea ul li {
	background: #666666 url(../img/NewsTopListIcon.gif) no-repeat 8px 3px;
	border: 1px solid #CC6600;
	margin: 5px 0px 0px;
	padding: 4px 0px 4px 30px;
	line-height: 1.3em;
	font-weight: bold;
}

/* ---------------------------------------------- */
