@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background: #FFFFFF url(img/bg.jpg);	/*全体の背景色、背景画像の読み込み*/
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #005ebb;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #005ebb;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header h1 {
  padding: 4px 0 0 5px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  background-color: #2b70ee;
}

header h2{
  padding: 8px 0 0 5px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}

header h2 a {
  color: #333333 !important;
  text-decoration: none;
  font-size: 18px;
}

header h2 a:hover {
  color: #004080 !important;
  text-decoration: underline;
  font-size: 18px;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

#page_top {
  margin: 0;
  padding: 0;
}

/*---------- コンテンツ ----------*/

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) center repeat-x;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
  padding: 5px;	/*画像と枠線の間の余白*/
  border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
  padding: 5px;	/*画像と枠線の間の余白*/
  border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

ul.list {
        margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 25px;
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #453904;
	color: #996731;
}

#main dl.dl_link {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 0px;
	margin-left: 0px;
}
#main .dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #7D4141;
}

#main .dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 3px;
	padding-left: 3px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
        margin-bottom: 8px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #e9dab6;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 70%;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 30%;
	padding: 10px;
	text-align: center;
	background-color: #f5f5f4;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;			/*文字色*/
	background: #FFA52E;	/*背景色*/
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 98%;			/*What's Newボックスの幅*/
	height: auto;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 5px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
        color:#D00000;
}

#main dl.new dd {
	width: 98%;
	border-bottom:1px dotted #535353;	/*日付ごとの下線*/
	line-height:25px;
        a{color:#36F;text-decoration:underline;}
        a:hover{color:#039;text-decoration:none;}

}

#main dl.new .cat_name{
        margin-top:10px;
	padding:3px 8px;
	background:#2B70EE;
	text-decoration:none;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	line-height:100%;
}

#main dl.new .cat_name1{
        margin-top:10px;
	padding:3px 8px;
	background:#05AE35;
	text-decoration:none;
	color:#fff;
	border-radius:4px;
	display:inline-block;
	line-height:100%;
}

/*news_list.php 部分
---------------------------------------------------------------------------*/
/* Pager style */
#main dl.new .pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
#main dl.new .pager_link a {
    border: 1px solid #FF4800;
    border-radius: 5px 5px 5px 5px;
    color: #FF2A90;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページのボタン*/
#main dl.new .pager_link a.current{
    background: #FF4800;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}
#main dl.new .pager_link a:hover {
    background:#FF4800;
    color: #FFFFFF;
}
#main dl.new .overPagerPattern{
	padding:0 2px ;	
}
/* /Pager style */

/*news_post.php
---------------------------------------------------------------------------*/
#wrap {
	padding:5px;
	font-size:90%;
}
.detailPhoto{
	text-align:center;
	margin:5px 0;
}
.detail_photo img{
	max-width:100%;
	height:auto;
}
.up_ymd{
	text-align:right;	
}
.back a{
	margin:10px 15px;
	padding:3px 15px;
	border:1px solid #aaa;
	text-decoration:none;
	color:#666;
	font-size:12px;
	border-radius:4px;
}

/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #005ebb !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #004080 !important;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #004080 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #005ebb;
  text-decoration: none;
}
