@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
html {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0px;
	margin:0px 0px 0px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
a:link , a:hover {
	color: #708090;
	text-decoration: underline;
}
 a:visited , a:active {
	color: #888888;
	text-decoration: none;
}
body {
	background: #fcfcfc url(../img/Bg.gif) ;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #3c2c22;
}
.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-color: #f2f2f2;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 8px 15px 5px 15px;
	line-height: 1.3em;
	font-size: 12px;
	color:#908271;
}
.All .Pankuzu a{
	color:#908271;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	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:240px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.PageNavi a.PageNaviNext{
background: url(../img/Next.gif) no-repeat scroll right 0px;
	text-align: right;
	float:right;
	padding: 0px 20px 0px 0px;
}
.PageNavi a.PageNaviBack{
background: url(../img/Back.gif) no-repeat 0px 0px;
	text-align: left;
	float:left;
	padding: 0px 0px 0px 20px;
}

/* ---------------------------------------------- */
/* HeaderArea */
/* ---------------------------------------------- */
.HeaderArea {
	background: #3A3A3A url(../img/HeaderBg.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 900px;
	position: relative;
}
.HeaderArea h1, .HeaderText {
	color:#ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 100px;
	top:120px;
	width:610px;
	text-align:left;
}
.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: 100px;
	top: 166px;
	width:611px;
	text-align:left;
	color:#ffffff;
}

.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 15px;
	top: 5px;
	color: #373737;
}

.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	left: 15px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 3px 0px 5px 20px;
	background: #F2F2F2 url(../img/HeaderInfoListCross1.gif) no-repeat 2px 2px;
	display:block;
	float: left;
	color:#908271;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	background: #FFFFFF url(../img/Contents_BG.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 20px 0 0 0;    
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	background: url(../img/footerPankuzu.gif) no-repeat 10px 0px;
	background-color:#f2f2f2;
	margin: 0px;
	padding: 35px 15px 15px 15px;
	font-size: 12px;
}
.FooterLinkArea dl {
	width: 210px;
	margin: 0px 7px 10px 0px;
	padding: 0px;
	float: left;
}
.FooterLinkArea dl dt {
	margin: 0px;
	padding: 10px 5px 5px 35px;
	background: url(../img/FooterLinkListIcon.gif) no-repeat 6px 6px;
	line-height: 1.3em;
	font-weight:bold;
}
.FooterLinkArea dl dd {
	margin: 0px;
	padding: 5px 8px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	background-color:#838383;
	margin: 0px 13px 0px 13px;
	padding-top:25px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

.FooterCategoryArea a{
	color: #ffffff;
}

/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	font-size: 12px;
	line-height: 1.3em;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color:#838383;
	margin: 0px 13px 0px 13px;
	text-align: center;
	padding: 20px 0;
	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: 605px;
	float: right;
	margin: 0px 10px 0 0;
	padding: 0px;
    position: relative;
	display: inline;
}
.ColumnSide {
	width: 252px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	display: inline;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
display:none;
/*
	background: #ff7c88 url(../img/SideMenuTitle.gif) no-repeat top center;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 7px 10px;
	font-size: 16px;
	font-weight: bold;
    color:#ffff00;
	*/
}

.SideTopLink {
background: #feb8de url(../img/SideMenuListCategoryLevel1_foot.gif) no-repeat bottom left;
	margin: 0px 0 5px 0;
	padding: 0px;
}
.SideTopLink a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat top left;
	margin:0px;
	padding: 20px 12px 10px 12px;
	line-height: 1.3em;
	display: block;
	font-weight:bold;
	color:#ffffff;
}
.SideTopLink a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

.SideMenuListArea {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideMenuListHeadLevel1 {
	background: url(../img/SideMenuListCategoryLevel1_foot.gif) no-repeat bottom left;
	margin: 8px 0 8px 0;
	padding: 0px;
}

.SideMenuListHeadLevel2 {
	background: url(../img/SideMenuListCategoryLevel2_foot.gif) no-repeat bottom left;
	margin: 8px 0 8px 0;
	padding: 0px;
}


.SideMenuListHeadLevel1 a:link,
.SideMenuListHeadLevel1 a:visited,
.SideMenuListHeadLevel1 a:active {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat top left;
	margin:0px;
	padding: 20px 12px 10px 12px;
	line-height: 1.3em;
	display: block;
	font-weight:bold;
	color:#ffffff;
}
.SideMenuListHeadLevel1 a:hover {
	color: #4d4d4d;
	text-decoration: none;
}


.SideMenuListHeadLevel2  a:link,
.SideMenuListHeadLevel2  a:visited,
.SideMenuListHeadLevel2  a:active{
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat top left;
	margin:0px;
	padding: 20px 12px 10px 12px;
	line-height: 1.3em;
	display: block;
	font-weight:bold;
	color:#ffffff;
}
.SideMenuListHeadLevel2 a:hover {
	color: #4d4d4d;
	text-decoration: none;
}


/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	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 0px 0;
	padding:5px 10px 5px 25px;
	line-height: 1.3em;
	display: block;
}
.SideMenuListArea ul.SideMenuListLevel1 li a{
	background: url(../img/SideMenuListPageLevel1.gif) no-repeat 5px 5px;
}
.SideMenuListArea ul.SideMenuListLevel2 li a{
    background: url(../img/SideMenuListPageLevel2.gif) no-repeat 5px 5px;
}
.SideMenuListArea ul li a:hover,
.SideMenuListArea ul.SideMenuListLevel1 li a:hover ,
.SideMenuListArea ul.SideMenuListLevel2 li a:hover {
color: #888888;
text-decoration: none;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickupLevel1.gif) no-repeat 5px 5px;
	margin: 0px;
	padding: 5px 10px 5px 25px;
	display:block;
	color:#cc0000;
}

