@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : home.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

	
/* ********************************************************************************
 * Link
 * ******************************************************************************** */

a {
	outline: none;
}
/* a:link */
a:link {
	color: #34322f;
	text-decoration: underline;
}
/* a:active */
a:active {
	color: #34322f;
	text-decoration: underline;
}
/* a:visited */
a:visited {
	color: #786a6a;
	text-decoration: underline;
}
/* a:hover */
a:hover {
	color: #000000;
	text-decoration: none;
}


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

div#content:after,
ul#globalNavi:after,
ul#siteInfo:after,
div#news dl:after,
div#specialSites ul:after,
div#specialSites ul li dl:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#content,
ul#globalNavi,
ul#siteInfo,
div#news dl,
div#specialSites ul,
div#specialSites ul li dl {
	display: inline-block;
}
* html div#content,
* html ul#globalNavi,
* html ul#siteInfo,
* html div#news dl,
* html div#specialSites ul,
* html div#specialSites ul li dl {
	height: 1%;
}
div#content,
ul#globalNavi,
ul#siteInfo,
div#news dl,
div#specialSites ul,
div#specialSites ul li dl {
	display: block;
}


/* ********************************************************************************
 * ■トップページ
 * file path : /index.html
 * ******************************************************************************** */

/* body */
body {
	min-width: 890px;
	background: url(assets/images/background.jpg) 50% 0 repeat;
	font-family: "ヒラギノ角ゴ Pro W3",'メイリオ',Meiryo,"ＭＳ Ｐゴシック";
	text-align: center; /* for IE6 */
	color: #1f1e1c;
}

/* div#container
 * ******************************************************************************** */
div#container {
	background: url(assets/images/header_bg.gif) 50% 0 repeat-x;
	position: relative;
	width: 100%;
	text-align: left;
}

/* div#header
 * ******************************************************************************** */
div#header {
	position: relative;
	width: 850px;
	height: 112px;
	margin: 0 auto;
}
/* h1#logo */
div#header h1#logo {
	position:absolute; top:38px; left:0;
}
div#header h1#logo a {
	display: block;
	width: 260px;
	height: 54px;
	background: url(assets/images/logo.gif) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
/* p.link-home */
div#header p.link-Home {
	position:absolute; top:37px; right:0;
}
div#header p.link-Home a {
	display: block;
	width: 105px;
	height: 43px;
	background: url(assets/images/link_home.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#header p.link-Home a:hover {
	background-position: 0 100%;
}

/* #topFla
 * ******************************************************************************** */
#topFla {
	width: 856px;
	height: 336px;
	margin: 0 auto;
}

/* div#content
 * ******************************************************************************** */
div#content {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
/* ul#globalNavi
 * -------------------------------------------------------------------------------- */
div#content ul#globalNavi {
	width: 850px;
	margin: 35px 0 40px;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#content ul#globalNavi li {
	float: left;
	width: 212px;
	height: 51px;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#content ul#globalNavi li.mission {
	display: inline;
	width: 211px;
	margin-right: 1px;
}
div#content ul#globalNavi li.works {
	display: inline;
	margin-right: 1px;
}
div#content ul#globalNavi li.builduppers {
	display: inline;
	margin-right: 1px;
}
div#content ul#globalNavi li.reports {
	display: inline;
}
div#content ul#globalNavi li a {
	display: block;
	width: 212px;
	height: 51px;
	background: 0 0 no-repeat;
}
div#content ul#globalNavi li.mission a {
	width: 211px;
	background: url(assets/images/globalnavi_mission.gif) 0 0;
}
div#content ul#globalNavi li.works a {
	background: url(assets/images/globalnavi_works.gif) 0 0;
}
div#content ul#globalNavi li.builduppers a {
	background: url(assets/images/globalnavi_builduppers.gif) 0 0;
}
div#content ul#globalNavi li.reports a {
	background: url(assets/images/globalnavi_reports.gif) 0 0;
}
div#content ul#globalNavi li.mission a:hover,
div#content ul#globalNavi li.works a:hover,
div#content ul#globalNavi li.builduppers a:hover,
div#content ul#globalNavi li.reports a:hover {
	background-position: 0 -51px;
}
body.mission div#content ul#globalNavi li.mission a,
body.works div#content ul#globalNavi li.works a,
body.builduppers div#content ul#globalNavi li.builduppers a,
body.reports div#content ul#globalNavi li.reports a {
	background-position: 0 100%;
}

/* p.pagetop */
div#content p.pageTop {
	clear: both;
	width:83px;
	margin: 0 0 7px auto;
}
div#content p.pageTop a {
	display: block;
	width: 83px;
	height: 14px;
	background: url(assets/images/btn_pagetop.gif) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#content p.pageTop a:hover {
	background-position: 0 100%;
}

/* div#main
 * ================================================================================ */
