@charset "Shift_JIS";

/*全体の設定*/
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#330000;
	font-size:12px;
	scrollbar-face-color:ffffff;
	scrollbar-highlight-color:ffffff;
	scrollbar-shadow-color:ffffff;
	scrollbar-3dlight-color:ffffff;
	scrollbar-arrow-color:#ffb9d5;
	scrollbar-track-color:ffffff;
	scrollbar-darkshadow-color:ffffff;
	line-height: 150%;
	}

table {
	margin:0;
	padding:0;
	text-align:left;
	color:#330000;
	font-size:12px;
	line-height: 150%;
	}
	
input,textarea{
	font-size:12px;
	border-style: solid;
	border-color: #ccc;
	color: #222222;
	background-color: #ffffff;
	border-width: 1px;
	}	

a:link,a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover,a:active{
	color: #666666;
	text-decoration: none;
}


div#content a{
	color: #999;
	text-decoration: none;
}
div#cherish a{
	color: #666;
	text-decoration: none;
}

div#header a:link,a:visited {
	color: #99CC00;
	text-decoration: none;
}
div#header a:visited {
	color: #99CC00;
	text-decoration: none;
}

div#header a:hover,a:active{
	color: #99CCFF;
	text-decoration: none;
}

div#main2 a:link {
	color: #99CC00;
	text-decoration: none;
}
div#main2 a:visited {
	color: #99CC00;
	text-decoration: none;
}

div#main2 a:hover,a:active{
	color: #99CCFF;
	text-decoration: none;
}
/* 全体幅 */
div#content {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	background-color:#ffffff;
}
/* 外枠の影 */
div#stage {
	width: 840px;
	margin: 0px auto;
	background-image: url(image/back.gif);
}

h1{
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:2px;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #999;
	font-weight:100;
}

/*ヘッダー*/
div#header{
	margin: 0px;
	padding: 0px;
}
 
/*メニュー*/
ul#menu {
    width:800px;height:25px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


ul#menu li {
	float:left;
	width:133px;
    height:25px;
	color: #fff;
	font-size:12px;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	text-align: center;
	background-image:  url(./image/menu.gif);
}

ul#menu li a {
	display: block;
	width:133px;height:25px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	text-decoration: none;color: #fff;
}

ul#menu li a:link,ul#menu li a:visited {
	background-image:  url(./image/menu.gif);color: #fff;
}

ul#menu li a:hover,ul#menu li a:active {
	background-image:  url(./image/menu_over.gif);
	color: #99CC00;
}

/*メイン*/
div#mainimage{
    margin: 0px;
	padding: 0px;
	width: 800px;
	clear:both;
	background-color: #fff;}
	
div#main{
    margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #fff;}
	
div#main2{
	margin: 10px;
	padding: 0px;
	width: 780px;
	text-align:center;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(image/back_main.gif);
	background-position: center top;
}

div#main_about{
	margin: 10px;
	padding: 0px;
	width: 780px;
	text-align:center;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(image/back_about.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
/* 新着情報*/
div#new{
	margin:10px;
	padding:0px;
	width:380px;
	float:left;}

span#newmain{
	padding:0px;
	background-color:#fff;
	width:380px;
	height:175px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #999;
	text-align:left;
	color:#330000;
	display:block;
}

/* フリー*/
div#free{
	margin:10px;
	padding:0px;
	width:360px;
	float:right;}

/* フッター*/
div#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF99;
	text-align: center;
	color:#666666;
	font-size:11px;
	width:800px;
	border-bottom:1px solid #ccc;
}

/*著作権表示※削除不可*/
div#cherish {
	margin: 2px auto;
	width: 800px;
	text-align: right;
	color:#666666;
	font-size:11px;
	background-color: #ffffff;
}

/*フラッシュ*/
div#flash {
	margin: 2px;
	width: 800px;
	text-align: left;
	color:#666666;
	font-size:10px;
	background-color: #ffffff;
}

hr{
	height:1px;
	color: #339900;
	border-style:dotted;
}

.green{color:#339900;}
.small{font-size:10px;}
.border_orange{border-left:5px solid #FF6600;
background-color:#FFCCCC}

.big_o{color:#ff6600;font-size:16px;font-weight:bold;}
