/************************************************************************************
RESET：タグのリセット
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

video,
audio {
    display: block;
}



/************************************************************************************
トップページ
*************************************************************************************/
body {
	background: #F0F0F0;
	font-family:"MS PGothic", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #3f3e3e;
	font-size: 100.01%;
}
#header {
	height: 95px;
	margin: 0 auto;
}
	.outer {
		width: 970px;
		height: 45px;
		margin: 0 auto;
		position: relative;
	}
	.outer #logo {
		background: url(../images/common/logo.png) no-repeat;
		width: 226px;
		height: 25px;
		position: absolute;
		top: 12px;
		left: 0px;
	}
	.outer #logo a {
		width: 307px;
		height: 39px;
		text-indent: -9999px;
		display: block;
	}
	.outer nav#sub-navi ul {
		width: 190px;
		height: 45px;
		position: absolute;
		top: 25px;
		right: 0px;
		list-style: none;
	}
	.outer nav#sub-navi ul li a:link,
	.outer nav#sub-navi ul li a:visited {
		background: url(../images/common/black-small-eye.gif) left 3px no-repeat;
		font-size: 0.85em;
		color: #3f3e3e;
		width: auto;
		padding: 0 0 0 13px;
		margin: 0 10px 0 0;
		float: left;
		display: block;
		list-style: none;
		text-decoration: none;
	}
	.outer nav#sub-navi ul li a:hover {
		text-decoration: underline;
	}

	
/* 共通 グローバルナビゲーション & プルダウン
-------------------------------------------------------------- */
#g_navi {
	background: url(../images/common/gnavi-bg.gif) repeat-x;
	height: 50px;
}
#g_navi ul#navi {
	margin: 0 auto;
	width: 970px;
	height: 50px;
}
#g_navi ul#navi li {
	list-style: none;
	display: block;
	float: left;
	height: 50px;
	position: relative; /* プルダウン用 必須*/
}
#g_navi ul#navi li a {
	display: block;
	text-decoration: none;
	height: 50px;
	text-indent: -9999px;
}

/* 
#g_navi ul#navi li:hover a, #g_navi ul#navi li a:hover, #g_navi ul#navi #current02 a {
	background-position: left bottom;
}
*/

#g_navi ul#navi li:hover .navi_01 { width:280px;  background: url(../images/common/gnavi.gif) no-repeat; background-position: 0px -50px;}
#g_navi ul#navi li:hover .navi_02 { width:140px;  background: url(../images/common/gnavi.gif) no-repeat; background-position: -280px -50px;}
#g_navi ul#navi li:hover .navi_03 { width:111px;  background: url(../images/common/gnavi.gif) no-repeat; background-position: -420px -50px;}
#g_navi ul#navi li:hover .navi_04 { width:100px;  background: url(../images/common/gnavi.gif) no-repeat; background-position: -531px -50px;}
#g_navi ul#navi li:hover .navi_05 { width:140px;  background: url(../images/common/gnavi.gif) no-repeat; background-position: -631px -50px;}
#g_navi ul#navi li:hover .navi_06 { width:199px;  background: url(../images/common/gnavi.gif) no-repeat; background-position: -771px -50px;}

#g_navi ul#navi a.navi_01 { width:280px; background: url(../images/common/gnavi.gif) no-repeat; background-position: 0px 0px;}
#g_navi ul#navi a.navi_02 { width:140px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -280px 0px;}
#g_navi ul#navi a.navi_03 { width:111px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -420px 0px;}
#g_navi ul#navi a.navi_04 { width:100px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -531px 0px;}
#g_navi ul#navi a.navi_05 { width:140px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -631px 0px;}
#g_navi ul#navi a.navi_06 { width:199px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -771px 0px;}

#g_navi ul#navi a.navi_01_current { width:280px; background: url(../images/common/gnavi.gif) no-repeat; background-position: 0px 0px;}
#g_navi ul#navi a.navi_02_current { width:140px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -280px 0px;}
#g_navi ul#navi a.navi_03_current { width:111px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -420px 0px;}
#g_navi ul#navi a.navi_04_current { width:100px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -531px 0px;}
#g_navi ul#navi a.navi_05_current { width:140px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -631px 0px;}
#g_navi ul#navi a.navi_06_current { width:199px; background: url(../images/common/gnavi.gif) no-repeat; background-position: -771px 0px;}



