@charset "utf-8";
/*
Theme Name: nara_dm
Theme URI: http://home.mahoroba.ne.jp/
Description: nara_dm
Version: 1.0
Author: mahoroba.ne.jp
Author URI: http://home.mahoroba.ne.jp/
Tags: simple

	nara_dm v1.0
	 http://home.mahoroba.ne.jp/

	This theme was designed and built by mahoroba.ne.jp,
	whose blog you will find at http://home.mahoroba.ne.jp/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	font-size: 13px;
	padding:0;
	margin: 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#base {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	color:#333333;
	font-size: 13px;
	background-image: url(img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	line-height: 1.4em;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mokuji .img_waku a img, #mokuji .img_waku img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0px;
}
li {
	list-style-type: none;
}
a {
	color: #204296;
	text-decoration: none;
}
a:hover {
	color: #FF891E;
	text-decoration: none;
}
a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.8; /*firefox safari*/
}

.logo2 p {
	font-size: 90%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
/*
ヘッダー
-------------------------------------------*/


/* サイト内検索
-------------------------*/

#search, #id {
	width:200px;
	padding: 0;
	float: left;
	margin-top: 3px;
	margin-left: 2px;
}
#search form{
	display:inline;
	margin:0px;
	padding:0px;
	width:10px;
}

#search #q{
	float: left;
	margin:0px;
	padding:0px;
	width:120px;
	height:18px;
}

#search #bt{
	height: 25px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;	
}

#cse-search-results{
	margin: 0px;
	padding: 0px;
	width: 620px;
}

/* テキストサイズ変更ボタン
-------------------------*/

#utility, #id {
	height: 35px;
	width: 380px;
	padding: 0px;
	margin-top: 55px;
	margin-left: 540px;
}
#utility img {
	float: left;
}
/* 採用.文字サイズ変更ボタン
=============================================================================*/
ul#fontsize {
	list-style:none;
}
ul#fontsize li em {
	visibility: hidden;
}

li#switchFontSizeBig{
	float: left;
}
li#switchFontSizeMedium{
	float: left;
}
li#switchFontSizeSmall{
	float: left;
}
li#switchFontSizeBig.active{
	float: left;
}
li#switchFontSizeMedium.active{
	float: left;
}
li#switchFontSizeSmall.active{
	float: left;
}

li#switchFontSizeBig a {
	background-image: url(img/large.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-right: 5px;
	list-style-type: none;
	position: relative; 
}
li#switchFontSizeMedium a {
	background-image: url(img/medium.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-right: 5px;
	list-style-type: none;
	position: relative; 
}
li#switchFontSizeSmall a {
	background-image: url(img/small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-right: 5px;
	list-style-type: none;
	position: relative; 
}
li#switchFontSizeBig a.active{
	background-image: url(img/large_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-right: 5px;	
	list-style-type: none;
	position: relative; 
}

li#switchFontSizeMedium a.active{
	background-image: url(img/medium_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-right: 5px;	
	list-style-type: none;
	position: relative; 
}

li#switchFontSizeSmall a.active{
	background-image: url(img/small_on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 29px;
	width: 29px;
	margin-right: 5px;	
	list-style-type: none;
	position: relative; 
}
/* 採用.文字サイズ変更ボタン ここまで
=============================================================================*/

#head {
	background-image: url(img/head.gif);
	height: 137px;
	background-repeat: no-repeat;
	float: left;
	width: 900px;
}
#head2 {
	background-image: url(img/head2.jpg);
	height: 137px;
	background-repeat: no-repeat;
	float: left;
	width: 900px;
}

#head h1,#head2 h1 {
	font-size: 10px;
	position: absolute;
	top: 8px;
	font-weight: normal;
	line-height: 16px;
	color: #999999;
	left: 20px;
}
#head img#logo,#head2 img#logo {
	float: left;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 27px;
}
#head #h_list,#head2 #h_list {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#head #h_list li,#head2 #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	background-image: url(img/li2.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 12px;
}
#head #h_list li a,#head2 #h_list li a {
	text-decoration: none;
	color: #333333;
}
#head #h_list li a:hover #head2 #h_list li a:hover {
	text-decoration: none;
	color: #FF891E;
}
#head #info {
	position: absolute;
	right: 25px;
	font-size: 11px;
	color: #666666;
	line-height: 26px;
	text-align: right;
	top: 25px;
}
#head #info strong {
	font-size: 28px;
	color: #EE6A8B;
	font-family: Arial, Helvetica, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
}


