@charset "UTF-8";

/* ---------------------------------------------------------------

html

-----------------------------------------------------------------*/
body{
	background:#FFF url(/nyushika/images/bg.jpg) repeat-x left top;
}


/* ---------------------------------------------------------------

container

-----------------------------------------------------------------*/
.container{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}


/* ---------------------------------------------------------------

header

-----------------------------------------------------------------*/
#header{
	background:url(/nyushika/common/images/h_bg.jpg) repeat-x left top;
	height:142px;
	margin:0 auto;
	position:relative;
}


/* ---------------------------------------------------------------

content

-----------------------------------------------------------------*/
#content{
	text-align:left;
}


/* ---------------------------------------------------------------

flash

-----------------------------------------------------------------*/
#flash{
	margin-bottom:30px;
}


/* ---------------------------------------------------------------

main

-----------------------------------------------------------------*/
#banner{
	float:right;
	margin-left:19px;
}

#banner h3{
	background-color:#E5E9F1;
	margin-bottom:15px;
	padding:5px;
}

#banner ul{
	background-color:#E5E9F1;
	padding:0 5px 5px;
	text-align:center;
}

#banner ul li{
	padding-top:5px;
	line-height:0;
}

#main{
	float:right;
	width:471px;
	padding-top:0;
}

#main h3{
	background:none;
	width:471px;
	height:25px;
	margin-bottom:15px;
	padding:0;
}

.whatnew{
	position:relative;
	margin-bottom:15px;
}

.whatnew dl{
	padding:0 10px;
}


#main ul li.rss{
	position:absolute;
	height: 0px;
	left: 354px;
	top: 0px;
}

#main ul li.lst{
	position:absolute;
	left: 412px;
	top: 0px;
}


/* ---------------------------------------------------------------

sub

-----------------------------------------------------------------*/
#sub{
	float:left;
	width:230px;
	position:relative;
	text-align:left;
}

#sub h3{
	background-color:#E5E9F1;
	margin-bottom:15px;
	padding:5px;
	position:static;
}

#sub h4.mobile{
	background-color:#E5E9F1;
	margin-bottom:15px;
	padding:4px;
	text-align:center;
}


/* ---------------------------------------------------------------

footer

-----------------------------------------------------------------*/
#footer{
	clear:both;
	background:url(/nyushika/common/images/f_bg.jpg) repeat-x;
	height:160px;
	font-size:93%;
	line-height:160%;
}

.information{
	width:950px;
	margin:0 auto;
	padding-top:71px;
	position:relative;
	text-align:left;
	color:#555;
}

.information h3{
	margin-bottom:15px;
}

.information dl dt{
	clear:both;
	float:left;
	width:9em;
}

.copy{
	width:430px;
	position:absolute;
	left: 521px;
	top: 72px;
}

.information ul{
	width:430px;
	text-align:right;
}

.information ul li{
	background:url(/nyushika/common/images/f_arrow.gif) no-repeat left 50%;
	margin-left:20px;
	padding-left:15px;
	display:inline;
}

.information ul li a{
	color:#555;
}

address{
	clear:both;
	margin-top:5px;
	text-align:right;
}

