/* ページ全体 */
/* ------------------------------------------------------------ */
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	}

/* CSS初期化 */
/* ------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px #f00 solid;
}

div,
p,
img,
ul,
ol,
li,
dl,
dt,
dd,
input
 {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

/* IEで見た場合のリストの隙間が空いてしまうバグを回避 */
/* ------------------------------------------------------------ */
li {
	vertical-align: top;
	border: none;
}

/* コンテナ */
/* ------------------------------------------------------------ */
#container {
	text-align: left;
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	border: 0px #ff0000 solid;
	}

/* ヘッダ */
/* ------------------------------------------------------------ */
#head {
	background: #536db8 url(../images/header.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 60px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	display: block;
	border: 0px #ffff00 solid;
	}
	
#head_m {
	background: #536db8 url(../images/header.gif);
	background-repeat: no-repeat;
	width: 850px;
	height: 60px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	display: block;
	border: 0px #ffff00 solid;
	}

#logo a {
	width: 400px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	border: 0px #ff00ff solid;
	}

#head p {
	background: #536db8 url(../images/header3.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #ff00ff solid;
	}
	
#head_m p {
	background: #536db8 url(../images/header5.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	border: 0px #ff00ff solid;
	}

/* ヘッダ・メニュー背景 */
/* ------------------------------------------------------------ */
#head_menu {
	clear: both;
	background-image: url(../images/head_menu_bg.gif);
	background-repeat: repeat-x;
	width: 850px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	border: 0px #00ff00 solid;
	}

/* メニュー設定 */
/* ------------------------------------------------------------ */
#head_menu li {
	list-style-type: none;
	}

/* メニューボタン1 */
/* ------------------------------------------------------------ */
#top a {
	background: #ffffff url(../images/top_menu1.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#top a:hover {
	background-image: url(../images/top_menu1.gif);
	background-position: left bottom;
	}

#top a.selected {
	background-image: url(../images/top_menu1.gif);
	background-position: left bottom;
	}

/* メニューボタン3 */
/* ------------------------------------------------------------ */
#news a {
	background: #ffffff url(../images/top_menu2.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 95px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#news a:hover {
	background-image: url(../images/top_menu2.gif);
	background-position: left bottom;
	}

#news a.selected {
	background-image: url(../images/top_menu2.gif);
	background-position: left bottom;
	}

/* メニューボタン3 */
/* ------------------------------------------------------------ */
#goods a {
	background: #ffffff url(../images/top_menu3.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 190px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#goods a:hover {
	background-image: url(../images/top_menu3.gif);
	background-position: left bottom;
	}

#goods a.selected {
	background-image: url(../images/top_menu3.gif);
	background-position: left bottom;
	}

/* メニューボタン4 */
/* ------------------------------------------------------------ */
#companyinfo a {
	background: #ffffff url(../images/top_menu4.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 285px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#companyinfo a:hover {
	background-image: url(../images/top_menu4.gif);
	background-position: left bottom;
	}

#companyinfo a.selected {
	background-image: url(../images/top_menu4.gif);
	background-position: left bottom;
	}

/* メニューボタン5 */
/* ------------------------------------------------------------ */
#inquiry a {
	background: #ffffff url(../images/top_menu5.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 380px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#inquiry a:hover {
	background-image: url(../images/top_menu5.gif);
	background-position: left bottom;
	}

#inquiry a.selected {
	background-image: url(../images/top_menu5.gif);
	background-position: left bottom;
	}

/* メニューボタン6 */
/* ------------------------------------------------------------ */
#privacypolicy a {
	background: #ffffff url(../images/top_menu6.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 475px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#privacypolicy a:hover {
	background-image: url(../images/top_menu6.gif);
	background-position: left bottom;
	}

#privacypolicy a.selected {
	background-image: url(../images/top_menu6.gif);
	background-position: left bottom;
	}

/* メニューボタン7 */
/* ------------------------------------------------------------ */
#purchase a {
	background: #ffffff url(../images/top_menu7.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 570px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#purchase a:hover {
	background-image: url(../images/top_menu7.gif);
	background-position: left bottom;
	}

