/* ------------------------------------------------ */
/* 基本文字設定										*/
/* ------------------------------------------------ */
html {
	overflow-y: scroll;					/* 変更不可：各種ブラウザ共通仕様 */
}

body {
	font-size: 12px/1.231;				/* 変更不可：各種ブラウザ共通仕様 ※1と関連  */
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	*font-size:small;
	*font:x-small;
}

html>/**/body {
	font-size: 12px/1.231;				/* 変更不可：各種ブラウザ共通仕様 ※1 */
}

/* ------------------------------------------------ */
/* タグ設定											*/
/* ------------------------------------------------ */

/* body */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #eee9d3;
	color: #404040;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

/* 見出し */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
}

/* 連絡先・問合せ先 */
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

/* リンク基本 */
a {
	color:#0000ff;
	text-decoration:none;
}

/* 既に見たリンク */
a:visited {
	color:#0000ff;
	text-decoration:none;
}

/* カーソルが上にある時のリンク */
a:hover {
	color:#0000ff;
	text-decoration:none;
}

/* クリック時のリンク */
a:active {
	color:#0000ff;
	text-decoration:none;
}

/* 順序無しリスト */
ul,dl {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* リスト項目 */
li,dd {
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------ */
/* 汎用クラス 										*/
/* ------------------------------------------------ */
.left {
	float: left;
}

.right{
	float: right;
}

.clear {
	clear: both;
}

.untxt {
	visibility: hidden;
}

div.LinkTop{
	clear:both;
	text-align:right;
	padding:10px 25px 5px 25px;
}
/* ------------------------------------------------ */
/* 画面内コンテンツ位置								*/
/* ------------------------------------------------ */
div#contents {
	width: 950px;					/* 基本外郭幅 */
	background-color: #eee9d3;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

	div#header {
		clear: both;
		height: 90px;
		padding: 0px;
		margin: 0px auto 0px auto;
	}

	div#contents_main {
		clear: both;
		padding: 10px 10px 10px 10px;
		margin: 0px;
		background-color: #ffffff;
	}

		div#menu {
			clear: both;
			padding: 0px;
			background-color: #ffffff;
		}

		div#footer {
			clear: both;
			height: 40px;
			margin: 10px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
		}

/* ------------------------------------------------ */
/* Header部											*/
/* ------------------------------------------------ */
a#logo_company {
	float: left;
	width: 232px;
	height: 84px;
	background-image: url("../img/img_logo.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1px;
	display: block
}

div#seo {
	float: left;
	height: 84px;
	width: 708px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	position: relative;
}
	h1#h1_seo {
		position: absolute;
		bottom: 0px;
	}

/* ------------------------------------------------ */
/* Menu部											*/
/* ------------------------------------------------ */
ul#nav_main {}

	ul#nav_main li{
		float: left;
	}

a.menu_btn_01 {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url("../img/img_menu_n01.gif");
	background-repeat: no-repeat;
}
a.menu_btn_01:hover {
	background-image: url("../img/img_menu_a01.gif");
	background-repeat: no-repeat;
}

a.menu_btn_02 {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url("../img/img_menu_n02.gif");
	background-repeat: no-repeat;
}
a.menu_btn_02:hover {
	background-image: url("../img/img_menu_a02.gif");
	background-repeat: no-repeat;
}

a.menu_btn_03 {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url("../img/img_menu_n03.gif");
	background-repeat: no-repeat;
}
a.menu_btn_03:hover {
	background-image: url("../img/img_menu_a03.gif");
	background-repeat: no-repeat;
}

a.menu_btn_04 {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url("../img/img_menu_n04.gif");
	background-repeat: no-repeat;
}
a.menu_btn_04:hover {
	background-image: url("../img/img_menu_a04.gif");
	background-repeat: no-repeat;
}

a.menu_btn_05 {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url("../img/img_menu_n05.gif");
	background-repeat: no-repeat;
}
a.menu_btn_05:hover {
	background-image: url("../img/img_menu_a05.gif");
	background-repeat: no-repeat;
}

a.menu_btn_06 {
	float: left;
	width: 155px;
	height: 40px;
	background-image: url("../img/img_menu_n06.gif");
	background-repeat: no-repeat;
}
a.menu_btn_06:hover {
	background-image: url("../img/img_menu_a06.gif");
	background-repeat: no-repeat;
}

/* ------------------------------------------------ */
/* Footer部											*/
/* ------------------------------------------------ */
div#footer address#address00 {
	clear: both;
	background-image: url("../img/img_footer.gif");
	background-repeat: repeat-x;
	line-height: 40px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-style: normal;
}