@charset "EUC-JP";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}


/* --------------------------------------
　　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#444444;}

/* ページ全体*/
body {
	width:100%;
	text-align:center;
	font-size:11px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
   　　 color:#555555;
	background:url(http://img.photo.daily-daily.net/20100302_932431.jpg);
}


/* ------------------------------------- 
 *	リンク色
--------------------------------------- */

/* ページ全体のリンク色 */
a { color: #555555; text-decoration: none; }
a:link		{ color: #555555; text-decoration: none; }
a:visited	{ color: #555555; text-decoration: none; }
a:active	{ color: #999999; text-decoration: underline; }
a:hover		{ color: #999999; text-decoration: none; }

/* エントリー情報 */
ul.entryState li a,
ul.entryState li a:link,
ul.entryState li a:visited {color:#666666;text-decoration:none;}
ul.entryState li a:hover,
ul.entryState li a:active{color:#666666;text-decoration:none;}

/* カレンダーのリンク色 */ 
.cell a{color: #0099CC;text-decoration: none;}
.cell a:link{color: #0099CC;text-decoration: none;}
.cell a:visited{color: #0099CC;text-decoration: none;}
.cell a:active{color: #89B700;text-decoration: underline;}
.cell a:hover{color: #89B700;text-decoration: underline;}

/* 記事中のテキストリンク色 */ 
.entryBody  a{color: #79A200;text-decoration: none;}
.entryBody a:link {color: #79A200;text-decoration: none;}
.entryBody  a:visited {color: #79A200;text-decoration: none;}
.entryBody  a:active{color: #666666;text-decoration: underline;}
.entryBody a:hover {color: #666666;text-decoration: underline;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

#wrapper {
	width: 830px;
	margin:0px auto;
	padding:60px 30px 0px 30px;
	text-align:left;
	background:#FBF9F6 url(http://img.photo.daily-daily.net/20100302_932435.jpg) top no-repeat;
}

#header {
	clear:left;
	padding:0;
}

#content {
	margin:0 auto;
	padding:0px 0px 20px 0px;
}

/*　右サイドメニュー枠　*/
#side {
	float:right;
	width:180px; 
}

/*　メイン枠　*/
#main {
	float:left;
	width:600px; 
	padding:0 20px 0 0;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {margin:0px 0px 15px 0px;}

/* ブログの説明文 */
div#description {margin:10px 0 0 0;padding:0 0 0 30px;}

.entry {margin:0 0 50px 0;}

/* 次の記事・前の記事 */
#entryNavi {
font-size:11px;
margin:0 0 15px 0;}


#pager{padding:10px 0 20px;text-align:center;width:100%;}
#pager span{margin:0 3px;}

#pager span.current{
	background-color:#1e1e1e;
	padding:4px 7px;
	color:#fff;
	font-weight:bold;
}

#pager span a{
	background-color:#e4e4e4;
	color:#565656;
	padding:4px 7px;
	text-decoration:none;
}

#pager span a:hover,#pager span a:active {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}


/* 記事のタイトル */
h2 {
font-size:11px;
line-height:1.2;
font-weight: bold;
color: #666666;
margin: 15px 0px 15px 0px;
padding:3px 0px 7px 15px;
background:url(http://img.photo.daily-daily.net/20100302_932433.gif) left  no-repeat;
border-bottom: 1px dotted #CCCCCC;
}

/* 記事本文 */
.entryBody {
font-size:11px;
line-height:1.5;
margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {
font-size:11px;
line-height:1.5;
margin:10px 0 30px 0;}

/* 記事の情報 */

ul.entryState {
	clear:both;
}

ul.entryState li {
	font-size:11px;
        float:left;
        line-height:1.2;
	border-right:1px solid #999999;
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
}

                ul.entryState li:first-child{
			border-left:1px solid #999999;
		}
		
		ul.entryState li.first-child{ /*IE-expression (first-child) */
			border-left:1px solid #999999;
		}

		ul.entryState li{ /* IE-expression (first-child) */
			behavior: expression(
			this.className += (this.previousSibling == null) ? " first-child" : "",
			this.style.behavior = "none"
			);
		}


/* 関連する記事枠 */
#relatedEntry {border:1px #999999 solid;padding:20px;margin:20px 0 20px 0;}

	#relateTitle {
		margin:0 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}

/* コメント枠 */
#comment {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 30px 0;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:12px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}

/* プロフィールのページ */
	#profile{margin:0;}
	#profileTitle {font-size:12px; font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	

.pageTop {margin:10px 0 0 0}


/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc;
	padding:10px;
	margin:10px;
}

/* 画像 */
.pict {
border: 0px;
margin-bottom:5px;
}

.pict2 {
border: 0px;
margin:8px 0px 8px 0px;
}

/* リスト */
div.entryBody li,div.entryMore li {
	font-size:11px;
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
font-size:12px;
color: #89B700;
margin: 0px 0px 8px 0px;
padding:0px 0px 0px 15px;
background:url(http://img.photo.daily-daily.net/20100302_932432.gif) left no-repeat;
font-weight:bold;
}

/* サイドメニューの内容 */

/* base */
.sideContents {
	font-size:11px;
 	margin:0 0 20px 0;
}

.sideContents li{
	font-size:11px;
	line-height:1.3;
	margin:0px 0px 3px 0px;
}

.appBooks{
   font-size:10px;
   line-height:1.4; 
   margin:3px 0px 0px 0px;
}


/* カレンダーの１マス幅 */
.cell {
     width:27px;
     font-size:10px;

}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:11px;
    padding:0 0 10px 0;
    text-align:center;
}


/* ----------------------------------------
　　各エントリーページ追加項目
---------------------------------------- */

/* プロフィール */
.prfOtome{
margin:0px 0px 3px 0px;
}

/* ポラロイズ */
.polaT{
margin:5px 0px 0px 0px;
}

/* 楽天アフィリエイト */
ul.recommend li{
margin:0px 0px 15px 0px;
font-size:10px;
line-height:1.3;
}

ul.recommend li img{
margin:0px 0px 5px 0px;
}


/* 写真らしさ */
#rashisa{
width:500px;
margin:10px 0px 0px 0px;
}

#rashisa li{
list-style: none;
float:left;
padding:0px 5px 10px 0px;
}


/*写真展・イベントバナー*/
.photoEvent{
margin:0px 0px 10px 0px;
text-ailgn:center;
}

.photoEvent img{
margin:0px 0px 4px 0px;
}

.photoEvent p {
font-size:85%;
line-height:1.3;
}