@charset "utf-8";

/* Basic
---------------------------------------------*/

html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	font-family:'�ҥ饮�γѥ� Pro W3','Hiragino Kaku Gothic Pro','�ᥤ�ꥪ',Meiryo,'�ͣ� �Х����å�',sans-serif;
	background-color:#6b6453;
	color:#645948;
}

img {
	border: none;
	vertical-align: top;
}
p, h2, p, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #cbb87f;
	text-decoration: none;
}
a:hover {
	color: #cbb87f;
	text-decoration: none;
}
a:active {
	color: #606060;
	text-decoration: none;
}


/* Layout
---------------------------------------------*/
#flashContent {
	width: 500px;
	height: 400px;
	position:absolute;
	top:50%;
    left:50%;
    margin-top:-200px;
    margin-left:-275px;
}

h1{
   font-size:9px;
   color:#FFFFFF;
   font-weight:normal;
}

p {
   font-size:12px;
}
#header{
   width:808px;
   height:108px;
   _height:110px;
   position:relative;
   margin:0px auto;

}

#header .logo{
   text-align:left;
   position:absolute;
   bottom:0px;
   left:0px;

}

#header ul{
    float:right;
	width:180px;
	position:absolute;
	bottom:84px;
	right:4px;
	list-style: none;
    margin: 0;
    padding: 0;
	top:20px;
   

}

#header li{
    display:inline;
	width:75px;
	margin: 0;
    padding-left: 10px;


}

#nav {
	width: 808px;
	height: 41px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

#nav ul {
	padding-top: 1px;
}
#nav li {
	display: inline;
}
#main{
     width:808px;
	 overflow:hidden;
	 margin: 0px auto;
	 text-align: left;


}
#whatsnew {
     width:530px;
	 float:left;


}
#whatsnew dl{
      width:530px;
	  clear:both;
	  background:url(../01_home/images/whatsnew_line.gif) no-repeat left bottom;



}



#whatsnew dt{
     width:125px;
	 float:left;
	 clear:left;
	 padding-bottom:10px;

}

#whatsnew dd{
	 padding-bottom:10px;
	 text-align: justify;
	 text-justify: inter-ideograph;
}

#whatsnew p{
      width:403px;
	  height:51px;
	  float:left;



}

#banner{
       width:278px;
	   float:right;



}
#banner .cubic{
        float:left;
		margin-top:10px;
		padding-left:48px;


}
#banner .cubic2{
        float:left;
		margin-top:10px;
		padding-left:2px;


}

#left_txt {
        width:530px;
		float:left;
		clear:left;

}



#main #banner p {
	text-align: right;
}

#main #banner .banner{
    margin-top:10px;



}

/* Footer
---------------------------------------------*/

#footer {
        width:808px;
		text-align:right;
		margin:10px auto;


}
