

*{
	margin:0;
	padding:0;
}

body{
	background:url(../img/bg.gif) repeat-y center top;
	background-color:#e56a53;
	color:#251a16;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W6",Osaka,verdana, sans-serif,;
}

img{
	border:none;
}

div#wrapper{
	width:950px;
	margin:0 auto;
	background:#fffff5;
}

div#header{
	width:950px;
	margin:0 auto;
}


div#left-coloum{
	width:197px;
	float:left;
}

div#center-coloum{
	width:558px;
	float:left;
}

div#right-coloum{
	width:195px;
	float:right;
	padding:0 0 0 0;
}

div#footer{
	clear:both;
	width:950px;
	margin:0 auto;
}

ul.lc-list{
	margin:0 0 30px 0;
}

ul.lc-list li{
	padding:0 0 0 14px;
	list-style-type:none;
	line-height:1.5;
	font-size:12px;
	background:url(../img/arrow.gif) no-repeat 0 5px;
}

div#entry ul.lc-list li{
	margin:0 0 5px 0;
	padding:0 0 0 14px;
	list-style-type:none;
	line-height:1.2;
	font-size:12px;
	background:url(../img/arrow.gif) no-repeat 0 2px;
}

div#archive ul.lc-list li{
	padding:0 0 0 14px;
	list-style-type:none;
	line-height:1.5;
	font-size:12px;
	background:url(../img/arrow.gif) no-repeat 0 5px;
}

ul.lc-list li a,
ul.lc-list li a:link{
	color:#251a16;
	text-decoration:none;
}

ul.lc-list li a:visited{
	color:#6c6563;
	text-decoration:none;
}

ul.lc-list li a:hover,
ul.lc-list li a:active{
	color:#251a16;
	text-decoration:underline;
}


div#category,
div#entry,
div#archive{
	width:152px;
	margin:0 0 0 30px;
}

div#category p,
div#entry p,
div#archive p{
	margin:0 0 15px 0;
}

div.entry-wrap{
	background:url(../img/bg_kiji.gif) repeat-y top;
	margin-bottom:15px;
}

div.entry-in{
	background:url(../img/line_kiji_foot.gif) no-repeat bottom;
}

div.entry{
	background:url(../img/line_kiji_top.gif) no-repeat top;
	padding:2px 0 0 0;
	width:558px;
}

div.entry-title{
	background:url(../img/bg_kiji_title.gif) repeat-y;
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
	padding:15px 20px;
}

div.entry-article{
	background:url(../img/line_kiji.gif) no-repeat top;
	font-size:12px;
	line-height:1.5;
	padding:20px;
}

p.article-img{
	padding:25px 0;
}

p.item-link{
	padding:20px 0 0 0;
}

a{color:#ff7053; text-decoration:underline;}
a:link{color:#ff7053; text-decoration:underline;}
a:visited{color:#ff7053; text-decoration:none;}
a:active{color:#ff7053; text-decoration:none;}
a:hover{color:#ff7053; text-decoration:none;}

div.page-navi{
	padding-top:15px;
	text-align:center;
}

div.page-navi .prev{
	padding:0 13px 0 0;
}

div#right-coloum div.conte-wrap{
	background:url(../img/right_line.gif) no-repeat 18px bottom;
	padding:0 0 14px 0;
	margin:0 0 14px 0; 
}


div#left-coloum div.conte-wrap{
	background:url(../img/right_line.gif) no-repeat left top;
	padding:14px 0 0 0;
	margin:0 0 0 25px; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}