@charset "utf-8";
*	{
	outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
legend{display:none;}
button{cursor:pointer;}

body {
	background: #000000;
	font-size: 12px;
	color: #000000;
	line-height:130%;
}

a {
	color: #330000;
	font-weight:bold;
	text-decoration:none;
	outline: none;
}
a:hover {
	color: #cc3300;
	text-decoration:underline;
}
img {
	border: none;
}
#global_banner span{
	display: block;	
}
span {
	display:none;
}


/* レイアウト */
#wrapper {
	margin: 15px auto 0px auto;
	width: 900px;
	background:url(../images/bg.gif) center repeat-y;
}

#head {
	background: url(../images/header.jpg) top center no-repeat;
	display: block;
	position: relative;
	/*height: 250px;*/
	height: 132px;
}
#contentsbg {
	overflow: hidden;
	background: url(../images/bg_photo.jpg) top center no-repeat;
	width: 893px;
}
*html #contentsbg {
	zoom: 1;
}
#contents {
	float: left;
	width: 625px;
	padding-left:25px;
}

#menu {
	float: right;
	width: 200px;
	padding-right:25px;
}
#footer {
	background: url(../images/footer.gif) top center;
	height: 50px;
	clear:both;
}


/* エントリー */
.entry {
	background: url(../images/entry_bg.gif) repeat-y;
}
.entry_head {
	background: url(../images/entry_header.gif) no-repeat;
	height: 105px;
}
.entry_foot {
	background: url(../images/entry_footer.gif) no-repeat;
	height:25px;
	clear:both;
	margin-bottom:15px;
}

.entry_head .date {
	color: #330000;
	padding: 30px 0 0 75px;
	height:12px;
}
.entry_head .title {
	font-size: 24px;
	font-weight: bold;
	color: #cc3300;
	padding: 0 0 0 75px;
}
.entry_body {
	padding: 5px 30px 0 75px;
	line-height:170%;
}
.entry_body img {
	float: left;
	margin: 3px 10px 10px 0;
}
.entry_body p {
	margin-bottom: 10px;
}

.note {
	clear:both;
	background:url(../images/5line.gif) no-repeat;
	height:40px;
	margin-left:15px;
}
.note .comme {
	float:left;
	padding:12px 0 0 73px;
}
.note .name {
	float:right;
	padding:12px 38px 0 0;
	font-weight:bold;
	color: #cc3300;
	font-size:14px;
}

.top {
	clear:both;
}
.top a{
	color:#c0b468;
	font-size:11px;
	font-weight:normal;
}


/* コメント */
.comment_wrapper {
	padding: 30px 30px 0 75px;
	background:url(../images/ic_comme.gif) 75px 10px no-repeat;
	width:520px;
}
.comment {
	clear:both;
	padding-top:10px;
}

.note2 {
	text-align:right;
}
.comment_name {
	color: #cc3300;
	font-size: 11px;
	font-weight:bold;
	float:right;
}
.comment_date {
	color: #cc3300;
	font-size: 11px;
	float:right;
	padding-right:10px;
}

.comment2 {
	color: #330000;
	clear:both;
	margin-top:25px;
	padding-top:25px;
	background:url(../images/ic_comme_2.gif) 0 0 no-repeat;
}
.comment2 .form {
	padding-left:28px;
	vertical-align:top;
	font-weight:bold;
}
.comment2 textarea {
	width: 300px;
	font-size: 12px;
}


/* メニュー */
.menu_head {
	background: url(../images/menu_header.gif) no-repeat;
	height: 40px;
}
.menu_body {
	background: url(../images/menu_bg.gif) repeat-y;
	padding: 10px 20px;
}
.menu_foot {
	background: url(../images/menu_footer.gif) no-repeat;
	height: 20px;
	margin-bottom: 12px;
}
h2 {
	width:200px;
	text-align:center;
	padding-top:22px;
}
#menu ul {
	background: url(../images/menu_bg.gif) repeat-y;
	padding: 15px 20px 0 40px;
	text-align: left;
}
#menu li {
	padding-bottom: 7px;
	list-style-image:url(../images/menu_icon.gif);
}



/* カレンダー */
#cal {
	width: 100%;
}
#cal th {
	padding: 1px;
}
#cal td {
	padding: 1px;
	text-align: center;
	color: #000000;
}
#cal .month {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#cal .pre {
	width:10px;
	height:10px;
	padding-left:5px;
}
#cal .pre a{
	background:url(../images/ic_left.gif) no-repeat;
	width:10px;
	height:10px;
	overflow:hidden;
	display:block;
}
#cal .pre a:hover{
	background-position:-10px 0;
}
#cal .next {
	width:10px;
	height:10px;
}
#cal .next a{
	background:url(../images/ic_right.gif) no-repeat;
	width:10px;
	height:10px;
	overflow:hidden;
	display:block;
}
#cal .next a:hover{
	background-position:-10px 0;
}
#cal .week {
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 11px;
	color: #666666;
}
#cal .sun {
	color: #CC0000;
}
#cal .sat {
	color: #3300FF;
}
#cal .today {
	border:1px solid #cc3300;
}
#cal td a {
	border:1px solid #cc3300;
	background:#cc3300;
	color:#ffffff;
}
#cal td a:hover {
	text-decoration:none;
}


/* 投稿 */
#thanks {
	background: url(../images/entry_bg.gif) repeat-y;
	width: 625px;
	margin-bottom:15px;
}
#thanks p {
	text-align:left;
}
#thanks .entry_head .title {
	font-size: 24px;
	font-weight: bold;
	color: #cc3300;
	padding: 60px 0 0 75px;
}
#thanks .thanks {
	font-size:16px;
}
.thanks_foot {
	background: url(../images/entry_footer.gif) no-repeat;
	height: 25px;
}
.comment_wrapper {
	display: none;
}
img.mt_icon {
	float: none;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}
#head .menu {
	position: absolute;
	left: 250px;
	top: 20px;
	float: left;
	height: 16px;
	display: block;
	width: 600px;
}
#head .menu img {
	margin-right: 2px;
	margin-left: 3px;
	border-style: none;
}
