﻿@charset "UTF-8";
/* ------------------------------------ */
/* 海のほてる 五十集日記スタイルシート */
/* ------------------------------------ */

.diary {
	/*background-color: red;*/
	background-image: URL(../img/diary/diarybg.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 761px;
	padding-top: 30px;
	padding-bottom: 40px;
}
	.diaryContiner {
		width: 707px;
		background-image: URL(../img/diary/continer.png);
		background-repeat: repeat-y;
		background-position: center center;
		margin-left: auto;
		margin-right: auto;
		
	}
	.diaryContinerTop {
		width: 707px;
		background-image: URL(../img/diary/continertop.png);
		background-repeat: no-repeat;
		background-position: top center;
		margin-left: auto;
		margin-right: auto;
	}
	.diaryContinerBottom {
		width: 707px;
		background-image: URL(../img/diary/continerbottom.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
		.diary h3 {
			width: 170px;
			height: 34px;
			padding-top: 25px;
			padding-left: 35px;
		
		}
			.diary h3 a {
				display: block;
				width: 170px;
				height: 34px;
				background-image: URL(../img/diary/diarylogo.png);
				background-repeat: no-repeat;
				background-position: left top;
				text-decoration: none;
			}
				.diary h3 a span {
					position: relative;
					z-index: -1;
					display: none;
				}
		.diary .pagecount {
			width: 639px;
			height: 35px;
			background-image: URL(../img/diary/pagecount.png);
			background-repeat: no-repeat;
			background-position: left top;
			margin-left: auto;
			margin-right: auto;
			margin-top: 10px;
			padding-bottom: 5px;
			text-align: center;
			font-size: 12px;
			letter-spacing: 1.5px;
			color: #FFFFFF;
			line-height: 35px;
		}
			.diary .pagecount strong {
				font-size: 16px;
				color: #003399;
			
			}
			.diary .pagecount span {
				color: #DDDDDD;
			}
			.diary .pagecount a {
				text-decoration: none;
				color: #FFFFFF;
			}
				.diary .pagecount a:hover {
					text-decoration: underline;
					color: #CCCCCC;
				}
		.diaryMainContiner .isaba {
			background-image: URL(../img/diary/continermain_logo.png);
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		
		.diaryMainContiner {
			width: 639px;
			background-image: URL(../img/diary/continermain.png);
			background-repeat: repeat-y;
			background-position: center center;
			margin-left: auto;
			margin-right: auto;
			
		}
		.diaryMainContinerTop {
			width: 639px;
			background-image: URL(../img/diary/continermaintop.png);
			background-repeat: no-repeat;
			background-position: top center;
			margin-left: auto;
			margin-right: auto;
		}
		.diaryMainContinerBottom {
			width: 639px;
			background-image: URL(../img/diary/continermainbottom.png);
			background-repeat: no-repeat;
			background-position: bottom center;
			margin-left: auto;
			margin-right: auto;
		}
			.diary .diarycontiner {
				width: 600px;
				margin-left: auto;
				margin-right: auto;
				padding-top: 20px;
				padding-bottom: 20px;
			}
				.diary .daytime {
					text-align: right;
					letter-spacing: 1.2px;
					color: #003399;
					padding-bottom: 3px;
				}
				.diary h4 {
					border-top: 1px solid #339999;
					border-bottom: 2px solid #339999;
					color:#666666;
					padding: 15px;
					padding-left: 25px;
					letter-spacing: 1.5px;
					font-size: 14px;
					background-image: URL(../img/diary/defo.png);
					background-repeat: no-repeat;
					background-position: left center;
				}
					.diary h4 a {
						color:#666666;
						text-decoration: none;
					}
					.diary h4 a:hover {
						color:#666666;
						text-decoration: underline;
					}
				.diary .new {
					background-image: URL(../img/diary/new.png);
					background-position: left top;
				}
				
				.diary .diarycontinerArea {
					padding-top: 15px;
					margin-left: 5px;
					padding-bottom: 20px;
					letter-spacing: 1.2px;
					line-height: 1.3em;
					font-size: 13px;
				}
	











/*------------------------------------------------------*/

