@charset "EUC-JP";

/* ============================================== */
/* HTML要素（一部#ID） */
*	{
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* 基本構造 */

body.normal{
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('img/line_y.gif');
	background-repeat: repeat-y;
	background-position: 50px 0px;
	width:980px;
}

body.manage{
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
}

hr	{display: none;}

body.header{
	line-height: 150%;
  font-size:12px;
  text-align:left;
	color: #000000;
	background-color: #FFFFFF;
}

div.headerbox{
  width:100%;
  margin:0.5em;
}

div.headerbox-left{
  float:left; 
  width:295px;
  height:60px;
	background-color: #e0ffff;
}
div.headerbox-right{
  margin-left:300px;
}
div.headerbox-bottom{
  clear;
}

a.clickad{
  font-size: 125%;
}
/* ヘッダー */

#PAGETOP	{
	position: relative;
}
#HEADER	{
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 95px;
	position: relative
}
#PAN	{
	font-size: 10px;
	text-align: right;
	line-height: 25px;
	right: 10px;
	bottom: 5px;
	position: absolute;
}
#PAN li {display: inline;}
#PAN li a {
	background-image: url('img/pan.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px
}

/* メニュー */

#MENU	{
	width: 180px;
	position: absolute;
	top: 293px;
	right: 0px;
}
#MENU ul {
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:1px;
}
#MENU	li {
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	padding-top: 1px;
}
#MENU a {
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	height: 20px;
}
#MENU a:hover, .menu-on a {
	font-weight: bold;
	background-color: #EFEEE1;
}

div.fixmenu	{
	width: 180px;
	position: absolute;
	top: 50px;
	right: 0px;
}

div.fixmenu ul {
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:0px;
	padding-right:0px;
	padding-top:60px;
	padding-bottom:1px;
}

div.fixmenu	li {
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	padding-top: 1px
}

div.pageview	{
	width: 180px;
	position: absolute;
	top: 160px;
	right: -25px;
}

div.headerad	{
	position: absolute;
	top: 29px;
	left: 290px;
}

/* 記事部分 */

#KIZI	{
	line-height: 150%;
	background-image: url('img/line_y.gif');
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:50px; 
	margin-right:183px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:1px;
}

#KIZICENTER	{
	line-height: 150%;
	margin-left:10px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:5px; 
	padding-bottom:1px;
}

div.text	{
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-left:2em;
	padding-right:2em;
	padding-top:0px;
	padding-bottom:1em;
}
div.text p, ol, #KIZI ul, dl {margin-bottom : 1em;}
ul.modori	{
	font-size: 10px;
	text-align: right;
	margin-top: 1em;
}

div.alert {
  margin:1em;
  background-color:#ffcc00;
  text-weight:bold;
}

div.right-button {
  text-align:right;
  margin-right:10px;
}

div.minibox {
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:0;
  margin-right:0;
}

div.minibox-left{
  float:left; width:150px;
}

div.minibox-right{
  margin-left:160px;
}

div.minibox-bottom{
  float: none;
  clear: both;
}

div.inputnote{
  margin-left:160px;
}

div.powerdby{
  text-align:right;
}

div.footerbox {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:7px;
  margin-right:0;
}

div.footerbox-left{
  float:left; width:177px;
  line-height: 118%;
  margin-left:5px;
  text-align:left;
}

div.footerbox-left a{
  font-weight: bold;
  color: blue;
}

div.footerbox-right{
  margin-left:160px;
}

div.footerbox-bottom{
  float: none;
  clear: both;
}

div.sidead	{
  margin-top:10px;
  margin-bottom:10px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
  width: 200px;
  height: 625px;
  float:right;
  border-left:1px solid #bbbbbb;
}

div.sidebox {
  margin-top:    5px;
  margin-bottom: 5px;
  margin-left:  12px;
  margin-right: 12px;
}

div.sidebox-left{
  float:left; 
  width:176px;
  height:90px;
  line-height: 118%;
  margin-top: 15px;
  text-align:left;
}

div.sidebox-left a{
  font-weight: bold;
  color: blue;
}

div.sidebox-right{
  margin-left:160px;
}

div.sidebox-bottom{
  float: none;
  clear: both;
}

/* テーブル基本属性 */

/* クリック広告 */
table.clicklist{
  border:0;
  border-collapse : collapse;
}