/*
グローバルナビ
-------------------------------------------*/
#navi {
	width: 900px;
	left: 0px;
	float: left;
	height: 45px;

}
#navi ul {
	height: 43px;
	border: 1px solid #CCCCCC;
	background-image: url(img/0g_navi2.jpg);
	background-position: right -1px;
	background-repeat: repeat-x;
}
#navi li a{
	display: block;
	float: left;
	height: 43px;
	width: auto;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	COLOR: #333333;
	margin: 0px;
	line-height: 43px;
	background-image: url(img/0g_navi2.jpg);
	background-position: right -1px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#navi li.first a {
	background-image: url(img/navi.jpg);
	background-position: -3px -1px;
}
#navi li.line2 a {
	height: 35px;
	background-image: url(img/navi.jpg);
	background-position: -2px -1px;
	line-height: 15px;
	padding-top: 8px; 	
}
#navi li.last a {
}
#navi li a:hover {
	background-image: url(img/0g_navi1_2.jpg);
	background-position: right -1px;
}
#navi li.first a:hover {
	background-image: url(img/0g_navi1_2.jpg);
	background-position: right -1px;
}
#navi li.last a:hover {
	background-image: url(img/0g_navi1_2.jpg);
	background-position: right -1px;
}
#navi li {
	display: inline;
}
/*　pdf　*/
div.pdf {
	background-image: url(img/contents/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 10px;
	text-indent: 30px;
	margin-right: 0px;
	border-left: 3px solid #FF0000;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-top: 10px;
	height: 2em;
}
/*　ワード　*/
div.word {
	background-image: url(img/contents/word.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin-bottom: 10px;
	text-indent: 30px;
	margin-right: 0px;
	border-left: 3px solid #0066CC;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
}

/*　エクセル　*/
div.excel {
	background-image: url(img/contents/excel.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin-bottom: 10px;
	text-indent: 30px;
	margin-right: 0px;
	border-left: 3px solid #339900;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
}

/*　pdf 350px 長さ短い　*/ 
div.pdf2 {
	background-image: url(img/contents/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-bottom: 10px;
	text-indent: 30px;
	margin-right: 0px;
	border-left: 3px solid #FF0000;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
	width: 350px;
}
/*　ワード　*/
div.word2 {
	background-image: url(img/contents/word.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin-bottom: 10px;
	text-indent: 30px;
	margin-right: 0px;
	border-left: 3px solid #0066CC;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
	width: 350px;
}

/*　エクセル　*/
div.excel2 {
	background-image: url(img/contents/excel.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin-bottom: 10px;
	text-indent: 30px;
	margin-right: 0px;
	border-left: 3px solid #339900;
	line-height: 2em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
	width: 350px;
}
/*　枠　*/
div.waku {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	text-align: center;
	margin: 0px auto 20px;
}


/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  /*display: block;*/
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}

input#author,
input#email,
input#url{
  max-width: 360px;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	/*  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
   Old browsers }*/


/*media only screen and (min-width:668px)
.submit_wrap input {*/
	width: 314px;
	height: 60px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-position: 90% center;
	background-repeat: no-repeat;
	background-image: url(../img/parts/arrow_brn.png);
	background-color: #4D78B6;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
}



.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #7C9BC9;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}


/* 新着情報タブ
-------------------------------------------------- */
ul.infocate {
	margin: 0px;
	padding: 0px;
	width: 630px;
}
ul.infocate li a{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
ul.infocate li a:hover{
	color: #FF891E;
}
ul.infocate li.info01 {
	line-height: 19px;
	background-image: url(img/info01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 126px;
	text-align: center;
	padding: 1px 0px 0px;
}
ul.infocate li.info02 {
	line-height: 19px;
	background-image: url(img/info02.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 126px;
	text-align: center;
	padding: 1px 0px 0px;}
ul.infocate li.info03 {
	line-height: 19px;
	background-image: url(img/info03.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 126px;
	text-align: center;
	padding: 1px 0px 0px;}
ul.infocate li.info04 {
	line-height: 19px;
	background-image: url(img/info04.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 126px;
	text-align: center;
	padding: 1px 0px 0px;}
ul.infocate li.info05 {
	line-height: 19px;
	background-image: url(img/info05.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 126px;
	text-align: center;
	padding: 1px 0px 0px;
}
/* 新着情報タグ
-------------------------------------------------- */
span.infonara_dm,span.nara_dm {
	color:#FFFFFF;
	font-size:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/blu.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}
span.infomedical,span.medical {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/red.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}
span.infocde,span.cde {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/ore.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}

span.infocdenara,span.cdenara {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/cdenara.png);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}

span.infotraining,span.training {
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/gre.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}
span.infoeiyoushi,span.eiyoushi {
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/pur.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}
span.cdenarainfo,span.infocdenara,span.cdenara {
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing: 5px;
	background-image: url(img/cdenara.png);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}

span.non,span.info,span.infonon {
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/non.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}
span.other,span.infoother {
	margin-bottom: 0px;
	margin-right: 5px;
	letter-spacing:5px;
	background-image: url(img/other.gif);
	padding: 0px;
	height: 17px;
	width: 35px;
	margin-left: 0px;
	display: block;
	float: left;
}
/* 新着情報タグ
-------------------------------------------------- */
ul.infonavi {
	margin: 0px;
	padding: 0px;
	width: 640px;
}
ul.infonavi li {
	line-height: 15px;
	float: left;
	height: 15px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #204296;
}
/* 新着情報タグ
-------------------------------------------------- */
span.p_blu {
	color:#FFFFFF;
	font-size:10px;
	background-color: #1F4296;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 5px;
	letter-spacing:5px;
	text-align: center;
}
span.p_red {
	color:#FFFFFF;
	font-size:10px;
	background-color: #990002;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 5px;
	letter-spacing:5px;
	text-align: center;
}
span.p_ore {
	color:#FFFFFF;
	font-size:10px;
	background-color: #FFA55C;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 5px;
	letter-spacing:2px;
	text-align: center;
}
span.p_mizu {
	color:#FFFFFF;
	font-size:10px;
	background-color: #00BAFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 5px;
	letter-spacing:2px;
	text-align: center;
}

span.p_gre {
	color:#FFFFFF;
	font-size:10px;
	background-color: #346702;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 5px;
	text-align: center;
}
span.p_pur {
	color:#FFFFFF;
	font-size:10px;
	background-color: #9263C0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 5px;
	text-align: center;
}
span.p_non {
	color:#FFFFFF;
	font-size:10px;
	background-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 5px;
	text-align: center;
}
/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 900px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	padding-top: 6px;
	padding-bottom: 6px;
}
#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 640px;
	padding-bottom: 5px;
	margin-right: 10px;
}

#content p {
	margin-left: 15px;
}

#content p.text {
}

.imgbox_map{
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 500px;
	text-align: center;
	
}
#content .half_l{
	width: 315px;
}
#content .half_r{
	width: 315px;
	float: left;	
}
#content .sitebox2_l{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#content .sitebox2_r{
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#content #mokuji,#content #mokuji2 {
	margin-top: 1px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
}


#mokuji ul,#mokuji2 ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mokuji .sitebox2 ul ,#mokuji2 .sitebox2 ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#mokuji ul ul,#mokuji2 ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji p {
}
/*
横1列
-------------------------------------------*/
#mokuji ul li,#mokuji2 ul li {
	font-size: 13px;
	line-height: 22px;
	margin-right: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}

