/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0000ff;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#00ffff;/*マウスが乗った時の通常のリンクテキストカラー*/
	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:30px;
	font-weight:normal;
	color:#333333;
	line-height:15px;
	height:13px;
}

#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;

}

#line{
	clear: left;
	background-color: #ffffff;
	background:url(line.gif);
	width:800px;
	height:15px;
	margin:auto;
	text-align:left;

}

#toppic{
	clear: left;
	background:url(partner.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:322px;
	margin:auto;
	text-align:left;

}


/*■初期設定ここまで*/
#detail{
	width:800px;
	margin:auto;
	text-align:left;

}

#intro{
	float: left;
	background-color: #DCDCDC;
	width:780px;
	padding: 20px 10px 10px 10px;
	margin:auto;
	text-align:left;

}

h3{
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	line-height:15px;
	height:13px;
}

#item{
	width:800px;
	margin:auto;
	text-align:left;

}

#nagare{
	clear: left;
	background:url(partner2.gif) no-repeat;
	background-color: #ffffff;
	width:800px;
	height:500px;
	margin:auto;
	text-align:left;

}	

#footmenu{
	float: left;
	background-color: #ffffff;
	width:780px;
	height:20px;
	padding: 10px 10px 10px 10px;
	margin:auto;
	text-align:right;
}

/*■初期設定ここまで*/
#cr{
	clear: left;
	width:790px;
	height:28px;
	background:url(footer.gif) no-repeat;
	padding: 15px 10px 0px 00px;
	text-align:right;

}

#priva{
	clear: left;
	font-size:12px;
	background-color: #ffffff;
	width:780px;
	height:380px;
	padding: 10px 10px 10px 10px;
	margin:auto;
	text-align:left;

}


#mail{
	clear: left;
	font-size:12px;
	background-color: #ffffff;
	width:780px;
	height:450px;
	padding: 10px 10px 10px 10px;
	margin:auto;
	text-align:left;

}

h6{
	font-size:15px;
	font-weight:bold;
	color:#cc6633;
	line-height:15px;
	height:13px;
	padding: 5px 5px 5px 5px;
}