﻿/*====  ベース部分 （他サイトを作成する際流用できる部分）  =====*/
body {
	color:#333;
	background-color: #fff;
	line-height:160%;
	font-family: 'ＭＳ Ｐゴシック',sans-serif,'メイリオ',Meiryo,osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',georgia;
}
	
/*====  テキスト部分  =====*/

/*==
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:5px 10px;
	font-weight:normal;
}
/*====  その他スタイル部分  =====*/


/*====  リンク部分  =====*/

img{border:none;}
a{	text-decoration:none;
	color:#333;}
a:visited {color:#663300;}
a:hover {color:#999;}

/*====  ボックス分け  =====*/
#container{
	margin:0px;}
#pan{height:35px;
	width:600px;
	margin-left:350px;}
#pan li{
	float:right;
	font-size:92%;
	margin:3px 5px;
	padding-left:15px;
	padding-right:5px;
	vertical-align:top;}

/*----- フッター -----*/
#footer{
	clear:both;
	font-size:90%;
	padding:10px;
	height:130px;
	background-image:url('images/footer_back.gif');
	background-repeat:repeat-x;}
#footer h2{	margin:0px 20px !important;
			border:none;
			font-weight:bold !important;}
#footer address{margin-left:20px;}
#footer div{
	float:left;
	margin:5px;}
#footer p{margin:10px;}
#footer a{color:#fff;}
#footer a:hover{color:#cde0ed;
}
