/* 全体 */

body {
	background-color: #EFEFEF;
	text-align: center;
	margin: 0px;
	padding: 0px;
} 


/* リンク関連 */

A                { color: #3366CC; text-decoration: none; background: none;}
A:link           { color: #3366CC; text-decoration: none; background: none;}
A:link:hover     { color: #FF6600; text-decoration: underline; background: none;}
A:link:active    { color: #000000; text-decoration: none; background: none;}

A:visited        { color: #3366CC; text-decoration: none; background: none;}
A:visited:hover  { color: #FF6600; text-decoration: underline; background: none;}
A:visited:active { color: #000000; text-decoration: none; background: none;}


/* 見出し */

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}

/* 全体を囲う箱 */


#inbox {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 722px;
	background: #FFFFFF;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}


/* バナー */

#topmenu {
	background: #333333;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#topmenu a  { color:#FFFFFF; text-decoration: none; background: none;}


#banner {
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#banner h1{
	font-family: ＭＳ Ｐ明朝, Osaka, Verdana, Arial, sans-serif;
	font-size: 35px;
	font-weight: 900;
	letter-spacing:2px;
	color: #FFFFFF;
	margin-top: 60px;
}

#banner img{
	letter-spacing:2px;
	color: #FFFFFF;
}

#banner a  { color:#FFFFFF; text-decoration: none; background: none;}

#banner A                { color: #FFFFFF; text-decoration: none; background: none;}
#banner A:link           { color: #FFFFFF; text-decoration: none; background: none;}
#banner A:link:hover     { color: #FFFFFF; text-decoration: underline; background: none;}
#banner A:link:active    { color: #FFFFFF; text-decoration: none; background: none;}

#banner A:visited        { color: #FFFFFF; text-decoration: none; background: none;}
#banner A:visited:hover  { color: #FFFFFF; text-decoration: underline; background: none;}
#banner A:visited:active { color: #FFFFFF; text-decoration: none; background: none;}

.description {
	font-family: ＭＳ Ｐ明朝, Osaka, Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	color: #FFFFFF;
	padding-left: 2px;
}

#event {
	background-color: #FFFFFF;
}

/* 検索エリア */
#searchbox {
	text-align: right;
	margin: 0;
	padding:0;
	width: 250px;
	float: right;
}
/* 検索エリア余白 */
#searchbox .pad {
	padding-top: 0px;
	padding-right: 5px;
}
/* 検索 */
#searchbox form {
	margin: 0px;
	padding: 0px;
}
/* 検索ラベル */
#searchbox label {
	display: none;
}
/* 検索 ボックス・ボタンサイズ */
#searchbox input {
	font-size: 11px;
}


/* レイアウト */

#links {
	background-color: #D9E5F1;
	margin: 2px 2px 2px 2px;
	padding: 10px 0 0 5px;
	width: 195px;
	height: 100%;
	float: left;
}

#content {
/*	background-color: #EFEFEF; */
	margin: 2px 2px 2px 2px;
	padding: 0px;
	width: 510px;
	float: left;
}

/* フッター */

#footer {
	border-top: solid 1px #000000;
	clear: both;
}

#footernavi {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
#footer address {
	background: #333333;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	font-style: normal;
}