/* プルダウン調整
-------------------------------------------------------------- */
#g_navi ul#navi .sub {
	position: absolute; /*--必須--*/
	top: 53px; left: 5px;
	background-color: #fafafa;
	border: 8px #FFDD5B solid;
	padding: 18px 13px 10px 13px;
	float: left;
	/*--Bottom right rounded corner--
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;*/
	/*--Bottom left rounded corner--
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
	display: none; /*--JSオフ時に表示されないように--*/
	z-index: 2000;
}

#g_navi ul#navi .row { 
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#g_navi ul#navi .sub ul {
	list-style: none;
	width: 200px;
	float: left;
}
#g_navi ul#navi .sub ul li {
	width: 100%;
	height: 25px;
}
#g_navi ul#navi .sub ul li a {
	float: none;
	text-indent: 0; /* --text-indentを戻す-- */
	background: url(../images/common/sub-list-eye.gif) left 4px no-repeat;
	padding: 0 0 0 18px;
	display: block;
	text-decoration: underline;
	color: #686868;
	font-size: 0.78em;
}
#g_navi ul#navi .sub ul li a:hover {
	text-decoration: none;
	color: #FF686A;
}



/* HOME 分譲ビッグラージバナー
-------------------------------------------------------------- */
#featired-long-bana {
	width: 100%!important;
	height: 100px;
	background: url(../images/banner/L-bannar-bg.gif) repeat-x;
	margin: 0 auto 20px;
	text-align: center;
}
	#longbana-slider {
		width: 100%!important;
		margin: 0 auto;
		height: 100px;
	}


/* HOME イメージスライダー
-------------------------------------------------------------- */
#slider {
	width: 100%!important;
	height: 490px;
}
	#slider1 {
		background-image: url(../images/slider/slider-01.jpg);
		background-position: center top;
		margin: 0 auto;
		width: 100%!important; /* 100%幅は表示領域を100%にするため必須 */
		height: 490px;
	}
	#sliderwrap { /* slider01にhtml入れる事も可能 */
	}
	#slider2 {
		background-image: url(../images/slider/slider-02.jpg);
		width: 100%!important;
		margin: 0 auto;
		background-position: center top;
		height: 490px;
	}
	#slider3 {
		background-image: url(../images/slider/slider-03.jpg);
		width: 100%!important;
		margin: 0 auto;
		background-position: center top;
		height: 490px;
	}
	#slider4 {
		background-image: url(../images/slider/slider-04.jpg);
		width: 100%!important;
		margin: 0 auto;
		background-position: center top;
		height: 490px;
	}
	
#slide-pager-botton-outer {
	width: 100%!important;
	height: 0px;
	margin: 0 auto;
	position: relative;
}	
#slide-pager-botton-outer #slider-prev { /* slider preview and next botton */
	background: url(../images/top/slider-pager.gif) no-repeat;
	width: 50px;
	height: 41px;
	text-indent: -9999px;
	position: absolute;
	top: 220px;
	left: 0;
	z-index: 1100;
	cursor: pointer;
}

#slide-pager-botton-outer #slider-next { /* slider preview and next botton */
	background: url(../images/top/slider-pager.gif) no-repeat 0 -41px;
	width: 50px;
	height: 41px;
	position: absolute;
	top: 220px;
	right: 0;
	z-index: 1100;
	cursor: pointer;
}

#slide-outer {
	width: 970px;
	height: 0px;
	margin: 0 auto;
	position: relative;
}
.gnavi-cover {
	position:absolute;
	top:0;
	z-index:50000;
}

/* VIDEO
-------------------------------------------------------------- */
#video { /* video */
	width: 100%!important;
	margin: 0 auto;
	height: auto;
	background-color: #000000;
	background-position: center top;
	z-index: 1100;
}
#video-text {
	color: #CCC;
	font-size: 0.85em;
	text-align: center;
}