/*
横1列
-------------------------------------------*/
ul.event {
	margin: 0px;
}

ul.event li {
	font-size: 13px;
	line-height: 22px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}

#mokuji ul li ul li,#mokuji2 ul li ul li {
	font-size: 13px;
	line-height: 22px;
	margin-right: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px  8px;
	margin-bottom: 5px;
	padding-left: 15px;
	display: block;
	border-style: none;
}

/*
横２列
-------------------------------------------*/
#mokuji ul.yoko2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mokuji ul.yoko2 li {
	font-size: 13px;
	line-height: 30px;
	float: left;
	width: 270px;
	margin-right: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
/*
横３列
-------------------------------------------*/
#mokuji ul.yoko3 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#mokuji li.yoko3 {
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 180px;
	margin-right: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}

#content #mokuji h3,#content #mokuji2 h3 {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #204296;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;	
	margin-top: 10px;
	clear:both;
}
#content #mokuji h3.medical,#content h3.medical {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #990000;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;	
	margin-top: 10px;
	clear:both;
}
#content #mokuji h3.cde,#content h3.cde {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFA65A;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;	
	margin-top: 10px;
	clear:both;
}

#content #mokuji h3.cdenara,#content h3.cdenara {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #17B5FF;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;
	margin-top: 10px;
	clear: both;
}


