@charset "UTF-8";

/*==================
	全体の設定
===================*/
#container{
	margin:20px auto;
}
#contents{
	padding-top:10px;
}

#navi, #footpath, #contents{
	background:#EBEBEB;
}

a:link {
	color: #666;
	text-decoration: underline!important;
}
a:visited {
	color: #888;
	text-decoration: underline;
}
a:hover {color: #000;}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	line-height: 1;
}
h1 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 152%;
	font-weight: normal;
	_height: 1px; /* for IE (peekaboo) */
	min-height: 1px; /* for IE7 (peekaboo) */
}
h2 { font-size: 114%; 	color: #000000;}
h3 {
	padding: 0.3em 10px 0.7em 2px;
	border-bottom: 1px solid #111;
	color: #fff;
	font-size: 114%;
}
h4,h5,h6 { font-size: 100%;}
p { line-height: 1.8;}
ul li{
	backgroud-image:url("/images/css/simple23-2/bg_list.gif");
	list-style-type:none;
}
/*==================
ナビの設定
===================*/
#navi{height:1%;}
ul.navi {padding: 0.2em 0 0 0;}
ul.navi li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	line-height:16px;
}
ul.navi li a, ul.navi li a:visited{
line-height:16px;
	padding: 0.6em 10px; /* Button Height */
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	text-align: center;
	text-decoration: none;
	color: #666666;
	white-space:nowrap;
	font-weight:bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #e5e5e5;
}
ul.navi li strong {
line-height:16px;
	padding: 0.6em 10px; /* Button Height */
	border: none;
	display: block;
	position: relative; /* IE6 Bug Fix */
	text-align: center;
	text-decoration: none;
	color: #666666;
	white-space:nowrap;
	font-weight:bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #e5e5e5;
	background:url("/images/css/simple23-2/bg_navi.gif");
}
ul.navi li a:hover {
	line-height:16px;
	color: #000;
	background:url("/images/css/simple23-2/bg_navi.gif");
}
#navi li.first{
	line-height:16px;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
/*==================
フットパスの設定
===================*/
#footpath{
	padding:3px 3px 3px 20px;
	font-size: 100%;
	background:#ccc;
	border:1px solid #fff;
}
#footpath li.footpath{
	float: left;
	margin-right:10px;
	list-style-type: none;
	background:none!important;
}
#footpath li.footpath a:link,
#footpath li.footpath a:visited{
	text-decoration:none;
}
#footpath li.footpath a:hover{}
#footpath li.footpath a {
	line-height:16px;
	display: block;
background:none!important;
}
#footpath strong{
	background-image:url("/images/css/simple23-2/bg_list.gif");
	background-repeat:no-repeat;
	background-position:0 55%;
	padding-left:15px;

}
/*==================
ヘッダーの設定
===================*/
.mng_line{
	width:100%;
	padding-left: 5px;
	padding-right: 5px;
}
#header{
	height:1%;
	margin-bottom:25px;
}
.mainPhoto{
text-align:center;
	margin-top:35px;
	height:1%;
}
#header h1{
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#333333;
	text-decoration: none;
	font-weight:bold;
}
#header h1 a:link,
#header h1 a:visited { 
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color:#333333;
	text-decoration: none;
}
#header h1 a:hover { text-decoration: none; color: #000!important; }

/*==================
フッターの設定
===================*/
#footer {
	text-align: right;
	padding: 10px;
	border-top:1px solid #fff;
	background-color:#D7D7D7!important;
	font-size: 100%;
	clear: both;
}
#footer_bottom{
	clear:both;
}
/*==================
メインコンテンツの設定
===================*/
#main_contents .module_contents,
#top_contents .module_contents,
#bottom_contents .module_contents {
	padding:20px;
	height:100%; /* IE対策 */

}
#main_contents .module_title a,
#top_contents .module_title a,
#bottom_contents .module_title a{
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#main_contents .module_title,
#top_contents .module_title,
#bottom_contents .module_title {
padding:10px 0 15px 20px;
	color:#333333;
font-weight:bold;
	background:#333333 url(/images/css/simple23-2/bg_title.gif) repeat-x bottom;
}
/*==================
サイドコンテンツ_全体
===================*/
#side_contents_left .module_contents,
#side_contents_right .module_contents{
	margin:0 auto;
	width:90%;
	margin:10px auto;
}
#side_contents_right li,#side_contents_left li {
	padding-left: 10px;
	background-image: url(/images/css/simple23-2/bg_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}
