@charset "Shift_Jis";

* { margin: 0px ; padding: 0px ; }

body {
	background-color : #000 ;
	text-align:center;
}

body, tr, td {
	color : #fff ;
	font-family : Osaka,"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , Verdana , Chicago;
}

a { text-decoration : none ; }
a:hover { text-decoration : underline ; }

a:link { color : #fff ; }
a:visited { color : #fff ; }
a:active { color : #fff ; }
a:hover { color : #FFCC33 ; }

img { border-width : 0px ;}



.text_title{
	margin:10px;
	font-size:14px;
	color:#D2C0A2;
	font-weight:bold;
	border-bottom:solid 1px #785719;
	padding-bottom:3px;
	padding-left:3px;
}

.sub_title{
	margin:30px 10px 10px 24px;
	font-size:12px;
	color:#D6D6D6;
	font-weight:bold;
	border:solid 1px #525252;
	padding:7px;
	background-color:#1C1C1C;
}

.text_area{
	margin:15px 10px 10px 24px;
	font-size:80%;
	line-height:140%;
}

.text_color{
	color:#CFB19A;
}

.text_box{
	/*width:900px;*/
	margin-top:1em;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border:solid 1px #525252;
	clear:both;
}


/*------------------ Menu ---------------------------------------------------------------------------------------*/
.box_menu{
	width:170px;
	background-color:#0A0A0A;
	background-image:url(../image02/menu_back.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	border:solid 1px #666;
	float:left;
	/*margin-left:7px;*/
	margin-bottom:15px;
	margin-top:20px;
}

ul.menu{
	font-size:80%;
	margin:12px 10px 12px 28px;
}
ul.menu li{
	list-style:square;
	margin-bottom:4px;
}







/*------------------ Footer ---------------------------------------------------------------------------------------*/
#footer{
	width:900px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
	text-align:center;
	font-size:80%;
	border-top:solid 1px #525252;
}

#flag_box{
	width:235px;
	background-image:url(../image02/box_back.gif);
	background-position:left;
	background-repeat:repeat-x;
	border:solid 1px #525252;
	padding:8px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
