@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	text-decoration: none;
	font-size: 100%;
	line-height: 1.0;
	_line-height: 1.3;
	*line-height: 1.3;
	font-weight: normal;
	outline: none;
}

/*------ Body ------*/

body{
	font: 13px "MS P Gothic", "Osaka", Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bg_body.gif) repeat 0 0;
	color: #333333;
	*font-size:small;
    *font:x-small;

}

a{ color: #333333;}
a:hover{ color: #cc3366; text-decoration: underline;}

img{ border: 0;}

p{
	font-size: 93%;
	line-height: 1.7;
}

p.imginter{
	border: 0;
	padding-top: 30px;
}


p.title{ 		padding: 0 0 0 12px;	}
p.t20{ 		padding: 20px 0 0 12px;	}
p.t2015{ 		padding: 20px 15px 0 12px;	}
p.t30{ 		padding: 30px 0 0 12px;	}
*.left{
	float: left;
}
*.right{
	float: right;
}

/*****------ Head ------*****/
#HeadWrap {
	background: url(../images/bg_headbar.gif) repeat-x top;
	height: 243px;
	border-bottom: 1px solid #ffffff;
	}

.HeaderTop {
	background: url(../images/bg_topmainbar.gif) repeat-x top !important;
	height: 345px !important;
	border-bottom: 1px solid #ffffff !important;
}

#Header {
	margin: auto;
	background: url(../images/bg_headmain.jpg) no-repeat top;
	height: 243px;
}



/*** -----GlobalNavi----- ***/
div#GlobalNavi{
	margin: 0 auto;
	background: url(../images/bg_global_navi.gif) repeat 0 0;
}

div#GlobalNavi div.inner{
	margin: 0 auto;
	height: 53px;
	width: 784px;
	background: url(../images/bg_global_navi_body.gif) no-repeat 0 0;
}

div#GlobalNavi div.inner ul{
	padding: 5px 0 0 8px;
}

div#GlobalNavi div.inner ul li{
	float: left;
}


/***---- Contents ------***/
div#Contents {
	background: url(../images/bg_contents.gif) repeat-y 0 0 ;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	border: solid 2px #ffffff;
	border-bottom: none;
}


/***---- ContentsMenu ------***/
div#ContentsMenu {
	float: left;
	width: 191px;
	text-align: left;
}

div#ContentsMenu div.menu{
	margin-right: 1px;
	padding-bottom: 20px;
	background-color: #7f7e7e;
}

div#ContentsMenu div.pickup{
	margin-right: 1px;
	padding: 2px 3px 8px;
	background-color: #a4a3a3;
}

div#ContentsMenu div.pickup p.img{
	padding-top: 4px;
}

/***---- ContentsBody ------***/
div#ContentsBody {
	float: right;
	width: 589px;
	text-align: left;
}

div#ContentsBody div.topicpath{
	margin: 0 auto;
	background-color: #7f7e7e;
	height: 27px;
	color: #ffffff;
}

div#ContentsBody div.topicpath a{
	color: #ffffff;
}

div#ContentsBody div.topicpath a:hover{
	color: #bc2255;
}

div#ContentsBody div.topicpath p{
	padding: 4px 0 0 12px;
}

div#ContentsBody div.document{
	padding-top: 20px;
}

div#ContentsBody div.document p.titbar1{
	padding: 30px 0 0 12px;
}

div#ContentsBody div.document p.titbar2{
	padding: 50px 0 0 12px;
}


div#ContentsBody div.document p.titbar3{
	padding: 0px 0 0 12px;
	margin:30px 0px 15px 0px;
}


div#ContentsBody div.document p.photo1{
	padding: 20px 11px 0;
	text-align: center;
}

div#ContentsBody p.pagetop{
	padding: 30px 12px 0 0;
	text-align: right;
}

/*** -----Footer----- ***/

div#Footer{
	margin: auto;
	background: url(../images/bg_footmain.jpg) no-repeat bottom;
	height: 183px;
}

div.FooterTopPage{
	background: url(../images/bg_footmain_top.jpg) no-repeat bottom !important;
}

div#Footer div.contents{
	margin: 0 auto;
	width: 780px;
	height: 183px;
	position: relative;
}

div#Footer div.contents ul{
	padding: 124px 0 0;
}

div#Footer div.contents ul li{
	margin-right: 20px;
	float: left;
}

div#Footer div.contents div.copyright{
	margin: 0 auto;
	width: 780px;
	position: absolute;
	bottom: 0;
}


/*** Clear *******************************************/
.ClearB { clear: both;}

.Clear:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7 MacIE5 */
.Clear{
	display:inline-table;
	zoom:100%;
}

/* WinIE5-6 */
/* Hides from IE-mac \*/
* html html .Clear{
	height:1px;
}

.Clear{
	display:block;
}
