@charset "UTF-8";

/*01_base*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:”;}

body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'TBP Maru Gothic R', 'HiraMaruPro-W4';
	text-align:center;
	background-image: url(img_site/bg.jpg);
}

hr{
	clear:both;
	visibility:hidden;
	height:5px;
}

/*02_aタグ関連*/

a {
	color:#3bbcff;
	text-decoration:underline;
}

a:hover {
	color:#3bbcff;
	text-decoration: none;
}

a:hover img {
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

a.noblink:hover img {
	-moz-opacity:1.00;
	opacity:1.00;
	filter:alpha(opacity=100);
}

a.border img, a.border:visited img, a.border:active img, a.border:focus img{
	border:1px solid #4e2300;
}
a.border:hover img{
	border:1px solid #cebc82;
}



/*00_ヘッダ*/

div#header{
	padding:15px 15px 0 15px;
	height:111px;
}

div#header h1{
	font-size:11px;
}

div#gnavi{
	clear:both;
	height:30px;
}

div#gnavi li{
	height:30px;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:26px;
	font-weight:bold;
	color:#eaff00;
	margin-right:2px;
}
div#gnavi li#short a{
	color:#eaff00;
	width:88px;
	display:block;
	height:30px;
	position: relative;
	background-image:url(img_site/bg-navi.gif);
	background-position:top center;
	text-decoration:none;
}
div#gnavi li#short a:hover{
	color:#eaff00;
	width:88px;
	background-image:url(img_site/bg-navi.gif);
	background-position:bottom center;
	text-decoration: underline;
}

div#gnavi li#long a{
	color:#eaff00;
	width:89px;
	display:block;
	height:30px;
	position: relative;
	background-image:url(img_site/bg-navi.gif);
	background-position:top center;
	text-decoration:none;
}
div#gnavi li#long a:hover{
	color:#eaff00;
	width:89px;
	background-image:url(img_site/bg-navi.gif);
	background-position:bottom center;
	text-decoration: underline;
}

#breadcrumb{
	padding:15px 15px;
	clear:left;
	font-size:11px;
}

#description{
	padding:20px 15px;
	clear:left;
}

#midashi-cat01{
	background-image:url(img_site/bg-midashi-large.gif);
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	color:#eaff00;
	padding:0 0 0 66px;
	margin-bottom:10px;
	width:554px;
}

#midashi-cat02{
	background-image:url(img_site/bg-midashi-large.gif);
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	color:#eaff00;
	padding:0 0 0 66px;
	margin-bottom:50px;
	width:554px;
}


/*00_ナビ　プルダウン*/
.dropdown {
	height:30px;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:26px;
	font-weight:bold;
	color:#eaff00;
	margin-right:2px;
}
.dropdown dt {
	color:#eaff00;
	width:88px;
	display:block;
	height:30px;
	position: relative;
	background-image:url(img_site/bg-navi.gif);
	background-position:top center;
	text-decoration:none;
	cursor:pointer;
}
.dropdown dt:hover {
	color:#eaff00;
	width:88px;
	background-image:url(img_site/bg-navi.gif);
	background-position:bottom center;
	text-decoration: underline;
}
.dropdown dd {position:absolute; overflow:hidden; width:88px; display:none; background:#fff; z-index:200; opacity:0;}
.dropdown ul {width:88px; list-style:none; border-top:none;}
.dropdown li {display:inline; text-align:center; font-size:10px;}
.dropdown a, #dropdown a:active, #dropdown a:visited {display:block; color:#213297; text-decoration:none; background:#feffa8; width:88px; margin:0; padding:0}
.dropdown a:hover {background:#f0f0ca; color:#213297;}
.dropdown .underline {margin-bottom:1px;}

/*00_コンテンツ*/

div#container{
	text-align:left;
	width:815px;
	margin:0 auto;
	background:#FFF;
}
div#content{
	line-height:1.5;
	float:left;
	width:630px;
	margin-left:15px;
}

/* ———————————————————————-
WinIE6
———————————————————————- */
/*\*/
* html div#content{margin-left:7px;}
/**/

div#content h3{
	margin-bottom:10px;
	padding:0 10px;
	height:25px;
	width:600px;
	line-height:25px;
	font-size:13px;
	font-weight:bold;
	color:#eaff00;
	background-image:url(img_site/bg-midashi.gif);
	clear:both;
}

div#content .wrap00{
	margin-bottom:10px;
}
div#content .wrap00:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#content .wrap00 {display: inline-table;}
/* Hides from IE-mac \*/
* html div#content .wrap00 {height: 1%;}
div#content .wrap00 {display: block;}
/* End hide from IE-mac */

