@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
html {
	text-align: center;
	}
body {
	width: 880px;
	text-align: left;
	color:#333333;
	background-image: url(../img/background2.gif);
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 8pt;
	line-height:150%;
	padding-top:0px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
a{
	color:#1C4786;
}
a:hover {
	color:#526CCA;
}
strong {
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	color:#333333;
	font-weight:normal;
	font-size: 8pt;
	line-height:150%;
}
em {
	color:red;
	font-weight: normal;
	font-style:normal;
}
sup {
	vertical-align : 20%;
}

h1,h2,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
}
dt {
	font-weight:bold;
}
dl,ul,ol,form {
	margin-top:0px;
	margin-bottom:0px;
}
form p{
	margin:1px;
	line-height:100%;
}
textarea {
	font-size:100%;
	overflow:auto;
}

input {
	font-size:100%;
	line-height:100%;
}

hr.sep {
	display:none;
}

/*==============================
	ヘッダ部分
==============================*/

#banner {
	padding-top: 0px;
}
#banner a {
	text-decoration:none;
}

#banner h1 {
	font-family:georgia,"ＭＳ Ｐゴシック",serif;
	font-size:250%;
	font-weight:bold;
}

#banner p {
	margin:0.3em 0px;
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size : 90%;
	font-weight : bold;
	line-height:120%;
}
#banner a img {
	border:0px;
}
#banner_note {
	background:#f0f0f0;
	text-align:center;
	padding:2px;
	border-bottom:1px solid;
}
/*==============================
	本文エリア
==============================*/

#content {
	float: right;
	clear: right;
	top:auto;
	margin-top: 37px;
	padding:8px 10px 20px 20px;
	min-width:200px;
	width: 500px;
}


/* 前後移動とか */
#menu {
	font-weight:bold;
	line-height:100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin-bottom:16px;
	background-image: url(../img/navi_bg.gif);
}
#menu p{
	margin:0px;
	padding:2px;
}
#menu .btn_prev,
#menu .btn_next {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	font-size:0px;
}
#menu a {
	text-decoration:none;
}

/* 本文１項目 */
#content .item {
	width: 470px;
	padding:15px;
	background-image: url(../img/item_bg_mid.gif);
}



.item h2 {
	font-family:Arial,"MS PGothic",sans-serif;
	font-size:150%;
	font-weight:bold;
	color: #03264E;
	display:inline;
}
.item h2 a{
	text-decoration:none;
	color: #03264E;
	display:inline;
}

.item-top h2 {
	font-family:Arial,"MS PGothic",sans-serif;
	font-size:150%;
	font-weight:bold;
	color: #03264E;
	display:inline;
}
.item-top h2 a{
	text-decoration:none;
	color: #03264E;
	display:inline;
	font-size: 13pt;
}

.item h4 {
	font-size: 10pt;
	text-decoration:none;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	}

.item-img {
	padding: 3px;
	border: 1px solid #cccccc;
	}

.item h2 .date {
	font-size:75%;
}
.item .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
}


/*==============================
	ツッコミ関係
==============================*/
.writeback {
	margin-top:0px;
	padding-top:8px;
	border-top:2px dotted;
	text-align:right;
	line-height:120%;
}
.writeback a {
	text-decoration:none;
}
.writeback form {
	text-align:right;
	margin-bottom:0.5em;
}
.writeback dl {
	border:1px solid #a0a0a0;
	background:#f8f8f0;
	line-height:100%;
	padding:2px 0.5em;
	margin: 0px 0px 4px 0px;
	text-align:left;
}
.writeback dt {
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:100%;
}
.writeback dd {
	font-weight:normal;
	margin-left:24px;
	margin-bottom:0.25em;
	line-height:125%;
}
.writeback li {
	line-height:125%;
}
.writeback ul {
	border:1px solid #a0a0a0;
	background:#f8f8f0;
	padding:2px 2em;
	margin: 0px 0px 4px 0px;
	text-align:left;
}
.writeback .url{
	font-size:11px;
	margin:0px;
}

/*==============================
	サイドバーエリア
==============================*/

#links {
	padding:0px;
	float: left;
	clear: left;
	width:330px;
	margin-left: 5px;
}
/*
#links .side {
	margin-bottom:16px;
}

*/


#links img {
	border:0px;
}


/* カレンダー */
#links h1,
#links h2{
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

#links h3 {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size: 12pt;
	font-weight:bold;
	margin:0px 0px 4px 0px;
	}	



#links h4,
#links h5,
#links h6 {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size: 10pt;
	font-weight:bold;
	}


/* カスタム */

.main-menu{
	width: 528px;
	float: right;
	clear: right;
	padding: 0px;
}
.main-menu ul{
	width: 530px;
	float: left;
	text-align: left;
	padding-left: 2px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	}
.main-menu li{
	float: left;
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

.layout {
	margin-top: 110px;
	float: left;
	clear: right;
	}
	
.recent {
	clear: left;
	width: 285px;
	height: 24px;
	padding-left: 30px;
	padding-top: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../img/title_bg.gif);
	color: #03264E;
	}
.archive-title {
	width: 315px;
	height: 20px;
	padding-left: 20px;
	padding-top: 6px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../img/title_bg2.gif);
	}


.thum-box {
	float: left;
	clear: none;
	width: 53px;
	height: 53px;
	margin: 3px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 0px;
	border:1px solid #999999;
	display: block;
	}
	

.thum-box-e {
	float: left;
	clear: right;
	width: 53px;
	height: 53px;
	margin: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 0px;
	border:1px solid #999999;
	display: block;
	}
.thum-btm {
	float: left;
	width: 330px;
	height: 10px;
	background-image: url(../entries/gallery/img/thum_bg_btm.gif);
	}
.gallery-title {
	font-size: 11pt;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	}
#content .item-top {
	width: 470px;
	height: 29px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	background-image: url(../img/item_bg_top.gif);
	}
#content .item-btm {
	width: 500px;
	height: 30px;
	margin-bottom: 10px;
	background-image: url(../img/item_bg_bottom.gif);
	}
	

	
.subtitle {
	clear: both;
	width: 335px;
	height: 55px;
	padding: 0px;
	margin-top: 10px;
	}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #333;
	back¥ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
	}

	
	
* html .to-topArea {
	text-align: right;
	width: 465px;
	padding:0px;
	float: none;
	margin: 0px;
	background-image: none;
	}
	
