﻿@charset 'utf-8';
/* 基本
----------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
}
/* 背景 */
body {
	background: #FFFFFF url('images/bg.jpg') repeat-x;
}

/* IE6向け */
body {
	text-align:center;
}
div {
	text-align:left;
}

/* リンク */
a {
	color: #0066FF;
}
a:hover {
	text-decoration: none;
}

/* レイアウト
----------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 830px;
}
#header {
	position: relative;
	height: 135px;
}
#navi {
	clear: both;
}
#container {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}
#primary {
	padding: 5px 10px 35px;
	float: right;
	width: 590px;
	_width: 610px;
	background-color: #FFFFFF;
}
#secondary {
	padding: 5px;
	float: left;
	width: 200px;
	_width: 210px;
	background-color: #FFFFFF;
}
#footer {
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}
.clear {
	clear: both;
}

/* ナビゲーションバー
----------------------------------------------------------------------------- */

.menu {
	font: normal 14px "ＭＳ Ｐ明朝","細明朝体",serif;
	width: 200px;
}
.menu ul {
	list-style: none;
	line-height: 1.0;
	margin-top: 0;
	padding: 0;
}
.menu li {
	margin-bottom: 5px;
}
.menu li a {
	color: #333333;
	text-decoration: none;
	height: 16px;	
	_height: 32px;
}
.menu li a:link {
    padding: 9px 0 7px 18px;
    background: url(images/menu.gif) no-repeat;
    display: block;
}
.menu li a:visited {
    padding: 9px 0 7px 18px;
    background: url(images/menu.gif) no-repeat;
    display: block;
}
.menu li a:hover {
    padding: 9px 0 7px 18px;
    background: url(images/menu.gif) no-repeat 0 -32px;
}
#current {
    background:  url(images/menu.gif) no-repeat 0 -32px;
    padding: 9px 0 7px 18px;
}

/* ヘッダー
----------------------------------------------------------------------------- */
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 3px 0 0 3px;
	float: left;
}
.sitemap {
	font-size: 12px;
	margin: 3px 0 0 3px;	
	float: right;
}
.title {
	font: normal 13px "ＭＳ Ｐ明朝","細明朝体",serif;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 55px;
	left:0;
}
.tel{
	font-size: 14px;
	position: absolute;
	top: 85px;
	left: 100px;
}
.sitemap a {
	color: #FFFFFF;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}

/* トピックパス
----------------------------------------------------------------------------- */

.topicpath {
	font-size: 12px;
	margin-left: 3px;	
	float: left;
}
#navi h2 {
	font-size: 12px;
	font-weight: normal;
	margin-right: 3px;	
	float: right;
}


/* 見出し
----------------------------------------------------------------------------- */

#primary h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.0;	
	margin-bottom: 8px;
	padding: 20px 0 24px 15px;
	float: none;
	height: 16px;
	_height: 60px;
	background: url('images/h2bg.jpg') no-repeat;
}
#primary h3 {
	font-size: 16px;
	line-height: 1.0;	
	margin-bottom: 8px;	
	padding: 8px 0 8px 18px;
	height: 16px;
	_height: 32px;	
	background: url(images/h3.gif) no-repeat;
	display: block;
}
#primary h4 {
	font-size: 14px;
	color: #333333;
	padding-left: 8px;
}

/* テキスト
----------------------------------------------------------------------------- */
p {
	font-size: 16px;
	padding: 0 8px 8px;
}

.right {
	text-align: right;
	padding: 5px 8px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.b {
	font-weight: bold;
}
.red {
	color: #FF0066;
}
.red_b {
	color: #FF0066;
	font-weight: bold;
}
.blue {
	color: #0066FF;
}
.blue_b {
	color: #0066FF;
	font-weight: bold;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.bigXX {
	font-size: 24px;
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.line {
	text-decoration: underline;
}
.i {
	font-size: large;
	font-style: italic;
}

/* リスト
----------------------------------------------------------------------------- */
#primary ul {
	font-size: 16px;
	margin: 0 8px 8px 28px;
	list-style-type: disc;
}
#primary ul.sub {
	font-size: 16px;
	margin: 0 0 8px 40px;
	list-style-type: circle;
}
#primary ul.kome li {
	font-size: 16px;
	text-indent: -1em;
	list-style: none;
}
#primary ol {
	font-size: 16px;
	margin: 0 0 8px 30px;
	list-style-type: decimal;
}
dl {
	font-size: 16px;
	padding: 0 8px 8px;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 8px 5px;
}

/* フッダー
----------------------------------------------------------------------------- */
#footer p {
	font-size: 12px;
	text-align: center;
	padding: 15px 0 15px;
}
#footer a, #navi a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover, #navi a:hover{
	text-decoration: underline;
}

/* 画像
----------------------------------------------------------------------------- */

.imgbox_l {
	margin: 0px 10px 10px 8px;
	float: left;
}
.imgbox_r {
	margin: 0px 10px 8px 10px;
	float: right;
}

/* ライン
----------------------------------------------------------------------------- */
img.line {
	margin-bottom: 8px;
	clear: both;
}
hr {
	margin: 0 8px 8px;
}

/* カスタム
----------------------------------------------------------------------------- */
.greenbg {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	background-color: #339900;
}
.bluebg {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	background-color: #0066FF;
}
.orangebg {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	background-color: #FF9900;
}
.pinkbg {
	font-weight: bold;
	padding: 2px;
	background-color: #FF99FF;
}
iframe.news {
	margin: 0 8px 8px;
	height: 90px;
	width: 569px;
}
.box {
	margin: 0 8px 8px;
	padding: 10px;
	border: 2px dotted #CCCCCC;
	background-color: #F5F5F5;
}
.boxBlue {
	margin: 0 8px 8px;
	padding: 10px;
	border: 2px dotted #00BFFF;
	background-color: #87CEFA;
}
/* ニュース
------------------------------------------------------------------- */
.news {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}
div#diary {
	font-family: 'Verdana','ＭＳ ゴシック',monospace;
	margin: 0 10px 5px;
}
div#diary .diary {
	padding: 15px 0 20px;
	border-bottom: 1px solid #999999;
}
div#diary h3 {
	float: left;
	margin: 0 0 12px 0;
	padding: 0;
	background: none;
}
div#diary p.info {
	margin: 0 0 12px 8px;
	padding: 0;
	float: left;
	display: inline;

}
div#page ul {
	margin: 0px 0px 20px 18px;
}
div#page ul li {
	display: inline;
	margin-right: 10px;
}

div#news_navi ul {
	margin: 0px;
	text-align: right;
}
div#news_navi ul li {
	display: inline;
	margin-left: 10px;
}
div#diary img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
.new {
	color: #FF0000;
}

div.by {
  font-size: 10px;
  text-align: right;
}
div.by a {
	color: #CCCCCC;
	text-decoration: none;
}