#content #mokuji h3.training,#content h3.training {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #336600;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;	
	margin-top: 10px;
	clear:both;

}
#content #mokuji h3.eiyoushi,#content h3.eiyoushi {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #9263C0;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;	
	margin-top: 10px;
	clear:both;

}
#content #mokuji h3.non,#content h3.non {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #666;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;	
	margin-top: 10px;
	clear:both;

}
span.pt_blue{
	color: #204296;
}
span.pt_red{
	color: #990000;
}
span.pt_yellow{
	color: #FFA65A;
}
span.pt_green{
	color: #336600;
	}
span.pt_murasaki{
	color: #9263C0;
}



#content #mokuji h3 a,#content #mokuji2 h3 a {
	color: #204296;
}
#content #mokuji h3.top,#content #mokuji2 h3.top {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #204296;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #FAE9E2;
	margin-top: 10px;
}

#content .box_in_p {
	border: 1px solid #204296;
	padding: 5px;
	margin-bottom: 15px;
	padding: 5px;
	margin-top: 10px;
}

#content .box_out {
	background-color: #DCE7FC;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #204296;
	padding: 5px;
}
#content .box_out2 {
	background-color: #DCE7FC;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	float: left;	
}
#content .box_in2 {
	background-color: #FFFFFF;
	border: 1px solid #204296;
	padding: 10px 15px;
	float: left;
}
#content .box_out3 {
	background-color: #C8D8AF;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	float: left;	
}
#content .box_in3 {
	background-color: #FFFFFF;
	border: 1px solid #3A7034;
	padding: 10px 15px;
	float: left;
}

#content h1 img{
	margin-bottom: 30px;
}
#content h1.bluebg,#content h1.info,
#content h1.infonara_dm,h1.nara_dm {
	font-size: 23px;
	line-height: 100px;
	height: 100px;
	width: 640px;
	text-indent: 40px;
	background-image: url(img/h1_blue.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-weight: normal;
}
#content h1.infomedical,h1.medical {
	font-size: 23px;
	line-height: 100px;
	height: 100px;
	width: 640px;
	text-indent: 40px;
	background-image: url(img/h1_red.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-weight: normal;
}
#content h1.infocde,h1.cde {
	font-size: 23px;
	line-height: 100px;
	height: 100px;
	width: 640px;
	text-indent: 40px;
	background-image: url(img/h1_ore.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-weight: normal;
}

#content h1.infocdenara,h1.cdenara {
	font-size: 23px;
	line-height: 100px;
	height: 100px;
	width: 640px;
	text-indent: 40px;
	background-image: url(img/h1_cdenara.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-weight: normal;
}

#content h1.infotraining_dm,h1.training {
	font-size: 23px;
	line-height: 100px;
	height: 100px;
	width: 640px;
	text-indent: 40px;
	background-image: url(img/h1_gre.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-weight: normal;
}
#content h1.infoeiyoushi,h1.eiyoushi {
	font-size: 23px;
	line-height: 100px;
	height: 100px;
	width: 640px;
	text-indent: 40px;
	background-image: url(img/h1_pur.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-weight: normal;
}
#content h2 {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #204296;
	border-left-color: #204296;
	height: 55px;
	line-height: 55px;
	display: block;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-x;
}

