@charset "UTF-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	line-height:160%;
}

html,body {
    height:100%;
}

a:link{color:#666; text-decoration: none;}
a:visited{color:#666; text-decoration: none;}
a:hover{color:#c60; text-decoration: underline;} 

#textRed {
    color:#c60;
	font-weight:bold;
}

.container {
	width: 800px;
	height:770px;
	background-image:url(../images/home/backimg.jpg);
	background-repeat:no-repeat;
	margin: 25px auto 0 auto;
	text-align: left;
	display:block;
	position:relative;	
}


/*----------------------------コンテンツ----------------------------*/

.info {
    float:right;
	width:360px;
	margin-right:25px;
	margin-top:25px;
}

.info #title {
    width:360px;
	height:20px;
	border-bottom:1px solid #999;
}

h1 {
    font-size:120%;
	color:#000;
	border-bottom:1px #ccc solid;
	border-left:7px solid #CC6600;
	padding:3px 0 3px 7px;
}

ul {
    margin:0:
}


/*----------------------------メニュー----------------------------*/

.menu {
	width:145px;
	float:right;
	position:absolute; top:270px; right:235px;
}

/*----------------------------フッター----------------------------*/

.footer {
	width: 800px;
	margin:0 auto;
	clear: both;
	background-color:#000;
}

.footer p {
    padding:5px 0;
	margin:0;
	color:#ccc;
	font-size:11px;
	text-align:center;
}

/*----------------------------フロート----------------------------*/

.fltrt {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}