@charset "UTF-8";

@media screen{
body {
color: #000000;
margin: 0px;
padding: 0px;
font: 95%/1.8 "メイリオ", "ヒラギノ丸ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
background: url(images/bg.png) repeat-x left top;
text-align: center;
}
a {
color: blue;
}
a:hover {
color: #ff8787;
}
}

@media print{
body {
color: #000000;
margin: 0px;
padding: 0px;
font: 95%/1.8 "メイリオ", "ヒラギノ丸ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
text-align: center;
}
}

img {
	border: none;
}


/*ページ全体
------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*汎用イメージ
------------------------------------------------------------------*/
#float_img_left {
float: left;
}

#float_img_right {
float: right;
}

#float_img_center {
float: center;
margin: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	/*background: url(images/container_bg_01.png) no-repeat left top;*/
	position: relative;
	margin-bottom: 10px;
	height: 65px;
	font-size: 12px;
	border: none;
}

#headertable {
	width: 1000px;
}

#logo {
	text-align: left;
	vertical-align: top;
	width: 500px;
}

#linkbtn {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 300px;
}

#fontchange {
	padding-top: 3px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 190px;
}

#address {
	font-size: 14px;
}


/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	text-align: left;
	width: 990px;
	margin: 5px;
	background-image: url(images/container_top_bg_02.png);
	background-repeat: repeat-y;
}

/* メニュー */
#menu {
/*	background-color: aqua;*/
	width: 290px;
	float: left;
	margin: 0px;
	border: 1px silver solid
}

#lv1menu {
	line-height: 30px;
	margin: 5px;
/*	background-color: green;*/
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
}

#lv2menu {
	margin: 5px;
/*	background-color: green;*/
	width: 280px;
	font-size: 11px;
}
#lv2menu img {
	margin-left: 1px;
	margin-right: 1px;
}

#lv3menu {
	margin: 5px;
/*	background-color: green;*/
	width: 280px;
	margin-bottom: 10px;
}

#lv4menu {
	/*border: 1px silver solid*/
	width: 200px;
	margin-bottom: 10px;
}

#lv4menu ul {
	list-style-type: none;
	margin-left: 10px;
}

#lv4menu li {
	line-height: 25px;
	background: url("images/linkmark.gif") no-repeat 0 5px;
	padding-left: 25px;
	padding-top: 3px;
	font-size: 12px;
}


/* メインコンテンツ */
#contents #main {
width: 690px;
float: left;
margin-left: 5px;
/*border: 1px solid #D9D9D9;*/
}


/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
background: url(images/h2_bg.png) no-repeat left center;
height: 30px;
width: 440px;
margin: 15px 0;
padding-left: 25px;
line-height: 30px;
text-align: left;
font-size: 14px;
color: #555555;
}
#main h3 {
background: url(images/h3_bg.png) no-repeat left center;
height: 34px;
width: 570px;
margin: 15px 0;
padding-left: 20px;
line-height: 34px;
text-align: left;
font-size: 17px;
color: #696969;
}

/*画像
------------------------------------------------------------------*/

#picture {
	width: 680px;
	margin: 3px;
	line-height:210%;
	float: left;
/*border: 1px solid #D9D9D9;*/
}

#picture img {
margin: 2px;
}

/*ニュース
------------------------------------------------------------------*/

#main a img {
	border: 0;
}

#news1 {
	width: 335px;
	margin: 3px;
	line-height:100%;
	float: left;
/*border: 1px solid #D9D9D9;*/
}

#news1 ul {
width: 320px;
margin-left: 10px;
margin-top: 10px;
padding-left: 0px;
}

#news1 li {
background:url(images/news1.png) no-repeat;
list-style:none;
color: #121212;
width: 320px;
border-bottom: 2px silver dotted;
}

#news1 li div {
	font-size:0.8em;
	padding: 3px 3px 3px 10px;
}

#news1 li img {
	float: right;
	padding: 2px 2px 2px 10px;
}

#news1 a {
text-decoration: none;
color: blue;
}
#news1 a:hover {
text-decoration: underline;
color: #ff8787;
}
#news1 img {
margin: 0px;
padding-left: 0px;
}

#news2 {
	width: 335px;
	margin: 3px;
	line-height:100%;
	float: left;
/*border: 1px solid #D9D9D9;*/
}

#news2 ul {
width: 320px;
margin-left: 10px;
margin-top: 10px;
padding-left: 0px;
}

#news2 li {
background:url(images/news2.png) no-repeat;
list-style:none;
color: #121212;
width: 320px;
border-bottom: 2px silver dotted;
}

#news2 li div {
	font-size:0.8em;
	padding: 3px 3px 3px 10px;
}

#news2 li img {
	float: right;
	padding: 2px 2px 2px 10px;
}

#news2 a {
text-decoration: none;
color: blue;
}
#news2 a:hover {
text-decoration: underline;
color: #ff8787;
}


/*フッター
------------------------------------------------------------------*/
#footer {
clear: both;
background: url(images/container_bg_03.png) repeat-x bottom;
text-align: center;
font-size: 11px;
width: 100%;
height: 80px;
margin-top: 10px;
padding-top: 10px;
}


/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

