@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#000000;
}

a{
	color:#dcb46e;
	text-decoration:underline;
}

a:hover{
	color:#fa1703;
}

#container{
	width:240px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	margin-top:30px;
	width:100%;
}


#header-title{
	background-image:url(images/title.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:205px;
	width:240px;
	text-align:center;
}

#header-title h1{
	background-image:url(images/title.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:205px;
	width:240px;
}

#header-title h1 p{
	display:none;
}

#contents{
	margin-left:35px;
	color:#FFF;
	text-align:center;
	line-height:160%;
	font-size:12px;
	padding-top:5px;
	padding-bottom:10px;
}

#contents #menu{
}

#contents #menu ul{
	float:right;
}

#contents #menu ul li{
	float:left;
	list-style-type:none;
}

#contents #menu ul li a{
	display:block;
	width:100px;
	height:100px;
	background-position:left top;
	background-repeat:no-repeat;
}

#contents #menu ul li a span{
	display:none;
}

#contents #menu ul li#m-pc a{
	background-image:url(images/m_pc.jpg);
}

#contents #menu ul li#m-pc a:hover{
	background-image:url(images/m_pc_on.jpg);
}

#contents #menu ul li#m-mobile a{
	margin-left:5px;
	background-image:url(images/m_mobile.jpg);
}

#contents #menu ul li#m-mobile a:hover{
	background-image:url(images/m_mobile_on.jpg);
}


#contents p{
	clear:both;
	padding-top:1em;
	padding-bottom:1em;
}

#footer{
	margin-left:35px;
}

#footer #copyright{
	background-image:url(images/copyright_s.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:11px;
}

#footer #copyright p{
	display:none;
}

