
/* -------------------------------------------------------------------*/

/*  + from common design +*/
/* ===================================================================*/


*{
	line-height: 150%;
	color: #000000;
}

body{
	margin: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	overflow: scroll;
	padding: 0px;
	background-image: url(../Img/Back/indexBody.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

hr{
	color: #FF0099;
	background-color: #FF0099;
	margin: 5px 0px 10px;
	height:1px;
	border: none;
}
div,table,ol,ul,dl{
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
	border: 1px none #000000;
	list-style-type: none;
}

h1,h3,h4,h5,h6,p,li,dl,dt,td,th{
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: 100%;
	border: none;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	font-size: 12px;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;
}

a{
	color: #0000FF;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}

.fl-r{
	float: right;
}

.fl-l{
	float: left;
}

.clear{
	clear: both;
}

.subtitle{
	color: #0000FF;
	margin: 0px;
	padding: 0px;
}

#TopicPath{
	height: auto;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#TopicPath p{
	float: left;
	height: auto;
	width: auto;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#TopicPath p a{
	margin-right: 5px;
	color: #000000;
	text-decoration: underline;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-weight: normal;
}



/*-------------------------------------------------------------------------*/

/* * header design - /
/*=========================================================================*/

#Wrapper{
	background-image: url(../img/back/index.gif);
	background-position: center top;
	height: 1024px;
	width: 100%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Wrapper h1{
	background-image: url(../img/back/index.gif);
	background-position: center top;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

#Wrapper #Body-Age{
	height: auto;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 350px;
	position: relative;
}

#Wrapper #Body-Age #Age-Wrap{
	height: 35px;
	width: 322px;
	position: absolute;
	top: 475px;
	left: 422px;
}

#Wrapper #Body-Age #Osaka{
	height: 35px;
	width: 430px;
	position: absolute;
	top: 600px;
	left: 250px;
}

#Wrapper #Body-Age ul#Age-Wrap li{
	height: 35px;
	width: auto;
	right: 0px;
}

#Wrapper #Body-Age ul#Age-Wrap li a{
	height: 35px;
	width: 200px;
	right: 0px;
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../Img/Btn/index.gif);
}

#Wrapper #Body-Age ul#Age-Wrap li a:hover{
	height: 35px;
	width: 200px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: 15px top;
	display: block;
	background-image: url(../Img/Btn/index.gif);
}


#Wrapper #Body-Age ul#Age-Wrap li a#Ov18{
	background-position: left -2px;
}

#Wrapper #Body-Age ul#Age-Wrap li a#Ov18:hover{
	background-position: left -2px;
}


#Wrapper #Body-Age ul#Age-Wrap li a#Un18{
	background-position: right -2px;
	width:100px;
}

#Wrapper #Body-Age ul#Age-Wrap li a#Un18:hover{
	background-position: right -2px;
	width:100px;
}





















