﻿@charset "utf-8";
/**********************************************************
					スクロール対策
**************************************************/
html{
	height:100%;
	margin-bottom:1px;
}

/***************************************************
					初期化
***************************************************/
/* フォント */
* {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* リンクの設定  色と装飾 */
a {
   color:#595857;
   text-decoration:none;
}
a:link {
   color:#595857;
}
a:visited {
   color:#595857;
}
a:hover {
   color:#ddd;
}

/* ｈタグ */
h1,h2,h3,h4 {
   margin:0;
   padding:0;
}

/* 画像 */
img {
   border:0;
   vertical-align:bottom;	/*画像の下に隙間ができるのを防ぐ*/
}

/*リスト*/
li{
	margin:0px;
	padding:0px;
	list-style:none;
}

/**********************************************************
						ページ全体
**********************************************************/
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	background-image:url('../images/ex/haikei.gif');
	background-repeat:repeat;
}

*html body{
	text-align:center;
}

/************************************************************
						全体
************************************************************/
#wrapper{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:800px;
	height:auto;
	background-color:#ffffff;
	text-align:center;
	color:#595857;
}

#wrapper{
	/margin-left:auto;
	/margin-right:auto;
	/background-color:#ffffff;
	/text-align:center;
}

/***********************************************************
						header
***********************************************************/
#header{
	margin:0px;
	padding:0px;
	width:800px;
	height:60px;
	text-align:left;
	font-size:x-small;
	clear:both;
}

#header h1{
	float:left;
	margin-left:20px;
}

*html #header h1{
	float:left;
	margin-left:10px;
}

#header a{
	margin:15px 20px 5px 0px;
	padding:0px;
	float:right;
}

#header img{
	margin:0px;
	padding:0px;
}

.line{
	margin:0px;
	padding:0px;
	width:800px;
	height:9px;
}

#header_b{
	text-align:left;
	float:left;
	margin-top:5px;
}

/********************************************************
					内容＋メニュー全体
*********************************************************/
#main{
	margin:20px 0px 0px 0px;
	padding:0px;
	width:800px;
	height:auto;
}

/*******************************************************
						左側
********************************************************/
#left{
	margin:20px 20px 20px 20px;
	padding:0px;
	width:530px;
	height:auto;
	float:left;
	text-align:center;
}

*html #left{
	margin:40px 10px 20px 10px;
}
.titlebar{
	width:530px;
	height:35px;
	margin:0px;
	padding:0px;
}

/*******************************************************
					メニュー(右側)
********************************************************/
#right{
	margin:0px;
	padding:0px;
	width:230px;
	height:auto;
	float:right;
	text-align:left;
}

#right{
	/margin:0px;
	/padding:0px;
	/width:230px;
	/height:auto;
	/float:right;
	/text-align:left;
}

#menu{
	margin:20px 20px 0px 0px;
	padding:0px;
	width:210px;
	height:auto;
}

#menu{
	/margin:20px 10px 0px 0px;
	/padding:0px;
	/width:210px;
	/height:auto;
}

#menu li{
	list-style:none;
}

#menu_bottom{
	margin:0 0 5px 0px;
}

/*******************************************************
						ページ下部
*******************************************************/
.re_top{
	margin:20px 0px 0px 0px;
	font-size:x-small;
	float:right;
}

.re_top{
	/width:80px;
}

*html .re_top{
	width:90px;
}

/*******************************************************
						footer
*******************************************************/
#footer{
	clear:both;
	position:relative;
	width:800px;
	height:auto;
	margin:0px;
	padding:0px;
}

#footer{
	/clear:both;
	/width:800px;
	/height:auto;
	/margin:20px 0px 0px 0px;
	/padding:0px;
}

#footer ul{
	margin:0px 0 0 150px;
	padding:0px;
}

#footer li{
	margin:0px;
	padding:0px;
	font-size:x-small;
	text-decoration:none;
	list-style:none;
	float:left;
}

#footer address{
	font-size:x-small;
}

