@charset "Shift_JIS";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
	font-size: 12px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #66af00 url(../images/common/bg.jpg) repeat-y top center;
}

p, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

div {
	text-align: left;
}

img {
	border: 0;
}

html {
	overflow-y: scroll;
}

/*Link Color*/

/* a:link {
	color: #018ab1;
	text-decoration: underline;
}
a:active {
	color: #018ab1;
	text-decoration: underline;
}
a:visited {
	color: #018ab1;
	text-decoration: underline;
}
a:hover {
	color: #018ab1;
	text-decoration: none;
} */

/*2段ライン*/

.line {
	background: url(../images/common/line.gif) repeat-x center;
	height: 10px;
	clear: both;
}

/*コンテナ*/

#container {
	width: 950px;
	text-align: left;
	/* margin:0 auto; */
	margin: 20px auto;
	padding: 0;
}

/*ヘッダー*/

#header {
	padding: 8px 0 7px 6px;
	background: url(../images/common/line.gif) repeat-x bottom;
	float: left;
	height: 47px !important;
	height: 62px;
}

#logo {
	float: left;
	margin-right: 42px;
}

#header ul {
	float: left;
}

#header ul li {
	display: inline;
}

#header ul li.logo_s {
	padding: 8px 19px 0 0;
}

#header ul li.mail {
	padding: 8px 0 0 0;
}

/*グローバルメニュー*/

#gvmenu {
	float: right;
	width: 210px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	/* background: url(../images/common/menu_bg.gif); */
	margin-left: 10px;
}

#gvmenu form {
	width: 200px;
	margin: 10px auto;
}

#gvmenu option {
	width: 200px;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#pankuzu {
	clear: both;
}

/*フッター*/

#footer {
	float: left;
	margin: 0;
	padding: 0px 10px 15px 15px;
	font-size: 10px;
	line-height: 12px;
	/* background: url(../images/common/footer_bg.gif) no-repeat; */
	height: 62px;
	width: 925px !important;
	width: 950px;
}

#footer .footer_menu {
	float: left;
	width: 450px;
}

#footer .footer_menu li {
	display: inline;
	float: left;
	margin: 18px 3px 13px 0;
}

#footer .copyright {
	clear: both;
	font-family: Osaka;
}

#footer .footer_logo {
	float: right;
}

#footer .footer_txt {
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

/*Footer Link Color*/

#footer a:link {
	color: #444444;
	text-decoration: none;
}

#footer a:active {
	color: #444444;
	text-decoration: none;
}

#footer a:visited {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	color: #018ab1;
	text-decoration: underline;
}