@import url(./css_header.css);
@import url(./css_left.css);
@import url(./css_footer.css);

/* body */
body {
	margin: 0;
	padding: 0;
	background: #f7f4f0 url(images/back_body.gif) repeat-y center top;
   	text-align: center;
	color: #333333;
}

p {
	font-size: 90%;
}

.weather_link{
	display: none;
}

#top_line{
	margin: 0;
	padding: 0;
	height: 5px;
	background: #f7f4f0 url(images/back_body_top.gif) no-repeat center top;
	font-size: 0;
}

#container {
	background: #FFFFFF;
	line-height: 120%;
	letter-spacing: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 730px;	
	}

#container-inside {
	padding: 0 10px;
}

#main-content,#main-content_toppage{
	float: left;
	width: 100%;
	padding-top: 5px;	
	display : block;
}

#main_234{
	margin-left: 234px;
}

#main_180{
	margin-left: 190px;
}
	
#main_all {
	float: left;
	width: 100%;
	overflow: hidden;
	}

h1 {
	font-size: 80%;
	font-weight: normal;
	}
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
h3 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	}
h4 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #004aff;
}

.location {
	clear:left;
	line-height: 200%;
	border-top: 3px solid #8080ff;
	border-bottom: 1px solid #666666;
	background: #f3f0f0;
	padding-left: 10px;
	font-size:80%;
 }

.img_left{
	clear: left;
	float:left;
	margin: 0 5px 10px 0;
}

.text_right_link{
	text-align: right;
}

ul.list_menu {
	float: right;
	margin: 0;
	padding: 0;
}

ul.list_menu li {
	display: inline;
	margin: 0 5px;
	padding: 0px;
	font-size: 90%;
	list-style-type: none;
	background:url(images/p_2.gif) no-repeat center left;
	padding-left: 15px;
}

	
/* コンテンツ */ 
.area_border_1{
	margin: 10px 0;
	border: 1px solid #8080FF;
	padding: 1px;
}

.area_border_2{
	margin: 10px 0;
	border: 1px solid #cccccc;
	padding: 3px;
}
/* コンテンツ内のh2　下記２点は統一すること */ 
#main-content h2 {
	border-bottom: #cccccc 1px solid;
	border-left: #8080ff 4px solid;
	background-color:#f3f0f0;
	padding: 5px;
	margin: 10px 0;
	font-size: 90%;
	font-weight:bold;
}
#main-content_toppage h2 {
	border-bottom: #cccccc 1px solid;
	border-left: #8080ff 4px solid;
	background-color:#f3f0f0;
	padding: 5px;
	margin: 10px 0;
	font-size: 90%;
	font-weight:bold;
}

#main-content h3 {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
	background:url(images/p_2.gif) no-repeat center left;
}

#main-content_toppage h3 {
	color: #cc3300;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
}

#main-content,#main-content_toppage p {
	font-size: 90%;
}

.img_left{
	float:left;
	margin:2px 7px;
}

.img_jalan{
	float:left;
	margin:5px;
}

.img_hr{
	clear: both;
	border-style: dashed none none none;
	border-color:#333366;
	height:1px;
}

.navi_menu_left{
	float: left;
}

.navi_menu_right{
	float: left;
	margin: 0 0 0 15px;
}

.list {
	padding: 0;
	margin: 3px 0 0 5px;
	}

.list li {
	font-size: 80%;
	text-align: left;
	line-height: 150%;
	padding-left: 15px;
	list-style-type: none;
	background:url(images/p_2.gif) no-repeat center left;
	}
	
.help_h4{
	font-size: 90%;
	background:url(images/p_question.gif) no-repeat center left;
	padding-left: 18px;
}

.text_red{
	color: #FF0000;
}


/* 表全体のデザイン */
.table {
	border-collapse: collapse;
}
.table p {
	font-size: 80%; 
}

/* ヘッダセルのデザイン */
.table  th {
	padding-left: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFFCC;
}
.table  td {
	padding-left: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}



.bbs_host{
	float: right;
}
