@charset "UTF-8";
/*-----------------------------------------
EIZO FES  基本スタイルシート
制作者：幻デザイン事務所
更新日：2009年2月1日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー（検索ボックス）
・メニュー
・メインコンテンツ
・フッター

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/

/*　magin paddingオールリセット　*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*　テキスト下線消去　*/
a{
	text-decoration: underline;
}


/*　基本リンク色設定　*/
a:link {
	color:#333333;
}

a:visited {
	color:#333333;
}

a:hover {
	color:#FF3300;
	text-decoration: underline;
}

a:active {
	color:#000000;
}

.clearfloat {
	clear: both;
	height: 0px;
	width: 0px;
}

.red {
	color:#FF0000;
}

.red a:link {
	color:#FF0000;
	text-decoration: underline;
}

.red a:visited {
	color:#FF0000;
	text-decoration: underline;
}

.red a:hover {
	color:#000000;
}

.blue {
	color: #0033FF;
}

/*縦棒のライン設定*/
.lineA {
	clear: both;

}


/*-------------------------------------
　　・body設定
-------------------------------------*/

/*　body設定　*/
body {
	font-family: "ＭＳ Ｐゴシック" , sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.8em;
	background-image: url(/images/back02.gif);
	background-repeat: repeat;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #333333;
}

/*-------------------------------------
　　　・wrap設定
-------------------------------------*/

/*　全体を覆うラップ設定　*/
#wrap {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

/*-------------------------------------
　　・ヘッダー（検索ボックス）設定
-------------------------------------*/

/*　ヘッダーを覆うラップ設定　*/
#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 60px;
	background-image: url(/images/header01.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 600px;
	float: left;
}

/*　h1にリンクを設定　*/
h1 a{
	display: block;
	height: 60px;
	width: 600px;
}

#kensaku_wrap {
	float: right;
	margin-top: 17px;
	margin-right: 30px !important;
	margin-right: 15px;
}

#searchKeyword {
	border: 1px solid #333333;
	margin-right: 10px;
	width: 150px;
}

#top_submit {
}

/*-----------------------------------
　　・メインメニュー設定
------------------------------------*/

#main_menu {
	width: 900px;
	height: 33px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#main_menu ul {

}

#main_menu  ul li  {
	list-style-type: none;
	float: left;
}

#main_image {
	margin-bottom: 6px;
}

/*-----------------------------------
　　・メインコンテンツ設定
------------------------------------*/

.pagetop01 {
	text-align: right;
	margin-right: 50px;
	clear: both;
}

.pagetop02 {
	text-align: right;
	margin-right: 50px;
	clear: both;
	margin-top: 25px;
}


/*-----------------------------------
　　　・フッター設定
------------------------------------*/

#footer {
	clear: both;
	width: 900px;
	background-image: url(/images/footer01.jpg);
	background-repeat: no-repeat;
	margin-top: 7px;
	height: 45px;
}

#footer ul {


}

#footer li {
	float: right;
	list-style-type: none;
}
