@charset "utf-8";

/* 
目次
01 CSSの初期化
02 wrap
03 ヘッダー
04 右欄　バナー欄
05 左欄　メイン
06 全枠
07 フッター

 */


/* 
01 css初期化 */

body {
 background-color:#FFFFFF;
	font-size:62.5%;
	font-style:normal;
 line-height:1.3;
 letter-spacing:normal;
	margin:0px;
	padding: 0px;
}

head,html,body,h1,h2,h3,h4,h5,div,span,p,ol,ul,li,img,table,th,tr,td,strong,a,address,form {
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,p,strong,span,div,ul,li,a,address{
 color:#333333;
	line-height:1.3;
	font-style:normal;
}


/*
02 wrap
*/

#wrap{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}


/*
03 header
*/
#header{
	height: 157px;
	margin: 0px;
	padding: 0px;
}

#header .search{
 font-size:13px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/nv_barbase.jpg);
	background-repeat: repeat-x;
}

#header .search img{
	vertical-align:middle;
}

#header .search input {
 vertical-align:middle;
}

/*
04 右欄　バナー欄
*/

#contRight{
	float: right;
	width: 217px;
	text-align: left;

}
#contRight .bnr01{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;

}


/*
05 左欄 メイン
*/

#contLeft{
	vertical-align: top;
	float: left;
	width: 535px;
	text-align: center;
}
#contLeft h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
#contLeft h3{
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contLeft ul{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}
#contLeft li{
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
	margin-bottom: 5px;
}
#contLeft p{
	line-height: 150%;
}


#contLeft .mainphoto{
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contLeft .topbox01 {
	width: 503px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #9bc8ce;
	margin-top: 20px;
	margin-bottom: 15px;
}
#contLeft .topnews {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	height: 30px;
	background-image: url(../img/top_news_bg.gif);
	background-repeat: repeat-x;
}


#contLeft .txtbox01{
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
}
#contLeft .formtxt01{
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contLeft .formtxt02{
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	color: #FF0000;
}


/*
06 全枠
*/
#contCenter{
	width: 760px;
	vertical-align: top;
	text-align: center;
}
#contCenter h3{
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#contCenter .txtbox01{
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
}


/*
07 フッター
*/

#footer{
	clear: both;
	width: 760px;
	color: #E0DFE3;
	text-align: left;
}
#footer h3{
	border-top-color: #999999;
	font-size: 1.2em;
	line-height: 140%;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
#footer .copyright{
	width: 520px;
	margin-right: auto;
	margin-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 1em;
	line-height: 140%;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
}
#footer .copyright2{
	width: 740px;
	margin-right: auto;
	margin-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 1em;
	line-height: 140%;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
}
