@charset "utf-8";

/*
------------------------------
Theme :LOVERS WEBSITE COMMON CSS
UpDate  :20090430

Works :ShinDesign // OFFICE ONE-C
URL   :http://shindesign.org
URL   :http://one-c.org

Version: 1.0
------------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, MS PGothic, Osaka, sans-serif, Helvetica, Verdana;
	color: #CCCCCC;
	line-height: 1.4em;
	font-size:9px;
	background-color:#000000;
}

 *html body {
 	font-size:small;
}

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

img {
	border: none;
}

.hidden {
	display:none;
}

br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

ul {
	list-style-type: none;
}

.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}
/* ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */


a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

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

a:active {
	text-decoration: none;
}


/* MAIN CONTENTS ------------------------ */
#wrapBox {
	position:absolute;
	width:920px;
	height:600px;
	left:50%;
	top:50%;
	margin:-300px 0 0 -460px;
	border-top:3px solid #001F37;
	padding:0px;
	background-image:url(../images/wall.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
}


div.boxAblock {
	margin:0px;
	padding:0px;
	height:350px;
}

div.boxAinnerLeft {
	width:650px;
	height:345px;
	float:left;
}

div.boxAinnerRight {
	width:250px;
	margin-top:130px;
	height:280px;
	float:left;
}


div.boxA-Ublock {
	margin:0px;
	padding:0px;
	height:30px;
	width:100%;
	display:inline-block;
	border-bottom:1px solid #001F37;
	float:left;
}

div.boxA-U2block {
	margin:0px;
	padding:0px;
	height:15px;
	width:100%;
	display:inline-block;
	border-top:1px solid #001F37;
}

div.boxBblock {
	margin:0px;
	padding:0px;
	width:305px;
	height:190px;
	float:left;
	text-align:center;
}
div.boxCblock {
	margin:0px;
	padding:0px;
	width:300px;
	height:190px;
	float:left;
	text-align:center;
}
div.boxDblock {
	margin:0px;
	padding:0px;
	width:310px;
	height:190px;
	float:left;
	text-align:center;
}



dt.infoBlock {
	margin:1px;
	padding:2px;
	height:56px;
	line-height:1.8em;
}

img.infoText {
	float:left;
	padding:2px;
	margin:1px;
}

div.cBox {
	margin:0px auto;
	padding:0px;
}	

div.boxRight {
	padding:0px;
	margin:0px;
	width:300px;
	height:600px;
	overflow:hidden;
	float:right;
}

#foot {
	position:absolute;
	bottom:0px;
	width:100%;
}

p.copy {
	text-align:center;
	color:#666666;
	display:block;
	padding:3px;
	line-height:1.8em;
}