/* basic（Gear-Man|共通CSS） */

body {
	margin: 0;
	padding: 0;
	background-image: url(../../images/_all/back.gif);
}

a:link {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a:active {
	color: #0066FF;
	text-decoration: underline;
}

a:visited {
	color: #0066FF;
	text-decoration: underline;
}

img {
	border: 0;
}

#base {
	margin: 0 auto;
	padding: 0 10px;
	width: 750px;
	background-image: url(../../images/_all/back_on.gif);
}


/* basic_header（Gear-Man|ヘッダ用共通CSS） */

#header {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 60px;
}

#h_left {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 60px;
	float: left;
}

#h_left h1 {
	margin: 0;
	padding: 0;
	background-image: url(../../images/_header/h_name.gif);
	background-repeat: no-repeat;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 60px;
	background-image: url(../../images/_header/h_name.gif);
}

#h_right ul li.h_sitemap a:hover {
	background-image: url(../../images/_header/h_name-over.gif);
	background-repeat: no-repeat;
}

#h_right {
	margin: 0;
	padding: 0;
	width: 550px;
	height: 60px;
	background-image: url(../../images/_header/h_url.gif);
	background-repeat: no-repeat;
	float: right;
}

#h_right ul {
	margin: 0;
	padding: 0;
}

#h_right ul li.h_sitemap {
	margin: 0;
	padding: 0 0 35px 0;
	float: right;
	list-style: none;
}

#h_right ul li.h_sitemap a {
	display: block;
	width: 95px;
	height: 25px;
	background-image: url(../../images/_header/h_btn-site.gif);
	background-repeat: no-repeat;
}

#h_right ul li.h_sitemap a:hover {
	background-image: url(../../images/_header/h_btn-site-over.gif);
	background-repeat: no-repeat;
}

#h_right ul li.h_mail {
	margin: 0;
	padding: 0 0 35px 0;
	float: right;
	list-style: none;
}

#h_right ul li.h_mail a {
	display: block;
	width: 115px;
	height: 25px;
	background-image: url(../../images/_header/h_btn-mail.gif);
	background-repeat: no-repeat;
}

#h_right ul li.h_mail a:hover {
	background-image: url(../../images/_header/h_btn-mail-over.gif);
	background-repeat: no-repeat;
}


/* basic_image（Gear-Man|イメージ画像用共通CSS） */

#image {
	margin: 0;
	padding: 0;
	width: 750px;
	border-bottom: 2px solid #666666;
}


/* basic_sub_title（Gear-Man|サブタイトル用共通CSS） */

#sub_title {
	margin: 0;
	padding: 15px 0;
	width: 750px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-image: url(../../images/_all/sub_back.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #eeeeee;
	border-bottom: 3px solid #FF9900;
}

#sub_title p {
	margin: 0;
	padding: 0 25px;
}


/* basic_middle（Gear-Man|ミドル用共通CSS） */

#middle {
	margin: 0;
	padding: 25px 25px 0 25px;
}

#m-clear {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	clear: both;
}


/* basic_return（Gear-Man|トップにもどる） */

div#return {
	margin: 0 25px;
	padding: 0;
    width: 700px;
	margin-top: 30px;
	padding: 0;
	text-align: right;
}

#return {
	margin: 0;
	padding: 0;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../../images/_all/return-up.gif);
}

#return a:hover {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../../images/_all/return-over.gif);
}


/* basic_bottom（Gear-Man|下部用共通CSS）*/

#bottom {
	margin: 0;
	padding: 25px 15px 0 15px;
	width:720px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	text-align: right;
	color: #666666;
}

#bottom a:link {
	padding: 2px;
	color: #666666;
	text-decoration: none;
}

#bottom a:hover {
	background-color: #FFFFCC;
	color: #FF9900;
	text-decoration: underline;
}

#bottom a:active {
	color: #FF9900;
	text-decoration: underline;
}

#bottom a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer {
	margin: 25px 0 0 0;
	padding: 5px 0;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF9900;
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #FF9900;
	background-color: #000000;
}
