﻿/*====  ベース部分  =====*/
body {
	color:#333;
	background-color: #fff;
	line-height:160%;
	font-family: Georgia,"ＭＳ ゴシック",serif;
}
	
/*====  テキスト部分  =====*/

/*==
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:10px;
	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:26px;
color:#fff;}
#root li{
	float:right;
	font-size:92%;
	margin:3px 5px;
	padding-left:15px;
	padding-right:5px;
	border-left:1px #fff solid;
/*--
	list-style-image:url('images/list_p.gif');
	list-style-position:inside;
--*/
}

/*----- フッター -----*/
#footer{
	clear:both;
	padding:5px;
	height:90px;
	background:#98d6eb;
	background-image:url('images/back_footer.gif');
	background-repeat:repeat-x;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin-top:15px;}
	
#footer p{
	font-weight:bold;

	margin:10px;
	text-align:center;
}

#footer a,#root a{
	color:#fff;
}
#footer a:hover,#root a:hover{
	color:#cde0ed;

}