@charset "utf-8";

@import "left_navi.css";
@import "dai2kaisou.css";

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #202020;
	background-color: #FFFFFF;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka";
	font-size: 90%;
	line-height: 140%;
	text-align: center;
}
strong {
	color: #FF6600;
}
a {
	color: #669900;
}
a:hover {
	color: #FF6600;
}


.hide {
	display: none;
}
#header  {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-image: url(../img/header_bg1.gif);
	height: 353px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
} 
#header2 {
	height: 128px;
	background-image: url(../img/header_bg1.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}
.header_box  {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
}
.header_box   .rogo   a  {
	background-image: url(../img/header_rogo.gif);
	height: 117px;
	width: 425px;
	display: block;
	float: left;
}
.header_box  .rogo  a:hover  {
	background-image: url(../img/header_rogo_over.gif);
}
.header_box  .copy  {
	background-image: url(../img/header_copy.gif);
	height: 71px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 425px;
	padding: 0px;
}
.fflash  {
	background-image: url(../img/sky.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 213px;
}
.u_bar  {
	background-image: url(../img/header_bg2.gif);
	background-repeat: repeat-x;
	height: 11px;
}


.right_box {
	margin-left: 425px;
	background-repeat: no-repeat;
}
.btn001 a {
	background-image: url(../img/header_btn01.gif);
	height: 39px;
	background-repeat: no-repeat;
	width: 146px;
	float: left;
	display: block;
}
.btn001 a:hover {
	background-image: url(../img/header_btn01_over.gif);
}

.btn002 a {
	background-image: url(../img/header_btn02.gif);
	height: 39px;
	background-repeat: no-repeat;
	width: 146px;
	margin-left: 167px;
	display: block;
}
.btn002 a:hover {
	background-image: url(../img/header_btn02_over.gif);
}

#container  {
	width: 785px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 






#sidebar1  {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cont_box {
	padding: 0px;
	width: 570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}


#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 410px;
	padding-right: 0px;
	float: left;
} 
#footer  {
	background-image: url(../img/footer_bg.jpg);
	margin: 0px;
	height: 241px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-position: center;
	background-repeat: repeat-x;
} 
#footer p {
	margin-top: 0px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#sidebar2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 420px;
	width: 140px;
}#sidebar2 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news {
	background-image: url(../img/bar_news.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 410px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1px;
	line-height: 1px;
}

.topix_list {
	margin-top: 0px;
	margin-bottom: 28px;
}
.topgrp:hover {
	background-color: #F3F8E4;
}

.topix {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A6C74F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.date {
	font-weight: bold;
	padding-top: 6px;
	font-size: 90%;
	color: #333333;
}
.kamei {
	background-image: url(../img/kamei_bar.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 410px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}
.kamei_list {
	background-image: url(../img/kamei_waku.gif);
	width: 404px;
	background-repeat: no-repeat;
	padding-left: 6px;
	background-position: bottom;
	height: 330px;
}

.kamei_list   a  img {
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.kamei_list a:hover img {
	border: 1px solid #FFCC00;
}
h5 {
	font-size: 1.2em;
	padding-left: 10px;
}
.return {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.kojin {
	font-size: 14px;
	list-style-type: decimal;
}
#formmailmagic {
	margin-left: 0px;
}
.must {
	color: #FF0000;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	width: 140px;
}
#container #cont_box #formmailmagic textarea {
	width: 380px;
}
#container #cont_box table {
	margin-left: 10px;
	width: 510px;
	margin-bottom: 20px;
}

.confirm {
	text-align: right;
	margin-right: 40px;
	margin-bottom: 60px;
}
#container #cont_box #formmailmagic .confirm input {
	padding-left: 10px;
	margin-left: 20px;
	padding-right: 10px;
}

#container  #cont_box  #formmailmagic  td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B4CB6C;
}
.title {
	font-size: 1.4em;
	margin-left: 20px;
}
.setumei {
	padding-left: 30px;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #cont_box #formmailmagic th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C6DA80;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.c-gaiyou {
	width: 550px;
	min-height:30px;
	height:auto !important;
　/*IE7はこっちを優先*/
    height:30px;
	margin-bottom: 20px;

}
.c-gaiyou1 {
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #084380;
	font-size: 1.1em;
	color: #FFFFFF;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 20px;
	letter-spacing: 3px;
}

.c-gaiyou2 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 120px;
}
#map {
	margin-bottom: 40px;
	margin-left: 10px;
}
.rinen {
	padding: 10px;
	background-color: #E1EFBC;
	border: 1px solid #97B940;
	width: 512px;
	margin-left: 13px;
	margin-bottom: 50px;
}
.midori_box {
	padding: 10px;
	background-color: #E1EFBC;
	border: 1px solid #97B940;
	width: 512px;
	margin-left: 13px;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.midori_box2 {
	padding: 10px;
	background-color: #E1EFBC;
	border: 1px solid #97B940;
	width: 260px;
	margin-left: 130px;
	margin-bottom: 2px;
	font-size: 1.2em;
	text-align: center;
}
.img_ari  {
	line-height: 140%;
	font-size: 0.7em;
	margin-bottom: 8px;
	padding-left: 10px;
}

.img_ari  a:hover {
	background-color: #FFFFFF;
}
.img_no {
	line-height: 140%;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 0.8em;
	margin-bottom: 10px;
	padding-left: 10px;
}
.img_no a:hover {
	background-color: #FFFFFF;
}
.code {
	background-color: #B1EBF1;
	width: 540px;
	border: 1px solid #52C1D5;
	padding: 5px;
}
.sekou_box {
	background-image: url(../img/sekou_box.gif);
	background-repeat: no-repeat;
	height: 222px;
	width: 180px;
	margin-top: 10px;
	float: left;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.sekou_title {
	color: #FFFFFF;
	font-weight: bold;
	width: 174px;
	height: 40px;
	font-size: 14px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.sekou_title a {
	color: #FFFFFF;
	text-decoration: none;
}
.sekou_title a:hover {
	text-decoration: underline;
}

.size12 {
	font-size: 13px;
}
.sekou_img {
	padding: 5px;
	float: left;
	height: 60px;
	width: 84px;
}
.sekou_text {
	line-height: 120%;
	padding: 4px;
	font-size: 0.9em;
}