address a  { color:#FFFFFF; text-decoration: none; background: none;}

address A                { color: #FFFFFF; text-decoration: none; background: none;}
address A:link           { color: #FFFFFF; text-decoration: none; background: none;}
address A:link:hover     { color: #FFFFFF; text-decoration: none; background: none;}
address A:link:active    { color: #FFFFFF; text-decoration: none; background: none;}

address A:visited        { color: #FFFFFF; text-decoration: none; background: none;}
address A:visited:hover  { color: #FFFFFF; text-decoration: none; background: none;}
address A:visited:active { color: #FFFFFF; text-decoration: none; background: none;}

/* ナビ */

#menu_left {
	background:none;
	color: #666666;
	font-family: verdana ,"ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",arial ,sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0px;
	vertical-align: middle;
	padding: 1px;
	text-align:left;
	margin-bottom:5px;
}		

/* 
#menu_left a  { color:#666666; text-decoration: none; background: none;}

#menu_left img{
	vertical-align: middle;
}
*/

#menu_right {
	background:none;
	color: #666666;
	font-family: verdana ,"ＭＳ Ｐゴシック" ,"ヒラギノ丸ゴ Pro W4" ,"Osaka",arial ,sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0px;
	vertical-align: middle;
	padding: 1px;
	text-align:left;
	margin-bottom:0px;
}

/* 
#menu_right a  { color:#666666; text-decoration: none; background: none;}

#menu_right img{
	vertical-align: middle;
}
*/


/* 記事まわり */
	
.blog {
	background-color: #ffffff;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background: none;
}

.blogEvent {
	width:500px;
	height:64px;
	margin:6px 0px; 
}

.entry{
}

.blogbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #003300;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	background: none;
	padding:5px;
	border-bottom: 1px solid #91B1FF;
	clear:both;
}

.blogbody img {
	border: 5px solid #FFFFFF;
}

.blogbody table {
	width: 480px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #003300;
}

.blogbody th {
	width: 80px;
	padding: 3px;
	background-color: #DDDDDD;
	text-align:center;
}

.blogbody td {
	width: 400px;
	padding: 3px;
	background-color: #EFEFEF;
	text-align:left;
}

.blogbody table.normal {
	width: 480px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000;
}

.blogbody table.normal th {
	width: auto;
	padding: 0;
	background-color: #fff;
	text-align:left;
	vertical-align:top;
}

.blogbody table.normal td {
	width: 400px;
	padding: 0;
	background-color: #fff;
	text-align:left;
	vertical-align:top;
}
.blogbody table.normal p {
	margin:0;
	padding:0;
}

.blogbody h2.title_individual	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #003300;
	padding: 0px;
	border-bottom: 0px solid #91B1FF;
}
 
.blog h2.title	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #003300;
	padding: 5px;
	float:left
}

.blog h2.title a  { color:#003300; text-decoration: none; background: none;}

.blog h2.title A                { color: #003300; text-decoration: none; background: none;}
.blog h2.title A:link           { color: #003300; text-decoration: none; background: none;}
.blog h2.title A:link:hover     { color: #003300; text-decoration: underline; background: none;}
.blog h2.title A:link:active    { color: #003300; text-decoration: none; background: none;}

.blog h2.title A:visited        { color: #003300; text-decoration: none; background: none;}
.blog h2.title A:visited:hover  { color: #003300; text-decoration: underline; background: none;}
.blog h2.title A:visited:active { color: #003300; text-decoration: none; background: none;}

.blog h2.title_individual	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #003300;
	padding: 5px;
	border-bottom: 1px solid #91B1FF;
}

.blog span	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-top:3px;
	padding-right: 5px;
	float:right;
}

.blog span	A                { color: #3366CC; text-decoration: none; background: none;}
.blog span	A:link           { color: #3366CC; text-decoration: none; background: none;}
.blog span	A:link:hover     { color: #FF6600; text-decoration: underline; background: none;}
.blog span	A:link:active    { color: #000000; text-decoration: none; background: none;}

.blog span	A:visited        { color: #3366CC; text-decoration: none; background: none;}
.blog span	A:visited:hover  { color: #FF6600; text-decoration: underline; background: none;}
.blog span	A:visited:active { color: #000000; text-decoration: none; background: none;}

.link_title	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-left: 3px solid #91B1FF;
	border-bottom: 1px solid #91B1FF;
}

.ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.link	{ 
	color: #003300;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align:left; 
	padding-bottom: 2px;
}

.date	{ 
	width: 380px;
	color: #003300;
	font-family:Verdana, Arial, sans-serif;
	font-size: 80%;
	text-align:left; 
	vertical-align:bottom;
	margin-right: 0px;
	float: left;
}

.extended {
	width: 100px;da
	color:#3366CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	font-style:normal;
	text-align:right; 
	vertical-align:bottom;
	float: right;
}



.posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003300;
	clear: both;
	background: none;
}

.sign {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003300;
	margin-bottom: 10px;
}

.blogbodybannerm {
	margin: 10px 0 10px 0;	
	padding: 5px;
	background-color: #EEE;
}
.blogbodybannerm img {
	margin: 5px;
}

.pagetop {
	color:#3366CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style:normal;
	text-align:right; 
	vertical-align:bottom;
}

.partition {
	margin-top: 10px;
	padding: 5px;
	color:#003300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style:normal;
	text-align:right; 
}

.partition a  { color:#003300; text-decoration: underline; background: none;}

.partition A                { color:#003300; text-decoration: underline; background: none;}
.partition A:link           { color:#003300; text-decoration: underline; background: none;}
.partition A:link:hover     { color:#FF6600; text-decoration: underline; background: none;}
.partition A:link:active    { color:#003300; text-decoration: underline; background: none;}

.partition A:visited        { color:#003300; text-decoration: underline; background: none;}
.partition A:visited:hover  { color:#FF6600; text-decoration: underline; background: none;}
.partition A:visited:active { color:#003300; text-decoration: underline; background: none;}


#content .imageleft{
	padding-right: 10px;
	float: left;
}

#content .imageright{
	padding-left: 10px;
	float: right;
}

/* サイドバー */

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 20px;
	clear:both;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	clear:both;
	}

.sidebar #categories ul {
	padding-left: 0px;
	clear:both;
	}
	

.sidebar li {
	color: #003300;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	line-height: 150%;
	margin-top: 0.1em;
	padding-bottom: 3px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: none;
	float: left;
	}

.sidebar {
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar img {
	border: 0px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	padding: 2px;
	color: #003300;
	}

.qr {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: center;
	padding: 2px;
	margin-bottom: 40px;
	color: #003300;
	}
	
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003300;
	text-align: left;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 40px;
}



/* アーカイブのページ関連 */

#menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0.5px;
}


.comments-body {
	background: none;
	color:#003300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:1.5em;
	margin:0.5em;
	padding:0.5em;
}


.comments-post {
	background: none;
	color:#003300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
}


.comments-head	{
	border-bottom: 1px solid #e5e5e5;
	color: #003300; 
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}


.ClearFloat {
	clear: both!important;
	margin:0!important;
	padding:0!important;
	font-size:1px!important;
	line-height:1px!important;
}
.FloatLeft {
	float: left!important;
}
.FloatRight {
	float: right;
}
.ClearFloatI {
	clear: both!important;
}

.report td {
	background-color: #FFFFFF;
	align:center;
	valign:top;
	vertical-align: top;
}


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* イベント情報の登録 */

＃registration {
	margin:0;
	padding:0;
}
＃registration p {
	margin:0;
	padding:0;
	line-height:1.0;
}
#registration .title02 {
	border-left:4px solid #1d2088;
	padding-left:6px;
	font-weight:bold;
}
#registration .inputBtn2 a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#registration .inputBtn2 {
	border:1px solid #91B1FF;
}
#registration .inputBtn2 p{
	text-align:center;
}
#registration dl {
	margin:0;
	padding:12px;
	border:1px solid #91B1FF;
}
#registration ul.attention {
	margin:0;
	padding:12px 6px;
	border:1px solid #ff6600;
	list-style-type:disc;
}
#registration ul.attention li {
	margin:0 0 0 18px;
	padding-left:0px;
	text-indent:0px;
	list-style-type:disc;
}
#registration span.need {
	margin:0;
	padding:0 4px;
	width:24px;
	color:#FFFFFF;
	background-color:#ff6600;
	display:block;
	float:none;
}
#registration span.txt01 {
	font-weight:bold;
	font-size: 12px;
	padding-top:0px;
	padding-right: 0px;
	float:none;
}
#registration table {
	width: 480px;
}
#registration table th {
	width:120px;
	text-align:left;
}
#registration table td {
	width:360px;
	text-align:left;
}
#registration input,
#registration textarea {
	width:340px;
}
#registration input.checkbox {
	width:12px;
	paddingright:12px;
}
#registration input.input13,
#registration input.input14,
#registration input.input15 {
	width:350px;
}
#registration .inputBtn {
	text-align:center;
}
#registration .inputBtn input {
	width:140px;
}
