html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	background:url(images/bg.png);
	font-size:14px;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
p{
	text-align:center;
	padding:5px 0;
}
hr{
	border:none;
	background:url(images/line.png);
	background-repeat: repeat-x;
	height:15px;
}

.left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	display:block;
	margin:0 auto;
}

.pink{
	color:#e3007f;
}
.big{
	font-size:1.8em;
}

.wrap{
	border:#4f88b0 1px solid;
	width:1000px;
	margin:0 auto;
	padding:0;
}
header{
	background:url(images/header_bg.png);
	width:1000px;
	height:190px;
	padding:0 0 0 0;
}
.table{
		display: table;
		box-sizing: border-box;
		list-style:none;
		table-layout: fixed;
		line-height:0;
		text-align:center;
}
.table li{
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;	
}
	.header_top{
		border-bottom:#4f88b0 1px dashed;
		max-width:1000px;
		height:90px;
		margin:0;
		padding:0;
	}
	.header_menu{
		background:rgba(255,255,255,0.3);
		max-width:960px;
		height:90px;
		margin:0;
		padding:0 20px;
	}
		.header_menu li a{
			display:block;
		}
		.header_menu li a:hover{
			background:rgba(255,255,255,0.5);
		}

.contents{
	width:1000px;
	margin:20px auto 0 auto;
}
	.side{
		width:240px;
		height:auto;
		padding-left:20px;
	}
	.main{
		background:#FFF;
		width:680px;
		margin:0 20px;
		padding:10px;
	}
ul.profileimg{
	display:table;
	box-sizing: border-box;
	list-style:none;
	table-layout: fixed;
	line-height:0;
	text-align:center;
	margin:25px;
	padding:0;
	
}
	.profileimg li{
		position:relative;
		float:left;
		vertical-align: middle;
		background:url(images/profile_bg.png);
		background-repeat:no-repeat;
		width:200px;
		height:200px;
		margin:10px 10px 10px 0;
	}
	.profileimg li:last-child{
		margin-right:0;
	}
		.pro_name{
			position:absolute;
			left:10px;
			bottom:0;
			color:#4f88b0;
			text-align:left;
			line-height:16px;
			height:20px;
		}
.big{
	font-size:16px;
	font-weight:700;
}
.access_table{
	border:#4f88b0 1px dashed;
	border-collapse: collapse;
	background:url(images/access_bg.png);
	width:660px;
	height:200px;
	margin:0 0 20px 0;
	padding:50px 10px;
}
	.access_address{
		width:330px;
		height:auto;
		padding:20px 0;
	}
		.access_address_left{
			color: #4e88b0;
			font-weight: 700;
			text-shadow: 1px 1px 3px #FFF, -1px 1px 3px #FFF, 1px -1px 3px #FFF, -1px -1px 3px #FFF;
			width:90px;
			padding:10px 0;
		}
		.access_address_right{
			width:240px;
			padding:10px 0;
		}
	.access_map{
			width:330px;
			height:auto;
		}
.sitemap_list{
	list-style: none;
}
.sitemap_list li{
	padding:10px 0;
}
	.sitemap_list li a:link{
		color:#666;
		text-decoration: none;
}
	.sitemap_list li a:visited{
		color:#666;
		text-decoration: none;
	}
	.sitemap_list li a:active{
		color:#666;
		text-decoration: none;
	}
	.sitemap_list li a:hover{
		color:#4e88b0;
		text-decoration: underline;
	}
.sitemap_list li:before{
	color: #4e88b0;
	font-weight: 700;
	text-shadow: 1px 1px 0px #fff6a1, -1px 1px 0px #fff6a1, 1px -1px 0px #fff6a1, -1px -1px 0px #fff6a1;
	content:"★";
	margin-right:5px;
}
footer{
	background:#4f88b0;
	height:100px;
}
	.footer_menu li:last-child{
		padding-left:10px;
	}
		.footer_menu li a{
			color:#FFF;
			text-decoration:none;
		}
