/* 設定初期化 */
* {
	margin:0px;
	padding:0px;
}

/* 画面 */
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* リンクの表示 */
a:link, a:visited,a:active {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color:blue;
	text-decoration: underline;
}

a:link img, a:visited img, a:active img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


/* レイアウト用テーブル */
#layout, #layout td {
	vertical-align:top;
	
}

/* 画面最上部の表示 */
#overhead {
	width:980px;
	background-color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

#overhead h1,#overhead p {
	font-size:50%;
	color: #999999;
	text-align: right;
	font-weight: normal;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

/* タイトルロゴ、検索ボックス、広告などの表示 */
#head {
	width:980px;
	background-color: #F2F2F2;
}

#head p{
	font-size:75%;
	color: #999999;
	text-align: center;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

#head img {
	float: left;
}

#head form {
	text-align: center;
	vertical-align: middle;
}

/* 画面配置 */
div#toparea {
	width:980px;
	background-color: #CCCCCC;
}

div#leftarea {
	width : auto; 
}

div#rightarea {
	width : 256px; 
}

/* フッタメニューの表示 */
div#footarea{
	width:980px;
	color: #333333;
	text-align: center;
	font-size: 85%;
	line-height: 1.5em;
	background-color: #F2F2F2;
	margin: 2px;
	padding: 2px;
}



/* お知らせメッセージ欄 */
#note {
	font-size: 90%;
	color: #666666;
	padding: 0.5em;
	line-height: 1.5em;
}

/* トップページタイトル */
#top_index {
	margin: 0px 5px;
	padding: 0px 5px;
	line-height: 1.5em;
	font-size: 100%;
	color: #333333;
}

#top_index h2 {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-size: 100%;
	color: #333333;
	width:auto;
	padding: 0em;
	}

#top_index h3 {
	font-size: 90%;
	color: #000099;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	width:auto;
	}

#top_index ul,#top_index ul {
	font-size: 90%;
	width:auto;
	list-style-type: none;
	line-height: 1.5em;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
	}

/* 基本テキストサイズ */
#top_index p {
	font-size: 100%;
	color: #333333;
	line-height: 1.5em;
	padding: 0.5em 1em 0.5em 1em;
}

/* 記事カテゴリ70 */
#artcl_70 {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
}

#artcl_70 h2 {
	font-size: 90%;
	color: #666666;
	width:auto;
	background-color: #333333;
	padding: 0px 0.5em;
	background-image: url(img/H2.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 1px solid #E4E4E4;
	}

#artcl_70 h3 {
	font-size: 90%;
	color: #000066;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	width:auto;
	}

#artcl_70 ul,#artcl_70 ul {
	font-size: 90%;
	width:auto;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	}

/* 広告のデザイン */
#ad1{
	margin: 1em;
	padding: 1em;
	line-height: 1.5em;
	}

#ad2{
	margin: 1em;
	padding: 1em;
	line-height: 1.5em;
	}


.c-both { clear:both; }


/* 本文の文字 */
/* 記事カテゴリ10 */
#artcl {
	margin: 0px 5px;
	padding: 0px 5px;
	line-height: 1.5em;
	font-size: 100%;
	color: #333333;
}

/* 基本テキストサイズ */
#artcl p {
	font-size: 90%;
	color: #666666;
	line-height: 1.5em;
	padding: 0.5em 1em 0.5em 1em;
}

#artcl h2 {
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	font-size: 100%;
	color: #333333;
	width:auto;
	padding: 0em;
	}

#artcl h3 {
	font-size: 90%;
	color: #000066;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	width:auto;
	}

#artcl h4 {
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	width:auto;
	}

#artcl ul,#artcl ul {
	font-size: 90%;
	width:auto;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 0px 1.5em;
	color: #666666;
	}

#artcl ol {
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	list-style-position: inside;
	}

#ad_artcl_under{
	font-size: 90%;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}

#ad_artcl_under ul,#ad_artcl_under ul {
	font-size: 100%;
	width:auto;
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 0px 0px 0.5em;
	color: #006600;
	}




#relate {
	font-size: 90%;
	color: #330033;
	line-height: 1.5em;
	padding: 0.5em 1em 0.5em 1em;
}

.new {
	color: #009900;
	font-weight: bold;
}

.up {
	color: #CC0000;
	font-weight: bold;
}
