@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background:url(../images/common/bg.jpg) repeat-x;
	text-align:center;
	color:#333333;
	font-size:14px;
	line-height:140%;
}

img{
	border:0;
}

ul,ol,dl{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0px;
	padding:0px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#header{
	width:900px;
	height:65px;
	margin:0px auto;
}

#header #samukawa{
	float:left;
}

#header #samukawa a{
	display:block;
	width:210px;
	height:45px;
	margin:15px 0px 0px 20px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(../images/common/samukawa.jpg) no-repeat;
}

#header #right{
	text-align:right;
	float:right;
	width:250px;
	height:55px;
	margin:10px 0px 0px 0px;
}

#header_list{
	line-height:100%;
	margin:0px 0px 5px 0px;
	float:right;
}

#header_list li{
	background:url(../images/common/circle.jpg) no-repeat;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 15px;
	float:left;
}

#navi{
	width:900px;
	height:35px;
	clear:both;
	margin:0px auto;
}

#navi li{
	float:left;
}

#navi li a{
	text-indent:-5000px;
	overflow:hidden;
	width:150px;
	height:35px;
	display:block;
}

#n1 a{
	background:url(../images/common/n1.jpg) no-repeat;
}

#n1 a:hover{
	background:url(../images/common/n1_o.jpg) no-repeat;
}

#n2 a{
	background:url(../images/common/n2.jpg) no-repeat;
}

#n2 a:hover{
	background:url(../images/common/n2_o.jpg) no-repeat;
}

#n3 a{
	background:url(../images/common/n3.jpg) no-repeat;
}

#n3 a:hover{
	background:url(../images/common/n3_o.jpg) no-repeat;
}

#n4 a{
	background:url(../images/common/n4.jpg) no-repeat;
}

#n4 a:hover{
	background:url(../images/common/n4_o.jpg) no-repeat;
}

#n5 a{
	background:url(../images/common/n5.jpg) no-repeat;
}

#n5 a:hover{
	background:url(../images/common/n5_o.jpg) no-repeat;
}

#n6 a{
	background:url(../images/common/n6.jpg) no-repeat;
}

#n6 a:hover{
	background:url(../images/common/n6_o.jpg) no-repeat;
}

#pankuz{
	width:910px;
	height:30px;
	margin:10px auto 5px auto;
}

#pankuz p{
	width:710px;
	font-size:12px;
	text-align:left;
	float:left;
	padding:5px 0px 0px 10px;
}

#pankuz p a{
	padding:0px 10px 0px 10px;
}

#content{
	width:910px;
	margin:0px auto;
	text-align:left;
}

#right_content{
	width:670px;
	float:right;
	padding:0px 0px 20px 0px;
}

#right_content p{
	margin:0px 0px 10px 0px;
}

#right_content img{
	margin:0px 0px 10px 0px;
}

.num{
	list-style:decimal;
	margin:0px 0px 15px 10px;
}

.num li{
 	margin:0px 0px 0px 20px;
}

.list{
	list-style:disc;
	margin:0px 0px 15px 0px;
}

.list li{
 	margin:0px 0px 0px 20px;
}

#depts{
	width:650px;
	height:120px;
	line-height:100%;
	margin:0px 0px 0px 20px;
	clear:both;
}

#depts li{
	background:url(../images/top/square.jpg) no-repeat;
	width:142px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 20px;
	float:left;
}

#left_content{
	width:230px;
	padding:0px 0px 30px 0px;
	float:left;
}

h2{
	width:670px;
	height:100px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 10px 0px;
	clear:both;
}

h3{
	width:670px;
	height:36px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	margin:0px 0px 10px 0px;
	clear:both;
}

#left_content img{
	margin:0px 0px 5px 0px;
}

#footer_bg{
	background:url(../images/common/footer_bg.jpg) repeat-x;
	height:150px;
	clear:both
}

#footer{
	width:900px;
	height:130px;
	color:#FFF;
	text-align:left;
	margin:0px auto;
	padding:20px 0px 0px 0px;
}

#footer p{
	padding:5px 0px 10px 0px;
}

#footer p a{
	color:#FFF;
	margin:0px 10px 0px 10px;
}

address{
	font-style:normal;
	margin:0px 0px 0px 10px;
}

.fs_20{
	font-size:20px;
	font-weight:bold;
}

.fs_12{
	font-size:12px;
}