div#main {
	float: left;
	width: 610px;
	padding-bottom: 20px;
}
/* div#news
------------------------------------------------------------*/
div#main div#news {
	margin-bottom: 25px;
}
/* h2 */
div#main div#news h2 {
}
/* dl */
div#main div#news dl {
	padding: 8px 0 9px;
	background: url(assets/images/dotline_1.gif) 0 100% repeat-x;
	line-height: 1.2;
}
div#main div#news dl dt {
	float: left;
	width: 100px;
	font-family: Verdana,"Courier New",Courier;
	text-indent: 2px;
	color: #666666;
}
div#main div#news dl dd {
	float: right;
	width: 510px;
}
/* div#specialSites
------------------------------------------------------------*/
div#main div#specialSites {
}
/* h2 */
div#main div#specialSites h2 {
	margin-bottom: 15px;
}
/* ul */
div#main div#specialSites ul {
	width: 610px;
	margin-bottom: 16px;
	padding-bottom: 17px;
	background: url(assets/images/line_1.gif) 0 100% repeat-x;
}
/* ul.last */
div#main div#specialSites ul.last {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
div#main div#specialSites ul li {
	width: 305px;
	float: left;	
}
/* dl */
div#main div#specialSites ul li dl {
	width: 295px;	
}
div#main div#specialSites ul li dl dt {
	position: relative;
	float: left;
	padding: 9px 10px 10px 9px;
	background: url(assets/images/bg_frame_136x95.gif) 0 0 no-repeat;
	z-index: 1;
}
/* span.url */
div#main div#specialSites ul li dl dt a img.url {
	display: none;
	position:absolute; top:9px; left:9px;
	z-index: 10;
}
div#main div#specialSites ul li dl dd {
	display: inline;
	float: left;
	width: 147px;
	margin-left: 12px;
}
/* dd.siteTitle */
div#main div#specialSites ul li dl dd.siteTitle {
	margin-bottom: 5px;
	padding: 6px 0;
	background: url(assets/images/dotline_2.gif) 0 100% repeat-x;
}
div#main div#specialSites ul li dl dd.siteTitle a {
	display: block;
	height: 15px;
	background: 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#main div#specialSites ul li dl dd.siteTitle a:hover {
	background-position: 0 100%;
}
/* dd.description */
div#main div#specialSites ul li dl dd.description {
	line-height: 1.3;
}
/* div#main div#specialSites ul li dl.on */
div#main div#specialSites ul li dl.on dt a img.url {
	display: block;
}
div#main div#specialSites ul li dl.on dd.siteTitle a {
	background-position: 0 100%;
}
div#main div#specialSites ul li dl.on dd.description {
	text-decoration: underline;
}
/* li.leftColumn dl */
div#main div#specialSites ul li.leftColumn dl {
	margin: 0 auto 0 0;
}
/* li.rightColumn dl */
div#main div#specialSites ul li.rightColumn dl {
	margin: 0 0 0 auto;
}
/* music */
div#main div#specialSites ul li dl.music dd.siteTitle a {
	width: 120px;
	background-image: url(images/link_music.gif);
}
/* kensetsufilms */
div#main div#specialSites ul li dl.kensetsufilms dd.siteTitle a {
	width: 114px;
	background-image: url(images/link_kensetsufilms.gif);
}
/* town */
div#main div#specialSites ul li dl.town dd.siteTitle a {
	width: 92px;
	background-image: url(images/link_town.gif);
}
/* ranking */
div#main div#specialSites ul li dl.ranking dd.siteTitle a {
	width: 92px;
	background-image: url(images/link_ranking.gif);
}


/* div#sub
 * ================================================================================ */
div#sub {
	width: 212px;
	float: right;
	padding-bottom: 20px;
}
/* dl#about
------------------------------------------------------------*/
div#sub dl#about {
	margin-bottom: 25px;
}
div#sub dl#about dt {
	margin-bottom: 12px;
}


/* div#footer
 * ******************************************************************************** */
div#footer {
	width: 100%;
	height: 121px;
	background: url(assets/images/footer_bg.gif) 50% 0 repeat-x;
}
/* div#footerInner */
div#footer div#footerInner {
	position: relative;
	width: 850px;
	height: 121px;
	margin: 0 auto;
}
/* ul#siteInfo
------------------------------------------------------------*/
div#footer ul#siteInfo {
	position:absolute; top:11px; left:0;
	height: 13px;
}
div#footer ul#siteInfo li {
	display: inline;
	float: left;
	margin-right: 12px;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#footer ul#siteInfo li a {
	display: block;
	height: 13px;
}
div#footer ul#siteInfo li.privacy a {
	width: 101px;
	background: url(assets/images/site_info_privacy.gif) 0 0 no-repeat;
}
div#footer ul#siteInfo li.sitemap a {
	width: 60px;
	background: url(assets/images/site_info_sitemap.gif) 0 0 no-repeat;
}
div#footer ul#siteInfo li.privacy a:hover,
div#footer ul#siteInfo li.sitemap a:hover {
	background-position: 0 100%;
}
/* p.link-jfcc */
div#footer p.link-jfcc {
	position:absolute; bottom:0; left:0;
}
div#footer p.link-jfcc a {
	display: block;
	width: 206px;
	height: 79px;
	background: url(assets/images/link_jfcc.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}
div#footer p.link-jfcc a:hover {
	background-position: 0 100%;
}
/* p#copyright */
div#footer p#copyright {
	display: block;
	position:absolute; top:73px; right:0;
	width:230px;
	height: 6px;
	background: url(assets/images/copyright.gif) 0 0 no-repeat;
	text-indent: -9000px;
	font-size: 0;
	line-height: 0;
}

