@charset "utf-8";

/* CSS Document */

/*/// reset ////////////////////////////////////////////////////////*/

html,body,
div,p,blockquote,
dl,dt,dd,ul,ol,li,
th,td,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,pre{ 
	margin:0;
	padding:0;
}

* { font-size:13px; }

fieldset,img { 
	border:0;
	vertical-align:top;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body{
	color: #333333;
	font-family:
		'Hiragino Kaku Gothic ProN',
		 'Hiragino Kaku Gothic Pro', 
		 'ヒラギノ角ゴ ProN W3', 
		 'ヒラギノ角ゴ Pro W3', 
		 'Osaka',
		 'MS PGothic',
		 'ＭＳ Ｐゴシック', 
		 sans-serif;}

	/* for IE7 */  
	*+html body { font-family:'ＭＳ Ｐゴシック',sans-serif; }  
 
	/* for IE6 */  
	* html body { font-family:'ＭＳ Ｐゴシック',sans-serif; }  


ul{
	list-style:none;
}

a{
	overflow: hidden;
}

a:link{
	text-decoration: underline;
	color: #333333;
}

a:visited{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #999999;
}

a:active{
	text-decoration: underline;
	color: #999999;
}

/*/// body ////////////////////////////////////////////////////////*/

body{
	background-image: url(../../images/background.png);
}

#box{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #A5B183;
	border-left-color: #A5B183;
	border-right-style: solid;
	border-left-style: solid;
	overflow:hidden;
}


/*/// header ////////////////////////////////////////////////////////*/

#header{
	width:960px;
}

#lang{
	padding-top:10px;
	padding-right:10px;
}

#logo{
	padding-top:10px;
}

#e-concept{
	padding-top:10px;
	padding-bottom:20px;
}

/*/// Main //////////////////////////////////////////////////////////*/
#e-menu{
}
#e-menu ul li{
	text-indent: -9999px;
	padding-bottom:10px;
}

.ten-rules a{
	height: 23px;
	width: 456px;
	background-image: url(../images/top/menu_10rules.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-left: 220px;	
}

.ten-rules a:hover{
	height: 23px;
	width: 456px;
	background-image: url(../images/top/menu_10rules.gif);
	background-repeat: no-repeat;
	background-position: 0 -23px;
	display: block;
}

.contact a{
	height: 23px;
	width: 173px;
	background-image: url(../images/top/menu_contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin-left: 370px;	
}

.contact a:hover{
	height: 23px;
	width: 173px;
	background-image: url(../images/top/menu_contact.gif);
	background-repeat: no-repeat;
	background-position: 0 -23px;
	display: block;
}


/*/// footer ////////////////////////////////////////////////////////*/

#footer{
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #A5B183;
	border-left-color: #A5B183;
	border-right-style: solid;
	border-left-style: solid;
	padding-top:40px;
}

#copyright{
	height:20px;
	width:960px;
	background-color: #A5B183;
}

#copyright p{
	font-size:10px;
	text-align:center;
	color: #6F775A;
}