#purchase a.selected {
	background-image: url(../images/top_menu7.gif);
	background-position: left bottom;
	}

/* メニューボタン8 */
/* ------------------------------------------------------------ */
#blog a {
	background: #ffffff url(../images/top_menu8.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 665px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#blog a:hover {
	background-image: url(../images/top_menu8.gif);
	background-position: left bottom;
	}

#blog a.selected {
	background-image: url(../images/top_menu8.gif);
	background-position: left bottom;
	}

/* メニューボタン recruit */
/* ------------------------------------------------------------ */
#recruit a {
	background: #ffffff url(../images/top_menu8_r.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 665px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#recruit a:hover {
	background-image: url(../images/top_menu8_r.gif);
	background-position: left bottom;
	}

#recruit a.selected {
	background-image: url(../images/top_menu8_r.gif);
	background-position: left bottom;
	}


/* メニューボタン9 */
/* ------------------------------------------------------------ */
#cultural a {
	background: #ffffff url(../images/top_menu9.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	left: 760px;
	top: 0px;
	border: 0px #0000ff solid;
	}

#cultural a:hover {
	background-image: url(../images/top_menu9.gif);
	background-position: left bottom;
	}

#cultural a.selected {
	background-image: url(../images/top_menu9.gif);
	background-position: left bottom;
	}

/* コンテンツ */
/* ------------------------------------------------------------ */
#contents {
	clear: both;
	width: 850px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #ff0000 solid;
	}

#contents_button {
	clear: both;
	vertical-align: top;
	width: 850px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	border: 0px #f00 solid;
	}

#flash {
	clear: both;
	width: 850px;
	margin: -1px 0px 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
	}

/* フロート */
/* ------------------------------------------------------------ */
.f_left {
	float: left;
}

.f_right {
	float: right;
}

/* マージン */
/* ------------------------------------------------------------ */
.margin_r10 {
	margin: 0px 10px 0px 0px;
}

.margin_t5 {
	margin: 5px 0px 0px;
}

.margin_t10 {
	margin: 10px 0px 0px;
}

.margin_t20 {
	margin: 20px 0px 0px;
}

.margin_t30 {
	margin: 30px 0px 0px;
}

.margin_t50 {
	margin: 50px 0px 0px;
}

/* バナー */
/* ------------------------------------------------------------ */
#top_banner {
	text-align: left;
	width: 850px;
	margin: 10px auto 0px;
	padding: 0px;
	border: 0px #f00 solid;
	}

#top_banner li {
	list-style-type: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;
	float: left;
	border: 0px #f00 solid;
	}

.banner_head {
	text-align: left;
	width: 850px;
	margin: 10px auto;
	padding: 0px;
	border: 0px #f00 solid;
	}

/* サブメニュー設定（ページ内リンク用） */
/* ------------------------------------------------------------ */
#backnext_menu {
	clear: both;
	width: 850px;
	height: 21px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	border: 0px #ff0000 solid;
	}

#backnext_menu2 {
	clear: both;
	width: 850px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	border: 0px #ff0000 solid;
	}

#backnext_back {
	list-style-type: none;
	width: 55px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	right: 65px;
	top: 0px;
	border: 0px #ffff00 solid;
	}

#backnext_next {
	list-style-type: none;
	width: 55px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px #ffff00 solid;
	}

#backnext_commodity {
	list-style-type: none;
	width: 700px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	display: inline;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px #ffff00 solid;
	}

/* フッタ */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	width: 700px;
	height: 33px;
	margin: 30px auto 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border: 0px #ff0000 solid;
	}

#footer h2 {
	width: 100px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px #f0f solid;
	}

#footer2 {
	clear: both;
	width: 100%;
	margin: 20px auto 10px;
	padding: 0px;
	border: 0px #ff0000 solid;
	}

#footer2 ul{
	list-style: none;
	text-align: center;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	}

#footer2 li{
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#footer2 li a:hover {
	background-color: #e6e6e6;
	}

#footer2 address {
	text-align: center;
	font-style: normal;
	font: 10px "Arial", "Helvetica", "sans-serif";
	margin: 0px;
	padding: 0px;
	}
