@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 ,a:visited,a:active {
	color: #766154;
	text-decoration: underline;
}
a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #3e3027;
}
.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 0px 0px;
	width: 896px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px 0 0 5px;
	padding: 10px 15px 28px;
	line-height: 1.3em;
	font-size: 12px;
	background:#ffffff url(../img/PankuzuBg.gif) center bottom no-repeat;
	color:#766154;
}
.All .Pankuzu a , .All .Pankuzu a:hover{
	color:#766154;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 15px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background: url(../img/Pageup.gif) no-repeat right 7px;
}

.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 3px;
	padding: 0px 15px 0px 0px;
}
.PageNavi a.PageNaviBack{
	text-align: left;
	float:left;
	background: url(../img/PageBack.gif) no-repeat left 3px;
	padding: 0px 0px 0px 15px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	margin: 0px 0 0 0px;
	padding: 0px;
	height: 217px;
	width: 896px;
	position: relative;
	background: #999999 url(../img/HeaderBg.gif) no-repeat 0px 0px;
}
.HeaderArea h1, .HeaderText {
	color:#ffffff;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 90px;
	top: 85px;
	width: 700px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: none;
	color:#ffffff;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	text-decoration: underline;
	color:#ffffff;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 95px;
	top: 140px;
	width:500px;
	color:#ffffff;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px 5px;
	position: absolute;
	left: 0px;
	top: 10px;
	width:866px;
	color:#333333;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
	right: 0px;
	width: 250px;
}
.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 12px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat 0px 1px;
	display:block;
}
.HeaderInfoList ul li a:hover {
}


/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 3px 0px 0px;
	padding: 10px 0 0 0;
	background: #FFFFFF url(../img/ColumnMain.gif) repeat-y left top;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 0px 0px 0px;
	padding: 20px 0 0;
	font-size: 12px;
	background:#f8f8f8;
}
.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: 10px;
}

/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:0px 0px;
	padding:15px 5px;
	text-align: center;
	font-size: 12px;
	background:#f8f8f8;
}
.FooterCategoryArea a , .FooterCategoryArea a:hover{
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.5em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	text-align: center;
	margin: 0px 0px 0px;
	padding: 5px 5px 15px;
	font-size: 12px;
	border-top:solid 1px #b3b3b3;
	background: #f8f8f8 url(../img/FootBg.gif) repeat-x left bottom;
}
.FooterArea a:link ,
.FooterArea a:visited {
	text-decoration: none;
}
.FooterArea a:hover ,
.FooterArea a:active {
	text-decoration: underline;
}

/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 630px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: left;
	margin: 0px;
	padding: 0px 0 0px 4px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px 5px 0px;
	padding: 10px 0 0 0px;
	text-align: center;
	height: 16px;
	line-height: 16px;
	color: #766154;
	font-size: 14px;
	font-weight: normal;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink , 
.SideMenuListHeadLevel1 {
	margin: 4px 5px 0px;
	padding: 0px;
}

.SideMenuListHeadLevel2 {
	margin: 4px 0px 0px;
	padding: 0px 5px;
}

