@charset "Shift_JIS";

/*----------------------------------------
	body setting
-----------------------------------------*/

body {
　　margin:0 auto 0 auto;　
	/*background-color: #FFFFFF;*/
	text-align:center;
	color: #303030;
}

.contents {
	width: 942px;
	text-align:left;
	padding:0px;
	background-color:#FFFFFF;
	border:14px solid #FFF;
}

/*----------------------------------------
	パンクズ
-----------------------------------------*/


.bread_list{
	width:950px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	text-align:left;
	background-color:#FFF;
	padding:5px 0 15px 20px;
}
.bread_list a {
    color: #545552;
	text-decoration: underline;
}
.bread_list a:visited {
    color: #545552;
	text-decoration: underline;
}
.bread_list a:hover {
    color: #000;
	text-decoration: none;
}

h1{ 
	font-style: normal;
	font-weight: normal;
	font-size:11px;
	display:inline;
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}





/*----------------------------------------
	font
-----------------------------------------*/
.read {
     font-size:12px;
	 color:#303030;
	 line-height:18px;
}
.textw12 {
     font-size:12px;
	 color:#FFF;
}
.textb12 {
     font-size:12px;
	 color:#000;
}
.textb10 {
     font-size:10px;
	 color:#000;
	 line-height:15px;
}
.textr12 {
     font-size:12px;
	 color:#e00101;
}
.textr10 {
     font-size:10px;
	 color:#e00101;
}

/*----------------------------------------
	form
-----------------------------------------*/
.formstyle {
     margin:0px;
	 padding:0px;
}
.formsize {
     width:98%;
}