#side_contents_left a:link, #side_contents_right a:link{
	text-align: center;
	text-decoration: none;
}
/*==================
サイドコンテンツ_右
===================*/
#side_contents_right .module_body{
	width:97%;
	margin:0 auto 10px auto;
	background:#D7D7D7;
	border:1px solid #fff;
}
#side_contents_right h2.module_title{
	line-height: 1;
	font-size: 100%;
	text-transform: uppercase;
	color:##ffffff;
	font-weight:bold;
	text-align:center;
	background-image:url(/images/css/simple23-2/bg_sideTitle.gif);
	padding:8px 3px;
}
/*==================
サイドコンテンツ_左
===================*/
#side_contents_left .module_body{
	width:97%;
	margin:0 auto 10px auto;
	background:#D7D7D7;
	border:1px solid #fff;
}
#side_contents_left h2.module_title{
	line-height: 1;
	font-size: 100%;
	text-transform: uppercase;
	color:##ffffff;
	font-weight:bold;
	text-align:center;
	background-image:url(/images/css/simple23-2/bg_sideTitle.gif);
	padding:8px 3px;
}

/*==================
モジュール内の細かい設定
===================*/
.relation_link {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 20px;
	clear: both;
	background-image: url(/images/css/simple23-2/bg_list.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 100%;
	text-transform: uppercase;
}
.relation_link a:link,
.relation_link a:visited{
	padding: 2px 10px 2px 8px!important;
	color: #fff!important;
	background-color: #666!important;
	background-repeat: no-repeat;
	text-decoration: none;
}
.relation_link a:hover{
	padding: 2px 10px 2px 8px!important;
	color: #fff!important;
	background-color: #000!important;
	background-repeat: no-repeat;
	text-decoration: none;
}

#event{
	background-color: #fff!important;

}
/*==================
テーブル
===================*/

table.list {
width:97%;
	margin: 1em 5px;
	border-top: 1px solid #eeeeee;

}

table.list th,
table.list td {
	padding:5px;
	border-bottom: 1px solid #eeeeee;
	border-collapse: separate;
	border-spacing: 1px;
}
table.list th {

	font-weight: bold;
}
table.list td {

}
/*==================
	カレンダー
===================*/
div.blog_calendar td,div.monthly_calendar td{
	color:#666;
	line-height: 20px;
}
div.monthly_calendar th {
	color: #666;
	font-weight:bold;
	background-image: url(/images/css/simple23-2/bg_calendar.gif);
	background-repeat: repeat-x;
	text-align:center;
}
div.blog_calendar td, div.monthly_calendar td{
	border:1px solid #AAAAAA!important;
	text-align:center!important;
}
div.blog_calendar td a:link{
	background-image:url(/images/css/monoCrystal/circle01.gif);
	padding: 0.6em 0;
	display: block;
	line-height: 1!imporatant;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
div.blog_calendar td a:visited{
	background-image:url(/images/css/monoCrystal/circle02.gif);
	padding: 0.6em 0;
	display: block;
	line-height: 1;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
div.blog_calendar td a:hover{
	background-image:url(/images/css/monoCrystal/circle03.gif);
	padding: 0.6em 0;
	display: block;
	line-height: 1!imporatant;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}
.weekly_calendar .calendar_data {color:#ddd;}
div.blog_calendar table, div.monthly_calendar table{
	margin:0 auto;
	width:90%;
	font-size:85%;
}
.weekly_calendar .calendar_data {color:#ddd;}
div.blog_calendar table, div.monthly_calendar table{
	margin:10px auto;
	width:90%;
	font-size:85%;
}
/*------------------
月間カレンダー大
--------------------*/
div.calendar_list .calendar{
	border-left:1px solid #ccc!important;
	border-bottom:1px solid #ccc!important;
	border-top:1px solid #ccc;
}
div.calendar_list .calendar .header .Sat,
div.calendar_list .calendar .header .Sun{
	background-color: #ccc;
	background-image: url(/images/css/simple23-2/bg_calendarHoliday.gif);
	background-repeat: repeat-x;
}
div.calendar_list .calendar .header .Sat{
	border-right:1px solid #eee!important;
}
div.calendar_list .calendar .header th{
	height:22px;
	background:#d72bac url(/images/css/simple23-2/bg_calendar.gif);
}
div.calendar_list .calendar td.today {
	background:#ccc;
	border: 0px!important;
}
div.calendar_list .calendar td{
	border-top:1px solid #ccc!important;
	border-right:1px solid#ccc!important;
	height:100%!important;
}
.event_data li{
	margin-bottom:4px!important;
}
/*------------------
月間カレンダー小ajax
--------------------*/
.calendar_ajax_list table{
	width:90%!important;
	margin:0 auto;
	font-size:85%;
}
/*==================
Operaバグ対策
===================*/
body {
	color: #555555; /* 文字色 */
	background-image: url("/images/css/simple23-2/bg.jpg");
        background-repeat:repeat-x;
        background-position:0% 70px;
        background-color:#333333;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
S", Arial, Helvetica, sans-serif;
}