@charset "utf-8";

body {
	background-color:#170101;	
	margin:0;
	padding:0;
	font-family: 'メイリオ', 'Meiryo','ＭＳＰゴシック',' sans-serif','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	margin-top: 0;
	margin-left:0;
	font-size: 12px;
	color:#eceae9
}

html,body {
	scrollbar-face-color:#170101; 
	scrollbar-track-color:#170101	
}
#grid {	width: 450px;}li {	margin: 5px;	float: left;	list-style: none;}

a img {
border:0;
border-style:none;
}

/* ボタン・パターン１ */
/* 通常時 */
a.button3d {
    font-weight:bold;
    border:1px solid #999;
    border-right-color:#333;
    border-bottom-color:#333;
    color:#333;
    width:auto;
    text-decoration:none;
    float:left;
    margin-right:10px;
}
/* マウスオーバー時 */
a.button3d:hover {
    border:1px solid #333;
    border-right-color:#999;
    border-bottom-color:#999;
    color:#333;
}
/* 通常時のspan要素 */
a.button3d span {
    background:#d4d0c8 url("img/css/bg_3d_effect_button.gif") repeat-x 0 0;
    float:left;
    line-height:50px;
    height:50px;
    padding:0 10px;
    border-right:1px solid #777;
    border-bottom:1px solid #777;
}
/* マウスオーバー時のspan要素 */
a.button3d:hover span {
    border:none;
    border-top:1px solid #777;
    border-left:1px solid #777;
    background:#d4d0c8 url("img/css/bg_3d_effect_button_over.gif") repeat-x 0 0;
    cursor:pointer;
}

a.button1 {
	float:left;
	width:110px;
	color:#f5f5f5;
	background:#20170f;
	font-size:14px;
	font-weight:normal;
	text-shadow:0 -1px 0px #34261d,0 -2px 0px #34261d;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #817438;
	margin-top:20px;
	padding:12px 0 8px 0;
	background:-moz-linear-gradient(rgba(34,85,136,0.5), rgba(34,85,136,1));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.5)), to(rgba(34,85,136,1)));
	box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
	behavior: url(/PIE.htc); 
}
a.button1:hover {
	background:-moz-linear-gradient(rgba(34,85,136,0.4), rgba(34,85,136,0.9));
	background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(34,85,136,0.4)), to(rgba(119,170,221,0.9)));
	behavior: url(/PIE.htc); 
}


#container {
	width: 100%;
	height: 100%;
	background-color:#1e1005;
}

#top {
	width: 100%;
	padding-top:10px;
	background-color:#170101;
	}


#header {
	padding-top:10px;
	padding-bottom:10px;
	height: 60px;
	width: 940px;
	background-color: #1e1005;
}

#naviA{
	float:right;
	height: 50px;
	width: 560px;
	background-color: #1e1005;
	
	}
	
li { margin: 0px; float: right; list-style: none;}

#content {
	height: 420px;
	width: 940px;
	margin:0;
	background-color: #1e1005	
}

#space {
	height: 15px;
	width: 940px;
	margin:0;	
}

#contentB {
	height: 175px;
	width: 940px;
	background-color: #1e1005;	
}

#space {
	height: 15px;
	width: 940px;
	margin:0;	
}

#footer {
	width: 100%;
	padding-top:10px;
	margin: 5px; 
	padding-left: 0px; 
	padding-right: 0px;
	font-family: 'メイリオ', 'Meiryo','ＭＳＰゴシック',' sans-serif','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
    color:#928661;
	font-size: 11px; 
	background-color: #170101;
}



