@charset "UTF-8";

html {
	overflow-y: scroll;
/*
	background: url(../images/common/common-head-bg.png) left top repeat-x;
*/
}

body {
	color: #000;
	font-family:"Arial";
/*
	background: url(../images/common/common-head-bg.png) left bottom repeat-x;
*/
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}

h1 {
	font-size:0.8em;
	color: #000;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}

h5 {
	font-size:18px;
	padding:10px 0 10px 0;
}
h6 {
	font-size:6px;
}

p {
	margin: 5px;
	font-size:13px;
	color: #333;
	line-height:17px;
	text-align: left;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	text-align: right;
	width: 960px;
}

.clear{
	clear: both;
	height: auto;
}

.mb40{
	margin:0 0 40px 0;
	}
.red{
	
	}

.linep{
	width:500px;
	float:right;
	}
.lineimg{
	width:200px;
	float:left;
	}	

#pl {
	float: left;
	text-align: left;
	font-size: 0.8em;
	width: 500px;
	margin: 5px auto 0 auto;
}


#crumbs {
	width: 600px;
}

#crumbs li{
	list-style-type: none;
	float: left;
	line-height: 1.5em;
	padding-left: 0.75em;
}

#crumbs li a{
	display: block;
	background: url(../images/common/crumbs-arrow.gif) no-repeat right center;
	padding-right: 15px;
}

.list-size li{
	margin-left: 30px;
	list-style-type: disc;
	font-size: 1em;
	line-height: 30px;
}

.place-list li{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: disc;
	font-size: 12px;
}


			