﻿@charset "utf-8";

/*=========================================================
	[ top_site.css ]
	Site top design
	date - creation:2012-01-20 // update:2012-06-29
=========================================================*/

/*=========================================================
	index
		1. main image
		2. content
=========================================================*/

/* for all */
@import "reset.css";
@import "layout.css";
/* for navigation */
@import "nav_common.css";
@import "nav_global.css";
@import "nav_local.css";
/* for module */
@import "m_list.css";
@import "m_box.css";
@import "m_text.css";

/* 1. main image
=========================================================*/
#header h1 img{
	vertical-align:bottom;
}
#headArea{
	height:580px;
	background:#ffffff;
	border-bottom:3px solid #302595;
	z-index:5;
}
#headAreaInner{
	position:relative;
	width:910px;
	margin:0 auto;
	z-index:5;
}

#headerIntro{
	z-index:2;
	position:absolute;
	width:100%;
	height:580px;
	text-align:center;
	background:#FFFFFF;
}
#headerIntroInner{
	display:none;
	position:static;
	width:910px;
	height:580px;
	margin:0 auto;
	background:#FFFFFF url(/nakano/english/images/top_main_01.jpg) no-repeat 50% 26px;
/*	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: “alpha( opacity=0 )”;
*/
}
#header{
	height:580px;
	background:transparent url(/nakano/images/top_h_bg.jpg) repeat-x 0 0;
}
#headerInner{
	height:580px;
	background:transparent url(/nakano/english/images/top_main.jpg) no-repeat 100% 100%;
}

/* 2. content
=========================================================*/
#content{
	line-height:1.6;
}

#nCopy{
	display:block;
}
.newsList{
	position:relative;
	text-align:right;
	width:440px;
	margin-top:-28px;
}
.newsList a{
	padding-left:18px;
	background:url(/nakano/common/images/for_ico_link.gif) no-repeat 0 .1em;
}
.desNews{
	width:440px;
}
.desNews dt{
	margin-top:15px;
	color:#696969;
}
.desNews dd{
	padding:0 0 15px;
	background:transparent url(/nakano/common/images/for_border1.gif) repeat-x 0 100%;
}

.desNews dd span a{
	padding-left:18px;
	background:url(/nakano/common/images/for_ico_link.gif) no-repeat 0 .1em;
}