@charset"Shift_JIS";

/*HTML要素------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	cursor: crosshair;
	font-size: 9pt;
	font-style: normal;
	font-family: "ＭＳPゴシック","Verdana", "Osaka","Chicago",Sans-serif;
	color: #0964ee;
	line-height: 160%;
	scrollbar-face-color: #8cd0f9;
	scrollbar-track-color: #b8c8f1;
	scrollbar-arrow-color: #2063df;
	scrollbar-3dlight-color: #8cd0f9;
	scrollbar-highlight-color: #2063df;
	scrollbar-shadow-color: #2063df;
	scrollbar-darkshadow-color: #8cd0f9;
}

HTML {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	display: block;
}

BODY {
	text-align: center;
	margin: 0px auto;
	background-image: url(img/bg00.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TD {
	color: #619efa;
	display: block;
	table-layout: fixed;
}

IMG {
	border: none;
}

A:LINK {
	color: #0080ff;
	text-decoration: none;
}

A:VISITED {
	color: #0080ff;
	text-decoration: none;
}

A:ACTIVE {
	color: #0080ff;
	text-decoration: none;
}

A:HOVER {
	color: #0743be;
	text-decoration: none;
	border-bottom: 1px dotted #0743be;
	background-color: #a9dbf3;
}

HR {
	display: none;
	clear: both;
}

P {
	line-height: 150%;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

EM {
	font-style: normal;
	font-weight: bold;
	color: #075bb8;
}

DL {
	list-style-position: outside;
	list-style-image: url(img/icon/haret.gif);
	position: fixed;
}

DT {
	font-weight: bold;
	list-style: none;
	padding: 5px 15px;
}

DD {
	font-weight: bold;
	padding: 5px 10px;
}

OL {
	list-style-position: outside;
	position: fixed;
	list-style-type: decimal;
}

/*見出し1------------------------------------*/

H1  SPAN {
	display: none;
}

/*見出し2------------------------------------*/

H2  SPAN {
	display: none;
}

/*見出し3------------------------------------*/

h3 {

}

/*見出し4------------------------------------*/

h4 {

}

/*ページ基本------------------------------------*/

#page {
	width: 880px;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0px auto;
}

/*ヘッダー要素------------------------------------*/

#head {
	width: 880px;
	height: 80px;
	background-image: url(img/top_rogo/head.gif);
	background-position: 0% 20%;
	background-repeat: no-repeat;
}

/*パンくずリスト------------------------------------*/

#pan {
	height: auto;
	text-align: right;
	font-weight: bold;
	padding: 20px 20px 0px 0px;
	color: #328ce7;
}

#pan  A {
	text-decoration: underline;
}

#pan  A:HOVER {
	color: #0000cc;
	text-decoration: none;
}

/*ヘッダー画像（全ページ分）------------------------------------*/

#head_index {
	width: 880px;
	height: 150px;
	background-image: url(img/photopoe/head_index.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#head_about {
	width: 880px;
	height: 150px;
	background-image: url(img/photopoe/head_about.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}

#head_poem {
	width: 880px;
	height: 150px;
	background-image: url(img/photopoe/head_index.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#head_link {
	width: 880px;
	height: 150px;
	background-image: url(img/photopoe/head_link.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#head_record {
	width: 880px;
	height: 150px;
	background-image: url(img/photopoe/head_record.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}

#head_mail {
	width: 880px;
	height: 150px;
	background-image: url(img/photopoe/head_mail.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}
/*メニュー------------------------------------*/

#menu {
	width: auto;
	height: 20px;
}

UL#menu {
	list-style: none;
	width: auto;
	position: absolute;
	top: 60px;
	left: 290px;
}

UL#menu  LI {
	list-style: none;
	float: left;
	width: 75px;
}

UL#menu  A {
	width: 70px;
	display: block;
	height: 20px;
	background-image: url(img/menu_icon/menu.gif);
}

UL#menu  A  SPAN {
	display: none;
}

A.index {
	background-position: -5px 0px;
}

A:HOVER.index {
	background-position: -5px -30px;
}

A.about {
	background-position: -108px 0px;
}

A:HOVER.about {
	background-position: -108px -30px;
}

A.blog {
	background-position: -215px 0px;
}

A:HOVER.blog {
	background-position: -215x -30px;
}

A.poem {
	background-position: -315px 0px;
}

A:HOVER.poem {
	background-position: -315px -30px;
}