.SideMenuListArea ul li.SideMenuListPickupLevel2 a {
	background:url(../img/SideMenuListPickupLevel1.gif) no-repeat 5px 5px;
	margin: 0px;
	padding: 5px 10px 5px 25px;;
	display:block;
	color:#cc0000;
}
.SideMenuListArea ul li.SideMenuListPickupLevel1 a:hover ,.SideMenuListArea ul li.SideMenuListPickupLevel2 a:hover{
	color: #888888;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
    width: 605px;
	padding: 0px;

}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 5px 0px 5px;
	color:#9f9385;
	border-bottom:1px solid #dfdfdf;
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 5px 0px 5px;
	color:#9f9385;
	border-bottom:1px solid #dfdfdf;
}
.MainBody h4 , .MainBodyPage h3 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding: 0px 5px 0 5px;
	color:#9f9385;
	border-bottom:1px solid #dfdfdf;
}
.MainBody h3 , .MainBodyPage h2 {
	font-size:20px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0 5px;
	color:#cc0000;
	border-bottom:1px solid #dfdfdf;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	background: url(../img/HeadBgL.gif) no-repeat 0px top;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 3px 35px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #908271;
	border-bottom:1px solid #dfdfdf;
	
}



.MainBody p , .MainBodyPage p {
	margin: 0.5em 12px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #908271;
}

/* ---------------------------------------------- */
/* MainBodyList */
/* ---------------------------------------------- */
.MainBody ul  , .MainBodyPage ul{
	margin: 10px 0px 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:0px 0px 5px 20px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/MainBodyListLevel2.gif) no-repeat 4px 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: 10px 0px 15px;
	padding: 0px;
	border: 1px solid #968d89;
	border-collapse:collapse;
	border-spacing:0px;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: normal;
	background: #968d89;
	border-bottom: 1px solid #968d89;
	border-right: 1px solid #968d89;
	padding: 5px;
	line-height: 1.3em;
	color:#ffffff;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px dashed #968d89;
	border-right: 1px solid #968d89;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/PageListHeadBg.gif) no-repeat 0px top;
	font-size:20px;
	font-weight:bold;
	margin: 0px 5px 5px 0px;
	padding: 5px 10px 2px 35px;
	color:#908271;
	
}
.PageListArea h3 {
	background: url(../img/HeadBgH3_2.gif) no-repeat 0px top;
	margin: 10px 0px 0px 0px;
	padding: 8px 10px 8px 10px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	border:none;
	}
    
.PageListArea h3 a {
color:#908271;	
	}


.PageListDouble {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}
.PageListSingle {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}
.PageListSingle dl , .PageListDouble dl{
width: 300px;
	float: left;
}
.PageListSingle dl {
	float:none;
}

.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListBgSingleHead.gif) no-repeat top left;
	margin: 0px 7px 0 7px;
	padding: 0px 10px 5px 20px;
	font-weight:bold;
	line-height: 1.3em;
	border-bottom:1px solid #e7e7e7;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat top left;
	margin: 0px 7px 0 7px;
	padding: 0px 10px 5px 20px;
	line-height: 1.3em;
	color:#cc0000;
}
.PageListSingle dl dt.PageListPickup a, .PageListDouble dl dt.PageListPickup a{
	color:#cc0000;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px 7px 0 7px;
	padding: 10px 0px 5px 10px;
	line-height: 1.3em;
}
.PageListArea ul li{
	background: url(../img/PageListPage.gif) no-repeat 0px 3px;
	margin:0px;
	padding: 3px 0px 3px 24px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 3px;
	margin:0px;
	padding: 3px 0px 3px 24px;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	background: none;
	margin: 0px 12px 10px 0px;
	padding: 5px 0px 5px 8px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #908271;
	border-bottom: 1px solid #dfdfdf;

}
.PageRelation ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/PageRelationListIcon.gif) no-repeat 0px 0px;
	margin:0px;
	padding:0px 10px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	background: none;
	margin: 0px 12px 10px 0px;
	padding: 5px 0px 5px 8px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #908271;
	border-bottom: 1px solid #dfdfdf;
	
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 0px;
	margin:0px;
	padding:0px 10px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
