@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: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
a:active {
	color: #FF0033;
	text-decoration: none;
}

body {
	background: url(../img/Bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	color: #666666;
}
.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;
	margin: 0px auto 0px;
	padding: 0px;
	width: 900px;
	text-align: left;
}
/* ---------------------------------------------- */
/* Pankuzu */
/* ---------------------------------------------- */
.Pankuzu {
	margin: 0px;
	padding: 5px 10px;
	line-height: 1.3em;
	font-size: 12px;
	background: #fff8eb;
}
/* ---------------------------------------------- */
/* Page */
/* ---------------------------------------------- */
.PageUp{
	margin: 0px 10px 10px 0px;
	padding: 5px 16px 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: 245px;
	width: 900px;
	position: relative;
}
.HeaderArea h1, .HeaderText {
	color:#505050;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 60px;
	top: 50px;
}
.HeaderArea h1 a:link , .HeaderText a:link ,
.HeaderArea h1 a:visited , .HeaderText a:visited {
	text-decoration: none;
	color:#505050;
}
.HeaderArea h1 a:hover , .HeaderText a:hover ,
.HeaderArea h1 a:active , .HeaderText a:active {
	text-decoration: underline;
	color:#505050;
}
.HeaderArea p.HeaderLead {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 62px;
	top: 100px;
}
.HeaderArea p.HeaderCatch {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 10px;
	font-weight: bold;
}
.HeaderInfoList {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 245px;
	right: 10px;
	width: 800px;
	font-size: 12px;
}
.HeaderInfoList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}
.HeaderInfoList ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
}
.HeaderInfoList ul li a {
	margin: 0px 1em 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/FooterLinkListIcon.gif) no-repeat left center;
	display: block;
}

