@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #008000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
h3 {
	background-color: #ffffff;
	border: 1px dotted #0000a0;
	font-size: 100%;
	padding-top: 1px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 5px;
}
p {
	padding-bottom: 10px;
}
b {
	color: #000099;
	font-weight: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
.bold {
	color: #FF0000;
}

/*一般リンク
-------------------------------------------------------------------*/
a {
	color: #008000;
}
a:hover {
	color: #333333;
}

/*ＨＰ
-------------------------------------------------------------------*/
#container {
	width: 950px;
	color: #004000;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
-------------------------------------------------------------------*/
#header {
	background-color: #ffffff;
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 200px;
	color: #008000;
	padding-bottom: 5px;
}
#header #logo {
	font-size: 30px;
	text-align: left;
	padding-left: 200px;
	line-height: 1;
	color: #008000;
}
#header #nav {
	text-align: right;
	vertical-align: bottom;
}

/*main menu
-------------------------------------------------------------------*/
#main { width:950px; float:center;
	background-image: url(images/mainmenu_bg.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	height: 110px;
}
#main menu {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding-left: 0px;
	color: #ffffff;
	padding-bottom: 10px;
}

/*狭いテーブル左
-------------------------------------------------------------------*/
.s-midashi {
	background-image: url(images/bg_s_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #FFFFFF;
	width: 200px;
	font-size: 100%;
	font-weight: bold;
	line-height: 2.9;
}
.s {
	background-image: url(images/bg_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #008000;
	border-bottom: 1px solid #008000;
}
.arrow1 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow1 a {
	color: #008000;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;

}
.arrow1 a:hover {
	color: #333333;
	background-image: url(images/arrow1n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*狭いテーブル右
-------------------------------------------------------------------*/
.s-midashi-r {
	background-image: url(images/bg_s_midashi-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #FFFFFF;
	width: 200px;
	font-size: 100%;
	font-weight: bold;
	line-height: 2.9;
}
.s {
	background-image: url(images/bg_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #008000;
	border-bottom: 1px solid #008000;
}
.arrow1 {
	border-bottom: 1px dotted #CCCCCC;
}
.arrow1 a {
	color: #008000;
	text-decoration: none;
	background-image: url(images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;

}
.arrow1 a:hover {
	color: #333333;
	background-image: url(images/arrow1n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/*中・テーブルの設定
-------------------------------------------------------------------*/
.m-midashi {
	background-image: url(images/bg_m_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #FFFFFF;
	width: 530px;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.9;
}
.m-midashi-2 {
	background-image: url(images/bg_m_midashi-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #FFFFFF;
	width: 530px;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.9;
}
.m {
	background-image: url(images/bg_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 530px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #ff8080;
}

/*大・テーブルの設定
-------------------------------------------------------------------*/
.l-midashi {
	background-image: url(images/bg_l_midashi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	color: #FFFFFF;
	width: 735px;
	font-weight: bold;
	font-size: 100%;
	line-height: 2.9;
}
.l {
	background-image: url(images/bg_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 735px;
	color: #004000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #e9f1fb;
	border-bottom: 1px solid #000080;
}

/*フッター
-------------------------------------------------------------------*/
#footer {
	background-color: #ffff00;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	text-align: center;
	color: #004000;
}

/***** 20090205 matsuda add *****/
.form_mail {
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.form_mail table {
    font-size: 12px;
    border-collapse: collapse;
    letter-spacing: 1px;
    margin-top: 10px;
    width: 100%;
}
.form_mail th {
    font-weight: normal;
    background-color: #eef;
    padding: 4px;
    border: solid 1px #ccc;
    text-align: left;
}
.form_mail td {
    padding: 4px;
    border: solid 1px #ccc;
    background-color: #fff;
    text-align: left;
}
.attention {
    color: #f33;
}
.form_mail textarea {
    font-size: 12px;
}
