/* 未訪問リンク */ 
A:link {
	text-decoration:NONE;
	color: #0066AA;
 ;}

/* 訪問済みリンク */
A:visited {
	text-decoration:NONE;
	color: #AA6600;
;}

/* クリックしたとき */
A:active {
	text-decoration:NONE;
	/*color:blue;*/
;}

/* マウスが乗ったとき */
A:hover {
	text-decoration:NONE;
	/*color: #EEAA00;
	text-decoration: underline;*/
}

/* 未訪問リンク */ 
.link_type_1 A:link {
	text-decoration:NONE;
	color: #FFFFFF;
 ;}

/* 訪問済みリンク */
.link_type_1 A:visited {
	text-decoration:NONE;
	color: #FFFFFF;
;}

/* クリックしたとき */
.link_type_1 A:active {
	text-decoration:NONE;
	color: #FFF550;
;}

/* マウスが乗ったとき */
.link_type_1 A:hover {
	text-decoration:NONE;
	color: #FFF550;
}

/* 未訪問リンク */ 
.link_type_2 A:link {
	text-decoration:NONE;
	color: #CF301B;
 ;}

/* 訪問済みリンク */
.link_type_2 A:visited {
	text-decoration:NONE;
	color: #CF301B;
;}

/* クリックしたとき */
.link_type_2 A:active {
	text-decoration:NONE;
	color: #FF57AA;
;}

/* マウスが乗ったとき */
.link_type_2 A:hover {
	text-decoration:NONE;
	color: #FF57AA;
}

/* 未訪問リンク */ 
.link_type_3 A:link {
	text-decoration:NONE;
	color: #0066AA;
 ;}

/* 訪問済みリンク */
.link_type_3 A:visited {
	text-decoration:NONE;
	color: #0066AA;
;}

/* クリックしたとき */
.link_type_3 A:active {
	text-decoration:NONE;
	color: #DA5C00;
;}

/* マウスが乗ったとき */
.link_type_3 A:hover {
	text-decoration:NONE;
	color: #DA5C00;
}

/* 未訪問リンク */ 
A.minilink_link A:link {
	text-decoration:NONE;
	color: #0066AA;
 ;}

/* 訪問済みリンク */
A.minilink_link A:visited {
	text-decoration:NONE;
	color: #0066AA;
;}

/* クリックしたとき */
A.minilink_link A:active {
	text-decoration:NONE;
	color:FFAA50;
;}

/* マウスが乗ったとき */
A.minilink_link A:hover {
	text-decoration:NONE;
	color: #FFF550;
}

BODY {
	background-color: #D5DAE5;
	text-align: center;
}

DIV#header {
	width: 800px;
	height: 130px;
	background-image:url("./w_img/top_img.jpg");
	background-repeat: no-repeat;
	margin:0px auto;
	font-size: 11pt;
	position: relative;
}

IMG#areamark {
	z-index:	0;
	top:		5px;
   	left:		10px;
	border:		0px;
	position:   absolute;
}
/* タイトル */
IMG#area {
	z-index:	1;
	top:		15px;
   	left:		150px;
	border:		0px;
	position:   absolute;
}
IMG#num0 {
	z-index:	2;
	top:		35px;
   	left:		150px;
	border:		0px;
	position:   absolute;
}
IMG#num2 {
	z-index:	3;
	top:		35px;
   	left:		185px;
	border:		0px;
	position:   absolute;
}
IMG#num5 {
	z-index:	4;
	top:		35px;
   	left:		220px;
	border:		0px;
	position:   absolute;
}
IMG#num8 {
	z-index:	5;
	top:		35px;
   	left:		255px;
	border:		0px;
	position:   absolute;
}
IMG#subtitle {
	top:		80px;
   	left:		150px;
	border:		0px;
	position:   absolute;
}

DIV#container {
	width: 800px;
	background-image:url("./w_img/back.gif");
	background-repeat: repeat-y;
	margin:0 auto;
}

DIV#main {
	width: 590px;
	float: left;
	text-align:left;
}

DIV#sub {
	width: 200px;
	hight: 100%;
	left : 599px;
	float: left;
	text-align:left;
}

