@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: #8C693C;
	text-decoration: underline;
}
a:visited {
	color: #8C693C;
	text-decoration: underline;
}
a:hover , a:active {
	color: #EB6714;
	text-decoration: none;
}
body {
	background: url(../img/Bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #61233E;
	text-align: left;
}
.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: url(../img/AllBg.gif) repeat-y 0px 0px;
	padding: 0px;
	width: 900px;
	margin: 0px auto;
}


/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 0px 15px 10px;
	line-height: 1.3em;
	font-size: 12px;
}


/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 28px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align: right;
	background: url(../img/Pageup.gif) no-repeat right 0px;
}


/* ---------------------------------------------- */
/* PageNavi */
/* ---------------------------------------------- */
.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 4px;
	padding: 0px 15px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 4px;
	padding: 0px 0px 0px 15px;
}


/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 770px;
	position: relative;
	padding: 84px 0px 0px 130px;
}
.HeaderArea h1, .HeaderText {
	color:#76321A;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0px;
	width: 620px;
	text-align: center;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	color:#76321A;
	text-decoration: none;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	color:#EB6714;
	text-decoration: underline;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 6px 0px 0px;
	width: 620px;
	text-align: center;
	color: #671212;
	font-size: 12px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 15px;
	top: 0px;
	color: #EF9625;
	width: 870px;
	text-align: center;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 252px;
	right: 20px;
	width: 800px;
	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: 2px 0px 5px 24px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 0px;
	display: block;
}
.HeaderInfoList ul li a:link , .HeaderInfoList ul li a:visited {
	color: #8C693C;
}
.HeaderInfoList ul li a:hover , .HeaderInfoList ul li a:active {
	color: #EB6714;
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 0px;
	padding: 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 5px 0px 5px;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 12px;
	font-size: 10px;
}


/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 10px;
	padding:5px;
	font-size: 12px;
	color: #C9CCCC;
}
.FooterCategoryArea a:link ,
.FooterCategoryArea a:visited ,
.FooterCategoryArea a:hover ,
.FooterCategoryArea a:active {
	color: #6F6F6F;
}


/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 10px;
	font-size: 12px;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background: #FFFFFF url(../img/FooterBg.gif) no-repeat 0px 0px;;
	text-align: center;
	margin: 0px;
	padding: 10px 5px 30px;
	color: #8C693C;
	font-size: 12px;
	text-align: center;
}
.FooterArea a:link ,
.FooterArea a:visited {
	color: #8C693C;
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	color: #8C693C;
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 620px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 13px 0px 0px;
}


/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #8C693C;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 256px;
	border-left: 2px solid #EECCA0;
	border-right: 2px solid #EECCA0;
	border-bottom: 2px solid #EECCA0;
}


/* ---------------------------------------------- */
/* SideMenuListHead */
/* ---------------------------------------------- */
.SideTopLink , 
.SideMenuListHeadLevel1 ,
.SideMenuListHeadLevel2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 6px 10px;
	margin:0px;
	padding: 11px 16px 0px 32px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 6px 10px;
	margin:0px;
	padding: 11px 16px 0px 32px;
	line-height: 1.3em;
	display: block;
}

.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
	background: url(../img/SideMenuListCategoryLevel1Over.gif) no-repeat 6px 10px;
}
.SideMenuListHeadLevel2 a:hover {
	background: url(../img/SideMenuListCategoryLevel2Over.gif) no-repeat 6px 10px;
}


/* ---------------------------------------------- */
/* SideMenuList */
/* ---------------------------------------------- */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 10px 6px;
	margin: 0px;
	padding: 8px 16px 0px 36px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel2 li a {
	background: url(../img/SideMenuListPageLevel2.gif) no-repeat 10px 6px;
	margin: 0px;
	padding: 8px 16px 0px 36px;
	line-height: 1.3em;
	display: block;
}