#content h2.medical {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	height: 55px;
	line-height: 55px;
	display: block;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-x;
}
#content h2.cde {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFA65A;
	border-left-color: #FFA65A;
	height: 55px;
	line-height: 55px;
	display: block;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-x;
}

#content h2.cdenara {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #17B5FF;
	border-left-color: #17B5FF;
	height: 55px;
	line-height: 55px;
	display: block;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-x;
}

#content h2.training {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #336600;
	border-left-color: #336600;
	height: 55px;
	line-height: 55px;
	display: block;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-x;
}

#content h2.eiyoushi {
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9263C0;
	border-left-color: #9263C0;
	height: 55px;
	line-height: 55px;
	display: block;
	background-image: url(img/h3_bg.jpg);
	background-repeat: repeat-x;
}
h2.info {
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFA659;
	border-left-color: #FFA659;
}
h2.about {
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B09347;
	border-left-color: #B09347;
}
h2.event {
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #96B569;
	border-left-color: #96B569;
}
h2.report {
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #77A7D5;
	border-left-color: #77A7D5;
}
h2.blog {
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9CA0DC;
	border-left-color: #9CA0DC;
}
h2 span {
	font-size: 12px;
	padding-left: 20px;
	color: #E18398;
	letter-spacing: 1px;
	line-height: 14px;
}

#content h3 {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #204296;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #F5F4EB;
	padding-top: 1px;
	clear:both;
}
#content h3 a {
	color: #204296;
}
#content h3.top {
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #204296;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #FAE9E2;
	padding-top: 1px;
}

#content .infotop {
	margin-left: 0px;
	font-size: 17px;
	color: #333333;
	padding-left: 35px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 0px;
	background-image: url(img/title_info.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#content .infotop img {
	margin-right: 7px;
	float: right;
	margin-top: 13px;
}

#content h3 span {
	font-size: 20px;
	color: #204296;
	line-height: 15px;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h3.topics span {
	font-size: 20px;
	color: #204296;
	line-height: 15px;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h3.info span {
	font-size: 20px;
	color: #3A7034;
	line-height: 15px;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	font-size: 13px;
	line-height: 15px;
	border-left: 3px solid #9DACBF;
	border-bottom: 1px solid #D8D8D3;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	clear: both;
}
#content h5 {
	font-size: 13px;
	line-height: 22px;
	margin-right: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px  8px;
	margin-bottom: 5px;
	padding-left: 15px;
	display: block;
	display: block;
	border-bottom: 1px dotted #1F4296;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	color: #1F4296;
	margin-top: 10px;
	}
	
#content span {
	font-weight: normal;
}	
#content span.red {
	color: #C90A35;
	font-weight: normal;
}
#content span.blue {
	color: #1F4296;
	font-weight: normal;
}
	
#content h4 span {
	font-size: 12px;
	color: #DF7C93;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
#content .rightbox {
	float: right;
	height: auto;
	width: 200px;
	margin-right: 0px;
}
#content .box02_left {
	float: left;
	width: 320px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 320px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

#content .box02_right .dl_list {
	border: 1px solid #E28D8D;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;


	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 300px;
	padding-top: 8px;
	padding-bottom: 8px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.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: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}

#mokuji .img_left_b {
	float: left;
	margin-left: 20px;
	border-style: none;	
}
#mokuji .img_left_b a img {
	border-style: none;
}
.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}
#top_img {
	margin-bottom: 10px;
	float: left;
}
#top_rec {
	text-align: center;
	background-color: #F1F1ED;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-image: url(img/li2.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #204296;
	padding: 3px 7px 3px 15px;
	background-position: 4px center;
}
.btn_s a:hover {
	color: #204296;
}


#content .to_top img {
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #204296;
	float: right;
	margin-right: 0px;
}
#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #C94764;
}

