@charset "utf-8";
/* CSS Document */
/****************　基本スタイル 　**************************/

body {
	padding: 0;
	margin: 0;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,a,img {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
	vertical-align:top;
}

div,table {
	margin-left: auto;
	margin-right: auto;
}

ul,ol,li {
	line-height: 0px;
	list-style-type: none;
}
.clr {
	font:0pt/0pt sans-serif;
	clear: both;
    }

/****************　基本スタイル 終わり　**************************/

body {
	font-size: 14px;
	line-height: 180%;
	color: #333333;
	text-align: center;
	margin: 0px;
}
#container {
	width: 920px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 140px;
	padding-left: 140px;
}


/****************　ヘッダー　**************************/

#header {
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
#rogo {
	float: left;
	width: 245px;
	padding-top: 23px;
	padding-left: 10px;
	text-align: left;
}
#rogo h1 {
	font-size: 0px;
	color: #FFFFFF;
	line-height: 0px;
}
#rogo img {
	height: 50px;
	width: 200px;
}

#header_navi {
	float: right;
	padding-right: 10px;
	width: 635px;
}
#navi01 {
	padding-top: 5px;
	padding-left: 305px;
}
#navi01 img {
	height: 20px;
	width: 100px;
	margin-right: 10px;
}
#navi01 li,#navi02 li {
	list-style-type: none;
	float: left;
	line-height: 0px;
	display: block;
}
#navi02 {
	padding-top: 30px;
	padding-left: 5px;
}
#navi02 img {
	height: 40px;
	width: 120px;
	margin-right: 5px;
}


/****************　メインイメージ　**************************/

#top_img {
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
}


/****************　コンテンツ　**************************/

#main_wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#main_head {
	background-image: url(../img/bg_main_01.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#main_body {
	background-image: url(../img/bg_main_02.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

#main_foot {
	background-image: url(../img/bg_main_03.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}

.txt_box {
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
}
.txt_box02 {
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.txt_box03 {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #FF0000;
}



.index_title {
	margin-bottom: 20px;
}
.sub_index {
	background-image: url(../img/title_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	text-align: left;
	padding: 10px;
}
.midashi {
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7DAF0F;
	border-left-color: #7DAF0F;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.txt_style01 {
	font-size: 12px;
	color: #FF0000;
}
.txt_style02 {
	color: #FF3300;
	font-weight: bold;
	font-size: 16px;
}
.txt_style03 {
	font-weight: bold;
	color: #FF0000;
	font-size: 16px;
}
.txt_style04 {
	font-weight: bold;
	color: #FF0000;
}


.img_style01 {
	margin: 5px;
	float: right;
}
.up {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 50px;
}


/****************　フッター　**************************/
#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 80px;
}
#foot_navi {
	margin-bottom: 10px;
}

#copyright {
	font-size: 12px;
}

/****************　他　**************************/
.campaign {
	margin-bottom: 15px;
}

