@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
html {
	text-align: center;
	}
body {
	width: 880px;
	text-align: left;
	color:#333333;
	background-image: url(../img/background.jpg);
	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;
}

img a{
	border-style: none;
	border-width: 0px;
	}
	
img a:hover{
	border-style: none;
	border-width: 0px;
	}

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%;
}

h4 {
	font-size: 10pt;
	font-weight: normal;
	}
	
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;
}

#logoArea {
	width: 880px;
	height: 63px;
	text-align: right;
	clear: both;
	}
	
#logoArea img {
	margin-right: 10px;
	margin-top: 12px;
	}
	
#logoArea a img {
	border-style: none;
	border-width: 0px;
	}

	
/*==============================
	本文エリア
==============================*/

#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;
	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 {
	font-family:Arial,"MS PGothic",sans-serif;
	font-size:120%;
	font-weight:bold;
	color: #186FDE;

}

.item-top h2 {
	font-family:Arial,"MS PGothic",sans-serif;
	font-size:130%;
	font-weight:bold;
	color: #03264E;
	display:inline;
}
.item-top h2 a{
	text-decoration:none;
	color: #03264E;
	display:inline;
}


.item-top .category {
	font-size:100%;
	font-weight:bold;
	float:right;
}

.item h2 .date {
	font-size:75%;
}
.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 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:12px;
}

/* カスタム */

.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: 133px;
	}
	
.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);
	}
#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);
	}
	

.thum-top {
	width: 335px;
	height: 40px;
	padding-top: 2px;
	}
	
.thum-text {
	padding-left: 10px;
	padding-right: 15px;
	}	


.subtitle {
	clear: both;
	width: 335px;
	height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	vertical-align: bottom; 	
	}

.subtitle img{
	vertical-align: bottom; 
	}
	
.subtitle h4 {
	padding: 0px;
	margin: 0px;
	}

#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;
	}
	
.music-img {
	float: left;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-top: 8px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #cccccc;
	}
	
.music-detail {
	float: right;
	width: 230px;
	margin-left: 10px;
	height: 180px;
	}
	
.music-imgarea {
	width: 454px;
	height: 174px;
	background-image: url(../img/music/music_item_bg.gif);
	background-repeat: no-repeat;
	}
	
.music-detail {
	float: right;
	width: 260px;
	margin-left: 10px;
	margin-top: 15px;
	height: 130px;
	}
	
.btn-image {
	border: none;
	}
	
	

.item-img {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-left: 75px;
	margin-bottom:15px;
	}
	
#links .side ul{
	list-style-image: url(../img/list_img_base.gif);
	}