@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 80%;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

/* ここからヘッダー */

#header {
	height: 123px;
	background-image: url(../images/header/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
}
#head_area {
	height: 123px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header h1 {
	font-size: 1px;
	text-indent: -9999px;
	line-height: 0;

}

#head_logo {
	height: 123px;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header/head_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.headbtn_s {
	height: 30px;
	width: 385px;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: url(../images/header/headbtn_s_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1px;
}
.headbtn_s a {
	text-indent: -9999px;
	color: #FFFFFF;
}
.head_pryvecy a {
	height: 30px;
	width: 140px;
	position: absolute;
	top: 0px;
	right: 225px;
}
.head_pryvecy a:hover {
	background-image: url(../images/header/headbtn_s_privecy_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.head_sitemap a {
	height: 30px;
	width: 90px;
	position: absolute;
	top: 0px;
	right: 135px;
}
.head_sitemap a:hover {
	background-image: url(../images/header/headbtn_s_sitemap_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 90px;
	position: absolute;
	top: 0px;
	left: 139px;
}
.head_link a {
	height: 30px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 85px;
}
.head_link a:hover {
	background-image: url(../images/header/headbtn_s_link_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 50px;
	position: absolute;
	top: 0px;
	left: 228px;
}
.head_ask a {
	height: 30px;
	width: 107px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.head_ask  a:hover {
	background-image: url(../images/header/headbtn_s_ask_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 107px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#id {
	background-image: url(../images/header/head_font_change.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 30px;
	width: 130px;
	top: 40px;
	right: 0px;
	font-size: 1px;
}
#id a {
	text-indent: -9999px;
	color: #FFFFFF;
}
#id-small a {
	cursor: pointer;
	height: 22px;
	width: 24px;
	position: absolute;
	bottom: 1px;
	right: 37px;
}
#id-small a:hover {
	background-image: url(../images/header/font_change_s.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 24px;
	position: absolute;
	right: 37px;
	bottom: 1px;
}
#id-large a {
	cursor: pointer;
	height: 23px;
	width: 23px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#id-large a:hover {
	background-image: url(../images/header/font_change_l.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 23px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.head_menu {
	background-image: url(../images/header/headbtn_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 480px;
	position: absolute;
	left: 60px;
	bottom: 3px;
	font-size: 1px;
}
.head_menu a {
	text-indent: -9999px;
	color: #FFFFFF;
}
.head_product a {
	height: 40px;
	width: 86px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.head_product a:hover {
	background-image: url(../images/header/headbtn_product_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 86px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.head_campaign a {
	height: 40px;
	width: 109px;
	position: absolute;
	left: 86px;
	bottom: 0px;
}
.head_campaign a:hover {
	background-image: url(../images/header/headbtn_campaign_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 109px;
	position: absolute;
	left: 86px;
	bottom: 0px;
}
.head_service a {
	height: 40px;
	width: 112px;
	position: absolute;
	left: 195px;
	bottom: 0px;
}
.head_service a:hover {
	background-image: url(../images/header/headbtn_service_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 112px;
	position: absolute;
	left: 195px;
	bottom: 0px;
}
.head_com a {
	height: 40px;
	width: 83px;
	position: absolute;
	left: 307px;
	bottom: 0px;
}
.head_com a:hover {
	background-image: url(../images/header/headbtn_com_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 83px;
	position: absolute;
	left: 307px;
	bottom: 0px;
}
.head_recruit a {
	height: 40px;
	width: 90px;
	position: absolute;
	left: 390px;
	bottom: 0px;
}
.head_recruit a:hover {
	background-image: url(../images/header/headbtn_recruit_on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 90px;
	position: absolute;
	left: 390px;
	bottom: 0px;
}
#serch {
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 3px;
	text-align: right;
	width: auto;
	font-size: 0.6em;
}
#search {
	color: #999999;
}

#serch img  {
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 10px;
	float: left;
}
#serch form  {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

/* ここまでヘッダー */

/* ここからフッター */

#footer {
	background-image: url(../images/footer/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
	margin-top: 30px;
	clear: both;
}
#foot_area {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer/recycle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}

.foot_menu {
	background-image: url(../images/footer/foot_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 860px;
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 1px;
}
.foot_menu a {
	text-indent: -9999px;
	color: #FFFFFF;
}

.foot_menu ul {
	list-style-type: none;
	text-indent: -9999px;

}
.foot_product a {
	height: 30px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.foot_product a:hover {
	background-image: url(../images/footer/footbtn_product_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.foot_campaign a {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 80px;
	top: 0px;
}
.foot_campaign a:hover {
	background-image: url(../images/footer/footbtn_campaign_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 80px;
	top: 0px;
}
.foot_service a {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 180px;
	top: 0px;
}
.foot_service a:hover {
	background-image: url(../images/footer/footbtn_service_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 180px;
	top: 0px;
}
.foot_com a {
	height: 30px;
	width: 80px;
	position: absolute;
	left: 280px;
	top: 0px;
}
.foot_com a:hover {
	background-image: url(../images/footer/footbtn_com_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 80px;
	position: absolute;
	left: 280px;
	top: 0px;
}
.foot_recruit a {
	height: 30px;
	width: 70px;
	position: absolute;
	left: 360px;
	top: 0px;
}
.foot_recruit a:hover {
	background-image: url(../images/footer/footbtn_recruit_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 70px;
	position: absolute;
	left: 360px;
	top: 0px;
}
.foot_pryvecy a {
	height: 30px;
	width: 150px;
	position: absolute;
	left: 430px;
	top: 0px;
}
.foot_pryvecy a:hover {
	background-image: url(../images/footer/footbtn_privecy_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 150px;
	position: absolute;
	left: 430px;
	top: 0px;
}
.foot_sitemap a {
	height: 30px;
	width: 100px;
	position: absolute;
	left: 580px;
	top: 0px;
}
.foot_sitemap a:hover {
	background-image: url(../images/footer/footbtn_sitemap_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 580px;
	top: 0px;
}
.foot_link a {
	height: 30px;
	width: 70px;
	position: absolute;
	left: 680px;
	top: 0px;
}
.foot_link a:hover {
	background-image: url(../images/footer/footbtn_link_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 70px;
	position: absolute;
	left: 680px;
	top: 0px;
}
.foot_ask a {
	height: 30px;
	width: 110px;
	position: absolute;
	left: 750px;
	top: 0px;
}
.foot_ask a:hover {
	background-image: url(../images/footer/footbtn_ask_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 110px;
	position: absolute;
	left: 750px;
	top: 0px;
}
#foot_logo {
	height: 20px;
	width: 140px;
	position: absolute;
	right: 10px;
	bottom: 30px;
	background-image: url(../images/footer/foot_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#foot_adress {
	font-size: 10px;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.button-toggle {
	display: none;
}
.foot_menu_sp {
	display: none;
}

/* ここまでフッター */