.SideMenuListArea ul.SideMenuListLevel1 li a:hover {
	background: url(../img/SideMenuListPageLevel1Over.gif) no-repeat 10px 6px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
	background: url(../img/SideMenuListPageLevel2Over.gif) no-repeat 10px 6px;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
/* ---------------------------------------------- */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 10px 6px;
	margin: 0px;
	padding: 8px 16px 0px 36px;
	line-height: 1.3em;
	display:block;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel2.gif) no-repeat 10px 6px;
	margin: 0px;
	padding: 8px 16px 0px 36px;
	line-height: 1.3em;
	display:block;
	font-weight: bold;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	background: url(../img/SideMenuListPickupLevel1Over.gif) no-repeat 10px 6px;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	background: url(../img/SideMenuListPickupLevel2Over.gif) no-repeat 10px 6px;
}


/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 3px;
	padding: 0px 8px 0px 10px;
}

.MainBody h4 , .MainBody h5 , .MainBody h6 ,
.MainBodyPage h3 , .MainBodyPage h4 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: #F0E1C4 url(../img/HeadBgH456.gif) no-repeat 0px 0px;
	margin: 0px 0px 6px;
	padding: 7px 10px 7px 16px;
	font-weight:bold;
	font-size:16px;
	line-height: 1.1em;
	color: #652D0F;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat left bottom;
	margin: 0px 0px 6px;
	padding: 6px 0px 13px 35px;
	font-weight: bold;
	color: #8C693C;
	font-size: 18px;
	line-height: 1.1em;
}
.MainBody h2 , .MainBodyPage h1{
	background: url(../img/HeadBgL.gif) no-repeat left bottom;
	margin: 0px 0px 10px;
	padding: 0px 0px 16px 7px;
	border: none;
	font-weight:bold;
	font-size: 24px;
	line-height: 1.1em;
	color: #8C693C;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
	letter-spacing: 0.1em;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #FF8A00;
}
p.CatchCopy{
	background: #FFEDEE url(../img/CatchCopy.gif) repeat scroll 0px 0px;
	border:1px solid #F5C9A6;
	color:#B24543;
	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 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	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 15px;
	padding: 0px;
	border-top: 1px solid #FCC073;
	border-left: 1px solid #FCC073;
}
.MainBody table th , .MainBodyPage table th {
	text-align: center;
	border-bottom: 1px solid #FCC073;
	border-right: 1px solid #FCC073;
	padding: 5px;
	line-height: 1.5em;
	font-weight: bold;
}
.MainBody Table td , .MainBodyPage Table td {
	border-bottom: 1px solid #FCC073;
	border-right: 1px solid #FCC073;
	padding: 5px;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/HeadBgH3.gif) no-repeat left bottom;
	margin: 20px 0px 0px;
	padding: 6px 0px 13px 35px;
	font-weight: bold;
	color: #8C693C;
	font-size: 18px;
	line-height: 1.1em;
}
.PageListArea h3 {
	background: #F0E1C4 url(../img/HeadBgH456.gif) no-repeat 0px 0px;
	margin: 20px 0px 0px;
	padding: 7px 10px 7px 16px;
	font-weight:bold;
	font-size:16px;
	line-height: 1.1em;
	color: #652D0F;
}
.PageListDouble {
	margin: 0px 0px 10px;
	padding: 0px;
}
.PageListSingle {
	margin: 0px 0px 10px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 299px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 0px 5px;
	margin: 0px;
	padding: 5px 10px 5px 22px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 7px;
	margin: 0px;
	padding: 5px 10px 5px 44px;
	line-height: 1.3em;
	font-weight: bold;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 10px 0px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 6px 4px;
	margin:0px;
	padding: 4px 0px 4px 30px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 6px;
	margin:0px;
	padding: 4px 0px 4px 44px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 0px 10px 0px 34px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat 0px 1px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.1em;
	margin-bottom: 5px;
	height: 33px;
	line-height: 33px;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 6px 3px;
	border:1px solid #E5DFBD;
	margin: 0px 0px 5px;
	padding: 3px 0px 5px 30px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 0px 10px 0px 34px;
	background: url(../img/NewsTopHeadBg.gif) no-repeat 0px 1px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.1em;
	margin-bottom: 5px;
	height: 33px;
	line-height: 33px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 6px 3px;
	border:1px solid #E5DFBD;
	margin: 0px 0px 5px;
	padding: 3px 0px 5px 30px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