DIV#main_title_l_blu {
	height: 20px;
	font-size: 12pt;
	color: #FFFFFF;
	/*font-style: italic;*/
	font-weight: bold;
	letter-spacing: 3px;
	background-image:url("./w_img/titleback_l_blu.gif");
	background-repeat: no-repeat;
	background-position: 20px 0%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 35px;
}

DIV#main_title_l_red {
	height: 20px;
	font-size: 12pt;
	color: #FFFFFF;
	/*font-style: italic;*/
	font-weight: bold;
	letter-spacing: 3px;
	background-image:url("./w_img/titleback_l_red.gif");
	background-repeat: no-repeat;
	background-position: 20px 0%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 35px;
}

DIV#main_title_l_grn {
	height: 20px;
	font-size: 12pt;
	color: #FFFFFF;
	/*font-style: italic;*/
	font-weight: bold;
	letter-spacing: 3px;
	background-image:url("./w_img/titleback_l_grn.gif");
	background-repeat: no-repeat;
	background-position: 20px 0%;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 35px;
}

DIV#main_title_m_blu {
	
	font-size: 11pt;
	color: #003399;
	background-color: #CCCCCC;
	border-left-color: #003399;
	border-style: solid;
	border-width: 0px 0px 0px 15px;
	padding-left: 5px;
	margin: 8px 5px 3px 0px;
}

DIV#main_title_m_red {
	height: 17px;
	font-size: 11pt;
	color: #003399;
	background-color: #CCCCCC;
	border-left-color: #FF3366;
	border-style: solid;
	border-width: 0px 0px 0px 15px;
	padding-left: 5px;
	margin: 8px 5px 3px 0px;
}

DIV#main_title_m_grn {
	height: 17px;
	font-size: 11pt;
	color: #003399;
	background-color: #CCCCCC;
	border-left-color: #009C63;
	border-style: solid;
	border-width: 0px 0px 0px 15px;
	padding-left: 5px;
	margin: 8px 5px 3px 0px;
}

DIV#main_title_m_yel {
	height: 17px;
	font-size: 11pt;
	color: #003399;
	background-color: #CCCCCC;
	border-left-color: #E1B019;
	border-style: solid;
	border-width: 0px 0px 0px 15px;
	padding-left: 5px;
	margin: 8px 5px 3px 0px;
}

DIV#main_title_s_gry {
	font-size: 11pt;
	color: #0;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 15px;
	padding-left: 5px;
	margin: 3px 5px 3px 15px;
}

DIV#main_article {
	color: #000000;
	font-size: 11pt;
	text-align:left;
	line-height: 150%;
	margin: 5px 20px 10px 35px;
}

DIV#article_text IMG {
	margin: 0px 2px;
	padding: 3px;
	/*border-width: 1px;
	border-color: #777;
	border-style: solid;
	background-color: #FFF;*/
}

IMG#camera {
	margin: 0px;
	padding: 3px 6px;
	border-width: 1px;
	border-color: #444444;
	border-style: solid;
	background-color: #CCCCCC;
}

DIV#main_article TABLE {
	margin: 0px;
	padding:0px;
}

DIV#main_article BR {
	clear: both;
}

DIV#main_article IMG {
	padding: 0px;
	margin: 2px;
}

DIV#main_article CENTER {
	padding: 0px;
	margin: 2px;
}

TABLE#plane {
	margin: 0px;
	padding:0px;
	border:solid 1px;
}

TABLE#plane TH {
	border:solid 1px;
}

TABLE#plane TR {
	border:solid 1px;
}

TABLE#plane TD {
	border:solid 1px;
}

DIV#danraku {
	margin: 10px 0px 20px 10px;
}

DIV#sub_title {
	height: 16px;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #426B9C;
	border-left-color: #000000;
	border-style: solid;
	border-width: 0px 5px 0px 15px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 0px;
}

DIV#sub_article {
	color: #557788;
	font-size: 10pt;
	line-height: 120%;
	margin: 5px 5px 15px 15px;
}

DIV#article_text {
	margin: 10px 5px 10px 25px;
	line-height: 150%;
	word-break: break-all;
}

/* 画像表示 */
DIV#pict {
	width:  		90%;
	border-style: 	none;
	margin: 		10px;
}