/* ShortCut Panel
-------------------------------------------------------------- */
#openPanle {
	width: 100px;
	height: 21px;
	z-index: 50000;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}
#openPanle-cntrl {
	width: 700px;
	height: 30px;
	z-index: 50000;
	position: absolute;
	top: -40px;
	left: 0;
}
#mute {
	width: 57px;
	height: 21px;
	margin: 0 15px 0 0;
	float: left;
	cursor: pointer;
}
#openPanle-cntrl .play {
	width: 20px;
	height: 21px;
	margin: 0 5px 0 0;
	float: left;
	cursor: pointer;
}
#openPanle-cntrl .pause {
	width: 20px;
	height: 21px;
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}
#openPanle-cntrl .note {
	width: 355px;
	height: 23px;
	margin: 0 10px 0 0;
	float: left;
}

#slidePanel {
	height: 112px;
	background-color: #e0e3e4;
	display: none;
}
#slidePanel-inner {
	width: 880px;
	margin: 0 auto;
}
#slidePanel .grid {
	width: 127px;
	height: 49px;
	margin-top: 29px;
	float: left;
}
.grid-space-left {
	margin-right: 23px;
}


	
/* HOME イメージスライダー上のショートカット
-------------------------------------------------------------- */
#slide-outer {
	width: 970px;
	height: 0px;
	margin: 0 auto;
	position: relative;
}
#slide-outer #shortcut {
	width: 190px;
	height: 374px;
	float: left;
	position: absolute;
	top: 60px;
	right: 50px;
	z-index: 1000;
	display: none;
}
#shortcut .spacer01 {
	padding: 0 0 5px 0;
}
#shortcut .spacer02 {
	padding: 0 2px 7px 0;
}
#shortcut .spacer03 {
	padding: 0 0 7px 0;
}




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

#contents-outer {
	width: 970px;
	margin: 10px auto 55px;
	overflow: hidden;
}

#left-contents {
	width:610px;
	margin-right:60px;
	margin-top:30px;
	float:left;
}
#right-contents {
	width:300px;
	float:right;
	margin-top:30px;
}

/*行事予定*/

#event-outer {
	width: 610px;
	min-height:500px;
	margin: 30px 60px 30px 0;
	float: left;
}
	#event-title-bar {
		width: 610px;
		height: 50px;
		position: relative;
	}
	#event-title-bar .titlebar {
		width: 246px;
		height: 44px;
		position: absolute;
		top: 8px;
		left: 0;
	}
	#event-title-bar .listbtn {
		width: 85px;
		height: 18px;
		position: absolute;
		top: 23px;
		right: 0;
	}
#article-event-box {
	width: auto;
	padding: 15px;
	margin: 7px 0 0 0;
	min-height: 370px;
	background: #FFF;
}

/* News Topics */

#news-outer {
	width: 610px;
	margin: 0 60px 30px 0;
	float: left;
}
	#news-title-bar {
		width: 610px;
		height: 50px;
		position: relative;
	}
	#news-title-bar .titlebar {
		width: 208px;
		height: 44px;
		position: absolute;
		top: 8px;
		left: 0;
	}
	#news-title-bar .listbtn {
		width: 85px;
		height: 18px;
		position: absolute;
		top: 23px;
		right: 0;
	}
.article-box {
	width: auto;
	padding: 15px;
	margin: 7px 0 0 0;
	min-height: 170px;
	background: #FFF;
}
	.article-box dt {
		background: url(../images/top/news-balck-eye.gif) left 2px no-repeat;
		width: 68px;
		padding: 0 0 0 18px;
		margin: 0 17px 0 0;
		font-size: 0.78em;
		float: left;
	}
	.article-box dd {
		width: auto;
		font-size: 0.8em;
		float: left;
	}
	.article-box dd a:link,
	.article-box dd a:visited {
		color: #3f3e3e;
		text-decoration: underline;
	}
	.article-box dd a:hover {
		color: #3f3e3e;
		text-decoration: none;
	}
	.article-box .type-icon {
		width: 61px;
		margin: 0 20px 0 0;
		float: left;
	}
	.article-box .wrap {
		margin: 0 0 3px 0;
		overflow: hidden;
	}
	
