@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;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通
--------------------------------------- */

html {color:#370000;}

body {
	width:100%;
	text-align:center;
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background:url(null) fixed;
	background-color:#ead9c5;
}

a {color:#370000;text-decoration:underline;}
a:link {color:#630;text-decoration:underline;}
a:visited {color:#825E48;text-decoration:underline;}
a:hover {color:#630;text-decoration:none;}
a:active {color:#630;text-decoration:none;}

h1 a,h1 a:link,h1 a:visited {color:#000000;text-decoration:none;}
h1 a:hover,h1 a:active {color:#8C5915;text-decoration:none;}

#side ul li{ list-style:none;}
#side a {color:#370000;text-decoration:underline;}
#side a:link {color:#370000;text-decoration:underline;}
#side a:visited {color:#825E48;text-decoration:underline;}
#side a:hover {color:#630;text-decoration:none;}
#side a:active {color:#630;text-decoration:none;}

.cell a,.call a:link,.call a:visited {color:#000000;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#999999;text-decoration:none;}


#wrapper {
	width:auto;
	margin:0px auto;
	text-align:left;
	background:url(http://imaging.jugem.jp/template/lululolo2/img/header.jpg) repeat-x;
	background-position:top center;
}

#header {
	width:370px;
	clear:left;
	margin:0;
	padding:200px 520px 0 0;
	margin:0 auto;
}

#content {
	width:915px;
	margin:0 auto;
	padding:170px 20px 20px 20px;
}


#side {
	float:right;
	width:230px;
	margin-top: 30px;
}

#main {
	float:right;
	width:660px;
	padding:0 0 0 20px;
}

#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* 記事 */
h1 {font-size:20px;}

div#description {margin:10px 0 0 0;}

.area_top {
	background:url(http://imaging.jugem.jp/template/lululolo2/img/entry_title.png) no-repeat;
	height: 100px;
	width: 660px;
	margin:auto 0;
}
.entry {
	padding: 20px;
	margin:0 0 15px 0;
	background:#fff;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	
	}

#entryNavi {
	margin:15px 0;
	background:#fff;
	padding: 10px 0;
	width: 660px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	}

h2 {font-size:14px;font-weight:bolder}

.entryLove {margin:5px 0;}

.entryBody {margin:15px 0 0 0;}

.entryMore {margin:10px 0 10px 0;}

ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* コメント */
#comment {
	background-color:#FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px;margin:20px 0 0 0;
	}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 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 {
	padding:20px;margin:20px 0 0 0;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		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;
	padding: 20px;
	margin:0 0 15px 0;
	background:#fff;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* ページ先頭 */	
.pageTop {margin:10px 0 0 0}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

#main blockquote {
	border:1px dotted #CCC;
	padding:10px;
	margin:10px;
}

#main .pict {border:1px #000000 solid;padding:3px;}

div.entryBody li,div.entryMore li {
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

h3 {font-size:14px;font-weight:bolder;margin:0 0 5px 0;}

.side_img {
	background:url(http://imaging.jugem.jp/template/lululolo2/img/side.png) no-repeat;
	background-position: top center;
	height:60px;
}
.sideContents {
	padding: 20px;
	margin:0 0 20px 0;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	
	}

.cell {width:27px;}


/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    text-align:center;
    margin:20px 0 0 0;
}

#copyright {
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}
