﻿body {
	background-color:#FFF;
	color:#333333;
	line-height:1.4em;
}

a:link,
a:active,
a:visited {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#999;
	text-decoration:underline;
}

.img_L {
	float:left;
	margin:4px 8px 4px 0;
}
.img_R {
	float:right;
	margin:4px 0 4px 8px;
}

#container {
	width:100%;
}

#page-title {
	margin:50px 50px 50px 120px;
	font-size:115%;
	font-weight:bold;
}

/*======== ヘッダー ========*/
#header {
	width:100%;
	margin:0 0 10px;
}
#header #header_top {
	margin:0 0 10px;
	background-color:#00624E;
}
#header #header_top #header_top_inner {
	overflow: hidden;
	height:auto;
	zoom:1;
	width:900px;
	margin:0 auto;
}
#header #header_top #header_top_inner  h1 {
	float:left;
	display:block;
	padding:4px 0;
	font-size:72%;
	color:#FFF;
	font-weight:normal;
}
#header #header_top #header_top_inner #navi {
	float:right;
	padding:4px 2px 4px 10px;
	font-size:72%;
}
#header #header_top #header_top_inner #navi span {
	margin:0 8px 0 0;
}
#header #header_top #header_top_inner #navi span img {
	margin:0 3px 0 0;
	vertical-align:text-bottom;
}
#header #header_top #header_top_inner #navi span a {
	color:#FFF;
	text-decoration:underline;
}

#header #header_bottom {
	overflow: hidden;
	height:auto;
	zoom:1;
	width:900px;
	margin:0 auto;
}

#header #header_bottom #name {
	float:left;
	font-size:20px;
	font-weight:bold;
}
#header #header_bottom #name img {
	margin:0 8px 0 0;
	vertical-align:middle;
}
#header #header_bottom #search {
	float:right;
	padding:5px 0 0;
}

#department {
    overflow: hidden;
	height:auto;
	zoom:1;
}
#department #d_box {
	width:900px;
	margin:0 auto;
	padding:4px 0;
}
#department #d_box #dp_left {
	float:left;
	font-size:86%;
}
#department #d_box #dp_left dl {
}
#department #d_box #dp_left dl dt {
	float:left;
	margin:0 4px 0 6px;
}
#department #d_box #dp_left dl dd {
	float:left;
	margin:0 4px 0 0;
}
#department #d_box #dp_right {
	float:right;
}
#department #d_box #dp_right img {
	margin:0 0 0 4px;
}

#global_menu {
	width:100%;
	border-bottom:2px solid #00624E; /* 変更可 */	
}
#global_menu #g_box {
    overflow: hidden;
	height:auto;
	zoom:1;
	position: relative;
	width:900px;
	margin:0 auto;
}
#global_menu #g_box ul {
}
#global_menu #g_box ul li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	z-index:100;
	width:122px;
	*height:40px;
	*margin:0 4px 0 0;
	padding: 6px 0 5px;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#FAFAFA;
	text-align:center;
	line-height:40px;
	*line-height:20px;
	font-weight:bold;
	vertical-align:middle;
}
#global_menu #g_box ul li a {
	color:#00624E; /* 変更可 */
	text-decoration:none;
}
#global_menu #g_box ul li a:hover {
	text-decoration:underline;
}
#global_menu #g_box ul li.single {
	*height:36px;
	*padding:15px 0 0px;
}
#global_menu #g_box ul li.double {
	*width:124px;
	line-height:20px;
}


/*======== コンテンツ ========*/
#content {
	width:900px;
	margin:0 auto 20px;
	background-color:#FFF;
}
#content_inbox {
	overflow: hidden;
	height:auto;
	zoom:1;
	position: relative;
	padding:0 0 40px;
}

/*--- 各ページ共通 ---*/
#content #page_title_box {
	margin:0 auto 15px;
}
#content #page_title_box #page_title_t img {
	vertical-align:bottom;
}
#content #page_title_box #page_title {
	width:877px;
	padding:0 10px;
	border-left:1px solid #C0C2C1;
	border-right:1px solid #C0C2C1;
	font-size:115%;
	font-weight:bold;
}
#content #page_title_box #page_title p {
	padding:4px 0 4px 8px;
	border-left:6px solid;
	border-left-color:#CCC;  /* 変更可 */
	font-size:115%;
	font-weight:bold;
}
#content #page_title_box #page_title_b img {
	vertical-align:top;
}
#content #page_body {
	padding:0 20px 20px;
	margin-top: 20px;
}

#content #pan_navi {
	padding:6px 0;
	font-size:86%;
}

/*--- トップページ ---*/
#content .top_box {
	overflow: hidden;
	height:auto;
	zoom:1;
	clear:both;
}

/* BOXの下マージン */
#content .box_margin15 {
	margin:0 0 15px;
}
#content .box_margin20 {
	margin:0 0 20px;
}
#content .box_margin25 {
	margin:0 0 25px;
}
#content .box_margin30 {
	margin:0 0 30px;
}
#content .box_margin40 {
	margin:0 0 40px;
}