/*SGH活動近況*/

#sgh-outer {
	width: 610px;
	margin: 30px 60px 0 0;
	float: left;
}
	#sgh-title-bar {
		width: 610px;
		height: 50px;
	}
	#sgh-title-bar .titlebar {
		width: 341px;
		height: 44px;
		top: 8px;
		left: 0;
	}

.sgh-panel {
	background: url(../images/top/sgh-panel-bg.gif) no-repeat;
	width:190px;
	min-height:273px;
	float:left;
}
.sgh-img-box {
	width:170px;
	height:110px;
	display:block;
	margin:20px 10px 10px 10px;
}
.sgh-panel-text {
	width:170px;
	min-height:120px;
	padding:10px;
	background-color:#FFF;
}
.sgh-day {
	font-size:0.7em;
}
.sgh-day-title {
	background:url(../images/top/eye-arrow.png) left no-repeat;
	font-style:normal;
	font-size:0.81em;
	margin:2px 0 4px 0;
	padding-left:7px;
}
.sgh-main-text {
	font-size:0.78em;
	line-height:1.3;
}


#banner-outer {
	width: 300px;
	float: left;
}

#urgent-box {
	background:#fff;
	border: solid #949191 2px;
	width:295px;
	min-height:180px;
}
.urgent-title {
	width:300px;
	height:35px;
	margin:20px 0 2px 5px;
}
.urgent-text-box {
	margin:10px 18px 18px 18px;
	font-size:0.9em;
	line-height:1.4;
}

	#banner-title-bar {
		width: auto;
		height: 30px;
		/*position: relative;*/
	}
.banner-box {
	width: auto;
	padding: 0;
	margin: 7px 0 0 ;
}




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

#footer {
	background-color: #000;
	color: #f3f3f3;
	padding: 48px 0 40px;
}
	#footer #f-inner-box {
		width: 970px;
		margin: 0 auto;
	}
	#footer a:link	 	{ text-decoration: none; color: #b0afaf; }
	#footer a:visited   { text-decoration: none; color: #b0afaf; }
	#footer a:hover 	{ text-decoration: underline; color: #b0afaf; }
#contact-box {
	width: 970px;
	margin: 0 auto 48px;
}
#contact-box .f-freedial {
	background: url(../images/common/footer-freedial.png) no-repeat;
	width: 423px;
	height: 41px;
	text-indent: -9999px;
	float: left;
}
#contact-box .f-contact-btn {
	width: 217px;
	height: 28px;
	margin: 5px 0 0 18px;
	float: right;
}
	
.f-logo-box {
	width:250px;
	float:left;
}

.f-link-box {
	background: url(../images/common/f-divider-line.gif) left top repeat-y;
	width: 155px;
	/*min-height: 320px;*/
	padding: 0 0 0 13px;
	margin: 0;
	float: left;
}
.f-space {
	margin: 0 8px 0 0;
}
.f-link-box ul {
	margin: 12px 0 17px 0;
}
.f-text-box {
	margin: 25px 0 0 0;
}

#copyright {
	width: 970px;
	height: 20px;
	margin: 13px auto 16px;
	font-size: 0.65em;
	text-align: left;
	position: relative;
}
	#copyright .footer-logo {
		background: url(../images/common/logo-footer.gif) no-repeat;
		width: 228px;
		height: 29px;
		text-indent: -9999px;
		position: absolute;
		left: 0px;
	}
	#copyright .footer-logo a {
		width: 151px;
		height: 19px;
		text-indent: -9999px;
		display: block;
	}
	#copyright .footer-year {
		width: auto;
		height: 20px;
		position: absolute;
		top: 11px;
		right: 0;
	}