.SideTopLink a , 
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat left 3px;
	margin:10px 0 7px 0;
	padding: 2px 10px 8px 20px;
	line-height: 1.3em;
	display: block;
}
.SideTopLink , 
.SideMenuListHeadLevel1 {
	background: url(../img/SideMenuListCategoryLevel1Foot.gif) no-repeat left bottom;
}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat left 3px;
	margin:10px 0 0px 0;
	padding: 2px 10px 8px 20px;
	line-height: 1.3em;
	display: block;
	color:#3a6397;
}
.SideMenuListHeadLevel2 {
	background:	#f8f8f8 url(../img/SideMenuListCategoryLevel2Foot.gif) no-repeat 5px bottom;
}
.SideTopLink a:hover , 
.SideMenuListHeadLevel1 a:hover {
}
.SideMenuListHeadLevel2 a:hover {
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px 0 5px 0;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,
.SideMenuListArea ul.SideMenuListLevel2 li,
.SideMenuListArea ul li.SideMenuListPickupLevel2 {
	margin: 0px;
	padding: 0px;
}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a ,
.SideMenuListArea ul.SideMenuListLevel2 li a {
	margin: 0px 0 2px 0;
	padding: 2px 10px 1px 20px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 2px 5px;
}
.SideMenuListArea ul.SideMenuListLevel1 li{
}

.SideMenuListArea ul.SideMenuListLevel2 li a{
	background: url(../img/SideMenuListPageLevel2.gif) no-repeat 2px 5px;
	color:#3a6397;
}
.SideMenuListArea ul.SideMenuListLevel2{
	background:#f8f8f8;
}

.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
}
.SideMenuListArea ul.SideMenuListLevel2 {
	background:#f8f8f8;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 2px 5px;
	margin: 0px 0px 2px;
	padding: 2px 10px 1px 20px;
	display:block;
	color:#ca1900;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 ,.SideMenuListArea ul li.SideMenuListPickupLevel2{
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover {
	color:#ca1900;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 2px 5px;
	margin: 0px 0px 2px;
	padding: 2px 10px 1px 20px;
	display:block;
	color:#ca1900;
}
.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover {
	color:#ca1900;
}




/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0 10px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	background: url(../img/HeadBgH4.gif) no-repeat 1px bottom;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 6px 0px;
	padding:3px 0px 3px 10px;
	color:#766154;
	border-bottom:#dddddd solid 1px;
}
.MainBody h5 , .MainBodyPage h4 {
	background: url(../img/HeadBgH4.gif) no-repeat 1px bottom;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 6px 0px;
	padding:3px 0px 3px 10px;
	color:#766154;
	border-bottom:#dddddd solid 1px;
}
.MainBody h4 , .MainBodyPage h3 {
	background: url(../img/HeadBgH4.gif) no-repeat 1px bottom;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 6px 0px;
	padding:3px 0px 3px 10px;
	color:#766154;
	border-bottom:#dddddd solid 1px;
}
.MainBody h3 , .MainBodyPage h2 {
	background: url(../img/HeadBgH3.gif) no-repeat left 3px;
	color:#ca1900;
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 6px 0px;
	padding: 2px 0px 5px 20px;
	border-bottom:solid 1px #dddddd;
}
.MainBodyPage h1 , .MainBody h2 {
	margin: 0px 1px 10px 0;
	padding: 2px 0px 5px 20px;
	background: url(../img/HeadBgL.gif) no-repeat left 3px;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
	color: #766154;
	border-bottom:solid 1px #dddddd; 
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #766154;
}

/* ---------------------------------------------- */
/* 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 5px;
	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 5px 5px;
}
.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;
	padding: 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 5px;
	line-height: 1.5em;
	color:#ffffff;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	padding: 20px 0px 0px 20px;
	margin: 0px 1px 10px 0;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: bold;
}
.PageListArea h3 {
	margin: 20px 0px 0px;
	padding: 10px 0 10px 12px;
	font-size: 16px;
	line-height: 1.1em;
	font-weight: bold;
	background: url(../img/PageListHeadBgH3.gif) no-repeat left top;
	border:none;
}
.All .PageListArea h3 a , .All .PageListArea h3 a:hover{
}


.PageListDouble {
	margin: 0px;
	padding: 0px;
}
.PageListSingle {
	margin: 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px 3px 0 0;
	padding: 0px;
	width: 300px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 12px 13px;
	margin: 0px;
	padding: 10px 20px 5px 30px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 12px 13px;
	margin: 0px;
	padding: 10px 20px 5px 30px;
	line-height: 1.3em;
	color:#ca1900;
}
.PageListSingle dl dt.PageListPickup a, .PageListDouble dl dt.PageListPickup a{
	color:#ca1900;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	/*border-top:#ebebeb solid 1px;*/
	margin: 0px 10px;
	padding: 5px 5px 10px;
	line-height: 1.3em;
}
.PageListArea ul li, .PageListArea ul li.PageListPickup{
	background: url(../img/PageListPage.gif) no-repeat 2px 8px;
	margin:0px;
	padding: 5px 0px 5px 22px;
}
.PageListArea ul li.PageListPickup a:link,
.PageListArea ul li.PageListPickup a:visited {
	color: #CA1900;
	text-decoration: underline;
}
.PageListArea ul li.PageListPickup a:hover,
.PageListArea ul li.PageListPickup a:active {
	color: #CA1900;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 2px 10px 5px 10px;
	background: url(../img/PageRelationHeadBg.gif) no-repeat left 3px;
	font-size: 18px;
	color: #766154;
	border-bottom:#dddddd solid 1px;
}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding:0px 0px 5px 15px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 5px;
	padding: 2px 10px 5px 10px;
	font-size: 18px;
	color: #766154;
	border-bottom:#dddddd solid 1px;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding:0px 0px 5px 15px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
