@charset "shift_jis";
/* ----------------------------------------------
	This style is for index.html
------------------------------------------------- */

/*                                      contents
------------------------------------------------- */

#contents{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pankuzu{
	background-image:url(../img/pankuzu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 16px;
	font-size:77%;
	text-align:left;
	color:#444444;
}
#mainArea{
	width:900px;
	margin:0 auto;
}
#contents h2{
	text-align:left;
	margin:15px 0;
}
#contents h3{
	text-align:left;
	margin:10px 0;
}
p.txt{
	width:827px;
	margin:0 auto;
	text-align:left;
	font-size:93%;
	color:#666666;
	line-height:160%;
}

/*                                   contentsFoot
------------------------------------------------- */
#contentsFoot{
		padding-top:30px;
		width:865px;
		margin:0 auto;
}
#contentsFoot:after{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
}
#contentsFoot p.footLink{
	float:left;
	text-align:left;
	font-size:77%;
	color:#666666;
	padding-top:6px;
}
#contentsFoot p.pagetop{
	float:right;
}