#copyright nav#sub-navi2 ul {
		width: 480px;
		height: 20px;
		position: absolute;
		top: 11px;
		right: 0px;
		list-style: none;
	}
	#copyright nav#sub-navi2 ul li a:link,
	#copyright nav#sub-navi2 ul li a:visited {
		color: #3f3e3e;
		width: auto;
		margin: 0 0 0 13px;
		float: right;
		display: block;
		list-style: none;
		text-decoration: none;
	}
	footer nav#sub-navi2 ul li a:hover {
		text-decoration: underline;
	}
	
#scroll-up {
	width: 38px;
	height: 28px;
	margin-left: 18px;
	margin-top: 5px;
	float: right;
}
#footer-textlink {
	border-top: 1px #e6e5e5 solid;
	background-color: #f8f8f8;
}
#footer-textlink-inner {
	background: url(../images/top/footer-jr-logo.png) 2px center no-repeat;
	width: 855px;
	height: 36px;
	padding: 24px 0 0 115px;
	margin: 0 auto;
}
#footer-textlink ul {
	list-style: none;
}
#footer-textlink ul li a:link,
#footer-textlink ul li a:visited {
	background: url(../images/top/eye-arrow.png) left center no-repeat;
	font-size: 0.7em;
	padding: 0 0 0 13px;
	margin: 0 10px 0 0;
	display: block;
	list-style: none;
	float: left;
	color: #686868;
	text-decoration: underline;
}
#footer-textlink ul li a:hover {
	text-decoration: none;
}
		
	
	
/* アイキャッチ付きテキスト・リンク
-------------------------------------------------------------- */
.eye-white-sml {
	background:url(../images/common/white-small-eye.gif) left 2px no-repeat;
	margin: 0 0 8px 0;
	padding: 1px 0 0 18px;
	font-size: 0.8em;
}
.eye-red-mdl { 
	background: url(../images/top/eye-white-middle.png) 0 center no-repeat;
	margin: 0 0 4px 13px;
	padding: 0 0 0 17px;
	font-size: 0.73em;
}


/* リスト
-------------------------------------------------------------- */
.eye-li-white-small { /* アイキャッチ　白文字 */
	background: url(../images/top/eye-white-middle.png) 0 center no-repeat;
	margin: 0 0 4px 0;
	padding: 0px 0 0 17px;
	list-style: none;
	font-size: 0.68em;
}

.li-white-small { /* 白文字 */
	margin: 0 0 4px 0;
	padding: 0px 0 0 10px;
	font-size: 0.73em;
	line-height: 1.4;
	list-style: none;
}



/************************************************************************************
テキスト関連
*************************************************************************************/

/* テキスト */

.t-caption 	{ font-size: 0.75em; line-height: 1.6; }
.t-ex-small { font-size: 0.72em; line-height: 1.62; 	}
.t-small 	{ font-size: 0.85em; line-height: 1.75; }
.t-middle 	{ font-size: 0.9em; line-height: 1.77;	}
.t-large 	{ font-size: 1.1em; line-height: 1.75;	}
.t-ex-large { font-size: 1.2em; line-height: 1.75;	}

.t-small-b	  { font-size: 0.78em; line-height: 1.62; font-weight: bold; }
.t-middle-b	  { font-size: 0.88em; line-height: 1.65; font-weight: bold; }
.t-large-b	  { font-size: 0.98em; line-height: 1.75; font-weight: bold; }
.t-ex-large-b { font-size: 1.08em; line-height: 1.8; font-weight: bold; }

.t-bold		  { font-weight: bold; }


/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix		{ display: inline-block;	}
.clearfix		{ display: block; zoom: 1;	}
.clear-both		{ clear: both; }


/************************************************************************************
LINK
*************************************************************************************/

A:link {
	color: #e63d3f;
	text-decoration: none;
	}

A:visited {
	color: #e63d3f; 
	text-decoration: underline; 
	}

A:active {
	color: #e63d3f; 
	text-decoration: none;
	}

A:hover { 
	color: #e63d3f;
	text-decoration: none;
	}
	
a .n-link {
	color:#434343;
	text-decoration:none;
}
