/* タグ指定 */

A { text-decoration: none; }
A:link  { color: black }
A:visited  { color: black }
A:hover  { color: #red; text-decoration: none }

*{
	margin:0;
	padding:0;
}

h2{
	font-size:12px;
	font-weight:bold;
}

h3{
	font-size:10px;
}

h4{
	font-size:12px;
	font-weight:bold;
}

table{
	border:none;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}

/* ヘッダ部 */
h1.post {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
}

body{
	background-image:url(img/back.jpg);
	background-repeat: repeat-x;
}

/* 全体設定 */

#page{
	background-color:#FFFFFF;
	color:#666666;
	font-size:12px;
	width:827px;
	text-align:center;
}

/* メニュー部 */
#menu{ font-weight:bold;  font-size:12px; line-height:32px; }
#menu a { color:blue; text-decoration: underline; font-weight:bold; }
#menu a:visited  { color:blue; }
#menu a:hover  { color: #FF6600; text-decoration: none; }

#main{
	width:800px;
	text-align:center;
}

/*** ページカラム左 ***/
#main #m-left{
	text-align:left;
	width:560px;
	float:left;
	padding:0px 5px 0px 5px;
	margin:0px 5px 0px 5px;
}
/* タイトル(明青) */
#main #m-left #t{
	width:560px;
	font-weight:bold;
	font-size:12px;
	padding:5px 5px 5px 10px;
	background:url(img/blue_bk_p.jpg);
	color:#FFFFFF;
}
/* タイトル(暗青) */
#main #m-left #tb{
	width:560px;
	font-weight:bold;
	font-size:12px;
	padding:5px 5px 5px 10px;
	background:url(img/blue_bk_d.jpg);
	color:#FFFFFF;
}

#main #m-left #t a{ color:white; text-decoration: underline }
#main #m-left #t a:hover  { color: #FF6600; text-decoration: none}
#main #m-left #tb a{ color:white; text-decoration: underline }
#main #m-left #tb a:hover  { color: #FF6600; text-decoration: none}

/* 各項目 */
#msg{
	text-align:left;
	line-height:18px;
	padding:3px;
	margin:3px;
	font-size:12px;
}

/*** ページカラム右 ***/
#main #m-right{
	width:170px;
	float:right;
	font-size:10px;
	text-align:left;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	padding:0px 5px 0px 5px;
	margin:0px 5px 0px 5px;
}

#main #m-right #news{
	width:160px;
	font-weight:bold;
	font-size:12px;
	padding:5px 5px 5px 10px;
	background:url(img/blue_bk_p.jpg);
	color:#FFFFFF;
}
#main #m-right #news a{
	font-size:12px;
	color:#6699FF;
	text-decoration: none;
}
#main #m-right #news a:hover  { color: red; text-decoration: underline}

#footer {
	color:#FFFFFF;
	text-align:center
	width:800px;
	font-size:10px;
	line-height:150%;
	padding:10px 0 10px 0;
	background:url(img/footer_bk.jpg)
}
#footer a{ color:white; text-decoration: underline }
#footer a:hover  { color: #FF6600; text-decoration: none}
img {
	margin-bottom: 3px;
	padding-bottom: 3px;
}