DIV#footer {
	margin: 10px 10px 10px 30px;
	font-size: 9pt;
	line-height: 150%;
	text-align:left;
}

LI#list1 {
	list-style:none;
	background-image:url("listmark.gif");
	background-repeat:no-repeat;
    background-position:left center;
	text-indent:5px;
}

UL#list1 {
	list-style:none;
}

LI#list2 {
	text-align:right;
	list-style:none;
	background-image:url("gotodetail.gif");
	background-repeat:no-repeat;
    background-position:left center;
}

P#column_title {
	color: #0066AA;
	font-size: 12pt;
	font-weight: bold;
}

SPAN.link_type_1 {
	margin: 0px;
}

A.accent {
	font-weight: bold;
}

A.minilink_link {
	font-weight: bold;
}

/* ジャンル選択メニュー */
.category_menu {
	overflow: 		hidden;
}
.category_menu img {
	visibility: hidden;
}

.category_menu a,
.category_menu a:link,
.category_menu a:visited {
	background-position: 0px 0px;
	float:left;
}
.category_menu a:focus,
.category_menu a:hover,
.category_menu a:active {
	background-position: 0px -82px;
	float:left;
}

/* 衣 select */
.category_menu .category_A01_sel a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A01_2.gif");
	background-repeat: no-repeat;
	left:			470px;
	top:			23px;
	position:		absolute;
}
/* 衣 unselect */
.category_menu .category_A01_un a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A01_1.gif");
	background-repeat: no-repeat;
	left:			470px;
	top:			23px;
	position:		absolute;
}
/* 食 select */
.category_menu .category_A11_sel a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A11_2.gif");
	background-repeat: no-repeat;
	left:			535px;
	top:			23px;
	position:		absolute;
}
/* 食 unselect */
.category_menu .category_A11_un a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A11_1.gif");
	background-repeat: no-repeat;
	left:			535px;
	top:			23px;
	position:		absolute;
}
/* 住 select */
.category_menu .category_A21_sel a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A21_2.gif");
	background-repeat: no-repeat;
	left:			600px;
	top:			23px;
	position:		absolute;
}
/* 住 unselect */
.category_menu .category_A21_un a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A21_1.gif");
	background-repeat: no-repeat;
	left:			600px;
	top:			23px;
	position:		absolute;
}
/* 学 select */
.category_menu .category_A31_sel a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A31_2.gif");
	background-repeat: no-repeat;
	left:			665px;
	top:			23px;
	position:		absolute;
}
/* 学 unselect */
.category_menu .category_A31_un a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A31_1.gif");
	background-repeat: no-repeat;
	left:			665px;
	top:			23px;
	position:		absolute;
}
/* 憩 select */
.category_menu .category_A41_sel a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A41_2.gif");
	background-repeat: no-repeat;
	left:			730px;
	top:			23px;
	position:		absolute;
}
/* 憩 unselect */
.category_menu .category_A41_un a {
	width: 59px;
	height: 68px;
	background-image:url("./w_img/A41_1.gif");
	background-repeat: no-repeat;
	left:			730px;
	top:			23px;
	position:		absolute;
}

/* MAIN部ＣＭ */
DIV#main_cm {
	background-color: #FFFFFF;
	font-size: 11pt;
	text-align:left;
	line-height: 110%;
	margin: 10px 30px 15px 30px;
	border-width: 2px;
	border-color: #6ACFF6;
	border-style: solid;
	padding: 5px;
}

/* MAIN部ＣＭの線 */
DIV#main_cm HR{
	margin: 2px auto;
	padding: 0px;
}

/* MAIN部ＣＭ(画像のみ) */
DIV#main_cm_img {
	align: center;
	vertical-align:middle;
	margin: 10px 3px 10px 3px;
	border-width: 0px;
	padding: 5px;
}

/* 組み込み型ＣＭ */
DIV#include_cm {
	background-color: #FFFFFF;
	font-size: 11pt;
	text-align:left;
	line-height: 110%;
	margin: 1px;
	border-width: 1px;
	border-color: #6ACFF6;
	border-style: solid;
	padding: 5px;
}

/* 組み込み型ＣＭの線 */
DIV#include_cm HR{
	margin: 1px auto;
	padding: 0px;
}

