@charset "utf-8";



/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;}
	
html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*---------------------------------------------------------------------------------------------
font size CSS。フォントサイズを変えるときは下記classをブロックごとに追加していけばＯＫ。
---------------------------------------------------------------------------------------------*/

.sizeXS{
	font-size:x-small;
	color:#333;}
	
.sizeS{
	font-size:small;
	color:#333;}
	
.sizeM{
	font-size:medium;
	color:#333;}
	
.sizeL{
	font-size:large;
	color:#333;}
	

.bold{
	font-weight: bold;
}

.right{
	float:right;}

.left{
	float:left;}

.red{
	color:#FF0000;
	}

.red_b{
	color:#FF0000;
	font-weight:bold;
	}
	
.org{
	color:#fe8c25;}
	
.grn{
	color:#336601;}
	
#org{
	color:#fe8c25;}
	
.blu{
	color:#006699;

}
	
/*---------------------------------------------------------------------------------------------
リンクの編集
---------------------------------------------------------------------------------------------*/
a{
	color:#448ACA;
	outline:0;
	text-decoration:underline;
	}

a:hover{
	color:#0099FF;
	text-decoration:underline;
	}
	
/*---------------------------------------------------------------------------------------------
共通ＣＳＳの編集
---------------------------------------------------------------------------------------------*/
br.clear{
	clear:both;
	}

ul li{
	list-style-type:none;
	}

/*--------------------------------------------------------------------
ページ共通部分
container・body
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	font-size:small;
	background:#99CC00 url(img/body_bg.jpg) 50% 0 no-repeat;
}

/*containerのスタイル*/

div#container {
	background:url(img/bg.jpg) repeat-y;
	width:890px;
	margin:auto;
	padding:0;
}

#header{
	background:url(img/h1.jpg) no-repeat;
	width:854px;
	height:24px;
	display:block;
	margin:0;
	padding:20px 0 0 36px;

}

#header h1{
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	color:#FFFFFF;

}

h2{
	width:890px;
	height:257px;
	display:block;
	margin:0;
	padding:0;

}

#wrapper{
	width:760px;
	height:auto;
	display:block;
	margin:0;
	padding:0 65px;

}

h3{
	background:url(img/h3.jpg) no-repeat;
	width:734px;
	height:35px;
	display:block;
	margin:0 0 30px 0;
	padding:10px 0 0 26px;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;

}

.con{
	width:730px;
	height:auto;
	display:block;
	margin:0 0 20px 0;
	padding:0 15px;	



}

.con p{
	font-size:16px;
	color:#000000;
	line-height:1.5;

}

.l1{
	width:287px;
	height:301px;
	margin:0;
	padding:0;
	float:left;

}

.l2{
	width:282px;
	height:auto;
	margin:0 0 20px 0;
	padding:0;
	float:left;

}

.r1{
	width:429px;
	height:auto;
	display:block;
	margin:0 0 20px 0;
	padding:0;
	float:right;

}

.r2{
	width:429px;
	height:auto;
	display:block;
	margin:0 0 20px 0;
	padding:0;
	float:right;

}

.r2 p{
	font-size:16px;
	color:#333333;
	line-height:1.5;	
}


.cent{
	text-align:center;

}

.cent p{
	font-size:28px;
	letter-spacing:1px;
	line-height:1.5;
	color:#FF0000;
	font-weight:bold;

}

.cent p.yel{
	background:#FFFFCC;
	border:2px solid #FF6600;
	padding:5px 0;
	margin:0 0 20px 0;
	

}

.le{
	width:429px;
	height:auto;
	margin:0;
	padding:0;
}

.le p{
	color:#000;
	font-size:16px;
	line-height:1.5;
	letter-spacing:1px;
	margin-bottom:10px;
	

}

.btn{
	text-align:center;
	margin-bottom:20px;
	

}

.btn2{
	text-align:center;
	margin-bottom:40px;
	

}

/*--------------------------------------------------------------------
画像の回り込み設定
--------------------------------------------------------------------*/
/* センター　淵あり */
.illust{
	text-align:center;
	padding:3px;
	margin:10px 0;
	border:1px #ccc solid;

}

.illust20{
	text-align:center;
	padding:3px;
	margin:20px 0;
	border:1px #ccc solid;

}

.illust0{
	text-align:center;
	margin:10px 0;

}

.illust_top{
	text-align:center;
	margin:0 0 10px 0;

}

/* 右よせ　淵あり */
.illust_r{
	float:right;
	padding:3px;
	border:1px #ccc solid;
	margin:0 0 10px 10px;

}

/* 左よせ　淵あり */
.illust_l{
	float:left;
	padding:3px;
	border:1px #ccc solid;
	margin:0 10px 10px 0;

}

/* 右よせ　淵なし */
.illust_r0{
	float:right;
	padding:3px;
	margin:0 0 10px 10px;
}

/* 左よせ　淵なし */
.illust_l0{
	float:left;
	padding:3px;
	margin:0 10px 10px 0;
}

h4{
	font-size:22px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:1px dotted #FF6600;
	margin:0 0 5px 0;
	color:#FF3300;}


.kansou{
	background:url(img/kansou_waku.jpg) repeat-y;
	padding:20px;
	display:block;
	

}

.kansou p{
	font-size:16px;
	line-height:1.5;
	color:#333333;
	

}

address{
	font-size:12px;
	color:#999999;
	letter-spacing:1px;
	padding:0 0 40px 0;
	text-align:center;

}
