﻿/*====  ベース部分  =====*/
body {
	color:#333;
	background-color: #fff;
	line-height:160%;
}
	
/*====  テキスト部分  =====*/

/*==
blockquote * {
	color: #666;
}
==*/

/*==
h1{ font-size:2.0em;}
h2{ font-size:1.5em;}
h3{ font-size:1.2em;}
h4{ font-size:1.0em;}
h5{ font-size:0.8em;}
h6{ font-size:0.62em;}
==*/

tbody{
	margin:0px;
	padding:0px;
}

caption{
	margin:0px;
	padding:0px;
}
address{
	font-weight:normal;
	margin-left:30px;
}
/*====  その他スタイル部分  =====*/


/*====  リンク部分  =====*/

img{border:none;}


a{	text-decoration:none;
	color:#fff;	
}

a:visited {	color:#fff;}

a:hover {color: #adc199;}

p a{	text-decoration:none;
	color:#666;	}
p a:visited {color:#aaa;}
p a:hover{color: #666;}
/*====  ボックス分け  =====*/
#container{
	width:780px;
	margin:0px auto;
	background:#f7f0e9;
	padding:10px;
}

#root{height:30px;}
#root li{
	float:right;
	font-size:92%;
	margin:3px;
	padding-left:15px;
	padding-right:5px;
	background-image:url('images/list_p.gif');
	background-position:left;
	background-repeat:no-repeat;}
/*----- フッター -----*/
#footer{
	clear:both;
	padding:5px;
	margin-top:10px;
	height:90px;
	background:#d1c9c4;
	color:#333;
	border-top:2px #333 solid;
	border-bottom:2px #333 solid;
	font-weight:bold;}
	
#footer p{
	font-size:92%;
	text-align:center;
}

#footer a,#root a{
	color:#333;
}
#footer a:hover,#root a:hover{
	color:#666;
}
