@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: #cc5260;
	text-decoration: underline;
}
a:visited {
	color: #cc5260;
	text-decoration: underline;
}
a:hover {
	color: #f27583;
	text-decoration: none;
}
a:active {
	color: #f27583;
	text-decoration: none;
}

body {
	background: url(../img/Bg.gif) repeat center 0px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #541b02;
}
.Clear {
	font-size: 1px;
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.MainBodyImgLeft{
	margin: 0px 10px 10px 0px;
}
.MainBodyImgRight{
	margin: 0px 0px 10px 10px;
}
.img{
	float: left;
	display: inline;
	margin: 0px 4px 4px 0px;
	border: none;
}

/* ---------------------------------------------- */
/* Layout */
/* ---------------------------------------------- */
.All {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 10px 10px 0px;
	line-height: 1.3em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 10px 10px 10px 0px;
	padding: 5px 14px 5px 5px;
	line-height: 1.3em;
	font-size: 12px;
	text-align:right;
	background: url(../img/Pageup.gif) no-repeat right 8px;
}

.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.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 898px;
	position: relative;
	border-right: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}
.HeaderArea p.HeaderLead {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 72px;
}
.HeaderArea p.HeaderLead a:link ,
.HeaderArea p.HeaderLead a:visited {
	color:#541b02;
	text-decoration: none;
}
.HeaderArea p.HeaderLead a:hover ,
.HeaderArea p.HeaderLead a:active {
	color:#541b02;
	text-decoration: underline;
}
.HeaderArea h1 , .HeaderText {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 112px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 40px;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 170px;
	right: 30px;
	width: 189px;
	font-size: 12px;
	text-align:right
}
.HeaderInfoList ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 0px 18px 5px 0px;
	background: url(../img/HeaderInfoListCross.gif) no-repeat right 1px;
	display:block;
}
.HeaderInfoList ul li a:link, 
.HeaderInfoList ul li a:visited {
	color: #541b02;
	text-decoration: underline;
}
.HeaderInfoList ul li a:hover,
.HeaderInfoList ul li a:active {
	color: #999999;
	text-decoration: underline;
}
/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 16px 0px 0px;
	padding: 20px 0px 0px;
	border: 1px solid #D3D3D3;
	background: url(../img/alpha.gif) repeat;
}
/* ---------------------------------------------- */
/* FooterBox */
/* ---------------------------------------------- */
.FooterBox {
	margin: 0px;
	padding: 10px 0px 0px;
	border: 1px solid #D3D3D3;
	background: url(../img/alpha.gif) repeat;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 20px 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;
	background: #fcefec
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	line-height: 1.3em;
	font-size: 10px;
	background: #fcefec
}
.FooterLinkArea dl dt a:link,
.FooterLinkArea dl dt a:visited {
	color: #541b02;
	text-decoration: underline;
}
.FooterLinkArea dl dt a:hover,
.FooterLinkArea dl dt a:active {
	color: #999999;
	text-decoration: underline;
}
/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	padding: 5px;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #f0f0f0;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 20px;
	color: #541b02;
}
/* ---------------------------------------------- */
/* Column */
/* ---------------------------------------------- */
.ColumnMain {
	width: 628px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 260px;
	float: right;
	margin: 0px;
	padding: 0px 9px 0px 0px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #ffc0bd url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px 0px 1px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	width: 250px;
	height: 35px;
	line-height: 35px;
	color: #541b02;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 260px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink ,
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 0px;
	padding: 1px;
	border: 1px solid #c0c0c0;
}
.SideTopLink a ,
.SideMenuListHeadLevel1 a {
	background: url(../img/SideMenuListCategoryLevel1.gif) no-repeat 0px center;
	margin:0px;
	padding: 6px 10px 6px 29px;
	line-height: 1.3em;
	display: block;

}
.SideMenuListHeadLevel2 a {
	background: url(../img/SideMenuListCategoryLevel2.gif) no-repeat 0px center;
	margin:0px;
	padding: 6px 10px 6px 29px;
	line-height: 1.3em;
	display: block;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 {
	margin: 0px;
	padding: 0px 0px 1px;
	background: url(../img/SideMenuListDotLine.gif) no-repeat center bottom;
}
.SideMenuListArea ul.SideMenuListLevel1 li.LastList{
	background: #FFFFFF url(none) ;
	margin: 0px;
	padding: 0px;
}
.SideMenuListArea ul.SideMenuListLevel1 li a,
.SideMenuListArea ul.SideMenuListLevel1 li.LastList a  {
	background: url(../img/SideMenuListPage.gif) no-repeat 10px 10px;
	margin: 0px;
	padding: 6px 10px 6px 30px;
	line-height: 1.3em;
	display: block;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/SideMenuListPickup.gif) no-repeat 5px 4px;
	margin: 0px;
	padding: 6px 10px 6px 45px;
	display:block;
}

