/* =======目次============
last update 2006.6.16

1.各要素のリセット
2.基本CSS
3.グローバルナビゲーション
3.左要素（ナビ）
4.右要素（メイン）
5.フッター

○補足
　全体に適用されるCSSです。
========================*/

/*-----------------------------
1.各要素のリセット
------------------------------*/
ul,li,ol,li{
	margin:0;
	padding:0;
	list-style:none;
	text-indent:0;
	}
th,td{
	font-size:8.7pt;
	font-weight:normal;
	text-align:left;
	}
dl,dt,dd{
	margin:0;
	padding:0;
	}
form,li{
	margin:0;
	padding:0;
	}
img{
	border:none;
	}
h1,h2,h3,h4,h5{
	font-size:8.7pt;
	margin:0;
	padding:0;
	}
em{
	font-style:normal;
	font-weight:bold;
	}
p{
	padding:0;
	margin:0;
	}
	

/*-----------------------------
2.基本CSS
-----------------------------*/
a:link {color:#333333; text-decoration:underline}
a:visited {color:#333333; text-decoration:underline}
a:active{color:#333333;text-decoration:underline;}
a:hover {color:#ff0000; text-decoration:underline;}
body{
	margin:0 auto 10px auto;
	text-align:center;
	padding:0;
	font-size:8.7pt;
	line-height:140%;
	color: #333333;
	letter-spacing:normal;
	background:#EAEAEA;
	}

br{
	clear:both;
	}	
	
	
#all{
	width:814px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #EAEAEA;
	background:#EAEAEA url("../../img/bg.jpg") repeat-y;
	}

#main{
	background:#EAEAEA url("../../img/bg.jpg") repeat-y;
	width:814px;
	text-align:left;
	padding:0 0 5px 0;
	}


.left{
	text-align:left;
	}
.right{
	text-align:right;
	}
.center{
	text-align:center;
	margin:0 auto;
	}
.top{
	vertical-align:top;
	}
.middle{
	vertical-align:middle;
	}	
.bottom{
	vertical-align:bottom;
	}
.clear{
	clear:both;
	}
.clearmargin{
	margin:0;
	padding:0;
	}
.noborder{
	border:none;
	}	
.red{
	color:red;
	}


/*-----------------------------
2.グローバルナビゲーション
-----------------------------*/
#header{
	width:800px;
	margin:10px 0 0 7px;
	padding:0;
	}
	
#header h1{
	width:300px;
	float:left;
	text-align:right;
	margin:20px 0 0 0;
	padding:0 0 5px 0;
	}
#header ul{
	margin:30px 0 0 0;
	width:477px;
	float:left;
	text-align:right;
	padding:0 0 5px 0;
	}
#header li{
	display:inline;
	font-size:8.4pt;
	
	}


#gnb{
	width:814px;
	background:#ffffff url("../../img/gnb_bg.gif") no-repeat;
	text-align:left;
	height:26px;
	}
 
#gnb li{
	width:150px;
	float:left;
	}
	
#gnb li img{
	vertical-align:top;
	}
#gnb .navi{
	margin:0 0 0 14px;
	}
	
	
/*-----------------------------
3.左要素（ナビ）
-----------------------------*/
#left{
	width:150px;
	float:left;
	text-align:right;
	}
#left p{
	margin:5px 0 0 0;
	}
/*-----------------------------
4.右要素（メイン）
-----------------------------*/
#right{
	width:650px;
	float:left;
	margin:0 0 10px 0;
	}
#right #pan{
	background:#EAEAEA;
	width:650px;
	text-align:left;
	}
#right #pan span{
	display:block;
	padding:1px 0 1px 13px;
	font-size:8.2pt;
	}
		
#right #rightmain{
	text-align:left;
	margin:0 0 20px 15px;
	width:625px;
	}

#right hr{
	border:none;
	border-top:1px solid #cecece;
	height:1px;
	}
#right .right{
	text-align:right;
	font-size:90%;
	}
#right .right a{
	text-decoration:none;
	}	

	

