@charset "Shift_JIS";


/* bodyの設定 */


body {
	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 {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 730px;
	text-align: center;
}



/* ヘッダーの設定 */


#header {
	background-color: #ffcc00;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px auto 1px auto;
	padding: 0px 0px 0px 0px;
	width: 730px;
	height: 140px;
	text-align: left;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: 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: #ffffff;
	padding: 20px;
	text-align: left;
	line-height: 1.3;
	width: 730px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}



/* 見出しタグの設定 */


h1 {
	color: #000000;
	font-family: ＭＳ Ｐ明朝, Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	margin: 20px 0px 20px 20px;
	font-size: 30px;
}


h2 {
	background-color: #33cc33;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	width: 550px;
	
}


.midasi {
	background-color: #33cc33;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	width: 340px;
}


h3 {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}


strong {
	font-weight: normal;
}


/* アドセンスビッグバナー */


.ad_bar {
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 730px;
	height: 110px;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 1px auto;
}


.ad_bar p {
	background-color: #33cc33;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
	padding: 1px;
	font-size: 14px;
}



/* 本文中のアドセンス */


div.adleft {
	width: 340px;
	height: 290px;
	float: left;
}


div.adleft p {
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bolder; 
	padding: 1px;
	font-size: 14px;
}


div.adright {
	width: 340px;
	height: 290px;
	float: right;
}


div.adright p {
	background-color: #33cc33;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bolder; 
	padding: 1px;
	font-size: 14px;
}


.kaijo {
	clear: both;
}



/* フッターの設定 */


#footer {
	background-color: #ffcc00;
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	text-align: center;
	font-size: 12px;
	margin: 1px auto 0px auto;
	padding: 30px 0px 0px 0px;
	width: 730px;
	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("../img/list.gif");
}


dd {
	text-indent: -2em;
}


