@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
html {
	text-align: center;
	}
body {
	width: 880px;
	text-align: left;
	color:#333333;
	background-image: url(../img/background4.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,h3,h4,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;
	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;
	color: #03264E;
}
#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;
}
.item h2 .date {
	font-size:75%;
}

.item-img {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-left: 75px;
	margin-bottom:15px;
	}

.item .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
}

/* BBS */
.bbs_form {
	background-color: white;
	border:2px groove white;
	margin-bottom:16px;
	padding:8px;
	text-align:right;
}
.bbs_AuthorUrl {
	font-size:92%;
	line-height:100%;
	text-align:right;
	margin:0px;
	padding:0px;
}

/*==============================
	ツッコミ関係
==============================*/
.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;
	width:330px;
	margin-left: 5px;
}

#links .side {
	width: 330px;
	height: auto;
	float: left;
	marign-bottom: 10px;
	}
	
#links .side:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#links .side { display:inline-table; }

/* Mac IE には適用させない ¥*/
* html #links .side { height:1px; }
.side { display:block; }
/* */

#links .side ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-indent: 0px;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	height: auto;
	}

#links .side li {
	float: left;
	clear: none;
	margin-top: 3px;
	padding: 1px;
	padding-bottom: 0px;
	border:1px solid #999999;
	display: block;
	list-style-image: none;
	list-style-type: none;
	}
/*
#links .side {
	margin-bottom:16px;
}

*/

#links img {
	border:0px;
}


/* カレンダー */
#links table.calendar th,
#links table.calendar td {
	text-align:center;
	line-height:100%;
	padding:1px 2px;
}
#links table.calendar tr.caption td,
#links table.calendar tr.caption th {
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid;
}
#links table.calendar a{
	font-weight:bold;
}

#links h1,
#links h2,
#links h3,
#links h4,
#links h5,
#links h6 {
	font-family : Geneva, Arial, Helvetica, san-serif;
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}
#links ul {
	margin:0px;
	padding-left:0px;
	list-style-type:square;
}
#links ul li {
	line-height:125%;
	margin-left:5px;
}

/* カスタム */

.main-menu{
	width: 528px;
	float: right;
	clear: right;
	padding: 0px;
}
.main-menu ul{
	width: 530px;
	float: left;
	text-align: left;
	padding: 0px;
	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;
}

.main-menu span {
	display: none;
	}

.layout {
	margin-top: 133px;
	}
.recent {
	float: left;
	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: 320px;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../img/title_bg2.gif);
	}
#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: 40px;
	padding: 0px;
	margin-top: 10px;
	}

#rss-field {
	width: 312px;
	height: 21px;
	padding-top: 9px;
	padding-left: 18px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	background-image: url(../img/rss_bg.gif);
	}
.side-textArea {
	float: left;
	width: 310px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 8pt;
	}
	
#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");
	}
	
