@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック;
	color: #464646;
	background-color: #eeeeee;
	background-image:url(blogimg/back.gif);
	background-repeat: repeat;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}

img {
	border-style: none;
	background-color:#ffffff;
}

strong {
	font-weight:normal;
}


.none{
	color: #464646;
	display: none;
}

.clear{
	clear:both;
}

#container {
	background-color: #ffffff;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-left: 2px solid #cccccc;	
	border-right: 2px solid #cccccc;
	width: 800px;	
}

#header {
	color: #464646;
	background-color: #ffffff;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background:url(http://korekini.com/couple/blogimg/logo.gif) no-repeat 95% 90%;
	position:relative;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, ＭＳ Ｐゴシック;
	font-size: 90%;
	margin: 0px;
	padding:140px 230px 5px 50px;
	z-index:15;
	position:static;
}

.description {
	font-size: 85%;
	line-height: 160%;
	color: #464646;
	padding:7px 0px 7px 20px;
	margin:0px 230px 10px 30px;
	border-top:1px solid #dddddd;	
	border-bottom:1px solid #dddddd;
	z-index:15;
}

#header h2 {
	position:absolute;
	top:3px;
	right:0px;
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:80%;
	font-weight:normal;
	z-index:2;
}

#header img.logo{
	position:absolute;
	top:40px;
	margin:0px;
	z-index:1;
}

#header a:hover { 
	background-color:#FFE6E6;
}

/*レフト*/

.left {	
	width: 551px;
	float: left;	
	clear:both;
}

/*メイン*/

#main {
	font-size: 85%;
	background-color: #ffffff;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0;
	width: 570px;
}

#main a:hover { 
	background-color:#FFE6E6;
}

.pad {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.toptext {
	margin-bottom:20px;
}

#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	clear: both;
}

#main h2 {
	font-size: 110%;
	color: #464646;
	clear: both;
}

#main h2.saikin {
	background:url(http://korekini.com/couple/blogimg/saikin-mark.gif) no-repeat left center;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 30px;
	_padding-bottom:2px;
}

#main h2 a:hover { 
	background-color:#ffffff;
}


.title-s {
	background-image: url(blogimg/h2-back-s.gif);
	border-top:1px solid #3399FF;	
}

.title-c {
	background-image: url(blogimg/h2-back-c.gif);
	border-top:1px solid #FF99CC;
}

#main h3 {
	font-size: 110%;
	color: #464646;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 3px;
	clear: both;
}

#main h4 {
	font-size: 110%;
	font-weight:bold;
	margin-top: 35px;
	margin-left:2px;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-left:2px solid #aaaaaa;
	background-color:#F6F6F6;	
	clear: both;
}

#main h5 {
	color:#666666;
	font-size: 110%;
	font-weight:bold;
	margin-top: 25px;
	margin-left: 2px;
	margin-bottom: 7px;
	padding-top: 0px;
	background:url(http://korekini.com/couple/blogimg/mark-kako.gif) no-repeat left center;
	padding-left:17px;
	clear: both;
}

pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-top: -5px;
	margin-left: 40px;
	margin-right: 40px;
	overflow: scroll;
}

#main dt {
        padding: 0 0 0 5px;
}

#main .entry-c {
	border:1px solid #FFD9EC;	
	padding:5px 10px 5px 10px;
	background-image:url(blogimg/chiyan-diary-mark.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-bottom:20px;
	line-height: 1.7em;
}

#main .entry-s{
	border:1px solid #BBDDFF;
	padding:5px 10px 5px 10px;
	background-image:url(blogimg/satobou-diary-mark.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-bottom:20px;
	line-height: 1.7em;
}

.entry-c img,
.entry-s img,
.entry-c iframe,
.entry-s iframe {
	padding:9px;
	background-color:#FFFFFF;	
	margin:0px;
	_margin:9px;
}

img.paddingno {
	padding:0px;
	text-decoration:none;
}

/* 文章の装飾 */

blockquote {
	color: #333333;
	background-image:url(blogimg/blockquote.gif);
	background-repeat:no-repeat;
	padding:20px 7px 10px;
	background-color: #f5f5f5;
	margin:20px 17px 10px;
}
hr {
	border:dotted #cccccc 1px;
}

span.big {
	font-size:120%;
}

span.small {
	font-size:90%;
}

span.bold {
	font-weight:bold;
}

span.pink {
	font-weight:bold;
	font-size:110%;
	color:#FF99CC;
}

span.gray {
	color:#787878;
}

span.red {
	color:#FF0000;
}

span.ashgray {
	color: #aa0000;
}

span.green {
	font-weight:bold;
	font-size:110%;
	color:#009900;
}

span.brown {
	font-size:110%;
	color:#CC6600;
}

span.bigbold {
color:#996633;
font-size:130%;
font-weight:bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

#main p.line2 {
	padding-top:24px;
}

#main p.line3 {
	padding-top:36px;
}

#main p.line4 {
	padding-top:48px;
}

#main p.line5 {
	padding-top:60px;
}

#main p.line6 {
	padding-top:72px;
}

