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



/*=======================================
　　　　　　　基本CSS指定
=======================================*/
#wrap {
	height: auto;
	min-height: 100%;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: auto;
	width: 980px;
}
#main {
	height: auto;
	width: 980px;
}

#menu {
	height: auto;
	width: 223px;
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: 18px;
	margin-left: 14px;
	color: #FFF;
}
#menu ul {
	font-size: 14px;
	float: left;
	width: 223px;
}
#menu li {
	font-size: 14px;
	float: left;
	height: 23px;
	background-image: url(../images/top/b_back.jpg);
	background-repeat: no-repeat;
	width: 223px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 10px;
	text-shadow: 1px 0 3px #000;
}
#input {
	font-size: 12px;
	color: #000;
}
#input a:visited{
	text-decoration: none;
	color: #000;
}
#input a:link{
	text-decoration: none;
	color: #000;
}
#input a:hover{
	text-decoration: underline;
	color: #f00;
}
#input a:active{
	text-decoration: none;
	color: #f00;
}
#contents {
	height: auto;
	width: 725px;
	float: left;
	margin-bottom: 10px;
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#bana_01 {
	height: 157px;
	width: 230px;
	float: left;
	margin-right: 9px;
	margin-bottom: 14px;
}
#bana_02 {
	height: 151px;
	width: 712px;
	float: left;
	margin-bottom: 10px;
}


#bana_tit {
	height: 22px;
	width: 205px;
	float: left;
	background-image: url(../images/top/bana_tit.jpg);
	padding-top: 7px;
	padding-left: 25px;
	text-shadow: 1px 0 3px #000;
}
#bana_tit2 {
	height: 22px;
	width: 205px;
	float: left;
	background-image: url(../images/top/bana_tit2.jpg);
	padding-top: 7px;
	padding-left: 25px;
	text-shadow: 1px 0 3px #000;
}

.tit{
	font-size: 26px;
	font-weight: bold;
	border: 1px solid #FFAE00;
	border-radius: 10px;
	background-color: #FFAE00;
	text-align: center;
}
.oubo{
	border-radius: 10px;
	background-color: #00BBFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#tit {
	height: 34px;
	width: 620px;
	float: left;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 10px;
}
#tit02 {
	height: 34px;
	width: 275px;
	float: left;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 10px;
}
#cont_tit {
	height: 49px;
	width: 710px;
	float: left;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 10px;
}
#tit_sub {
	height: 43px;
	width: 700px;
	float: left;
	font-size: 23px;
	color: #FFF;
	margin-bottom: 10px;
	background-image: url(../images/tit_back.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#box01 {
	float: left;
	width: 690px;
	margin-left: 10px;
	height: auto;
	margin-bottom: 10px;
	font-size: 14px;
}
#box01 a:visited{
	text-decoration: none;
	color: #000;
}
#box01 a:link{
	text-decoration: none;
	color: #000;
}
#box01 a:hover{
	text-decoration: underline;
	color: #f00;
}
#box01 a:active{
	text-decoration: none;
	color: #f00;
}
#box02 {
	float: left;
	width: 670px;
	margin-left: 10px;
	height: auto;
	background-image: url(../images/fulope/ph06.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 14px;
	color: #F60;
	font-weight: bold;
	margin-bottom: 10px;
}



#cont_box {
	height: auto;
	width: 370px;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
}
















/*=======================================
　　　　　　　　フッター
=======================================*/
#footer {
	height: auto;
	width: 953px;
	margin-top: 10px;
	background-image: url(../images/futter.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#c {
	font-size: 10px;
	color: #000;
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer ul {
	float: right;
	font-size: 12px;
	line-height: 3em;
	width: 300px;
	height: 12px;
}




#footer ul li {
	margin-right: 5px;
	font-size: 12px;
	line-height: 3em;
	height: 12px;
	float: right;
}

#footer a:visited{
	text-decoration: none;
	color: #000;
}
#footer a:link{
	text-decoration: none;
	color: #000;
}
#footer a:hover{
	text-decoration: underline;
	color: #f00;
}
#footer a:active{
	text-decoration: none;
	color: #f00;
}


/*=======================================
　　　　　　　ボタンマウスオーバー指定
=======================================*/
a:hover img{
        opacity:0.7;
        filter: alpha(opacity=70);
}
a:hover img.nobright{
        opacity:1.0;
        filter: alpha(opacity=100);
}
.consent {
	font-weight: bold;
	color: #F00;
}

/*=======================================
　　　　　　　ボタン指定
=======================================*/
.button_width {
	height:1.7em;
	width:80px;
}

.form_button {
	width:100px;
	height:30px;
}
#w01 {
	font-size:18px;
	text-height:2em;
	border:0px;
	font-weight: bold;
	color: #bfa842;
}
#w02 {
	font-size:14px;
	text-height:2em;
	border:0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	float: right;
}
#information {
	font-size: 14px;
	padding: 5px;
	float: left;
	line-height: 20px;
}
