@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding:0;
}


.red { color: #ff0000; }
.tya { color: #bd000e}
.gray { color: #3d3737}

.b { font-weight: bold; }

.sz14 { font-size: 14px; }
.sz16 { font-size: 16px; }
.sz18 { font-size: 18px; }
.sz24 { font-size: 24px; }




.link_r {
	text-align: right;
	margin-right:10px;
}

/*画像指定*/

.img_r {
	float: right;
	padding-left: 20px;
}

.img_l {
	float: left;
	padding-right:20px;
	padding-left:0px;
	padding-bottom:10px;
}


/*コンテンツ指定*/

body {
	height: 100%;
	text-align: center;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';

}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}

#header {
	width: 960px;
	height: 10px;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 10px;
}

#banner {
	width: 960px;
       height: 180px;
	margin: 0px auto;
	background-image: url(img/banner.jpg);
}

#content {
	text-align: left;
	padding: 20px 20px 0px 20px;
}


.main_bg {
	margin-top:0px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#060;
	background-repeat: repeat-y;
	padding: 10px 20px 0px;
}

.main_bg_2{
	height:400px;
	margin-top:0px;
	margin-bottom:20px;
	border-style:solid;
	border-color:#060;
	background-repeat: repeat-y;
	padding: 10px 20px 0px;
}
.main_b {
	height: 20px;
	margin-bottom: 30px;
	clear:both;
}

/*画像指定*/

.img_a{
	padding: 0;
	float: left;
	text-align: center;
	width: 234px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}



/*文字指定*/

h1 {
	text-align: right;

}



h2 {
	color:#333333;
	font-weight:bold;
	font-size:24px;
	text-transform: uppercase;
	padding-top: 8px;
	/* [disabled]background: url(img/cont_2.jpg) no-repeat; */
	clear: both;
}

h3 {
	color:#bd000e;
	font-weight:bold;
	font-size:16px;
	border-left:solid 10px;
	padding-top:2px;
	padding-left:5px;
}

p {
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	line-height: 20px;
}

/*ボックス指定*/


#aa {
	margin-top:30px;
	margin-bottom:30px;
}

#image.wer {
	float:right;
	
}


#botan {
	width:auto;
	margin-left:100px;
}

.box1 {
	width: 960px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.box1 p {
	line-height:25px;
	background-image: url(img/line.gif);
	padding: 8px 10px 5px 10px;
	margin-bottom: 6px;
}


box2{
	height:400px;
	color:#000;
	font-size:14px;
	font-weight:normal;
	word-break: break-all;
	padding-bottom: 40px;
	margin-bottom: 0px;
	padding-top: 40px;
	margin-right: 10px;
	margin-left: 10px;

}



.box2 p {
	line-height: 24px;
}

/*ボタン指定*/

.footer2 {
	text-align: center;
	padding-bottom: 25px;
	height:100px;
}

/*フッター*/

#footer {
	background-color:#693;
	text-align:center;
	padding-top:20px;
}
#footer_box {
	margin:13px 0 0 0;
	font-size:90%;
	color:#FFFFFF;
	text-align:center;
	background-color:#693;
	padding-top:10px;
}

#copy_r {
	text-align:center
}

#link {text-align:left; 
    padding-left: 25px;
	text-decoration: ;
    border-bottom:3px #F60 ;
}


.link1 {font-weight:bold;
    font-size:16px;
	border-left: 10px solid;
	padding-top:10px;
	margin-bottom:30px;
 
}

/*Clearfixなど*/


.clear{
	clear:both;
}
