/*//////////////フォント・体裁のスタイル/////////////////*/


/*　イメージ　*/
.img_style{
	border:none;
}


/*　フォント　*/

/* link設定*/
.a01 {
text-decoration: underline;
}
.a01:link {
color:#ffffcc;
}
.a01:visited {
color:#0000ff;
}
.a01:active {
color:#ffff00;
}
.a01:hover {
color:#00ff33;
}
/* link設定 End*/


.spanfont01{
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*//////////////ぱんくず//////////////////////*/

*.pankuzu{
	background-image: none;
	padding: 5px;
	height: 10px;
	margin-left: 180px;
	
}

/*//////////////p要素//////////////////*/
#pcenter{
	background-position: center;
	height: auto;
	width: 630px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}

#pcenter2{
	background-position: center;
	height: auto;
	width: 480px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 100px;
}

#pcenter3{
	background-position: center;
	height: auto;
	width: 450px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 180px;
}

#pcenter4{
	background-position: center;
	height: auto;
	width: 600px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 55px;
}

#pcenter5{
	background-position: center;
	height: auto;
	width: 630px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
}
