@charset "UTF-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	background: #000027 url(../img/bg.png) no-repeat 100% 0;
	line-height: 1.4;
	font-size: 12px;
	text-align: center;
	}
/*==IE6==*/
*html div#magni {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/bg.png",sizingMethod="scale");
	}
/*==END==*/
*html body {
	font-size: 78%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
a {
	color: #0B419B;
	}
a:hover {
	color: #FF9900;
	}
strong {
	font-weight: bold;
	color:#9D6300;
	}
em {
	color: #FF3333;
	}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
.imgR {
	float: right;
	margin: 0 0 15px 15px;
	}
.imgL {
	float: left;
	margin: 0 15px 15px 0;
	}
.imgC {
	text-align: center;
	}
.textR {
	text-align: right;
	}
.textC {
	text-align: center;
	}
/*==================parts==================*/	
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
/*==================head==================*/
#head {
	width: 900px;
	margin-bottom: 10px;
	color: #FFFFFF;
	}
#head h1 {
	float: left;
	width: 272px;
	margin-top: 56px;
	}
#head p {
	float: right;
	margin-top: 87px;
	font-size: 90%;
	}
#head p a {
	color: #FFFFFF;
	}
#head p a:hover {
	color: #FF9900;
	}
/*==================main==================*/
/*==================navi==================*/
#main div#navi {
	height: 48px;
	background: url(../img/navi_bg.jpg) repeat-x;
	margin-bottom: 15px;
	}
#main div#navi ul {
	}
#main div#navi ul li {
	display: inline;
	}

#main{
	background:url(../purpope/img/bg.gif) no-repeat bottom;
}

/*===Back to link===*/	
#main div.golink{
	text-align:right;
	margin:10px 15px 10px 15px;
}		

#main div.golink a{
	background:url(../img/link.gif) no-repeat 0 50%;
	padding:10px 0 10px 17px;
}

#main div.to_top{
	margin:20px 15px 50px 15px;
}

#main #content ul.info li{
	background:url(../img/scl.gif) no-repeat 0 3px;
	padding-left:20px;
	margin:0 0 10px 20px;
}
/*==================foot==================*/
#foot {
	width: 900px;
	color: #FFFFFF;
	}
#foot p {
	float: right;
	}
#foot address {
	font-size: 85%;
	}