#content .chui {
	color: #D44767;
	font-size: 12px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}

.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F6F6F6;
	width: 560px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}
/*-----ＮＥＷdlリスト-----*/

.box_in2 dt {
	float: left;
	display: block;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(img/li_r.gif);
	background-repeat: no-repeat;

	background-position: 3px 5px;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.box_in3 dt {
	float: left;
	display: block;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(img/li_g.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;	
}
.box_in2 dt span,
.box_in3 dt span {
	color: #204296;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.box_in2 dd,
.box_in3 dd {
	display: block;
	float: left;
	width: 470px;
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 7px;
	border-left: 1px dotted #204296;
	border-bottom: 1px dotted #CCCCCC;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.box_in2 dl,
.box_in3 dl {
	padding-bottom: 5px;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
	width: 590px;
	padding-top: 2px;
}
.box_in2 dd a,
.box_in2 dd a {
	line-height: 1.6em;
}



/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 17px;
	line-height: 1.4em;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}

/*
サイド
-------------------------------------------*/
ul.side_content_h3 li{
	font-size: 15px;
	line-height: 40px;
	background-image: url(img/side_title_non.jpg);
	text-indent: 30px;
	height: 40px;
	width: 220px;
	color: #204296;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight: normal;
	text-decoration: none;
}
ul.side_content_h3 li a:hover {
	color: #6699FF;
}
#side {
	float: left;
	width: 220px;
}
#side .logo img{
	text-align: center;
	float: left;
	padding-top: 200px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#side .logo2 img{
	text-align: center;
	float: left;
	padding-top: 100px;
	padding-bottom: 10px;
	padding-left: 17px;
}

#side .side_box {
	background-color: #DCE7FC;
	float: left;
	width: 218px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	padding-top: 7px;
}

#side .side_menu  {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.side_menu ul {
}
ul.info li a{
	color:#333333;
	font-size: 13px;
	line-height: 50px;
	background-image: url(img/navi_info.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 198px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 15px;
	margin-top: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #204296;
	border-left: 1px solid #CCCCCC;
	background-position: -1px -1px;
}
ul.info li a:hover{
	background-image: url(img/navi_info2.jpg);
	color: #6699FF;
	}
	
ul.menu1 li a{
	color:#333333;
	font-size: 13px;
	line-height: 50px;
	background-image: url(img/navi_li.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 15px;
	margin-top: 3px;
}
ul.menu1 li a:hover{
	background-image: url(img/navi2_li.jpg);
	color: #6699FF;
}
ul.menu2 li a{
	margin-top: 0px;
	width: 172px;
	color:#333333;
	font-size: 12px;
	background-image: url(img/li.gif);
	background-color: #FFFFFF;
	background-position: 15px center;
	padding-left: 25px;
	text-indent: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
	line-height: 1.2em;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #204296;
}

ul.menu2 li a:hover{
	background-image: url(img/li.gif);
	background-color: #E8ECF9;
	line-height: 1.2em;
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;	
}

#side .side_box .side_btn ul li img {
	float: left;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 10px;
}

/*
フッター
-------------------------------------------*/

#foot {
	clear: both;
	height: 115px;
	position: relative;
	background-color: #DCE7FC;
}
.f-navi{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#foot .name {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	float: left;
	margin-left: 10px;
}
#foot p {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-top: 40px;
	float: right;
	margin-right: 10px;
	padding-bottom: 10px;
}
#foot li a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
#foot ul {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #666666;
}