A.bbs {
	background-position: -410px 0px;
}

A:HOVER.bbs {
	background-position: -410px -30px;
}

A.mail {
	background-position: -515px 0px;
}

A:HOVER.mail {
	background-position: -515px -30px;
}

A.link {
	background-position: -610px 0px;
}

A:HOVER.link {
	background-position: -610px -30px;
}

/*ランキングメニュー------------------------------------*/

#rank {
	width: 180px;
	padding: 10px 0px 10px 5px;
}

#rank  UL {
	line-height: 150%;
	text-align: left;
	padding-left: 5px;
}

#rank  LI {
	border-bottom: 1px solid #a9d6fa;
	list-style: none;
	text-align: left;
}

#rank  A {
	display: block;
	text-decoration: none;
	color: #167ac5;
	width: 180px;
	background: #fff;
}

#rank  A:HOVER {
	color: #94A6B5;
	background: #ffffff;
	border-right: #7a9acf 5px solid;
}

/*左側------------------------------------*/

#left {
	width: 210px;
	height: auto;
	margin: 15px 0px 0px 0px;
	float: right;
	background: #e6f2ff;
}

.side {
	width: 210px;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	font-size: 12pt;
	color: #4179e0;
	text-align: left;
	font-weight: bold;
	background: #ffffff;
	background-image: url(img/icon/h4.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/*右側------------------------------------*/

#right {
	width: 655px;
	height: auto;
	float: left;
	margin: 25px 0px 0px 0px;
}

#right  H3 {
	width: auto;
	height: auto;
	padding: 0px 0px 1px 10px;
	font-size: 18pt;
	text-align: left;
	font-weight: bold;
	color: #70b0f8;
	background-image: url(img/bg03.gif);
}

#right  H4 {
	margin: 0px 15px 2px 10px;
	padding: 3px 5px;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	color: #0054a8;
	background-image: url(img/bg.gif);
}

/*CMBOX------------------------------------*/

.cmbox {
	text-align: center;
	width: auto;
	margin: 10px 0px 0px 10px;
}

/*広告------------------------------------*/

.ad {
	width: 100%;
	margin: 10px 0px;
}

.ad  UL {
	padding: 3px 0px;
}

.ad  LI {
	font-size: 9pt;
	margin: 3px 0px 5px 20px;
	text-align: left;
	list-style-image: url(img/icon/oukan02.gif);
	list-style-position: outside;
}

.ad  A {
	text-decoration: underline;
	color: #0000ff;
}

.ad  A:HOVER {
	text-decoration: underline;
	color: #0000ff;
}

.ad_t {
	width: auto;
	height: auto;
	padding: 5px 0px 0px 0px;
}

/*banner------------------------------------*/

.banner_box {
	text-align: center;
	width: 160px;
	margin: 20px 0px 0px 0px;
}

.banner_box  UL {
	list-style: none;
}

.banner_box li{
  }

.banner_box  A:HOVER {
	text-decoration: none;
}

.sozai {
	width: auto;
	height: auto;
}

.sozai  UL {
	list-style: none;
}

.sozai  LI {
	padding: 0px 0px 20px 0px;
	text-align: center;
}

/*text------------------------------------*/

.text {
	margin: 5px 0;
	padding: 10px 0px 8px 15px;
	font-size: 9pt;
	text-align: left;
	line-height: 160%;
}

.text  UL {
	line-height: 150%;
	margin: 5px 0px 5px 10px;
}

.text  li {
	margin: 5px;
	padding: 5px 6px;
	list-style-position: outside;
	list-style-image: url(img/icon/oukan04.gif);
	list-style-type: none;
	position: fixed;
}

#list00 {
	margin: 3px 20px;
	padding: 2px 5px;
	list-style-position: outside;
	list-style-image: url(img/icon/haret.gif);
	list-style-type: none;
	position: fixed;
}

#list01 {
	margin: 3px 15px;
	padding: 2px 5px;
	list-style-image: url(img/icon/oukan02.gif);
	position: fixed;
	list-style-type: none;
	page-break-inside: auto;
}

#list02 {
	margin: 3px 20px;
	padding: 2px 5px;
	list-style-position: outside;
	list-style-type: none;
	position: fixed;
}

/*詩のページショートカット------------------------------------*/

#pscutimage {
	margin: 10px 0px 10px 15px;
	padding: 10px 0px 10px 5px;
	width: 160px;
	height: 400px;
	background-image: url(img/126.jpg);
	float: left;
}

