@charset "Shift_JIS";


/* bodyの設定 */


body {
	background-color: #f5f5f5;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}



/* リンク文字の設定 */


a:link { 
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ff00ff;
	text-decoration: underline;
}



/* テンプレートの設定 */


#temp {
	background-color: #F5FFFA;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 750px;
	text-align: center;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;

}



/* ヘッダーの設定 */


#header {
	background-image: url("top.gif");
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 750px;
	height: 140px;
	text-align: left;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}


#header p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	font-weight: normal;
	margin: 5px 20px 5px 5px;
	font-size: 14px;
}



/* メインの設定 */


#main {
	font-size: 14px;
	background-color: #FBFCC0;
	padding: 0px;
	margin: 2px auto 0px auto;
	text-align: left;
	line-height: 1.3;
	width: 690px;
	letter-spacing: 2px;
}



/* テーブルの設定 */


.ad table {
	margin: 5px auto 5px auto;
	padding: 0px;
	width: 690px;
}


.ad th {
	padding: 0px;
	width: 340px;
	vertical-align: bottom;
}


.ad th p {
	background-color: #006666;
	color: #FBFCC0;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
}



.ad td {
	padding: 0px;
	width: 340px;
	height: 282px;
	letter-spacing: 2px;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
}



/* 見出しタグの設定 */


h1 {
	color: #006666;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	margin: 20px 0px 20px 20px;
	font-size: 30px;
	padding: 0px;
}


h2 {
	background-color: #006666;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	width: 550px;
	margin: 0px;
}


.midasi {
	background-color: #006666;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	width: 340px;
	vertical-align: bottom;
	margin: 0px;
}


h3 {
	color: #00cc66;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


strong {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


/* アドセンスビッグバナー */


.ad_bar {
	background: #FBFCC0;
	text-align: center;
	padding: 0;
	width: 750px;
	height: 93px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	margin: 0px auto 0px auto;
}


p.sp {
	background-color: #006666;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
	width: 750px;
	padding: 0px;
	margin: 0px auto 0px auto;
}


/* 回り込み解除 */


.kaijo {
	clear: both;
}



/* フッターの設定 */


#footer {
	background-image: url("foot.gif");
	color: #006666;
	text-align: center;
	font-size: 12px;
	margin: 1px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 50px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	clear: both;
}



/* リスト設定 */


ul {
	list-style: circle outside url("list.gif");
}


dd {
	text-indent: -2em;
}


