@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 1px;
}

body{
	background-color: #000000;
}

table{
	border: 0px;
	border-collapse: collapse;
}

li{
	list-style-type: none;
}

hr{
	margin: 10px 0px 10px 0px;
}

img{
	border: none;
}

a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}




/* -----------------------------------------------------------------------------------------
共通
----------------------------------------------------------------------------------------- */

.cleared{
	width: auto;
	height: 0px;
	display: block;
	clear: both;
}

#containar{
}

#header_navi{
	height: 24px;
	width: 900px;
	margin: 0px auto 0px auto;
}
#header_navi h1{
	-webkit-transform: scale(0.9);
	-webkit-transform-origin:0 0;
	line-height: 24px;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: lighter;
	color: #ffffff;
	width: 600px;
	float: left
}
#header_navi_r{
	float: right;
	width: 300px;
}
#header_navi_r a{
	display: block;
	float: right;
	width: 98px;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	padding-top: 2px;
	font-size: 10px;
	background-image: url(../image/index_image_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #333333;
	border-right: 1px solid #666666;
}


#h_area{
	margin: 0px 0px 0px 0px;
	height: 100px;
	background-image: url(../image/bg_header.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#header{
	margin: 0px auto 0px auto;
	height: 100px;
	width: 900px;
}
#header h2{
	width: 180px;
	height: 100px;
	float: left;
}
#tel{
	width: 560px;
	height: 100px;
	float: right;
}



#n_area{
	clear: both;
	margin: 0px 0px 0px 0px;
	height: 70px;
	background-image: url(../image/bg_navi.jpg);
	background-repeat: repeat-x;
}
#global_navi{
	width: 900px;
	margin: 0px auto 0px auto;
}
#global_navi ul li{
	float: left;
	width: 180px;
	height: 70px;
}




#f_area{
	clear: both;
	height: 200px;
	width: 100%;
	background-image: url(../image/footer_bg.jpg);
	background-repeat: repeat-x;
}
#page_top{
	clear: both;
	width: 900px;
	height: 30px;
	margin: 0px auto 0px auto;
	text-align: right;
}
#footer{
	clear: both;
	width: 900px;
	height: 140px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}
#footer_l{
	width: 500px;
	float: left;
	text-align: left;
}
#footer_l h2{
	margin: 0px 0px 15px 0px;
	font-size: 10px;
	color: #ffffff;
	font-weight: lighter;
	line-height: 24px;
}
#footer_l address{
	line-height: 24px;
	color: #ffffff;
	font-style: normal;
}
#footer_r{
	width: 400px;
	float: right;
	text-align: right;
}
#footer_r p{
	margin: 20px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer_bottom{
	clear: both;
	width: auto;
	margin: 0px auto 0px auto;
	line-height: 20px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
#footer_bottom a{
	color: #ffffff;
	font-size: 10px;
}


/* -----------------------------------------------------------------------------------------
サイズ・色
----------------------------------------------------------------------------------------- */
.f11{
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}

.f_red{
	color: #cc0033;
	font-size: 16px;
}

.text_small{
	font-size: 8px;
}













