@charset "shift_jis";


/* +++++++++++++++++ HTMLtag +++++++++++++++++ */

body {
	font:small/130% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	}
h2,h3,h4 {
	font-size: 1.1em;
	font-weight:normal;
	line-height: 100%;
	}
div,p,ul {
	line-height: 130%;
	text-align:left;
	}
hr {
	display:none;
	}
h1,h2,h3,h4,p,div,ul,li,form,dl,dt,dd,img {
	margin:0px;
	padding:0px;
	}
p {
	margin-top:0.5em;
	}
ul {
	list-style-type:none;
	}
a:link {
	color: #00f;
	text-decoration: underline;
	font-weight:normal;
	}
a:visited {
	color: #9900FF;
	text-decoration: underline;
	font-weight:normal;
	}
a:hover {
	color: #f00;
	text-decoration: none;
	}
a:active {
	color: #00f;
	text-decoration: none;
	}
img {
	border:0px;
	}

/* +++++++++++++++++ custom class +++++++++++++++++ */

.clear {
	height:1px;
	font-size:1px;
	clear:both;
	}
.fxsml {
	font-size:x-small;
	}

/* +++++++++++++++++ header +++++++++++++++++ */

#title,#g_navi,#head_bar,#footer{
	width:768px;
	margin:0px auto 0px auto;
	}


#title{
	
	height:54px;
	text-align:left;
	
}

#g-navi{
	height:30px;
}
#btn-navi{
	width:668px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

.btn-navi{
	width:132px;
	height:30px;
}



#head-bar{
	height:20px;
}

/* +++++++++++++++++ contents +++++++++++++++++ */

#contents-left{
	width:98px;
	height:100%;
	background-image:url(../images/common/back_left.gif);
	background-position:left;
	background-repeat: repeat-y;
	background-position:top;
}

#contents-center{
	width:572px;
	height:100%;
	padding-top:20px;
	padding-left:auto;
	padding-right:suto;
	padding-bottom:30px;
	
}

#contents-right{
	width:98px;
	height:100%;
	background-image:url(../images/common/back_right.jpg);
	background-position:right;
	background-repeat: repeat-y;
}

#main{
	width:530px;
	margin-left:auto;
	margin-right:auto;
}


/* +++++++++++++++++ footer +++++++++++++++++ */


#footer{
	height:20px;
	border-top-style:double;
	border-top-color:#EA84FF;
}

#return{
	text-align:right;
	font-weight:normal;
	font-size:0.9em;
}

#linktext{
	margin-top:10px;
	text-align:center;
	font-size:0.95em;
	font-weight:normal;
}

#copyright{
	margin-top:10px;
	margin-bottom:30px;
	color:#EA84FF;
	text-align:center;
	font-weight:normal;
	font-size:0.9em;
}