@charset "shift_jis";

body
{	
	background-color: #fff;	/* e6e0e0*/
	font-size: small;
	color: black;
	background-image: url(./images/sidewood_80.png);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,sans-serif;		/* フォントファミリー */
}

h1,h2, h3
{
	font-family: "Hiragino Kaku Gothic Std",Osaka,sans-serif;		
}
	
body * {
	margin: 0;
	padding: 0;
}

p{
	padding: 0.5em;
	color: black;
}

.right{
	text-align: right;
}

img{
	border: none;
}
/* ============================== */
a:link	{
	color: #664455;				/* リンク：文字色 */
	font-weight: bold;
	}

a:visited	{
	color:#945;				/* 既訪リンク：文字色 */
	font-weight: bold;
	}

a:active	{
	color: #632;				/* リンククリック中：文字色 */
	font-weight: bold;
	}
	
a:hover	{
	background: #888;
}
/* ============================== */
em {
color: #000080;
/*font-weight: bolder;*/
font-style: normal;
}

/* ============================== */
#top-01 {position: absolute; left: 0; top: 0; width: 16px; height: 80px; }
#top-02 {position: absolute; left: 16px; top: 0; width: 264px; height: 80px; }
#top-adv {position: absolute; left: 280px; top: 10px; width: 468px; height: 60px;  background: white;}	
/*
#top-02 a
{
	border: none;
	text-decoration: none;
	background: none;
	margin: 0; padding: 0;
}*/

#top
{
	top: 0; left: 0;
	width: 100%; height:80px;
	background: repeat-x left top url(./images/topback.png);
}
/* ============================== */

.nodisp{
	display: none;
}


#contents
{
	position: relative;
	/* top: 0; left: 0;*/
	/* width: 768px;*/
	width: 100%;
	margin: 0;
	padding: 0;
}
/* ============================== */
#right-bar
{
	width: 21%; height: 100%;
	position: absolute;
	right: 0; top: 0;
	float: right;
	margin: 0 10px 0 10px;
	/* padding: 0.5em;*/
	background: transparent;
	color: #323;
}

#right-bar h1,#right-bar h2
{
	font-size: 90%;
	text-align: right;
	/*width: 80%;*/
	margin: 10% 0 0 auto;
	color: #ffe167;
	background: #3a428f;
	padding: 0.1em 0.5em;
	border-top: solid #3a428f 1px;
	border-left: solid #3a428f 1px;
	border-right: solid #3a428f 1px;
}

#right-bar p
{
	margin-top: 0;
	border: solid #3a428f 1px;
}

#right-bar ul, #right-bar ol
{
	list-style-position: inside;	
	margin: 0;
	border: solid #3a428f 1px;
	padding: 0;
}

#right-bar ul
{
	/* list-style-image: url(./images/listmarker.gif);			*/	/* リストマークの画像 */
	list-style: none;
	text-align: right;
}

.nomarker
{
	list-style: none;
}

#right-bar li
{
 	width: 100%;
	border-bottom: dashed #b84d54 1px;
}

#right-bar li.last
{
	border-bottom: none;
}

#right-bar a
{
	/* display: block;*/
	width: 100%;
	/* color: #666;*/
	text-decoration: none;
	padding: 0.2em 0;

}
.sidemenu a
{
	color: #356;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0.2em 0;
}

#right-bar table
{
	width: 100%;
	border: solid 1px #465;
	color: #666;
}

#right-bar tr
{
	border-bottom: solid 1px #465;
	
}
#right-bar th
{
	text-align: right;
}

#right-bar .adv
{
	margin: 10px 0;

	text-align: center;
	background: white;
	border: solid 1px black;
}
#right-bar .adv .title
{
	background: black;
	color: white;
}

#right-bar .adv p
{
	border: none;
	padding: 0 1em;
}

#right-bar .adv a
{
	font-size: larger;
}

#right-bar .skyscraper
{
	margin: 10px auto auto auto;
	width: 160px;
	background: white;
	

}

/* ============================== */
#site-menu p
{
	background: #444;
	color: white;
	margin: 0 0 0 16px; 
	padding: 2px 0;
	font-size: 11px;
}