/* メインイメージ */
#content .top_box #top_mainimg {
}

/* バナー */
#content .top_box ul#top_bn {
    overflow: hidden;
	height:auto;
	zoom:1;
}
#content .top_box ul#top_bn li {
	float:left;
	margin:0 19px 0 0;
}
#content .top_box ul#top_bn li.last {
	margin:0;
}

/* 新着情報 */
#content .top_box #top_info {
	float:left;
	width:440px;
}
#content .top_box #top_info #info_title {
	line-height:0;
	font-size:0;
}
#content .top_box #top_info dl#info {
	padding:8px 10px 16px;
	background-color:#F3F3F3;
}
#content .top_box #top_info dl#info dt {
	padding:8px 5px 2px;
}
#content .top_box #top_info dl#info dd {
	padding:2px 5px 8px;
	border-bottom:1px dotted #CCC;
}
#content .top_box #top_info dl#info dd a {
	color:#0083BA;  /* 変更可 */
}

/* 行事予定 */
#content .top_box #top_event {
	float:right;
	width:440px;
}
#content .top_box #top_event #event_title {
	line-height:0;
	font-size:0;
}
#content .top_box #top_event dl#event {
	padding:8px 10px 16px;
	background-color:#F3F3F3;
}
#content .top_box #top_event dl#event dt {
	padding:8px 5px 2px;
}
#content .top_box #top_event dl#event dd {
	padding:2px 5px 8px;
	border-bottom:1px dotted #CCC;
}
#content .top_box #top_event dl#event dd a {
	color:#0083BA;  /* 変更可 */
}

/* コンテンツ */
#content .top_box #top_content {
	width:900px;
}
#content .top_box #top_content #content_title {
	margin:0;
}
#content .top_box #top_content #content_body {
    overflow: hidden;
	height:auto;
	zoom:1;
	padding:8px 10px;
	background-color:#F8F3E4;
}
#content .top_box #top_content #content_body .content_box {
	float:left;
	margin:0 32px 0 0;
}
#content .top_box #top_content #content_body .last {
	margin:0 0 0 0;
}

/* フッターバナー */
#content .top_box ul#footer_bn {
    overflow: hidden;
	height:auto;
	zoom:1;
}
#content .top_box ul#footer_bn li {
	float:left;
	margin:0 10px 0 0;
}
#content .top_box ul#footer_bn li.last {
	margin:0;
}

/*---記事リストページ ---*/
#content #page_body dl#entry_list {
	overflow: hidden;  
	height: auto;	
	width:860px;
	margin: 0 auto;
	line-height:1.4;
	border-bottom:1px dotted #808080;
}
#content #page_body dl#entry_list dt {
	float: left;
	width: 150px;
	padding:10px 0 10px 16px;
	border-top:1px dotted #808080;
	background:url(./arrow_s.gif) no-repeat 4px 18px;
	clear:both;
}
#content #page_body dl#entry_list dd {
	margin: 0 0 0 166px;
	padding:10px 6px 10px 0;
	border-top:1px dotted #808080;
}

/*---記事ページ ---*/
#content #page_body #entry_title {
	width: 836px;
	margin: 0 0 6px;
	padding: 0 12px 10px;
	background: url(./entry_subtitle_line.gif) no-repeat 0 bottom;
	color: #666;
	font-size: 115%;
	font-weight: bold;
}
#content #page_body #entry_date {
	margin: 0 0 15px;
	padding:0 8px;
	text-align:right;
}
#content #page_body #entry_body {
	padding:0 15px;
	line-height:1.5em;
}

/* new clearfix */
#page_body:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #page_body             { zoom: 1; } /* IE6 */
*:first-child+html #page_body { zoom: 1; } /* IE7 */


/*======== フッター ========*/
#footer {
	clear:both;
	width:100%;
	font-size:86%;
}
#footer #footer_menu {
	background-color:#F5F5F5;
}
#footer #footer_menu .inline {
	width:900px;
	height:30px;
	margin:0 auto;
	padding:6px 0 0;
}
#footer #footer_menu .inline span {
	margin:0 5px;
}

#footer #footer_address {
	background-color:#F5F5F5;
}
#footer #footer_address .inline {
	width:890px;
	margin:0 auto;
	padding:6px 5px;
}

#footer #footer_copyright {
	background-color:#00624E;  /* 変更可 */
	color:#FFF;  /* 変更可 */
}
#footer #footer_copyright .inline {
	width:900px;
	margin:0 auto;
	padding:6px;
	text-align:right;
}


/* -----------------------------
-------- QRコード設定用 --------
------------------------------ */
#footer {
background-color: #F5F5F5;
}

#footer_keitai {
background-color: #F5F5F5;
width: 890px;
margin: 0 auto;
padding-bottom:5px;
border-bottom:1px dotted #333;
}
#footer_keitai img {
margin-right: 10px;
float:left;
}
.keitai_copy p {
padding-bottom: 5px;
}
p.keitai_url{
line-height:1.2em;
}
