@charset "utf-8";
/* CSS Document */

/* -- commonStyles -------------------------------------------- */
/* ▼pagebase */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family:"メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background:#FAF5E2;
}
div.rootBG
{
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	background: url(../../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
div#root
{
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	border-left: solid 1px #00523A;
	border-right: solid 1px #00523A;
	background:#FFFFFF;
}
/* ▲pagebase */

/* ▼Header */
div#header
{
	width: auto;
	height:auto;
	padding: 0 15px 0 15px;
}
#headerNavi1,
#headerNavi2
{
	width: 100%;
	height: auto;
	padding: 0 auto 0 auto;
}
#headerNavi1 .headerLogo
{
	display:block;
	float:left;
	/*width:358px;*/
	width:344px;
	height:auto;
	text-align:center;
}
#headerNavi1 .headerLogo h1,
#headerNavi1 .telInfo h1
{
	display:block;
	width: auto;
	height: auto;
	color: #00523A;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
#headerNavi1 .telInfo
{
	display:block;
	float:right;
	width: 245px;
	height:auto;
	text-align:center;
}
#headerNavi1 .subBtn,
#headerNavi2 .naviBtn
{
	float:left;
}
#headerNavi1 .subBtn a
{
	display:block;
	margin-right: 2px;
	padding: 2px 0 2px 0;
	color:#FFFFFF;
	margin-top: 115px;
	width:90px;
	height:auto;
	text-align:center;
	background-color: #00523A;
}
#headerNavi1 .subBtn a:hover
{
	color:#FFFFFF;
	background-color: #009900;
}
div#headerNavi2 a
{
	display: block;
	text-align:center;
	width: 142px;
	height: auto;
	padding: 8px 0 8px 0;
	margin-left: 2px;
	font-size: 15px;
	text-decoration: none;
	color:#ffffff;
	background-color: #00523A;
}
div#headerNavi2 a:hover
{
	color:#ffffff;
	background-color: #009900;
}
/* ▲Header */

/* ▼centerColumn　middle */
div#middle
{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 15px 0 15px;
	min-height: 400px;
}
/* ▲centerColumn　middle */

/* ▼middle > mainColumn */
div#content
{
	float: right;
	width: 650px;
	padding: 0px;
	margin: 0px;
}
/* ▲middle > mainColumn */

/* ▼middle > sidebar */
div#sidebar
{
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
/* ▲middle > sidebar */

/* ▼footer */
div#footer
{
	font-size: 10px;
}
/* ▲footer */

/* ▽others */
.alignL
{
	text-align:left;
}
.alignR
{
	text-align:right;
}
.alignC
{
	text-align:center;
}
.clearFix
{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
img
{
	border-style: none;
	border-width: 0px;
}
ul,
li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}*/
a
{
	color: #006699;
	text-decoration: none;
}
a:hover
{
	color: #FF6600;
}
table
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
}
.borderB
{
	border-bottom: #999999 dotted 1px;
}
.borderT
{
	border-top: #999999 dotted 1px;
}
/* △others */
/* -- commonStyles END-------------------------------------------- */

/* -- TOP contentsArea Styles -------------------------------------------- */


/*
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a img {
	display: inline;
	vertical-align: top;
}

option {
	padding-right: 10px;
}
*/



h2#topics
{
	display: block;
	width: auto;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555555;
	font-weight:normal;
	font-size: 12px;
}

.topicpass {font-size:10px;}

/*▼sidebar*/
div#sidebar .btn
{
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 10px;
}
/*sidebar▲*/



/*
div#sidebar div.quest {
	margin: 0px 0px 5px 0px;
}
div#sidebar div.quest img {
	margin: 0px 0px 5px 0px;
}*/
div#sidebar .datas
{
	width:198px;
	background: #ffffff;
	border: solid 1px #00523A;
	padding: 0px;
	margin: 0 0 10px 0;
}
div#sidebar .datas .newsIndex
{
	width:160px;
	height:30px;
	margin: 5px auto 5px auto;
	padding: 5px 0 0 20px;
	background:url(../../images/subColumn/index.png) no-repeat;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold
}
div#sidebar .datas ul li
{
	display:block;
	width:auto;
	height:auto;
	padding:5px;
}
div#sidebar .datas ul li a
{
	display:block;
	width:auto;
	height:auto;
	font-size: 14px;
}
/*
div#sidebar div.datas div.indexText {
	color: #ffffff;
	font-size: larger;
	text-align:center;
	background-color: #00523A;
	padding: 3px;
	margin:0;
}*/
div#sidebar div.datas div.dynamic
{
	border-bottom: solid 1px #9BBBA4;
}
div#sidebar div.datas div.dynamic li
{
	padding: 3px 0px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: solid 1px #999999;
}
div#sidebar div.datas div.dynamic li a
{
	color: #006699;
}
div#sidebar div.datas div.dynamic li a:hover
{
	color: #FF6600;
}
div#sidebar div.datas div.dynamic img.fl
{
	float: left;
	margin-right: 3px;
}
div#sidebar div.datas div.nozei
{
	margin: 15px 0px 0px 5px;
}
div#sidebar div.datas div.nozei img
{
	margin: 3px 0px;
}
div#footer div.link
{
	padding: 10px 5px;
	margin-top:12px;
}
div#footer div.link ul
{
	list-style-type: none;
	text-align:center;
}
div#footer div.link ul li
{
	display:inline;
	text-align:center;
	padding-left: 10px;
	line-height: 16px;
	white-space: nowrap;
}
div#footer div.link li a
{
/*color: #00523A;
	text-decoration: none;*/
}
div#footer div.link li a:hover
{
/*color: #FF9900;*/
}
div#footer h4.copy
{
	display:block;
	width: 100%;
	height:auto;
	text-align: center;
	color: #FFFFFF;
	font-weight:normal;
	background: #00523A;
	font-weight:normal
}
div#content div.sumnail
{
	margin-top: 10px;
}
div#content div.sumnail li
{
	float: left;
	padding-right: 8px;
}
div#content div.sumnail li.fr
{
	float: right;
	padding-right: 0px;
}
/* WP Image Position Captions */
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright
{
	float: right;
}
.alignleft
{
	float: left
}
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* index.html */
div#content .indexText
{
	text-indent: 1em;
	color: #00523A;
	font-weight: bold;
	border-bottom: 2px #00523A solid;
	margin-bottom: 5px;
}
div#content .indexTextR
{
	width: auto;
	height: 36px;
	padding: 8px 5px 0 15px;
	margin: 0 0 10px 0;
	background:url(../../images/indexBg_rg.png) no-repeat;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bolder
}
div.newsArea,
div.listArea
{
	font-weight: bold;
	border: 1px #00523A solid;
	padding: 5px;
	margin-bottom: 5px;
}
div#content .newsIndex
{
	margin: 0 0 5px 0;
	width:180px;
	height:25px;
	padding: 3px 0 0 15px;
	background:url(../../images/mainColumn/index.png) no-repeat;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold
}
div.detailArea,
div.listArea
{
	border-bottom: 2px #00523A solid;
}
div.eventInfo
{
	margin: 0px;
	padding: 5px;
}
div.newsArea table td
{
	margin: 0px;/*padding: 10px;*/
}
div.listArea table td,
div.eventInfo table td
{
	margin: 0px;
	padding: 5px;
}
div#sidebar table td
{
	margin: 0px;
	padding: 5px;
}
table.supporter
{
	margin: 0 auto 0 auto;
}
table.supporter td
{
	padding: 0 4px 4px 4px;
}
/*
body.index div#content div.news div.data {
	padding: 5px;
	line-height: 16px;
}
body.index div#content div.news div.data td {
	padding: 4px 2px;
	border-bottom: solid 1px #9BBAA4;
}
body.index div#content div.news div.data td.nb {
	padding-bottom: 0px;
	border: none;
}
body.index div#content div.news div.data em {
	font-style: normal;
	font-size: 14px;
}
body.index div#content div.news div.data a {
	margin-top: -16px;
	font-size: 10px;
	color: #006699;
}
body.index div#content div.news div.data a.txt {
	margin-top: 0px;
	font-size: inherit;
	color: #333333;
}
body.index div#content div.news div.data a.img {
	float: none;
	margin-top: 0px;
	color: #333333;
}
body.index div#content div.news div.data a:hover {
	color: #FF9900;
}
body.index div#content div.news div.data a.txt:hover {
	text-decoration: underline;
}

body.index div#content div.mailmag {
	margin-top: 10px;
	padding: 10px 0px 10px 70px;
	background: url(../../images/banar.gif) no-repeat center center;
}
body.index div#content div.mailmag a {
	color: #006699;
}
body.index div#content div.mailmag a:hover {
	color: #FF9900;
}
body.index div#content div.consulting h1 {
	color: #669900;
}
body.index div#content div.consulting div.data {
	padding: 5px;
	line-height: 16px;
	border: solid 2px #6a9f6e;
}
body.index div#content div.consulting div.data p {
	padding: 0px;
	margin: 0px;
}
*/
/********** Blog>>>>>>>>>>>>>>>>>>>>>>>>> ***********/


body.index div#content div.blog
{
	margin-top: 10px;
}
body.index div#content div.blog h1
{
	color: #FFFFFF;
}
body.index div#content div.blog h1 a
{
	color: #006699;
}
body.index div#content div.blog h1 a:hover
{
	color: #FF6600;
}
body.index div#content div.blog div.data
{
	padding: 5px;
	width: 515px;
	line-height: 16px;
	border: solid 2px #6a9f6e;
}
body.index div#content div.blog div.data img.fl
{
	float: left;
}
body.index div#content div.blog div.data table
{
/*float: right;*/
}
body.index div#content div.blog div.data td
{
	padding: 3px 2px;
	/*width: 350px;*//*090515*/
	border-bottom: solid 1px #9BBAA4;
}
body.index div#content div.blog div.data td img
{
	display:inline-block;
}
body.index div#content div.blog div.data table td
{
	border:none;
	padding-left:5px;
}
body.index div#content div.blog div.data td.nb
{
	padding-bottom: 0px;
	border: none;
}
body.index div#content div.blog div.data td a:hover
{
	text-decoration: underline;
}
/********** <<<<<<<<<<<<<<<<Blog ***********/


/********** Column ***********/

body.index div#content div.column
{
	margin-top: 10px;
}
body.index div#content div.column h1
{
	color: #FFFFFF;
}
body.index div#content div.column h1 a
{
	color: #006699;
}
body.index div#content div.column h1 a:hover
{
	color: #FF6600;
}
body.index div#content div.column div.data
{
	/*padding: 5px;
	width: 515px;*/
	line-height: 16px;
	border: solid 2px #6a9f6e;
}
body.index div#content div.column div.data img.fl
{
	float: left;
}
body.index div#content div.column div.data table
{
/*float: right;*/
}
body.index div#content div.column div.data td
{
	padding: 3px 2px;
	/*width: 350px;*//*090515*/
	border-bottom: solid 1px #9BBAA4;
}
body.index div#content div.column div.data td img
{
	display:inline-block;
}
body.index div#content div.column div.data table td
{
	border:none;
	padding-left:5px;
}
body.index div#content div.column div.data table tr.odd
{
	background-color:#fdf2e6;
}
body.index div#content div.column div.data table td a:link,
body.index div#content div.column div.data table td a:visited,
body.index div#content div.column div.data table td a:active
{
	color:#2f80ba;
	text-decoration: underline;
}
body.index div#content div.column div.data table td a:hover
{
	color:#FF9900;
}
body.index div#content div.column div.data td.nb
{
	padding-bottom: 0px;
	border: none;
}
body.index div#content div.column div.data td a:hover
{
	text-decoration: underline;
}
/**********Column*******/


body.index div#content div.plan
{
	margin-top: 10px;
}
body.index div#content div.plan h1
{
	color: #00523A;
}
body.index div#content div.plan h1 a
{
	color: #006699;
}
body.index div#content div.plan h1 a:hover
{
	color: #FF6600;
}
body.index div#content div.plan div.data
{
	margin-top: 10px;
	line-height: 16px;
}
body.index div#content div.plan div.data div.l p
{
	margin-left: 40px;
	margin-top: -10px;
	color: #00523A;
}
body.index div#content div.plan div.data div.l p a
{
	font-size: 11px;
	color: #006699;
}
body.index div#content div.plan div.data div.l p a:hover
{
	color: #FF9900;
}
body.index div#content div.plan div.data div.l p img
{
	display: inline;
}
body.index div#content div.plan div.data div.r p
{
	font-size: 11px;
	margin-top: -15px;
	margin-left: 8px;
}
body.index div#content div.photos
{
	margin-top: 10px;
}
body.index div#content div.photos li
{
	float: left;
	padding-right: 9px;
}
body.index div#content div.photos li.fr
{
	float: right;
	padding-right: 0px;
}
/* event.html */
body.event div#content h1 img
{
	border: solid 1px #999999;
}
body.event div#content div.sideimg
{
	float: right;
}
body.event div#content div.sideimg img
{
	margin-top: 10px;
	border: solid 1px #999999;
}
body.event div#content div.data
{
	float: left;
	margin-top: 10px;
	width: 375px;
}
body.event div#content div.data h2
{
	padding-left: 5px;
}
body.event div#content div.data div.list
{
	padding: 5px;
	border: solid 1px #999999;
}
body.event div#content div.data div.list h3
{
	font-weight: bold;
	border-bottom: solid 2px #CCCCCC;
}
body.event div#content div.data div.list h3 img
{
	float: right;
	margin-top: 5px;
}
body.event div#content div.data div.list p
{
	margin-top: 5px;
	line-height: 15px;
	font-size: 10px;
	float:left;
	width:350px;
	display:block;
	text-align:left;
}
body.event div#content div.data div.list a.more
{
	float: right;
	margin-top: -15px;
	line-height: 15px;
	font-size: 10px;
	width:90px;
	display:block;
	text-align:right;
	color: #007D7F;
}
body.event div#content div.data div.list a.more:hover
{
	color: #FF6600;
}
body.event div#content div.data div.list td
{
	padding: 5px 0px;
	border-bottom: solid 1px #999999;
}
body.event div#content div.data div.list td img
{
	margin-top: 3px;
	padding-right: 10px;
	background: url(../../images/sankaku.png) no-repeat right;
}
/* clumn.html */
/* event_detail.html */
/* nextstage_detail.html */
body.clumn div#content h1 img
{
	border: solid 1px #999999;
}
body.clumn div#content div.sideimg
{
	float: right;
}
body.clumn div#content div.sideimg img
{
	margin-top: 10px;
	border: solid 1px #999999;
}
body.clumn div#content div.data
{
	float: left;
	width: 527px;
}
body.clumn div#content div.data h2
{
	padding: 3px 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #00523A;
}
body.clumn div#content div.data h2 a
{
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
body.clumn div#content div.data div.snail
{
	margin-top: 10px;
	width: 375px;
}
body.clumn div#content div.data div.snail li
{
	float: left;
	padding-right: 5px;
}
body.clumn div#content div.data div.snail li.fr
{
	float: right;
	padding-right: 0px;
}
body.clumn div#content div.data div.dynamic
{
	margin-top: 10px;
	border: solid 1px #9BBAA4;
}
body.clumn div#content div.data div.dynamic div
{
	padding-left: 5px;
}
body.clumn div#content div.data div.dynamic td
{
	padding: 3px 0px;
	border-bottom: solid 1px #9BBAA4;
}
body.clumn div#content div.data div.dynamic td img
{
	display: inline;
	margin-right: 3px;
	vertical-align: middle;
	padding-right: 10px;
	background: url(../../images/sankaku.png) no-repeat right;
}
body.clumn div#content div.link
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
body.clumn div#content div.link a
{
	color: #007D7F;
}
body.clumn div#content div.link a:hover
{
	color: #FF9900;
}
body.clumn div#content div.data table.event1
{
	border: solid 2px #999999;
}
body.clumn div#content div.data td.event1Title
{
	background-color:#ebf2ed;
}
body.clumn div#content div.data td.event1Title img
{
	border:none;
}
body.clumn div#content div.data td.event1Title h1
{
	font-size:120%;
	font-weight:bold;
}
body.clumn div#content div.data table.event1 td
{
	padding: 5px 8px;
	border: solid 1px #999999;
	vertical-align: middle;
}
body.clumn div#content div.data table.event1 td.h
{
	text-align: center;
	vertical-align: middle;
	background-color:#ebf2ed;
	width:55px;
}
body.clumn div#content div.data table.event1 td.d
{
	font-size:14px;
	width:230px;
	height:2em;
}
body.clumn div#content div.data table.event1 div.wp-caption
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
body.clumn div#content div.data table.event1 div.wp-caption img
{
	width:180px;
	height:auto;
}
body.clumn div#content div.data table.event1 img.fl
{
	float: left;
	margin-right: 5px;
}
body.clumn div#content div.data table.event1 img.fr
{
	float: right;
}
body.clumn div#content div.data table.event1 a.map
{
	float: right;
	color: #007D7F;
}
body.clumn div#content div.data table.event1 a.map:hover
{
	color: #FF9900;
}
body.clumn div#content div.data table.event1 td.btn a
{
	display: block;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	background: url(../../images/botan3.jpg) no-repeat center;
}
body.clumn div#content div.data table.event1 td.btn a:hover
{
	background: url(../../images/botan4.jpg) no-repeat center;
}
body.clumn div#content div.data table.event1 td.rights img
{
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}
/* list_event.html */
body.list-event div#content div.data
{
	border: solid 1px #9BBAA4;
}
body.list-event div#content div.data h2
{
	padding: 3px 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #00523A;
}
body.list-event div#content div.data h2 a
{
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
body.list-event div#content div.data div.link
{
	margin: 10px 20px 0px 20px;
	height: 21px;
	font-size: 11px;
}
body.list-event div#content div.data div.link a
{
	float: left;
	width: 77px;
	height: 21px;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
	background: url(../../images/botan6-1.png) no-repeat;
}
body.list-event div#content div.data div.link a:hover
{
	background: url(../../images/botan6-2.png) no-repeat;
}
body.list-event div#content div.data div.link a.act
{
	background: url(../../images/botan6-2.png) no-repeat;
}
body.list-event div#content div.data div.list
{
	margin: 0px 5px;
	padding: 5px;
	background: #EBF2ED;
}
body.list-event div#content div.data div.list h3
{
	font-weight: bold;
	border-bottom: solid 2px #CCCCCC;
}
body.list-event div#content div.data div.list h3 img
{
	float: right;
	margin-top: 5px;
}
body.list-event div#content div.data div.list p
{
	margin-top: 5px;
	line-height: 15px;
	font-size: 10px;
	float:left;
	width:350px;
	display:block;
	text-align:left;
}
body.list-event div#content div.data div.list a.more
{
	float: right;
	margin-top: -15px;
	line-height: 15px;
	font-size: 10px;
	width:90px;
	display:block;
	text-align:right;
	color: #007D7F;
}
body.list-event div#content div.data div.list a.more:hover
{
	color: #FF6600;
}
body.list-event div#content div.data div.list td
{
	padding: 5px 0px;
	border-bottom: solid 1px #00523A;
}
div.pagenavi
{
	padding: 0px 5px;
	text-align: right;
}
body.list-event div#content div.data div.pagenavi a
{
	color: #007D7F;
}
.pagenavi a.act
{
	color: #FF0000;
}
/* information.html */
body.information div#content h1
{
	background: #166D37;
}
body.information div#content h1 span
{
	display: block;
	padding-left: 5px;
	width: 520px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
body.information div#content div.obox p
{
	padding: 10px;
}
body.information div#content div.bbox
{
	padding: 0px 10px;
}
body.information div#content div.bbox li
{
	padding: 5px 0px 5px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #007D7F;
	background: url(../../images/information_icon01.gif) no-repeat 0px 6px;
	border-bottom: solid 1px #007D7F;
}
body.information div#content div.bbox li a
{
	color: #007D7F;
}
body.information div#content div.bbox li a:hover
{
	color: #FF6600;
}
body.information div#content div.bbox li span.note
{
	font-size: 12px;
	font-weight: normal;
}
/* kushitsu.html */
body.kushitsu div#content h1
{
	border-bottom: solid 3px #00523A;
}
body.kushitsu div#content h1 a
{
	float: right;
	margin-top: 5px;
	font-size: 10px;
	color: #007D7F;
}
body.kushitsu div#content h1 a:hover
{
	color: #FF6600;
}
body.kushitsu div#content h1 span
{
	display: block;
	padding-left: 5px;
	width: 320px;
	font-size: 14px;
	font-weight: bold;
	color: #00523A;
}
body.kushitsu div#content div.obox p
{
	padding: 10px;
}
body.kushitsu div#content div.obox p img
{
	float: left;
	margin-right: 10px;
}
body.kushitsu div#content div.link
{
	padding: 0px 10px 10px 10px;
	border-bottom: solid 1px #9BBBA4;
}
body.kushitsu div#content div.bbox
{
	margin-top: 10px;
	padding: 0px 10px;
}
body.kushitsu div#content div.bbox div.img
{
	float: left;
	margin-right: 10px;
}
body.kushitsu div#content div.bbox div.img img
{
	padding: 5px 0px;
}
body.kushitsu div#content div.bbox div.img span
{
	display: block;
	text-align: right;
}
body.kushitsu div#content div.bbox p
{
	padding: 5px 0px;
}
/* nextstage.html */
body.nextstage div#content h1 img
{
	border: solid 1px #999999;
}
body.nextstage div#content div.data h2
{
	padding: 3px 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #00523A;
}
body.nextstage div#content div.data h2 a
{
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
body.nextstage div#content div.data div.dynamic
{
	margin-top: 10px;
	border: solid 1px #9BBAA4;
	border-top: none;
}
body.nextstage div#content div.data div.dynamic div.obox
{
	padding: 0px 5px;
}
body.nextstage div#content div.data div.dynamic td
{
	padding: 5px 0px;
	font-size: 10px;
	line-height: 16px;
	border-top: solid 1px #9BBAA4;
}
body.nextstage div#content div.data div.dynamic td a
{
	float: right;
	font-size: 10px;
	line-height: 15px;
	color: #007D7F;
}
body.nextstage div#content div.data div.dynamic td a:hover
{
	color: #FF9900;
}
body.nextstage div#content div.data div.dynamic table.small td img
{
	display: inline;
	margin-right: 5px;
	padding-right: 10px;
	background: url(../../images/sankaku.png) no-repeat right;
}
body.nextstage div#content div.data div.dynamic div.sideimg
{
	float: right;
	width: 75px;
}
body.nextstage div#content div.data div.dynamic div.sideimg img
{
	margin-top: 10px;
}
body.nextstage div#content div.data div.dynamic div.obox div.link
{
	padding-left: 50px;
	height: 38px;
}
body.nextstage div#content div.data div.dynamic div.obox div.link a
{
	float: left;
	margin-right: 10px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
	width: 205px;
	height: 32px;
	background: url(../../images/botan5-1.png) no-repeat;
}
body.nextstage div#content div.data div.dynamic div.obox div.link a:hover
{
	background: url(../../images/botan5-2.png) no-repeat;
}
/* blog.html */
body.blog div#content div.data h2
{
	padding: 3px 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #00523A;
}
body.blog div#content div.data h2 a
{
	float: right;
	font-size: 10px;
	color: #FFFFFF;
}
body.blog div#content div.data div.dynamic
{
	border: solid 1px #9BBAA4;
}
body.blog div#content div.data div.blog
{
	padding: 10px;
}
div.detailArea div.title
{
	/*padding: 10px;*/
	background-color: #dbffcc;
	border-bottom: 2px #00523A solid;
}
div.listArea div.title
{
	/*padding: 10px;*/
	background-color: #dbffcc;
	border-bottom: 2px #00523A solid;
}
div.listArea table tr
{
	border-bottom: #999999 dotted 1px;
}
body.blog div#content div.data div.blog div.title span
{
	display: block;
}
body.blog div#content div.data div.blog div.title span.t
{
	font-weight: bold;
}
body.blog div#content div.data div.blog div.title span.d
{
	text-align: right;
}
body.blog div#content div.data div.blog div.context
{
	margin-top: 10px;
}
body.blog div#content div.data div.blog div.context p
{
	margin-top: 10px;
}
body.blog div#content div.data div.blog div.context a
{
	color: #0000FF;
}
body.blog div#content div.data div.blog div.context a:hover
{
	color: #FF0000;
}
/* form*.html */
form#mailform
{
	margin: 20px auto 0px auto;
	width: 600px;
}
form#mailform h2
{
	margin-bottom: 20px;
	padding: 3px 5px;
	font-size: 14px;
	color: #FFFFFF;
	background: #00523A;
}
form#mailform th
{
	padding: 3px 10px;
	width: 120px;
	vertical-align: middle;
	background: #EFEFEF;
	border: solid 1px #CCCCCC;
}
form#mailform td
{
	padding: 3px 10px;
	border: solid 1px #CCCCCC;
}
form#mailform input,
form#mailform textarea
{
	padding: 1px;
}
form#mailform span.note
{
	color: #FF0000;
	font-size: 10px;
	line-height: 14px;
}
form#mailform div.btn
{
	margin: 20px auto;
	text-align: center;
}
form#mailform div.btn *
{
	margin: 0px 10px;
}
.context p a img[class~="alignnone"]
{
	display:block;
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}
div.ts-system
{
	width: auto;
	height: auto;
	padding: 15px;
	margin: 0 0 10px 0;
	border: 2px solid #00523A;
	color:#00523A;
	font-weight:bolder
}
div.ts-system ol
{
	list-style-position:inside;
	margin-left: 0;
	font-size:15px;
	display:block;
	margin: 15px 0 0 0;
	line-height: 150%;
}
div.ts-system ol li
{
	margin-left: 0;
	display:block;
	border-bottom: 1px solid #00523A;
	padding: 10px 0 10px 0;
}
div.ts-system ol li p
{
	margin-left: 1em;
	
}
div.ts-system p
{
	font-weight:normal;
	color:#333;
	margin-top: 5px;
}

