﻿/*====  ベース部分  =====*/
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{
	margin:20px;
	font-weight:normal;
}
/*====  その他スタイル部分  =====*/


/*====  リンク部分  =====*/

img{border:none;}


a{	text-decoration:none;
	color:#333399;	
}

a:visited {
	color:#660066;
}

a:hover {
	color: #6666cc;
}

/*====  ボックス分け  =====*/
#container{
	width:780px;
	margin:0px auto;
}

#root{height:30px;
	background-image:url('images/root_back.gif');}
#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;

/*--
	list-style-image:url('images/list_p.gif');
	list-style-position:inside;
--*/
}
#root_base{
	width:780px;
	margin:0px auto;
}

/*----- フッター -----*/
#footer{
	clear:both;
	padding:5px;
	height:90px;
	background:#feb276;
	background-image:url('images/bottom_back.gif');
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	color:#333;
	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;
}