@charset "UTF-8";

/* -------------------------------
スタイルの初期化 */

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

html{
	background: #fff;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; font-size:9pt; line-height: 1.5; color: #000;
}

a, object, embed, area, input{
	outline:0;
}
a img { border:0; }
em { font-style:normal; }
ul, ol { list-style-type:none; }
sup { vertical-align: super; font-size: 0.6em; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
th, caption{ text-align: left; font-weight: normal; }
th,td { empty-cells:show; }

body{
	text-align: center;
}

/* -------------------------------
clearfix */

.clearfix{
	overflow:hidden;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
/*\*/
* html .clearfix{
	height:1em;
	overflow:visible;
}
/**/


/* -------------------------------
コンテンツ */

#content_wrap{
	margin:0 auto;
	text-align:left;
	width:1000px; 
	overflow:hidden;
	clear:both;
}

/* -------------------------------
ヘッダー */

#header{
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:1000px;
}
#header span{
	margin:6px 0;
	position:absolute;
	top:0;
	left:0;
	font-size:10px;
	display:inline-block;
}
#header a{
	color:#0080ff;	
}
#header a:hover{
	color:#0af;
	text-decoration:none;	
}

#header p{
	padding-top:24px;
	float:left;
}

#header h1,
#header strong{
	margin:60px 0 0;
	font-weight:normal;
	float:left;
	display:block;
}

#header ul.others{
	width:400px;
	text-align:right;
	float:right;
}
#header ul.others li img{
	margin:6px 0 0;
}

#header ul.others li.sitemap,
#header ul.others li.outline,
#header ul.others li.privacy{
	float:right;
}

#header ul.others a{
	color:#000;
	text-decoration:none;
}
#header ul.others a:hover{
	color:#0080ff;
	text-decoration:underline;
}

#header ul.others li.sitemap a{
	margin-right:10px;
	padding-left:14px;
	background:url(../img/home/sitemap.png) no-repeat left center;
}
#header ul.others li.outline a{
	margin-right:10px;
	padding-left:14px;
	background:url(../img/home/outline.png) no-repeat left center;
}
#header ul.others li.privacy a{
	padding-left:12px;
	background:url(../img/home/privacy.png) no-repeat left center;
}

#header ul.others li img{
	padding-bottom:7px;
	vertical-align:top;
}

#header ul.menu{
	width:1002px;
	margin-right:-2px;
	clear:both;
}

#header ul.menu li{
	float:left;
}

#header ul.menu li img{
	margin-right:2px;
	vertical-align:top;
	display:block;
}

#menu{
	margin:0 auto;
	width:1000px;
	height:48px;
	font-size:9pt;
	clear:both;
	overflow:hidden;
	text-align:left;
}
#menu dl dt img, div#menu p img{
	vertical-align:top;
}
#menu .dropdown{
	float:left;
	z-index:3;
	padding:0 2px 0 0;
}
#menu .last{
	padding:0;
}
#menu .dropdown dt{
	cursor:pointer;
}
#menu .dropdown dd{
	position:absolute;
	overflow:hidden;
	width:165px;
	display:none;
	z-index:3;
	opacity:0;
}
#menu .dropdown ul{
	margin:3px 0 0;
	border-top:1px solid #0080ff;
	border-bottom:1px solid #0080ff;
	width:164px;
	background-color:#fff;
}
#menu .dropdown li{
	display:inline-block;
	background:url(../img/common/dotline.png) no-repeat left bottom;
}
#menu .dropdown li a{
	display:block;
	width:152px;
	padding:6px 2px 6px 8px;
	color:#0080ff;
	border-bottom:1px dotted #0080ff;
	border-left:1px solid #0080ff;
	border-right:1px solid #0080ff;
	text-decoration:none;
	line-height:1.41;
}
* html #menu .dropdown li a{

}
#menu .dropdown li a:hover{
	color:#fff;
	background:#0080ff;
}
#menu .dropdown li.last a{
	border-bottom:0;
}

#menu .dropdown dd#two-ddcontent{width:209px;}
#menu .dropdown dd#two-ddcontent ul{width:208px;}
#menu .dropdown dd#two-ddcontent ul li a{width:196px;}


/* -------------------------------
ページ見出し */

p#pagetitle{
	width:1000px;
	background:#fff;
}

/* -------------------------------
パンくずリスト */

ul.path{
	padding:10px 0 16px;
	width:1000px;
	background:#fff;
}  
ul.path li{
	display:inline;
	line-height:1.4;
	list-style-type:none;
}
ul.path li a{
	padding-right:18px;
	color:#0080ff;
	background:url(../img/arrow.png) no-repeat right center;
}
ul.path li a:hover{
	text-decoration:none;
}
ul.path li em{
	padding-right:18px;
	background:url(../img/arrow.png) no-repeat right center;
}


/* -------------------------------
メインカラム */

#content_wrap{
	margin:0 auto;
	position:relative;
	background:url(../img/home/line1.png) repeat-y 755px 0;
}

#main{
	width:735px;
	float:left;
}

/* -------------------------------
右メニュー */

ul.links,
ul.links li{
	margin:0;
	padding:0;
}
ul.links{
	width:225px;
	float:right;
}
ul.links li.about{
	width:225px;
	padding:0 0 14px;
}
ul.links li.about dl{
	margin:0;
	padding:6px;
	background:#ffddc0;
}
ul.links li.about dl dt{
	position:relative;
	height:33px;
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
}
ul.links li.about dl dt img{
	vertical-align:top;
	display:inline-block;
}
ul.links li.about dl dd li{
	padding:4px 0 0;
	height:50px;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
ul.links li.about dl dd li img{
	vertical-align:top;
}

ul.links li.banners{
	padding:0 0 14px 0;
	background:url(../img/home/line.png) repeat-x left bottom;
}
ul.links .banners p{
	margin:0 0 0 10px;
}
ul.links li a img{
	display:inline-block;
}
ul.links li a img:hover{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}
ul.links li a{
	color:#0080ff;
}
ul.links li a:hover{
	color:#0af;
}

/* -------------------------------
フッターメニュー */

ul#fmenu{
	width:1000px;
	padding:40px 0 10px 0;
	background:#fff;
	clear:both;
}
ul#fmenu li{
	padding:0 10px;
	border-left:1px solid #0080ff;
	display:inline;
}
ul#fmenu li.last{
	border-right:1px solid #0080ff;
}
ul#fmenu a{
	color:#0080ff;
	text-decoration:none;
}
ul#fmenu a:hover{
	color:#0af;
	text-decoration:underline;
}

/* -------------------------------
フッター */

p#footer{
	padding-top:15px;
	height:35px;
	text-align: center;
	background: url(../img/building/detail/bg_footer.png) #fff repeat-x left top;
	clear:both;
}

/* -------------------------------
ページの先頭へ */

p#totop{
	position:relative;
	background:#fff;
	text-align:right;
}
p#totop a{
	position:absolute;
	top:-32px;
	right:0;
	display:block;
}