.eventimg{
	float:left;
	margin:0 10px 0 0;
}
/* ———————————————————————-
WinIE6
———————————————————————- */
/*\*/
* html .eventimg{margin:0 8px 0 0;}
/**/

.eventimg2{
	float:left;
	margin:0 10px 0 0;
	width:500px;
}

.eventimg3{
	float:left;
	margin:0 10px 0 0;
	width:300px;
}

div#content .wrap01{
	margin-bottom:20px;
	font-size:15px;
	line-height:1.6;
}

.more{
	clear:both;
	text-align:right;
	width:620px;
	font-weight:bold;
	font-size:12px;
}

div#content .wrap02{
	margin-bottom:10px;
	width:620px;
}

/*00_ナビゲーション*/

div#navigation{
	float:right;
	width:165px;
}

div#navigation h3{
	background-color: #caedff;
	font-size:12px;
	width:146px;
	padding:2px;
	font-weight:bold;
	color:#1f5ca8;
}

div#navigation .search{
	margin:10px 0 15px 0;
}

div#navigation ul{
	margin:10px 0 15px 0;
}

div#navigation li{
	font-size:12px;
	list-style:square inside;
	margin-bottom:3px;
}
/* ———————————————————————-
WinIE6
———————————————————————- */
/*\*/
* html div#navigation li{margin-bottom:1px;}
/**/

div#navigation li a{
	text-decoration:none;
	color:#058cd3;
}

div#navigation li a:hover{
	text-decoration:underline;
	color:#058cd3;
}

div#navigation img{
	margin-bottom:15px;
}

.infotext{
	font-size:9px;
	margin-bottom:10px;
}
/* ———————————————————————-
WinIE6
———————————————————————- */
/*\*/
* html .infotext{font-size:10px;}
/**/


/*00_ブログ用カレンダー*/

div#navigation #blog{
	margin-bottom:20px;
}
div#navigation #blog .b_midashi{
	width:146px;
	font-size:90%;
	text-align:center;
	margin-bottom:8px;
	background-color:#003D9C;
	color:#fff;
	font-weight:bold;
}
div#navigation #blog .b_midashi a{
	color:#9c725e;
	text-decoration:underline;
}
div#navigation #blog .b_midashi a:hover{
	color:#BE947F;
	text-decoration:none;
}
div#navigation #blog table{
	width:150px;
	font-size:70%;
	margin-bottom:15px;
}
div#navigation #blog table th{
	color:#003D9C;
}
div#navigation #blog table tr{
	height:20px;
	text-align:center;
}
div#navigation #blog table a{
	text-decoration:underline;
	font-weight:bold;
}
div#navigation #blog table a:hover{
	text-decoration:none;
	font-weight:bold;
}


/*00_フッタ*/
div#footer{
	clear:both;
	width:100%;
	height: 70px;
	background: url(img_site/bg-footer.gif);
	color: #FFF;
}

div#footer p{
	padding:8px 15px 0 15px;
	font-size:11px;
	line-height: 1.4em;
	font-weight:bold;
}

div#footer p a{
	color:#eaff00;
	text-decoration:none;
}

div#footer p a:hover{
	color:#eaff00;
	text-decoration:underline;
}

/*ブログ用*/
.entryfooter{
	border-top:#1ea2f6 1px solid;
	padding:5px 0;
	text-align:right;
	width:620px;
	font-size:70%;
	color:#1ea2f6;
	font-weight:bold;
	margin-bottom:30px;
}

.navi-contents{
	width:146px; line-height:1.6; font-size:70%; margin-bottom:15px;
}

h4{
	border-bottom:#1ea2f6 1px solid;
	background-color:#EEFFFF;
	padding:3px 0;
	width:620px;
	font-size:80%;
	color:#1ea2f6;
	font-weight:bold;
	margin-bottom:10px;
}

.info{
	margin-left:20px;
	width:600px;
	font-size:80%;
	margin-bottom:20px;
}

.f-midashi{
	color:#003D9C;
	font-size:110%;
}

.vcard_author{
	font-weight:bold;
	font-size:110%;
	color:#003D9C;
}


/*その他*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix{
  zoom:1;
}


.clearfixtop{margin-bottom:10px;}
.clearfixtop:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfixtop {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfixtop {height: 1%;}
.clearfixtop {display: block;}
/* End hide from IE-mac */
.clearfixtop{
  zoom:1;
}
