@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,
h2,
h3,
h4,
h5,
div{
margin: 0;
padding: 0;
}


/* ヘッダー */

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	padding-bottom: 10px;
	margin-top: 0px;
}




/* グローバルメニュー */

#gmenu{
	width: 800px;


	padding 0;
	text-align: center;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	padding-bottom: 2px;
	clear: left;
}


/* コンテンツ */

#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	padding-left: 20px;
}

#content a:link,
#content a:visited {
	color: #969696;
	text-decoration: none;
	font-size: 12px;
}

#content a:hover {
	color: #0099FF;
	text-decoration: underline;
	font-size: 12px;

}

#content .box {
	width: 760px;
	padding-bottom: 20px;
}

#content .box_th {
	width: 760px;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	line-height: 140%;
	color: #FF3300;
	text-align: center;
}

#content .box_c {
	width: 720px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#content .kitemite_subtitle {
	width: 760px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 120%;
	color: #b81c22;
	background-image: url(../img/top/kitemite_line.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-weight: bold;
}
#content .kaette_subtitle {
	width: 760px;
	padding-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	line-height: 120%;
	color: #004098;
	background-image: url(../img/top/kaette_line.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-weight: bold;
}
#content .box_txt {
	width: 600px;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 120%;
	color: #333333;
	padding-left: 160px;
}
#content .box_txt_s {
	width: 600px;
	padding-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #606060;
	padding-left: 160px;
}
#content .p_txt {
	width: 600px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 120%;
	color: #000000;
	padding-left: 160px;
	text-align: right;
}

#content .form_box {
	width: 760px;
	padding-bottom: 40px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	text-align: left;
}

#content .form_txt {
	width: 760px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding-bottom: 15px;
}

#content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content {
    height: 1em;
    overflow: visible;
}
/**/




/* コンテンツ　トップ用 */

#content_top {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	height: 540px;
	background-image: url(../img/top/bg.jpg);
	background-repeat: no-repeat;
}

#content_top:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #content_top {
    height: 1em;
    overflow: visible;
}
#content_top .content_top_title {
	padding-bottom: 20px;
}

#content_top .rss {
	width: 300px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 200px;
}
#content_top .rss .rss_title {
	padding-bottom: 5px;
}


/**/

/* トップページへ　*/

#content_under {
	width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagetop {
	clear: left;
	background-image: url(../img/share/pagetop_bg.gif);
	height: 20px;
	width: 100px;
	padding-top: 10px;
	background-repeat: no-repeat;
	padding-left: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 0px;
}

.pagetop a:link,
.pagetop a:visited {
	color: #73be14;
	text-decoration: none;
}

.pagetop a:hover {
	color: #ffffff;
	background-color: #73be14;
	display:
}


/* フッター */

#footer {
	background-color: #e1e1e1;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	font-size: 12px;
	clear: left;
	margin-top: 0px;
	height: 150px;
}
#footer .footer_l {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	color: #333333;
	line-height: 17px;
	padding-bottom: 20px;
}

#footer .footer_l a:link,
#footer .footer_l a:visited {
	color: #969696;
	text-decoration: none;
}

#footer .footer_l a:hover {
	color: #73be14;
}

#footer .footer_r {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	color: #666666;
}

