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

body{
    margin:auto;
	height:100%;
}

div#main{
    overflow:auto;
    height:500px;
    width:800px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-400px;
	background-color: #FFFFFF;
	z-index: 10:
}

#global{
	text-align: left;
	color:#666666;
	line-height: 1.5em;
	font-size: 12px;
}

#global_o{
	margin: 0 auto;
	width: 850px;
	text-align: left;
	font-size: 12px;
	_font-size: 12px;
	color:#666666;
	line-height: 1.5em;
}

#leftbox{
	float:left;
	width:200px;
	margin-right:65px;
}

#leftbox_o{
    position:absolute;
    top: 50px;
	margin: 0;
	width:200px;
	text-align:left;
}


#rightbox{
	margin-left: 270px;
}


#rightbox_o{
	padding-left: 270px;
}


h1{
	font-size:10px;
	line-height: 1.7em;
	color: #c0bfbe;
	letter-spacing:0.5em;
	font-weight:normal;
}


*:first-child+html h1{
    clear:both;
    font-size: 70%;
	line-height: 230%;
	color: #c0bfbe;
}

#foot{
	font-size:10px;
	line-height: 1.7em;
}

*:first-child+html #foot{
    clear:both;
    font-size: 70%;
	line-height: 230%;
	color: #c0bfbe;
}


/*　共通タグたち　*/

h1,h2,h3,h4,h5,p {
	margin: 0px;
}

div{
    margin: 0;
}

img{
    border: 0;
}

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


.marginTB{
	margin: 15px 0;
}

.marginR5{
	margin-right: 5px;
}

a:link { color: #003c64; }
a:visited { color: #003c64; }
a:active { color: #003c64; }
a:hover { color: #d7000f; }