/* ---------------------------------------------- */
/* ContentsArea */
/* ---------------------------------------------- */
.ContentsArea {
	margin: 10px 0px 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* FooterLinkArea */
/* ---------------------------------------------- */
.FooterLinkArea {
	margin: 10px 0px 0px;
	padding: 0px;
}

.FooterLinkArea dl {
	width: 222px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
}
.FooterLinkArea dl dt {
	margin: 5px 0px 0px 10px;
	padding: 5px;
	background: #FFEECC;
	line-height: 1.3em;
	font-size: 10px;
}
.FooterLinkArea dl dd {
	margin: 0px 0px 5px 10px;
	padding: 5px;
	background:  #FEFBEE;
	line-height: 1.3em;
	font-size: 12px;
	font-size: 10px;
}

/* ---------------------------------------------- */
/* FooterCategoryArea */
/* ---------------------------------------------- */
.FooterCategoryArea{
	margin:10px 0px;
	padding:5px;
	text-align: center;
}
/* ---------------------------------------------- */
/* AttentionArea */
/* ---------------------------------------------- */
.AttentionArea {
	margin: 20px 0px;
	line-height: 1.5em;
	font-size: 12px;
}
/* ---------------------------------------------- */
/* FooterArea */
/* ---------------------------------------------- */
.FooterArea {
	background-color: #FFA135;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.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: 650px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.ColumnSide {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
/* ---------------------------------------------- */
/* Side */
/* ---------------------------------------------- */
.SideTopTitle {
	background: #FFA032 url(../img/SideMenuTitle.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 230px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.SideMenuListArea {
	margin: 0px;
	padding: 0px;
	width: 230px;
}

/* ---------------------------------------------- */
/* SideMenuListHead */
.SideTopLink{
	margin: 0px;
	padding: 0px 5px 2px 5px;
	border: 1px solid #f9d625;	
	background: #fefbee;
}
.SideMenuListHeadLevel1,
.SideMenuListHeadLevel2 {
	margin: 0px;
	padding: 0px 5px 2px 5px;
	border-left: 1px solid #f9d625;
	border-right: 1px solid #f9d625;
	border-bottom: 1px solid #f9d625;
	background: #fefbee;
}
.SideTopLink a ,
.SideMenuListHeadLevel1 a,
.SideMenuListHeadLevel2 a {
	margin: 0px;
	padding: 5px 10px 6px 10px;
	line-height: 1.3em;
	display: block;
}
.SideTopLink a ,
.SideMenuListHeadLevel1 a {
	background: #fefbee;
	border-bottom: 1px dotted #ffa032;
	background: url(../img/HIconOrange.gif) no-repeat left center;
}
.SideMenuListHeadLevel2 a {
	background: #f7ffed;
	border-bottom: 1px dotted #ffa032;
	background: #f7ffed url(../img/HIconGreen.gif) no-repeat left center;
}

/* ---------------------------------------------- */
/* SideMenuList */
.SideMenuListArea ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.SideMenuListArea ul li,
.SideMenuListArea ul.SideMenuListLevel1 li,
.SideMenuListArea ul li.SideMenuListPickupLevel1 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-left: 1px solid #f9d625;
	border-right: 1px solid #f9d625;
	border-bottom: 1px solid #f9d625;

}

.SideMenuListArea ul li a,
.SideMenuListArea ul.SideMenuListLevel1 li a {
	background: url(../img/ListLevel1.gif) no-repeat 6px 7px;
	margin: 0px;
	padding: 5px 10px 5px 25px;
	line-height: 1.2em;
	display: block;
}


/* ---------------------------------------------- */
/* SideMenuListPickup */
.SideMenuListArea ul li.SideMenuListPickupLevel1 a {
	background: url(../img/PageListPickup.gif) no-repeat 3px 4px;
	margin: 0px;
	padding: 5px 10px 5px 25px;
	display:block;
	font-weight: bold;
}


/* ---------------------------------------------- */
/* MainBody */
/* ---------------------------------------------- */
.MainBody , .MainBodyPage{
	margin: 0px;
	padding: 0px 15px;
}

.MainBody h6 , .MainBodyPage h5 , .MainBodyPage h6 {
	font-size:14px;
	font-weight:bold;
	background: url(../img/CatchCopyBottom.gif) repeat-x bottom;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	border-bottom: 1px dotted #ffa032;	
}
.MainBody h5 , .MainBodyPage h4 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	border-bottom: 1px dotted #ffa032;	
}
.MainBody h4 , .MainBodyPage h3 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	border-bottom: 1px dotted #ffa032;
}
.MainBody h3 , .MainBodyPage h2 {
	border:1px solid #f9d625;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 15px;
	background: #fefbee url(../img/HIconOrange.gif) no-repeat 5px center;
}
.MainBody h1 , .MainBodyPage h1,
.MainBody h2 {
	margin: 0px 0px 10px;
	padding: 10px 0px 10px 50px;
	background: url(../img/HeadBgL.gif) no-repeat 0px 0px;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #666666;
	border: none;
}

.MainBody p , .MainBodyPage p {
	margin: 0.5em 10px 1em;
	padding: 0px;
}
.MainBody strong , .MainBodyPage strong{
	font-weight:bold;
	color: #FF6600;
}
.CatchBox{
	margin: 0px 0px 30px;
	padding: 0px 0px 2px;
	background: url(../img/CatchCopyBottom.gif) repeat-x 0px bottom;
	border-top: 2px dotted #f9d625;
	border-bottom: 2px dotted #f9d625;
}


.CatchBox p{
	color: #666666;
	margin: 0px;
	padding: 2px 10px 0px;
	line-height: 2.924em;
}
/* ---------------------------------------------- */
/* 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/ListLevel2.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;
}
.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 0px;
	padding: 0px;
	border-top: 1px solid #cdcece;
	border-left: 1px solid #cdcece;
}
.MainBody Table th , .MainBodyPage Table th {
	color: #ffffff;
	font-weight: bold;
	background: #FC9C45;
	border-bottom: 1px solid #cdcece;
	border-right: 1px solid #cdcece;
	padding: 5px;
	line-height: 1.5em;
}
.MainBody Table td , .MainBodyPage Table td {
	padding: 5px;
	border-bottom: 1px solid #cdcece;
	border-right: 1px solid #cdcece;
	line-height: 1.5em;
}

/* ---------------------------------------------- */
/* PageListArea */
/* ---------------------------------------------- */
.PageListArea {
	margin: 10px 0px;
	padding: 0px;
}