#foot #f_ul01 {
	text-align: center;
	margin-top: 20px;
	color: #333333;
}
#foot #f_ul02 {
}
#foot #f_logo {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #838383;
	background-color: #F5F5F5;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table {
	border-collapse: collapse;
}
table th p,table td p {
}
#content table {
	width: 620px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content .bot0 table {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#content .wid300 table {
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#content .wid300 table td.td_non {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content table.wid400 {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#content table td {
	padding: 5px;
	border: 1px solid #CCC;
}
#content table th {
	padding: 7px;
	border: 1px solid #CCC;	
	font-weight: bold;
	background-color: #DCE7FC;
	text-align: center;
}
#content table th.event {
	padding: 7px;
	border: 1px solid #CCC;
	font-weight: normal;
	background-color: #DCE7FC;
	text-align: left;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #FAF8F3;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #E98D81;
	font-size: 12px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #C6B18E;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #E18398;
	text-align: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #D44566;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#content .table_menu strong {
	font-size: 14px;
	color: #D44666;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 188px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn a {

	font-size: 12px;
	color: #FFFFFF;
	background-color: #F26C8D;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7D2DD;
	border-right-color: #F7D2DD;
	border-bottom-color: #F7D2DD;
	border-left-color: #F7D2DD;
	background-image: url(img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #E54E71;
	background-color: #FEF5F8;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #F9B9C9;
	border-right-color: #F9B9C9;
	border-bottom-color: #F9B9C9;
	border-left-color: #F9B9C9;
}
#content .box3:hover {
	background-color: #FEF1F4;
	border-top-color: #F8B1C4;
	border-right-color: #F8B1C4;
	border-bottom-color: #F8B1C4;
	border-left-color: #F8B1C4;
}

/*
サイトマップ
-------------------------------------------------------------------*/
#head h2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}
#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.alignleft {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EFEFEF;
	border-top-width: 10px;
	border-right-width: 20px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.alignright {
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #EFEFEF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navigation {
	padding:5px 20px;
	text-align:Center;
	}

#s{
border: solid 1px #aaaaaa;
  width:120px;
  height:20px;
}
#next {
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
	padding-top: 15px;
	color: #505050;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content h3 a{
	text-decoration: none;
}
#content h3 a:hover {
}
#date {
	font-size:12px;
	font-weight:normal;
	color:#333;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#date a {
	color:#333;
	}

#content .archive {
}


#content .archiveleft{
	float: left;
 	width: 80px;
	height: 80px;
	margin-top: 10px;
	padding: 0;
}
#content .archiveleft img{
	float: left;
 	width: 80px;
	height: 80px;
	
}
#content .archiveright{
	float: right;
	width: 520px;

	line-height: 15px;

}
/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	font-size: 15px;
	color: #333333;
	height: 43px;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #204296;
	border-left-color: #204296;
	line-height: 43px;
}

.cancel-comment-reply {
	padding: 5px 0 0 0;
}

.cancel-comment-reply a {
	color: #000;
}



/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #95AAC5;
}


ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}


ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;

}


ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.reply a {
	color: #333 !important;
}

ol.commentlist li div.reply a:hover {
	color: red  !important;
	text-decoration: none;
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
	background: #fff;
}


ol.commentlist li ul.children li.depth-2 {
	background: #F5F5F5;
}

ol.commentlist li ul.children li.depth-3 {
	background: #FCFFFF;
}

ol.commentlist li ul.children li.depth-4 {
	background: #FFFFF7;
}


ol.commentlist li ul.children li.depth-5 {
	background: #FFFAFA;
}

ol.commentlist li ul.children li.depth-6 {
	background: #FFFAFA;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
background: #f5f5f5;
border: 1px solid lightGrey;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 auto 1.625em;
margin-right: 1px;
margin-top: 20px;
padding: 1.625em;
position: static;
width: 93%;
}
#respond input[type="text"] {
display: block;
height: 24px;
width: 30%;
}
#respond input[type="text"], #respond textarea {
background: white;
border: 4px solid #EEE;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
padding: 5px;
font-size: 15px;

}
#respond input#submit {
	border: none;
-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #333333;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	background-color: #F9E6E6;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}
.left {
	margin: 5px 0 5px 0;
	padding: 5px;
	float: left;
}
.right,  .next  {
	margin: 5px 0 5px 0;
	padding: 5px;
}
#content .rerated ul li {
	line-height:0;
}
#content .rerated ul li a {
	display: block;
	font-size: 12px;
	line-height: 17px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 16px;
	padding-right: 5px;
	padding-left: 62px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/k_li.gif);
background-position:2% 50%;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#content .rerated ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/k_o.gif);
}

#content .rerated ul {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
