@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      module.css
 Style Info:     共通（ヘッダー、フッター）
----------------------------------------------------------- */

/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	width: 900px;
	height: 83px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	float: left;
	width: 531px;
	padding-top: 8px;
}

#header a:hover img{ 
	opacity:0.8; filter: alpha(opacity=80);
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	padding: 0;
	text-align: right;
}

#header #utilityNav li {
	display: inline;
}

/* #guideNav
----------------------------------------------------------- */

#header #guideNav {
	padding: 10px 0 0 0;
	text-align: left;
	float: right;
	width: 340px;
}

#header #guideNav li {
	display: inline;
}

#header #guideNav li.searchBox {
	position: absolute;
	top: 42px;
	left: 745px;
}

.search {
	width: 135px;
	background: url(../img/share/bg_search.gif) left top no-repeat;
	height: 24px;
	position: relative;
}
#search	{
	width: 91px;
	position: absolute;
	top: 3px;
	left: 12px;
	border: 1px solid #FFF;
	font-size: 10px;
}
#searchBtn	{
	position: absolute;
	top: 5px;
	left: 110px;
}


/* #gNav
----------------------------------------------------------- */

#bgNav {
	padding-left: 0;
	background: url(../img/share/bg_gnav.jpg) repeat-x top center;
	height: 103px;
}

#bgNav #gNav  {
	width: 905px;
	margin: 0 auto;
	position: relative;
	line-height:1;
	text-align: left;
	>z-index: 2;
}

#bgNav li {
	list-style: none;
	float: left;
	position: relative;	
}

#bgNav li a {
	float: left;
	height: 75px;
}

#bgNav li a:hover {
	background: transparent;
}




/*  プルダウン
----------------------------------------------------------- */

ul,li	{ margin:0; padding:0; }

#gNav ul { 
	display: none; 
	position: absolute;
	top: 78px;
	left: 0;
	width: 200px;
	border: 1px solid #eee;
	background: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 5px #ccc;　/* Safari,Google Chrome用 */ 
}

* html #nav ul { line-height: 0; }

#gNav ul ul { 
	top: 0;
	left: 121px;
}

#gNav ul li {
	display: block;
	height: 35px;
	width: 180px;
	margin:	0px 0 5px 10px;
	background: url(../img/share/bg_pulldown_arrow.gif) 0.7em 1.1em no-repeat;
	border-bottom: 1px solid #eee;
	float: none;
}

#gNav ul li:last-child {
	border-bottom: none;
	margin:	0 0 0 10px;	
}

#gNav ul a {
    display:block;
	width: 200px;
    height: 30px;
    padding:0;
	zoom: 1;
	line-height: 1;
	padding: 10px 0 0 25px;		
}

#gNav ul a.hover,
#gNav ul a.active {
	background: url(../img/share/bg_pulldown_nav.gif) left top no-repeat;
    color: #fff;
	text-decoration: none;
}



/*	topicpath
----------------------------------------------------*/

#topicpath {
	text-align: left;
	padding: 0 10px 0 25px;
	margin: 0 auto;
	font-size:10px;
	clear: both;
	height: 30px;
	width: 860px;
	background: url(../img/share/bg_home.gif) left 0.8em no-repeat;
	>z-index: 1;
} 

#topicpath li {
	display:inline;
	list-style-type:none;
	height: 27px;	
	padding-top: 8px;
	color: #999999;
} 

#topicpath li a {
	padding-right: 20px;
	background: url(../img/share/bg_topicbath.gif) right -0.2em no-repeat;
	height: 25px;
	margin-right: 10px;
}  


/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */

#footer {
	clear: both;
	position: absolute;
	_position: static;		
	height: 30px;
	background: url(../img/share/bg_footer.jpg) repeat-x bottom;
	bottom: 0;
	width:100%;
	left: 0;
	padding: 20px 0 0 0;	
}

#footer .copy {
	text-align: center;
}