.PageListArea h2 {
	background: #ffedd8;
	margin: 15px 0px 0px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.3em;
	color: #ff4901;
	font-weight: bold;
	border: 1px dotted #ff4901
}
.PageListArea h3 {
	background: #f7ffed;
	margin: 15px 0px 0px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.3em;
	color: #009933;
	font-weight: bold;
	border: 1px dotted #3DD883;
}

.PageListArea h3 a:link {
	color: #009933;
}
.PageListArea h3 a:visited,
.PageListArea h3 a:hover,
.PageListArea h3 a:active {
	color: #66CC66;
}
.PageListDouble,
.PageListDouble01 {
	margin: 0px;
	padding: 2px 0px 0px;
}
.PageListSingle,
.PageListSingle01 {
	margin: 0px;
	padding: 2px 0px 0px;
}
.PageListSingle dl , .PageListDouble dl{
	margin: 0px;
	padding: 5px 5px 0px 5px;
	width: 294px;
	float: left;
}
.PageListSingle01 dl , .PageListDouble01 dl{
	margin: 0px;
	padding: 5px;
	width: 294px;
	float: left;
}

.PageListDouble dl.RightDl{
	float: right;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	width: 294px;
}
.PageListDouble01 dl.RightDl{
	float: right;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	width: 294px;
}

.PageListSingle dl,
.PageListSingle01 dl{
	float:none;
}
.PageListSingle dl dt , .PageListDouble dl dt{
	background: url(../img/ListLevel1.gif) no-repeat 2px 3px;
	margin: 0px;
	padding: 0px 20px 5px 20px;
	line-height: 1.3em;
}
.PageListSingle01 dl dt , .PageListDouble01 dl dt{
	background: url(../img/ListLevel1.gif) no-repeat 2px 8px;
	margin: 0px;
	padding: 0px 20px 5px 20px;
	line-height: 1.3em;
}

.PageListSingle dl dt.PageListPickup , .PageListDouble dl dt.PageListPickup,
.PageListSingle01 dl dt.PageListPickup , .PageListDouble01 dl dt.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 5px 5px 25px;
	line-height: 1.3em;
}
.PageListSingle dl dd , .PageListDouble dl dd,
.PageListSingle01 dl dd , .PageListDouble01 dl dd{
	margin: 0px;
	padding: 0px 5px 10px 5px;
	line-height: 1.5em;
}
.PageListArea ul li{
	background: url(../img/ListLevel1.gif) no-repeat 3px 8px;
	margin:0px;
	padding: 5px 0px 5px 26px;
}
.PageListArea ul li.PageListPickup{
	background: url(../img/PageListPickup.gif) no-repeat 0px 5px;
	margin:0px;
	padding: 5px 0px 5px 26px;
}



/* ---------------------------------------------- */
/* PageRelation */
/* ---------------------------------------------- */
.PageRelation{
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	line-height: 1.3em;
}
.PageRelation h2 {
	margin: 5px 0px 0px;
	padding: 2px 10px 0px 30px;
	background: url(../img/NewsTopBg.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 31px;
	height: 31px;
	color: #FFFFFF;
}
.PageRelation ul {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	border: 1px solid #ffa032;	
	list-style: none;
}
.PageRelation ul li {
	background: url(../img/ListLevel1.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
/* NewsTop */
/* ---------------------------------------------- */
.NewsTopArea {
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.NewsTopArea h2 {
	margin: 5px 0px 0px;
	padding: 2px 10px 0px 30px;
	background: url(../img/NewsTopBg.gif) no-repeat 0px 0px;
	font-size: 16px;
	line-height: 31px;
	height: 31px;
	color: #FFFFFF;
}
.NewsTopArea ul {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	border: 1px solid #ffa032;	
	list-style: none;
}
.NewsTopArea ul li {
	background: url(../img/ListLevel1.gif) no-repeat 0px 3px;
	margin:0px;
	padding:0px 0px 5px 20px;
	line-height: 1.3em;
}

/* ---------------------------------------------- */
