@charset "utf-8";
body {
	background-color: #F4F6E2;
	margin: 0;
	padding: 0;
	color: #595757;
	font-family: Century, "MS Pゴシック";
	font-size: 14px;
	line-height: 25px;
}
* html body {
	background: url(null) fixed;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}


/* ヘッダー
------------------------------------------------*/
#header {
	width: 100%;
	top: 0;
	left: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4F6E2;
	background-position: bottom;
}
.header_naka {
	height: 124px;
	width: 815px;
	padding-top: 107px;
	margin-left: auto;
	margin-right: auto;
}
.header_left {
	clear: right;
	float: left;
	width: 200px;
	height: 36px;
	margin-bottom: 23px;
	padding-left: 14px;
}

.header_right {
	clear: none;
	float: right;
	width: 580px;
	height: 19px;
	text-align: right;
	margin-bottom: 40px;
}
.header_right li {
	float: right;
	list-style-type: none;
}
.header_right li a {
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 19px;
	background-position: top;

}
.header_right li a:hover {
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 19px;
	background-position: bottom;

}

.h01 {
	background-image: url(../images/sitemap.jpg);
}
.h02 {
	background-image: url(../images/privacy.jpg);
}
.h03 {
	background-image: url(../images/ja.jpg);
}
.h04 {
	background-image: url(../images/en.jpg);
}	
.h05 {
	background-image: url(../images/japanese.jpg);
}
.h06 {
	background-image: url(../images/english.jpg);
}	

/* グローバルナビゲーション
------------------------------------------------*/


.menu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	clear: both;
	float: none;
	background-color: #3D343D;
	width: 815px;
	height: 65px;
	margin-top: 0px;
}
.menu ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu li {
	float: right;
	list-style-type: none;
}
.menu li a {
	display: block;
	text-indent: -9999px;
	width: 142px;
	height: 65px;
	background-position: bottom;
}
.menu li a:hover {
	display: block;
	text-indent: -9999px;
	width: 142x;
	height: 65px;
	background-position: top;
}
.bt01 {
	background-image: url(../images/navi_01.jpg);
}
.bt02 {
	background-image: url(../images/navi_02.jpg);
}
.bt03 {
	background-image: url(../images/navi_03.jpg);
}
.bt04 {
	background-image: url(../images/navi_04.jpg);
}
* html #header {

 top: expression(eval(document.documentElement.scrollTop));
}


/* メイン 
------------------------------------------------*/
.container {
	background-color: #F4F6E2;
}
#content {
	width: 815px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	background-color: #FFF;
}


#content p {
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
}
#content h1 {
	padding: 0;
	margin-bottom: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.gototop {
	text-align: right;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 54px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3D343D;
	height: 19px;
	float: right;
	clear: none;
	margin-top: 35px;
	margin-left: 54px;
	width: 707px;
	margin-bottom: 50px;
}
.gototop li {
	float: right;
	list-style-type: none;
}
.gototop li a {
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 19px;
	background-position: top;

}
.gototop li a:hover {
	display: block;
	text-indent: -9999px;
	width: 75px;
	height: 19px;
	background-position: bottom;

}

.p01 {
	background-image: url(../images/pagetop.jpg);
}

.about {
	font-size: 14px;
	color: #595757;
	background-image: url(../images/about_line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 25px;
}
.about_line {
	background-image: url(../images/about_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1px;
	height: 10px;
}
.about_left {
	font-size: 12px;
	clear: right;
	float: left;
	width: 300px;
	margin-left: 75px;
}
.about_right {
	font-size: 12px;
	clear: none;
	float: right;
	width: 340px;
	margin-right: 75px;
}

.contact_left {
	font-size: 14px;
	clear: right;
	float: left;
	width: 315px;
	margin-left: 75px;
	margin-top: 20px;
}
.con_left_naka {

	height: 20px;

	left: 0px;
	width: 315px;
}

.contact_right {
	font-size: 14px;
	clear: none;
	float: right;
	width: 339px;
	margin-right: 75px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.text12 {
	font-size: 12px;
}
.cont_title {
	font-size: 16px;
	font-weight: bold;
	margin-left: 75px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3D343D;
	margin-right: 75px;
	padding-left: 8px;
	line-height: 22px;
	margin-bottom: 40px;
	margin-top: 45px;
}

.gyomu {
	background-image: url(../images/shikaku.gif);
	padding-left: 25px;
	margin-right: 75px;
	margin-left: 75px;
	background-repeat: no-repeat;
	background-position: left 4px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 20px;
	margin-top: 20px;
}
/* フッター 
------------------------------------------------*/

#footer {
	font-size: 10px;
	width: 815px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: normal;
	padding-top: 3px;
	bottom: 0;
	left: 0;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	background-color: #F4F6E2;
}

/* その他
------------------------------------------------*/

.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


.service {
	margin-right: 75px;
	margin-bottom: 20px;
	margin-left: 75px;
	padding-left: 25px;
	background-image: url(../images/maru.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
