/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#ff0000;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}



/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: 90%; /* IE 7 */
    *font:80%; /* IE 6以下 */
}
body{
	text-align:center;
	}

.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}




#mainbox{
	width:800px;
	margin:auto;
	text-align:left;

}

h1{
	font-size:11px;
	font-weight:normal;
	color:#333333;
	line-height:15px;
	height:13px;
}


/*■初期設定ここまで*/
#head{
	width:800px;
	margin:auto;
	text-align:left;

}

#title{
	float: left;
	background-color: #ffffff;
	width:280px;
	height:20px;
	padding: 30px 10px 0px 10px;
	margin:auto;
	text-align:left;
	vertical-align: bottom;

}

h2{
	font-size:15px;
	font-weight:normal;
	color:#333333;
	line-height:15px;
	padding: 0px 5px 5px 5px;
}

#menu{
	float: left;
	background-color: #ffffff;
	width:500px;
	height:20px;
	padding: 30px 0px 0px 0px;
	margin:auto;
	text-align:right;

}
li {
	display: inline;
	margin: 0 0px;
	
}


/*■初期設定ここまで*/
#picture{
	width:800px;
	margin:auto;
	text-align:left;

}



#toppic{
	clear: left;
	background:url(n-rmix.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:322px;
	margin:auto;
	text-align:left;

}


#concept{
	clear: left;
	background:url(concept.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:30px;
	margin:auto;
	text-align:left;
}


#about{
	clear: left;
	background-color: #000000;
	width:770px;	
	margin:auto;
	padding: 15px 15px 15px 15px;
	color:#ffffff;
	text-align:left;

}

#line{
	clear: left;
	background:url(lin1.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:10px;
	margin:auto;
	text-align:left;

}

#service{
	clear: left;
	background:url(service.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:30px;
	margin:auto;
	text-align:left;
}

#servicede{
	clear: left;
	background-color: #ffffff;
	width:770px;	
	margin:auto;
	padding: 15px 15px 15px 15px;
	color:#000000;
	text-align:left;

}

h3{
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
	line-height:15px;
	padding: 3px 3px 3px 3px;
}


#gaiyou{
	clear: left;
	background-color: #ffffff;
	width:770px;
	margin:auto;
	padding: 10px 10px 15px 15px;
	color:#000000;
	text-align:left;
}

/*■コピーライト*/
#cr{
	clear: left;
	width:790px;
	height:30px;
	background:url(footer.gif) no-repeat;
	padding: 8px 10px 0px 00px;
	text-align:right;

}