/*コメント*/

h3.comments-back{
	background-image: url(blogimg/h3-back-com.gif);
	border-top:1px solid #cccccc;	
}

.comments-border{
	border:1px dashed #cccccc;
	padding:10px 10px 15px 10px;
	margin-bottom:20px
}

.comments-user{
	margin:0px 6px 0px 6px;
	border-bottom:1px dashed #cccccc;	
}

.comments-sent{
	margin:0px 6px 0px 6px;
	line-height:1.6;
}

.comments-posted{
	margin-top:0px;
	padding-top:0px;
	text-align:right;
	font-size:90%;
}

/*マーク*/

.mark {
	margin:0px 6px 0px 0px;
	padding:0px;
	vertical-align:middle;
	border:0px;
}

.sankaku {
	background:url(http://korekini.com/couple/blogimg/mark-kako.gif) no-repeat left center;
	padding-left:17px;
}

.sankaku-s {
	background:url(http://korekini.com/couple/blogimg/mark-kako-s.gif) no-repeat left center;
	padding-left:17px;
	margin-left:12px;
}

.sankaku-c {
	background:url(http://korekini.com/couple/blogimg/mark-kako-c.gif) no-repeat left center;
	padding-left:17px;
	margin-left:12px;	
}

.sankaku-pic {
	background:url(http://korekini.com/couple/blogimg/mark-kako.gif) no-repeat left center;
	padding-left:17px;
	margin-left:12px;	
}

.sidebar-mark {
	background:url(http://korekini.com/couple/blogimg/sidebar-mark.gif) no-repeat left center;
	margin-left:10px;
	padding-left:20px;
}

.yajirushi-mark {
	background:url(http://korekini.com/couple/blogimg/sidebar-mark.gif) no-repeat left center;
	padding-left:20px;
}

.link-s {
	background:url(http://korekini.com/couple/blogimg/mark-s.gif) no-repeat left center;
	margin-left:6px;
	padding-left:20px;
}

.link-c {
	background:url(http://korekini.com/couple/blogimg/mark-c.gif) no-repeat left center;
	margin-left:6px;
	padding-left:20px;
}


/*トラックバック*/

#main h3.pings-back{
	background-image: url(blogimg/h3-back-pin.gif);
	border-top:1px solid #95BB46;	
}

#main .pings-border{
	border:1px dashed #95BB46;
	padding:10px 10px 5px 10px;
	margin-bottom:15px;
}

.pings-sent {
	padding-left:5px;
}

.ping-kiji {
	margin-top:10px;
	padding-top:0px;
	border-top:#999999 dashed 1px;
	line-height:160%;
}

.ping-gaiyou {
	font-size:95%;
}

.ping-posted {
	color:#006633;
	font-size:90%;	
}

/*最近の2人の日記*/

.rentory {
	margin-top: 0px;
	margin-bottom: 25px;
}

.rentory dt {
		line-height:140%;
        padding: 0px 0px 0px 0px;
		margin-left:5px;
}


.rentory dd {
	line-height: 140%;
	margin: -1.4em 7pt 0.4em 6em;
	border-bottom:1px dashed #cccccc;
	padding-bottom:3px;
}

.rentory-c {
	background-image:url(http://korekini.com/couple/blogimg/chiyan-rentory-mark.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
}

.rentory-s {
	background-image:url(http://korekini.com/couple/blogimg/satobou-rentory-mark.gif);
	background-repeat:no-repeat;
	background-position:left top;	
	padding-left:18px;
}

div.other-diary {
	text-align:right;
}


.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}


.archives dd {
	line-height: 140%;
	margin: -1.4em 0 0.4em 16em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main .post {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #464646;
	text-align: right;
	padding-right:3px;
}

#main .blogranking {
	margin-top:20px;
}

#main .blogranking img {
	padding:0px 10px;
	margin:0px 0px -0.3em 0px;
}

#main .s-bookmark {
	font-size:90%;
	color:464646;
	padding:3px;
	margin-top:25px;
	clear:both;
	line-height:normal;
}

#main .s-bookmark img {
	padding:0px 2px;
	margin:0px 0px -0.15em 0px;
}

#main .posted {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #464646;
	text-align: left;
	line-height: normal;
	padding: 3px;
	margin: 0px;
	clear: both;
}

#main p.continued {
	text-align:right;
	font-size:120%;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.sign {
	margin-bottom: 10px;
}


.extended {
	display:block;
	float:right;
}

/*右サイドバー*/

#right {
	font-size: 80%;
	line-height: 100%;
	width: 225px;
	float: right;
}

#right .pad {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
}

#right h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #464646;
	background-color: #ffffff;
	border:1px solid #bbbbbb;
	padding:8px 5px 5px 10px;
	margin-bottom: 7px;
	clear: both;
}