#pscut {
	margin: 10px 0px;
	padding: 10px 0px 10px 10px;
	width: 475px;
	height: 400px;
	text-align: left;
	line-height: 160%;
	font-size: 9pt;
	float: right;
}

/*更新履歴部分------------------------------------*/

#new {
	width: auto;
	padding: 5px 0px 10px 15px;
	text-align: left;
	height: auto;
}

#new  UL {
	margin: 0px 5px;
	padding: 0px 25px;
	list-style: square outside;
	list-style-image: url(img/icon/arrow_09.gif);
	line-height: 175%;
}

#new  LI {
	list-style: none;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #666666;
}

.update {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px;
	width: 580px;
	height: 150px;
	text-align: left;
	line-height: 165%;
	overflow: auto;
	background-color: #eaf4ff;
}

.update_title {
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px;
	text-align: left;
	color: #0054a8;
}

.date {
	color: #2d76ff;
	font-weight: bold;
}

.new {
	color: #14418b;
	font-weight: bold;
}

/*メモ------------------------------------*/

#memo {
	width: auto;
	padding: 5px 0px 10px 15px;
	text-align: left;
	height: auto;
}

#memo  UL {
	line-height: 150%;
	padding: 5px 0px 10px 15px;
}

#memo  LI {
	list-style-image: url(img/icon/point_030.gif);
	text-align: left;
	font-size: 11px;
	color: #2828a4;
	list-style-type: none;
}

/*インフォメーション------------------------------------*/

.info ,.bana {
	width: auto;
	padding: 10px 0px 20px 15px;
	text-align: left;
	height: auto;
}

.info  UL,.bana  UL {
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.info li{
  }

.bana  LI {
	display: inline;
}

.info  DL {
	list-style-position: inside;
	padding: 4px 0px 0px 0px;
}

.info  DT {
	color: #444444;
	font-weight: normal;
	list-style: none;
}

.info  DD {
	padding: 2px 0.5em;
}

/*リンク------------------------------------*/

.link {
	width: auto;
	padding: 10px 0px 20px 15px;
	text-align: left;
	height: auto;
}

.link  UL {
	line-height: 130%;
	list-style-type: none;
}

.link  LI {
	display: inline;
	padding: 0px 0px 0px 3px;
}

/*ナビゲーションメニュー------------------------------------*/

#navimenu {
	width: 210px;
	padding: 10px 0px;
}

#navimenu  UL {
	margin: 3px 0px;
}

#navimenu  LI {
	margin: 5px 0px;
	list-style: none;
	text-align: center;
}

#navimenu  A {
	text-decoration: none;
	color: #167ac5;
	background: #fff;
}

#navimenu  A:HOVER {
	color: #94A6B5;
	background: #ffffff;
	border-right: 3px double #7a9acf;
}

/*up navi------------------------------------*/

.up {
	text-align: right;
	font-weight: bold;
}

/*span------------------------------------*/

.color {
	color: #1d68e4;
	font-weight: bold;
	text-decoration: none;
}

.link_color {
	color: #579eee;
	text-decoration: underline;
}

.logo {
	color: #7299e2;
}

.tem_color {
	color: #3a52d3;
}

.text_color {
	text-decoration: none;
}

.r_text {
	color: #94A6B5;
}

.rank_banner {
	width: auto;
	margin: -10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-align: right;
	height: auto;
}

.rank_banner  UL {
	line-height: 130%;
	list-style-type: none;
}

.rank_banner  LI {
	display: inline;
	padding: 0px 3px 10px 3px;
}

.rank_banner  A {
	border-bottom: dashed 1px #555555;
}

.rank_banner  A:HOVER {
	color: #555555;
	text-decoration: none;
	border-bottom: dashed 1px #555555;
}

/*footer------------------------------------*/

#copy {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	color: #77bbff;
	font-size: 9pt;
	text-align: right;
	text-decoration: none;
	background-color: #ffffff;
	position: relative;
	clear: both;
	border-top: 3px double #166ac7;
}

/*page navi------------------------------------*/

.p_navi {
	text-align: right;
	padding: 5px 10px 10px 0px;
}

/*copy------------------------------------*/

.copy {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	height: auto;
	width: auto;
	color: #77bbff;
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
}

/*回り込み解除------------------------------------*/

.clearthis {
	clear: both;
}