/* 受信箱 */

table {
  border-collapse:collapse;
  table-layout:fixed;
}

td{
  border:1px solid black;
}

td.noborder{
  border:0;
}

tr.noborder{
  border:0;
  padding:0;
}

table.inbox {
  width:620px;
  text-align:center;
}

td.inbox-col1{
  width:130px;
}

td.inbox-col2{
  width:440px;
}

td.inbox-col3{
  width:50px;
}

td.inbox-leftjustify{
  text-align:left;
  padding-left:5px;
}

tr.inbox{
  width:100%;
  background-color:#ffffdc
}

table.inbox2 {
  width:620px;
  text-align:center;
}

td.inbox2-col1{
  width:115px;
}

td.inbox2-col2{
  width:405px;
}

td.inbox2-col3{
  width:50px;
}

td.inbox2-col4{
  width:50px;
}

td.inbox2-leftjustify{
  text-align:left;
  padding-left:5px;
}

tr.inbox2{
  width:100%;
  background-color:#ffffdc
}

table.transaction {
  width:620px;
  text-align:center;
}

td.transaction-col1{
  width:130px;
}

td.transaction-col2{
  width:350px;
}

td.transaction-col3{
  width:140px;
}

td.transaction-leftjustify{
  text-align:left;
  padding-left:5px;
}

td.transaction-rightjustify{
  text-align:right;
  padding-right:5px;
}

tr.transaction{
  width:100%;
  background-color:#ffffdc
}

table.downline {
  width:620px;
  text-align:center;
}

td.downline-left{
  width:50px;
}

td.downline-right{
  width:570px;
}

td.downline-leftjustify{
  text-align:left;
  padding-left:5px;
}

tr.downline{
  width:100%;
  background-color:#ffffdc
}

table.emailad {
  width:620px;
  text-align:center;
}

td.emailad-col1{
  width:350px;
}

td.emailad-col2{
  width:70px;
}

td.emailad-col3{
  width:70px;
}

td.emailad-col4{
  width:130px;
}

tr.emailad{
  width:100%;
  border:1px solid black;
  background-color:#ffffdc
}


table.clickad {
  width:620px;
  text-align:center;
}

td.clickad-col1{
  width:180px;
}

td.clickad-col2{
  width:65px;
}

td.clickad-col3{
  width:65px;
}

td.clickad-col4{
  width:80px;
}

td.clickad-col5{
  width:100px;
}

td.clickad-col6{
  width:130px;
}

tr.clickad{
  width:100%;
  border:1px solid black;
  background-color:#ffffdc
}


table.rotatead {
  width:620px;
  text-align:center;
}

td.rotatead-col1{
  width:180px;
}

td.rotatead-col2{
  width:65px;
}

td.rotatead-col3{
  width:65px;
}

td.rotatead-col4{
  width:80px;
}

td.rotatead-col5{
  width:100px;
}

td.rotatead-col6{
  width:130px;
}

tr.rotatead{
  width:100%;
  border:1px solid black;
  background-color:#ffffdc
}


/* 広告用テーブル */

table.adorder {
  width:620px;
  text-align:center;
}

td.adorder1{
  width:100px;
}

td.adorder2{
  width:100px;
}

td.adorder3{
  width:70px;
}

td.adorder4{
  width:70px;
}

td.adorder5{
  width:120px;
}

td.adorder6{
  width:160px;
}

td.adorder7{
  width:140px;
}

tr.adorder{
  width:100%;
  border:1px solid black;
  background-color:#ffffdc
}

/* 管理用テーブル */

table.manage {
  text-align:center;
}

td.manage1{
  width:50px;
}

td.manage2{
  width:250px;
}

td.manage3{
  width:90px;
}

td.manage4{
  width:90px;
}

td.manage5{
  width:90px;
}

td.manage6{
  width:200px;
}

td.manage7{
  width:90px;
}

td.manage8{
  width:110px;
}

tr.manage{
  width:100%;
  border:1px solid black;
  background-color:#ffffdc
}

/* フッタ広告 */

#footerAd	{
 text-align:center;
 margin:6px;
}

#boxB {
 width:212px;
 height:60px;
 float:left;
 border:dotted 1px;
 margin-right:10px;
 background:#ffffdc;
}