.color0 {
	background-image: url(blogimg/li00.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color1 {
	background-image: url(blogimg/li01.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color2 {
	background-image: url(blogimg/li02.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color3 {
	background-image: url(blogimg/li03.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color4 {
	background-image: url(blogimg/li04.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color5 {
	background-image: url(blogimg/li05.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color6 {
	background-image: url(blogimg/li06.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color7 {
	background-image: url(blogimg/li07.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.color8 {
	background-image: url(blogimg/li08.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.side {
	margin-bottom:10px;
}

.side a:hover { 
	background-color:#FFE6E6;
}

.side a:hover.img {
	background-color:#ffffff;
	text-decoration:none;
} 

.sidetitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #464646;
	padding:0px;
	margin-bottom: 7px;
	clear: both;
	font-weight:bold;
}
 
.sidetitle2 a {
	border:1px solid #bbbbbb;
	padding:8px 5px 5px 20px;	
    text-decoration: none;
	display:block;
    width: auto;
	background-color:none;
}

.profile {
	margin-bottom:10px;
	font-size:110%;
	line-height:140%;
}

.profile p {
	margin:5px 0px 0px 0px;
	padding:0px;
}

p.profile_dis {
	font-size:90%;
	color:#423D0D;
}

.profile a:hover { 
	background-color:#FFE6E6;
}

.socialbookmark img {
	padding:0px;
	margin: 0px 4px;
	vertical-align:middle;
}
 
/* 通常 */
.sidetitle2 a:link,
.sidetitle2 a:visited {
    color:#464646;
}
 
/* マウスポイント時 */
.sidetitle2 a:hover {
    color:#464646;
	padding:8px 5px 5px 10px;
}

#right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#right li {
	text-align: left;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	line-height:1.5;
}

/*人気blogランキング*/

#blogrankinglist {
	line-height:1.2;
	margin-bottom:10px;
}

/*カテゴリー*/

#categories a {
	text-decoration:none;
}

#categories a.name {
	text-decoration:underline;
}

#right li li {
	padding-left: 18px;
}

/*コメント*/

#commentlist li {
	margin-top:7px;
}

span.inyou {
	font-size:95%;
	margin-left:18px;
}

#right img {
	margin-top:3px;
	margin-bottom:3px;
	border-style: none;
}

span.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    display: none;
    color: red;
    font-weight: bold;
	font-size:80%;
	line-height:140%;
}


.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.feed {
	line-height:100%;
	margin: 0px;
	padding: 0px;
}

.feed p {
	margin-top:0px;
}

.link-note {
	line-height:140%;
	margin-bottom:10px;
}

#powered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #464646;
	text-align: left;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*注目記事*/

li b {
	font-size:110%;
}

div.rank-author {
	text-align:right;
	margin-bottom:8px;
}

/*フッター*/

#footer {
	color: #464646;
	background-color: #ffffff;
	margin-top: 1px;
	padding: 5px 5px 5px 5px;
	clear: both;
}

#footer h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	font-style:normal;
	color: #464646;
	text-align: center;
}

/*関連記事*/

div.related {
	margin:0px 0px 20px 20px;
	line-height:1.7;
}

div.related-title {
	margin-left:20px;
	margin-bottom:5px;
}

/*前後記事ナビゲーション*/

div.navi{
	border:1px #CC9966 dashed;
	padding:7px;
	line-height:1.3;
	font-size:95%;
}

div.navi-next {
	margin-bottom:10px;	
}

div.navi-previous {
	margin-bottom:20px;	
}

div.naviex {
	margin-top:5px;
}

p.navi {
	font-size:90%;
	text-align:center;
}

/* flickr */

#main .entry-other{
	border:1px dashed #cccccc;
	padding:10px 10px 5px 10px;
	margin-bottom:20px;
	line-height: 1.7em;
}

div.flickr {
	margin-top:10px;
	text-align:center;
}


div.flickr-img {
	float: left;
	border:solid 1px #cccccc;
	margin: 4px;
}

div.flickr-img a {
	display: block;
	width: 75px;
	padding: 7px;	
	background: #ffffff;
}

p.clear {
	clear:both;
}


/* Mac IE テキストエリア文字化け対策 */

select,input,textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea {
	font-size: 100%;
}

/* 検索結果のページ */


div.site_search {
border:#6AB5FF dotted 2px;
background-image:url(blogimg/search-back.gif);
background-repeat:repeat;
padding-left:20px;
margin:0px 15px;
}

div.search_result {
padding:0px 0px 0px 10px;
margin-bottom:10px;
border-bottom:#999999 1px dashed;
}

/* コメント確認画面 */

#comment_preview {
padding:0px 150px 0px 30px;
font-size:95%; 
}

#comment_preview h3 {
	background-image: url(blogimg/h3-back-com.gif);
	border-top:1px solid #cccccc;
	font-size: 110%;
	color: #464646;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 3px;
	clear: both;
}

#comment_preview .toukoumes {
margin:10px auto;
text-align:center;
color:#FF5555;
}

#comment_preview h3.margintop {
margin-top:20px;
}

/* お問い合わせ */

#mail {
	margin:10px 0px 0px 10px;
}

#mail table {
	font-size:100%;
}

#mail input.submit {
	margin:20px auto;
	font-size:100%;
	padding:3px;

}