/* 組み込み型ＣＭ(画像のみ) */
DIV#include_cm_img {
	align: center;
	vertical-align:middle;
	margin: 1px;
	border-width: 0px;
	padding: 5px;
}

DIV#minilink {
	color: #557788;
	font-size: 10pt;
	line-height: 120%;
	margin: 0px 0px 0px 30px;
}

DIV#minilink_group {
	/*height: 39px;*/
	font-weight: bold;
	font-size: 15px;
	color: #0;
	letter-spacing: 1px;
	background-image:url("./w_img/minilink_back1.gif");
	background-repeat: no-repeat;
	padding: 12px 0px 12px 20px;
	margin-top: 5px;
}

DIV#minilink_sub {
	font-size: 10pt;
	color: #0;
	background-image:url("./w_img/minilink_back2.gif");
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 20px;
	margin: 0px 0px 0px 10px;
}

DIV#minilink_sub_last {
	font-size: 10pt;
	color: #0;
	background-image:url("./w_img/minilink_back3.gif");
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 20px;
	margin: 0px 0px 0px 10px;
}

DIV#minilink_comment {
	font-size: 9pt;
	background-image:url("./w_img/minilink_back4.gif");
	background-repeat: repeat-y;
	padding-top: 4px;
	padding-left: 25px;
	margin: 0px 0px 0px 10px;
}

DIV#minilink_comment_last {
	font-size: 9pt;
	padding-top: 4px;
	padding-left: 25px;
	margin: 0px 5px 0px 10px;
}


TABLE#category_menu {
	width:	100%
	height: 120px;
	align: right;
	margin: 0px;
	position: relative;
}

TABLE#season_calendar {
	font-size: 12pt;
	width: 95%;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #9EA5B0;
	border-style: solid;
	margin: 10px 0px;
}

P#article {
	font-size: 11pt;
	margin: 2px 15px 2px 0px;
	text-align: right;
}

P#right {
	margin: 0px auto;
	align: right;
	text-align: right;
}

P#tb {
	margin: 2px 0px 2px 10px;
	font-size: 10pt;
	font-weight: bold;
}

CITE#to_message {
	font-size: 10pt;
}

EM#accent {
	font-style: normal;
	font-weight: bold;
}

EM#accent1 {
	font-style: normal;
	font-weight: bold;
	color: #0066AA;
}
 
EM#accent2 {
	font-style: normal;
	font-weight: bold;
	color: #F25E6C;
}

/* 検索結果　キーワード部：橙 */
EM#search_accent1 {
	font-style: normal;
	font-weight: bold;
	background-color: #FFCE57;
}

/* 検索結果　キーワード部：ピンク */
EM#search_accent2 {
	font-style: normal;
	font-weight: bold;
	background-color: #FCDAFE;;
}

/* 検索結果　キーワード部：緑 */
EM#search_accent3 {
	font-style: normal;
	font-weight: bold;
	background-color: #C3FFE8;
}

/* 検索結果　キーワード部：水色 */
EM#search_accent4 {
	font-style: normal;
	font-weight: bold;
	background-color: #CBFDF9;
}


/* 検索結果　キーワード部：赤 */
EM#search_accent5 {

	font-style: normal;
	font-weight: bold;
	background-color: #FFB9BE;
}

/* 検索結果　キーワード部：黄緑 */
EM#search_accent6 {
	font-style: normal;
	font-weight: bold;
	background-color: #DFFF87;
}

/* 検索結果　キーワード部：紫 */
EM#search_accent7 {
	font-style: normal;
	font-weight: bold;
	background-color: #D1C9FF;
}

/* 検索結果　キーワード部：黄 */
EM#search_accent8 {
	font-style: normal;
	font-weight: bold;
	background-color: #FFFAA3;
}

/* 検索結果　キーワード部：青 */
EM#search_accent9 {
	font-style: normal;
	font-weight: bold;
	background-color: #C9DCFF;
}

/* 検索結果　キーワード部：白 */
EM#search_accent10 {
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
}

.float_clear{
	clear: both;
}

/* アクセスカウンタ */
.access_counter {
	font-family: "Arial Black",monospace; 
	color: white;
	right: 75px;
	top: 0px;
	position:absolute;
	height: 18px;
}

