@charset "utf-8";
/* ========================================================================

	up_101021 CSS
	
------------------------
	INDEX
------------------------
	Base
	Heder
	Contents	
	Footer
=========================================================================== */

/* Base
--------------------------------------------------------------------------- */
body#body_101021update #wrapper {
	background: url(../images/body_bg.jpg) no-repeat top center;
}
#wrapper {
	min-width: 960px;
	position: relative;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #adadad;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	outline: none;
}

/* Heder
--------------------------------------------------------------------------- */
#header {
	margin:0 auto;
	position:relative;
	width:960px;
}

#header h1 a{
	background :transparent url(../images/ga_logo.png) no-repeat scroll left top;
	width: 250px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	overflow:hidden;
}
#header h1 a:hover{
	background :transparent url(../images/ga_logo.png) no-repeat scroll left bottom;
	width: 250px;
	height: 120px;
	position: absolute;
	top: 10px;
	left: 0px;
	display: block;
	overflow:hidden;
}
h1 a .logo_posi{
	width: 250px;
	height: 120px;
	position: absolute;
	top:10px;
	left:0px;
}

a.details {
	background:url("../images/detail_bt.png") no-repeat scroll left top transparent;
	display:block;
	position:relative;
	top:10px;
	left:5px;
	width:330px;
	height:65px;
}
a.details:hover {
	background:url("../images/detail_bt.png") no-repeat scroll 1px 1px transparent;
	display:block;
	position:relative;
	top:10px;
	left:5px;
	width:330px;
	height:65px;
}

/* Contents
--------------------------------------------------------------------------- */
#contents {
	width: 340px; /* コンテンツが中央に来るように */
	margin: 0 auto;
	position: relative; /* コンテンツ上10px空ける */
	top: 10px;
	left: 0;
	
}
* html #contents {
	position: relative; /* IE6以下 */
	top: 0px;
} 


li a#style {
	background: url(../images/01_section.png) no-repeat top center;
	width: 340px;
	height: 210px;
	display: block;
}
	li a:hover#style {
		background: url(../images/01_section.png) no-repeat 1px 1px;
		width: 340px;
		height: 210px;
		display: block;
		opacity: 0.7;
		filter: alpha(opacity=70); /* IE用透過 */
	}

li a#challenge {
	background: url(../images/02_section.png) no-repeat top center;
	width: 340px;
	height: 210px;
	display: block;
}
	li a:hover#challenge {
		background: url(../images/02_section.png) no-repeat 1px 1px;
		width: 340px;
		height: 210px;
		display: block;
		opacity: 0.7;
		filter: alpha(opacity=70); /* IE用透過 */
	}
li a#item {
	background: url(../images/03_section.png) no-repeat top center;
	width: 340px;
	height: 210px;
	display: block;
}
	li a:hover#item {
		background: url(../images/03_section.png) no-repeat 1px 1px;
		width: 340px;
		height: 210px;
		display: block;
		opacity: 0.7;
		filter: alpha(opacity=70); /* IE用透過 */
	}
li a#map {
	background: url(../images/04_section.png) no-repeat top center;
	width: 340px;
	height: 210px;
	display: block;
}
	li a:hover#map {
		background: url(../images/04_section.png) no-repeat 1px 1px;
		width: 340px;
		height: 210px;
		display: block;
		opacity: 0.7;
		filter: alpha(opacity=70); /* IE用透過 */
	}

/* Footer
--------------------------------------------------------------------------- */
#footer{
	height: 135px;
	margin: 40px auto 0;
	width:960px;
}
#footer .wrapper_bottom {
	padding: 10px 0 10px 205px; /* フッターナビのポジション */
	text-align:center;
	color: #FFFFFF;
}

#footer .wrapper_bottom li {
	display: inline;
}

#footer .copyright h2 {
	float: left;
	height: 50px;
	width: 270px;
	margin: 0 20px 0 60px;
}

#footer .copyright {
	height:30px;
	line-height:1.2;
	margin: 0 auto;
	width: 960px;
	color:#FFFFFF;
}

img.cs_logo:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE用透過 */
}