@charset "utf-8";   
/*  
 Share Style [  
----------------------------------------------------------- */  
* {   
    margin:0;   
    padding:0;   
}
html,body {   
    margin: 0;
	padding: 0;
	height: 100%;
/*	_height: 100%;
*/	_overflow: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
}

h1 {
	font-size:11px;
}

.col{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;

}
.brand{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top:120px;
	line-height:1.8em;
}
.address{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top:100px;
	line-height:4em;
}
a{
	color:#fff;
	text-decoration:none;
}
a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}
/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container {
	width:900px;
	margin:0px auto 150px auto;
	padding:0 10px;
	text-align: center;
	padding-top:150px;
}

/*  
 Footer [  
----------------------------------------------------------- */  
/* footer要素
----------------------------------------------------------- */
/*div#footer	{
	width: 100%;
	color: #FFF;
	position: fixed;
	bottom:0;
	left:0;
	height:120px;
	border-top:1px solid #fff;
	text-align:center;
}
*/
#footer1{
	right:0px;
	left:0px;
	bottom:0px;
	background:#000;
	height:100px;
	color:#666;
	border-top:1px solid #fff;
	text-align:center;
	padding-top:20px;
}

#footer1 a{
	color:#666;
}

#navi1{
	height:19px;
	margin:0 0 15px 0;
}



#navi1 ul{
	margin:10px 0 10px 0;
	padding:0;
}

#navi1 li{
	display:inline;
	margin-left:80px;
	margin-right:80px;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#header1{

	background:#000;
	height:30px;
	color:#666;
	border-bottom:1px solid #fff;
	text-align:center;
}
