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


/*
	Page style
*/
body {
	letter-spacing: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	height: 100%;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bc.png);
	background-repeat: repeat-x;
	background-position: left top;
}


img {
border: none;
}


a      { color: #0071bb; text-decoration: none }
a:visited     { color: #0071bb; text-decoration: none }
a:hover     { color: #fc3e03; text-decoration: none }


/*
	大囲みボックス
*/

#wrapper {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}



/*
	ヘッダー
*/

.header {
	text-align: left;
	width: 1000px;
	height: 200px;
	float: left;
}



/*
	メニューボックス
*/

.menu_box {
	width: 1000px;
	float: left;
}



/*
	メインボックス
*/

.main_box {
	text-align: left;
	width: 960px;
	float: left;
	background-color: #FFF;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}



/*
	パンクズリスト
*/

.breadcrumb_list {
	float: left;
	width: 920px;
	margin-top: 10px;
	background-image: url(../img/breadcrumb_list_bc.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 26px;
	padding-left: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-top: 3px;
}




/*
	左ボックス
*/

.l_box {
	float: left;
	width: 540px;
	margin-top: 40px;
}


.l_box2 {
	float: left;
	width: 450px;
	margin-top: 40px;
	margin-bottom: 40px;
}



/*
	右ボックス
*/

.r_box {
	float: left;
	width: 320px;
	margin-left: 100px;
	margin-top: 40px;
}


.r_box2 {
	float: left;
	width: 450px;
	margin-left: 60px;
	margin-top: 40px;
	margin-bottom: 40px;
}



.box1 {
	padding: 10px;
	border: medium solid #bbe1e8;
	text-align: center;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}


/*
	テキストボックス
*/

.txt_box1 {
	text-align: left;
	width: 920px;
	float: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
}


.txt_box2 {
	text-align: left;
	width: 920px;
	line-height: 1em;
	float: left;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
}



/*
	枠付きテキストボックス
*/

.txt_wbox1 {
	text-align: left;
	padding: 20px;
	border: solid 1px #333333;
	font-size: 1.2em;
	line-height: 2em;
}




/*
	ページトップボタン
*/

.top_btn {
	height: 50px;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 800px;
}



/*
	フッター
*/


.footer {
	text-align: center;
	width: 1000px;
	height: 204px;
	float: left;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer_txt {
	text-align: left;
	width: 960px;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}


.footer_cr {
	text-align: left;
	width: 960px;
	float: left;
	margin-top: 60px;
	margin-left: 20px;
	font-size: .8em;
	color: #D2E2DF;
}


.footer a      { color: #ffffff; text-decoration: none }
.footer a:visited     { color: #fffff; text-decoration: none }
.footer a:hover     { color: #fc3e03; text-decoration: none }


/*
	文字
*/

.txt_cccccc {
	color: #cccccc;
}


.txt_d52114 {
	color: #d52114;
	font-weight: bold;
	font-size: 20px;
}



.txt_12 {
	font-size: 11pt;
	line-height: 2em;
	font-weight: normal;
	color: #000000;
}


.txt_15 {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
}


.txt_20 {
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
}




.end { clear: both; }
.main_box .l_box p.red {
	font-size: 24px;
}
.tex_20_red {
	color: #FF0313;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}
