@import url("tag.css");
@import url("menubar.css");
@import url("area.css");
@import url("sponcer.css");


body {                           /* ページ全体の設定 */
	background-color: #ffffff;
	text-align: left;
	font-family:  'arial','tahoma' sans-serif ;　/* 使用フォントの指定　*/
	line-height: 1.1em;　/*　行間　*/
	letter-spacing: 1px;　/*　文字間 */ 
}

div#head {                       /* ヘッダ部分全体の設定 */
	width: 790px;
	background: #ffffff;
	line-height: 100%;
	margin: 0px;
	text-align: left;
	clear: both;
}

div#head1{                            /* ロゴの設定 */
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	background:url(./img/titlelogo.gif) no-repeat;
	clear:both;
}
div#head1 span{
	display: none;
}
div#head1 a{
	width:450px;
	height:110px;
	margin:0px;
	padding:0px;
	background:url(./img/titlelogo.gif) no-repeat;
	background-position: 0px 0px;
}

div#pan {                         /*　パンくずリスト設定　*/
	width: 790px;
	background: #ffffff;
	font-size: 80%;
	padding: 3px 0px 3px 5px;
	margin: 40px 0px 5px 0px;
	color: 000000;
	border-top: 1px #ff0000 dotted;
	border-bottom: 1px #ff0000 dotted;

}
div#pan a{
	color: #0000ff;
	padding: 0px 10px 0px 5px;
	text-decoration:none;
}
div#pan a:hover {
	background: #ffffff;
	text-decoration:underline;
	position: relative;
}

div#page {　　　　　　　　　　　 /*　記述部分全体の設定　*/
	width: 790px;
	background: #ffffff;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}



div#main {　　　　　　　　　　　 /*　右側部分の設定　*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: #ffffff;
	width: 515px;
	float: right;
	border-left: 1px solid #CCCCCC;
}

.font80 {
	font-size: 80%;
}

div#link-form{                     /*　相互リンクの設定 */
	font-size: 60%;
	margin:  0px 0px 20px 0px;
}
div#link-form a{
	color: #ff0099;
}
div#link-form a:hover {
	color: #ffffff;
	text-decoration:none;
	background: #ff0099;
}

div#footlink {                     /*　フッターの設定 */
	width: 790px;
	font-size: 80%;
	padding: 10px 0px 10px 0px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	background: #ffffff;
}
div#footlink a{                      /*　リンク */
	color: #669900;
	margin: 0px 10px 0px 0px;
	letter-spacing: 0px;        /* 文字間の設定 */
}
div#footlink a:hover {
	color: #ffffff;
	text-decoration:none;
	background: #669900;
}
div#foot {
	width: 790px;
	font-size: 80%;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align: center;
	clear: both;
	margin: 0px 0px 20px 0px;
	background: #669900;
	color: #ffffff;
}
div#foot a{
	color: #ffffff;
	text-decoration:none;
}
div#foot a:hover{
	color: #ffffff;
	top: 0px;
	left: 0px;
}

div#sbonus {
	width: 790px;
	text-align: center;
	background: #ffffff;
	font-size:80%;
}