#site-menu a
{
	background-image: url(./images/menuled_03.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 6px 2px 16px;
	margin:  0;
	color: white;
	text-decoration: none;
	border-right: dotted 1px #ccc;
}

#site-menu .here
{
	background-image: url(./images/menuled_01.png);
	background-repeat: no-repeat;		/* 背景画像繰り返し制御 */
	background-position: center left;
}

#site-menu a:hover
{
	background: #000;  /* #CD5C5C*/
	background-image: url(./images/menuled_02.png);
	background-repeat: no-repeat;		/* 背景画像繰り返し制御 */
	background-position: center left;
}

/* ============================== */
#center
{
	width: 73%; height: 100%;
	/* float: right;*/
	padding: 5px 10px 5px 5px;
	/* background: transparent;*/
	color: #222;
	margin: 0 0 0 20px;

}

#center.fullwidth
{
	width: 80%;
	margin: auto;
	float: none;
}
.story
{
	width: 100%;
	margin: 10px auto;
	border-left: solid 1px black;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #999;
	background: white;
}

.story h2
{
	font-size: 130%;
	background: #ccc;
	background-image: url(./images/hborder2.png);
		/* background-image: url(./images/row_bg.gif);*/
	background-repeat: repeat-x;
	text-align: right;
	margin: 0;
	padding-right: 1em;
	letter-spacing: 0.2em;		/* 文字間隔 */
/* 	color: white;*/
	color: #3a428f;
}

.story h3
{
	color: #696969;
	border-bottom: solid 2px #c42b66;
	/* margin: 1em 1em 0.5em 1em;*/
	margin: 10px auto 5px auto;
	 padding-left: 1.5em;
}
.story h4
{
	color: #696969;
	border-bottom: dotted 2px #326;
	margin: 15px auto 5px auto;
	padding-left: 1.5em;
	font-size: 120%;
}

.story li
{
	margin-left: 3em;
}

.story p
{
	padding: 0.2em 1em;
}

.story img
{
	margin: 10px auto;
}

.story img.screenshot
{
	margin: 10px 10px 10px auto;
	border: solid 1px #ccc;
	float: left;
}

.story img.thumb
{
	float: left;
	margin: 0 5px 0 0;
}

.story hr.thumb
{
	clear:left;
	background: none;
	border: none;
}

.story .bottom
{
	background: #ccc;
}

.story .bottom .to-top, 
.text-right
{
	float: right;
	margin: 0; padding: 0 1em;
}



.story .float-img
{
	float: left;
	margin-right: 10px;
}

.story .column
{
	background: #cdc;
	margin-left: 10px;
	margin-right: 10px;
}

.story .news_entry
{
	background: white;
	margin: auto 10px 20px 10px;
}

.story .news_bottom
{
	background: #D8BFDB
}

.story dl
{
	padding: 1em;
}
.story dt
{
	font-weight: bolder;
	margin: 0;
}
.story dd
{
	padding-left: 1em;
	/* margin: auto auto 1em 15em;*/
}

.top-adv
{
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 468px; height: 60px;
	/*border: solid 1px #999;*/
}

.top-adv img
{
	padding: 0;
	margin: 0;
}


.top-adv a:hover
{
	background: none;
}

/* ============================== */
#center  table.inst
{
	width: 80%;
	border: solid 1px #ccc;
	margin: auto auto;
}
#center .inst th
{
background: #F5DEB3;
width: 40%;
text-align: right;
 border-bottom: solid 1px #333;
color: black;
}

#center .inst td
{
border-bottom: solid 1px #333;
}

#center table
{
	/* background: #666;*/
	width: 100%;
}

#center th
{
	/* height: 2.2em;*/
	font-size: 80%;
	background: #333;
	padding: 0.2em 1em;
	font-weight: bolder;
	color: white;
}
.input-form th
{
	width: 20%;
}
.input-form td
{
	background: #ccc;
	padding: 0.5em;
}

.input-form strong
{
	color: #CD5C5C;
}
/* .catLeft, .rowpic
{
	background: #678;
	padding-left: 1em;
}*/

#center small
{
	text-align: right;
	vertical-align: bottom;
	float: right;
	margin-right: 1.5em;
}

.links
{
	background: #f0f0f0;
}

.links dt
{
	float: left;
	width: 30%;
	padding: 0.5em;
	text-align: left;
}
.links dd
{
	margin: auto auto 1em 18em;
	padding: 0.5em;
}

.links hr
{
	clear: both;
	border: solid 1px #aaa;
}

#footer
{
	clear: right;
	background: #333;
	color: white;
	background-image: url(./images/sidewood_80.png);		/* 背景画像： */
	background-position: top left;		/* 背景表示位置 */
	background-repeat: repeat-y;		/* 背景画像繰り返し制御 */
}

#footer *
{	color: #eee; }

/* ============================== */
#center .filetable th
{
	background: #444;
	color: white;
}

#center .filetable td
{
	border-bottom: solid 1px #444;
	padding-left: 0.5em;
}

#center .filetable tr.odd
{
	background: #fff;
}

#center .filetable tr.file-odd
{
	background: #ef9f9f; /* DDD7C5*/
	border-top: solid 1px #444;
	color: black;
}

#center .filetable tr.file-odd a, #center .filetable tr.file-even a
{
	font-weight: bolder;
	color: black;
}

#center .filetable tr.file-even
{
	background: #ef9f6f;
	border-top: solid 1px #444;
	color: black;
}

#center .filetable td img
{
	vertical-align: middle;
}


.author-mark
{
	padding: 0.2em; font-weight: bold; background: #490; color: white;
}

/* ============================== */
#center .goods-item
{
	background: white;
}
#center .goods-item th
{
	background: white;
	color: black;
	text-align: left;
	font-size: 110%;
	padding-left: 5px;
	
}
#center .goods-item td
{
	background: white;
	color: black;
	text-align: left;
	font-size: 100%;
	padding-left: 5px;
	
}
#center .goods-item td.price
{
	font-weight: bold;
}

#center .goods-item .shop-name
{
	font-weight: bold;
	width: 50%;
}
#center .goods-item .shop-name img
{
 	vertical-align: middle;
 }

#center .goods-item .shop-name a
{
 	color: blue;
 }
 
 #center .goods-item .shop-title
{
	background: #90EE90;
	font-weight: bold;
	font-size: 90%;
}

/* ============================== Forum  */


.border {
	background: #ccc
}
.tableTop {
	font-weight: bold;
	background-image: url(./images/forum/row_bg.gif); 
	line-height: 18px;
}
.forumName {
	font-weight: bold;
	font-size: 110%;
}
.description {
	font-size: 90%;
}
.row1 {
	BACKGROUND-COLOR: #eeeeee
}
.row2 {
	background: #f7f7f7
}
.col1 {
	background: #fafafa
}
.col2 {
	background: #f7f7f7
}
.copyright {
	font-size: 10px
}
.formList {  font-size: 12px}

span.focus { background-color : #FFFFFF;
			color : red;
			font-size: 14px; font-weight: bold}
			
input.codebutton {
	background-color : #fafafa;
	color : #000000;
	font-size: 11px; 
	font-family: verdana, arial, helvetica, sans-serif;
	border-color : #aaaaaa;
	border-style : solid
}

