@charset "utf-8";
/*

ファイルごとに異なったスタイル

*/

/*======================================
	
	メインインデックス
	
=======================================*/
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
header {
	position: absolute;
	width: 143px;
	top: 50px;
	left: 74px;
}
header h1 {
	margin-bottom: 27px;
}
header nav {
	padding-left: 4px;
}
body#main_index header nav {
	padding-left: 0;
}

nav li {
	font-size: 0;
	line-height: 0;
	margin-bottom: 12px;
}
article#content {
	width: 960px;
	overflow: hidden;
}
section#main_content {
	width: 596px;
	float: right;
	display: inline;
	margin-right: 74px;
	padding-top: 50px;
}
section#main_content h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 30px;
}
section#entries h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
}
body#news section#entries h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 40px;
}
body#diary section#entries h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;
	font-size: 16px; 
	font-weight: normal;
	text-align: left;
	margin-bottom: 40px;
}
article.entry {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background: url(img/entry_border.png) no-repeat left bottom;
}
body.double article.entry {
	padding-bottom: 5px;
}
p.go_comment {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: right;
	margin-top: 40px;
}

p.go_date {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: left;
	margin-bottom: 40px;
}



p.go_comment a {
	text-decoration: underline;
}
div.entry_body {
	width: 596px;
	overflow: hidden;
}
div.entry_text {
	width: 430px;
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 2;
	margin-top: -3px;
}
div.no_gallery {
	width: 596px;
}
div.entry_text p {
	line-height: 2;
}
div.entry_body dl {
	font-size: 11px;
	line-height: 2;
	width: 596px;
	overflow: hidden;
}
div.entry_body dt {
	float: left;
	font-size: 11px;
	displa inline;
	clear: both;
	width: 130px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
div.entry_body dd {
	font-size: 11px;
	padding-left: 130px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(img/entry_border.png) no-repeat left bottom;
}
div.entry_body ul {
	margin-bottom: 1em;
	font-size: 11px;
}
div.entry_body li {
	font-size: 11px;
}
div.entry_body p {
	margin-bottom: 1em;
	font-size: 11px;
}
ul.entry_img {
	float: left;
	display: inline;
	width: 150px;
}
ul.entry_img img {
	margin-bottom: 10px;
}
section#comments {
	margin-bottom: 100px;
}
section#comments h1 {
	margin-bottom: 10px !important;
}
section#comments h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}
article.comment {
	margin-bottom: 60px;
}
div.comment_body {
	font-size: 11px;
	line-height: 2;
}
div.comment_body p {
	margin-bottom: 1em;
}
section#post_comment {
	font-size: 11px;
	line-height: 1.8;
}
section#post_comment h1 {
	margin-bottom: 10px !important;
}
span.attention {
	font-size: 10px;
}
div#respond {
	margin: 10px 0 100px;
}
div#respond p input {
	margin-bottom: 10px;
}
input.comment_text {
	color: #000;
	border: 1px solid #b7b8ba;
	width: 584px;
	padding: 5px;
	font-size: 11px;
}
textarea#post_body {
	color: #000;
	border: 1px solid #b7b8ba;
	width: 584px;
	height: 200px;
	padding: 5px;
	font-size: 11px;
}
div#form_btn {
	width: 596px;
	overflow: hidden;
}
p#btn_check {
	float: left;
	display: inline;
	width: 293px;
}
p#btn_post {
	float: right;
	display: inline;
	width: 293px;
}
input#submit {
	width: 193px;
	height: 39px;
	border: none;
	background: url(img/post_button.png) no-repeat left top;
	cursor: pointer;
	margin-top: 10px;
}
p.form-submit {
	text-align: center;
}
article#content aside {
	width: 143px;
	float: left;
	display: inline;
	margin-left: 74px;
	margin-top: 382px;
	margin-bottom: 100px;
	padding-top: 30px;
	background: url(img/aside_border.png) no-repeat left top;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
}
article#content aside li {
	padding: 0 0 0 3px;
}
body#main_index div#container {
	height: 100%;
	background: url(img/main_bg.jpg) center 19px #fff no-repeat;
}
body#main_index header {
	width: 814px;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
}
body#main_index header h1 {
	position: absolute;
	top: 108px;
	left: 502px;
	margin-bottom: 0;
}
body#main_index ul {
	position: absolute;
	top: 275px;
	left: 510px;
	width: 330px;
	overflow: hidden;
}
body#main_index li {
	float: left;
	display: inline;
	margin-right: 16px;
}

body#news div.entry_text a:link {
	text-decoration: underline;
}
body#news div.entry_text a:visited {
	text-decoration: underline;
}
body#news_detail div.entry_text a:link {
	text-decoration: underline;
}
body#news_detail div.entry_text a:visited {
	text-decoration: underline;
}
ul#link_list {
	font-size: 11px;
	line-height: 18px;
}
ul#link_list li {
	margin-bottom: 5px;
}
div#pager {
	overflow: hidden;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	height: 20px;
	padding-bottom: 30px;
}
div#pager a:link {
	text-decoration: underline;
}
div#pager a:visited {
	text-decoration: underline;
}
div#pager a:hover {
	text-decoration: none;
}
p.btn_prev {
	position: absolute;
	top: 0;
	left: 0;
}
p.btn_next {
	position: absolute;
	top: 0;
	right: 0;
}


div#footer1 p {

    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
    margin-bottom: 20px;
    margin-left: 790px;
    text-decoration: underline;

    
}


div#footer2 p {

    margin-top: 50px;
    font-family: "Courier New", Courier, monospace;
	font-size: 13px;
    margin-bottom: 50px;
    margin-left: 230px;
    
}


#footer {
	width:100%;

	text-align: center;
	font-size: 13px;

	padding: 80px 0 5px;
	clear: both;
	font-family: "Courier New", Courier, monospace;
}



#mainIndex #footer{
	position:absolute;
	top:764px;
}