#boxC {
 width:212px;
 height:60px;
 float:left;
 border:dotted 1px;
 background:#ffffdc;
}

#boxA {
 width:212px;
 height:60px;
 border:dotted 1px;
 margin-right:10px;
 background:#ffffdc;
}


/* フッター */

#FOOTER	{
	font-size: 11px;
	background-image: url('img/line_x.gif');
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 25px;
	height: 25px
	clear;
}
div.footercontainer{
	margin-left:10px;
	padding-left:5px;
}

div.copyright	{
	float:left;
	text-align: left;
}

#FOOTER ul {
	text-align: right;
	padding-right: 15px;
}
#FOOTER li {
	display: inline;
	margin-left: 15px;
}


/* ============================================== */

/* 見出し */
h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight: bold;
	margin-bottom:0.5em;
}
h1	{
	font-size: 150%;
	color: #000000;
	letter-spacing: 5px;
	position: absolute;
	left: 60px;
	bottom: 5px;
}
h1.manage	{
	font-size: 150%;
	color: #000000;
	letter-spacing: 5px;
	position: absolute;
	left: 15px;
	bottom: 5px;
}
h2	{
	background-image: url('img/h2.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	height: 25px;
	padding-left: 30px
}
#MENU h2, #FOOTER h2	{display: none;}
h3	{background-image: url('img/h3.gif');}
h3, h4 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
h4	{background-image: url('img/h4.gif');}
h5 {color:#000000;}
h5:first-letter {
	color: #95CCCB;
	font-weight: bold;
}
h6	{color: #95B3CC;}


/* アンカー */
a	{
	color: #0055ff;
	text-decoration: none;
}
a:hover	{text-decoration: underline;}

/* 強調・追加・削除 */
em, strong	{font-weight: bold;}
strong	{color: #CC0000;}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* リスト */
ol li	{list-style-position: inside;}
ul li, #KIZI .modori li	{
	list-style-type: none
}
#KIZI ul li	{
	margin-left: 15px;
	list-style-type: circle;
}

dd	{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #E4EFF5;
	color: #999999;
}

/* フォーム */
form{padding: 5px 0px;}

input, textarea	{
 margin-bottom: 5px;
 font-size: 100%;
}

textarea{
 border: 1px solid #666666;
 scrollbar-arrow-color:#555555;
 scrollbar-face-color:#FFFFFF;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-3dlight-color:#555555;
 scrollbar-track-color:#EEEEEE;
 scrollbar-shadow-color:#555555;
 scrollbar-darkshadow-color:#555555;
}

input.text	{
 border: 1px solid #666666;
 width: 15em;
}

input.adtext	{
 border: 1px solid #666666;
 width: 368px;
}

input.link	{
 border: 1px solid #666666;
 width: 35em;
}

input.email	{
 border: 1px solid #666666;
 width: 20em;
}

input.button {
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #000000;
}

input.checkbox {
}

select.level	{
 border: 1px solid #666666;
 width: 20em;
}

select.options{
 border: 1px solid #666666;
 width: 15em;
}

/* アドレス */
address	{display: inline;}

/* 引用 */
blockquote	{	
	color: #808080;
	background-color: #f0f0f0;
	border: 1px solid #808080;
}
cite, q	{
	font-style:oblique;
	color: #808080;
}

/* 整形済みテキスト */
pre	{	border: 1px solid #808080;}

/* 物理要素 */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:medium;}
small{font-size:x-small;}

/* ヘッダメニュー */
div.header_menu{
	width:100%;
	height:25px;
	line-height:25px;
	background:#33ccff;
	border-bottom:solid 1px #0000ff;
	margin-bottom:5em;
}

div.header_menu a,
div.header_menu a:link,
div.header_menu a:visited,
div.header_menu a:active{
	width:120px;
	height:25px;
	text-align:center;
	color:#ffffff;
	display:block;
	float:left;
	text-decoration:none;
	border-right:solid 1px #0099ff;
}

div.header_menu a:hover{
	width:120px;
	height:25px;
	background:#0065ff;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	display: block;
	float:left;
}

br.header_menu{
	clear:left;
}

span.expire{
  color:red;
}

span.viewed{
  color:#0055ff;
}

span.joincount{
  color: red;
  font-weight:bold;
}

