@charset "shift_jis";

/* ****************************************************************** 

	@This stylesheet Information{
		CSS File Name: contents.css
	}

****************************************************************** */


/*===================================================================
	General setting
===================================================================*/

body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table{
	margin:0;
	padding:0;
	font-size:100%;
}

html{
	width:100%;
	height:100%;
	background-color:#D3D4D6;
	overflow-y:scroll;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	background:#D3D4D6 url(../images/body_bg.gif) repeat-y 50% 0;
	color:#333;
	font-size:small;
	_font-size:x-small;	/*IE6*/
	line-height:1.37;
	text-align:center;
	font-family:'MS PGothic',Verdana, Arial,'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	word-break:normal;
	word-wrap:break-word;
}

html>body{height:auto;}

ul{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

hr{display:none;}

img{border:0;}

a:link{color:#3366CC; text-decoration:underline;}
a:visited{color:#996699; text-decoration:underline;}
a:hover{color:#3366CC; text-decoration:none;}
a:active{color:#3366CC; text-decoration:none;}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

address{font-style:normal;}



/*--[class]-----------------------------------------------------*/

.clearBoth{clear:both;}

.caution{color:#CC0000 !important;}

.noscriptMsg{
	color:#CC0000;
	font-weight:bold;
	padding:1px 0 1px 20px;
	background:url(../images/icon_noscript.gif) no-repeat 0 0.25em;
	margin:0 10px 10px
}

.dispNone,
.skipNav{
	display: none;
	/* Hides from IE5-Mac \*/ 
	display: block;
	position: absolute;
	top: -500px;
	left: -2500px;
	font-size: 1px;
	line-height: 100%;
	/*end  Hides from IE5-Mac */
}


/* clearfix */
.pkg:after{
	content: " ";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.pkg{ display: inline-block; }

/* no ie mac \*/
* html .pkg{ height: 1%; }
.pkg{ display: block; }
/* */


/*===================================================================
	container setting
===================================================================*/

div#container{
	width :900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#FFF;
}

/*===================================================================
	header setting
===================================================================*/

div#header{
	padding:0px 10px 30px;
	margin:0;
	border-top:2px solid #F6A045;
	background:url(../images/head_bg.gif) repeat-x 0 100%;
}

div#header div#headLogo{
	padding:10px 0 14px;
}

div#header div#headLogo span{
	position:absolute;
	left:50%;
	top:8px;
	width:440px;
	text-align:right;
}

div#header div#headLogo img{
	vertical-align:middle;
}


/*===================================================================
	contents setting
===================================================================*/

div#contents{
	padding:10px 15px 0;
}

div#contents #footpath strong{
	font-weight:normal;
}

div#contents #pgTitle{
	margin:23px 0 25px;
	padding:0 10px 8px 0;
	background:url(../images/line_dot.gif) repeat-x 0 100%;
} 

div#contents #pgTitle h1{
	width:310px;
	float:left;
}

div#contents #pgTitle p{
	text-align:right;
	white-space:nowrap;
	padding:8px 0 0px;
	float:right;
}


/*===================================================================
	mainContents setting
===================================================================*/

div#mainContents{
	padding:0 15px 25px;
	font-size:1.05em;
	line-height:1.45em;
}

div#mainContents .description{
	margin:0 0 22px;
}

div#mainContents dl{
	margin:0 30px 20px 0px;
}

div#mainContents dt{
	margin:0 0 12px 8px;
}

div#mainContents dd.photo{
	float:right;
	margin-left:45px;
	text-align:center;
	font-size:.86em;
}

div#mainContents dd.photo p{
	margin-top:5px;
}

div#mainContents dd.text{
	overflow:hidden;
	zoom:1;
}

div#mainContents dd ul{
	margin:0 0 20px 1em;
}

div#mainContents dd ul li{
	margin:0 0 2px;
}


/*===================================================================
	contentsBtm setting
===================================================================*/

div#contentsBtm{
	margin:0;
}

div#contentsBtm p.pgTopLink{
	margin:0 15px 10px;
	padding:0 0 2px;
	text-align:right;
}

div#contentsBtm p.pgTopLink a{
	padding:1px 0 3px 20px;
	/* Hides from IE5-Mac \*/ 
	background:url(../images/ico_pgtop.gif) no-repeat 0px 1px;
	/* */
}

div#contentsBtm #btmNavi{
	border-top:2px solid #F6A045;
	background:#F7F7F7;
	padding:6px 15px 7px;
}

div#contentsBtm #btmNavi li{
	display:inline;
	padding:0 15px 0 0;
}

div#contentsBtm #btmNavi li a{
	background:url(../images/arrow_r.gif) no-repeat 0 .2em;
	padding:0 0 0 12px;
	zoom:1;
}

/*===================================================================
	footer setting
===================================================================*/

div#footer{
	padding:10px 0;
	margin:0;
	text-align:center;
}