/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 0px 9px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #541b02;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #541b02;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
}
.MainBody h4 , .MainBodyPage h3 {
	font-size: 18px;
	font-weight:bold;
	border-bottom:1px dotted #541b02;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	
}
.MainBody h3 , .MainBodyPage h2 {
	color:#541b02;
	font-size:20px;
	font-weight:bold;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	background: #F9EFDF url(../img/HeadBgH3.gif) no-repeat 0px 0px;
	border: 1px solid #EBD8B7;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 0px 0px 14px;
	padding: 0px 0px 13px 20px;
	background: url(../img/HeadBgL.gif) no-repeat 0px bottom;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	color: #541b02;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #cc0000;
}
.MainBody .CatchCopy{
	margin: 0px 0px 20px;
	padding: 10px;
	background: url(../img/CatchCopy.gif) repeat;
}
.MainBody .CatchCopy p {
	color: #541b02;
	margin: 0px;
	padding: 10px;
	line-height: 2.924em;
	background: #FFFFFF;
}
/* ---------------------------------------------- */
/* 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/ListLevel1.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 5px 15px;
	line-height: 1.3em;
}
.MainBody ul.MainBodyListLevel2 li , .MainBodyPage ul.MainBodyListLevel2 li {
	background: url(../img/ListLevel2.gif) no-repeat 0px 3px;
}

/* ---------------------------------------------- */
/* MainBodyTable */
/* ---------------------------------------------- */
.MainBody Table , .MainBodyPage Table {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	border-top: 1px solid #ea97a1;
	border-left: 1px solid #ea97a1;
}
.MainBody Table th , .MainBodyPage Table th {
	font-weight: bold;
	background: #ffd5d3;
	border-bottom: 1px solid #ea97a1;
	border-right: 1px solid #ea97a1;
	padding: 5px;
	line-height: 1.5em;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #ea97a1;
	border-right: 1px solid #ea97a1;
	line-height: 1.5em;
}


/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.PageListArea h2 {
	background: url(../img/PageListHeadBg.gif) repeat-x 0px center;
	margin: 15px 0px 0px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.PageListArea h3 {
	background: url(../img/PageListSubHeadBg.gif) repeat-x 0px center;
	margin: 15px 0px 0px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.PageListArea h3 a:link,
.PageListArea h3 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.PageListArea h3 a:hover,
.PageListArea h3 a:active {
	color: #FFFF99;
	text-decoration: underline;
}
.PageListDouble {
	margin: 0px;
	padding: 0px;
}
.PageListSingle {
	margin: 0px;
	padding: 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 0px;
	width: 295px;
	float: left;
}
.PageListDouble dl.RightDl{
	margin: 0px;
	padding: 0px;
	width: 295px;
	float: left;
}
.PageListSingle dl {
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/PageListPage.gif) no-repeat 10px 12px;
	margin: 0px;
	padding: 10px 10px 6px 30px;
	line-height: 1.3em;
}
.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 7px 8px;
	margin: 0px;
	padding: 10px 10px 6px 48px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd{
	margin: 0px;
	padding: 0px 10px 0px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	background: #ffc0bd url(../img/PageRelationHeadBg.gif) no-repeat right bottom;
	font-size: 18px;
	color: #cc5260;
}
.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 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: #ffc0bd url(../img/NewsTopHeadBg.gif) no-repeat right bottom;
	font-size: 18px;
	color: #cc5260;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/NewsTopListIcon.gif) no-repeat 0px 4px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}
.NewsTopArea ul li a:link,
.NewsTopArea ul li a:visited {
	color: #541b02;
	text-decoration: underline;
}
.NewsTopArea ul li a:hover,
.NewsTopArea ul li a:active {
	color: #999999;
	text-decoration: underline;
}


/* ---------------------------------------------- */
