@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0; 
	}

/*全体の設定*/ 
body {
	text-align: center;
	margin: 5px;
	background:#111;
	font-family: "lr oSVbN", "Lucida Grande", "trebuchet ms", Arial, Helvetica, osaka;
	}

#base {
	text-align: left;
	width: 900px;
	margin: 0px auto;
	}
	
#main {
	height: 500px;
	vertical-align: bottom;
	}

#funk {
	height: 41px;
	}



a:link {
	color: #555;
	text-decoration: underline;
	}


a:visited {
	color:#555;
	text-decoration: underline;
	}


a:hover {
	color: #999;
	text-decoration: none;
	}







/*WE ARE設定*/ 
#mainweare {
	height: 500px;
	background-image:url(../images/weare002.gif);
	}




/*コンタクトページ設定*/ 
#maincontact {
	height: 500px;
	background-image:url(../images/contact03.jpg);
	}


#add {
	font-size: 14px;
	padding:325px 0px 0px 655px;
	}


a.mail:link {
	color: #222;
	text-decoration: none;
	}


a.mail:visited {
	color:#222;
	text-decoration: underline;
	}


a.mail:hover {
	color: #D00;
	text-decoration:none;
	}




/*ITEMS設定*/ 
#mainitems {
	height: 500px;
	background-image:url(../images/items002.jpg);
	}
