@charset "UTF-8";
/* CSS Document */

body {

	font-family:"メイリオ","Meiryo","ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","osaka",sans-serif;
} 

h1 {
	position:absolute;
	right:15px;
	top:19px;
	font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS P Mincho","細明朝体",serif;
	font-size: 10px;
	font-weight:normal;
	color:rgb(100,100,100);
	margin: 0px;
	padding: 0px;
}

.disp_block{
	display:block;
}

.clear{clear:both;}

#container {
	border:0; /* See layuot_center.css */
	background-image:url("http://www.shana-skincare.com/common/img/shadow03.gif");
    width: 756px;
}

#container-inner {
    width: 751px;
	text-align: left;
	border-left: 1px solid rgb(200,200,200); 
}

#content{
	background-image:url("img/top_back.png");
	background-repeat: no-repeat;
	padding-bottom:17px;
}

#left_column{
	float:left;
}

#center_column{
	float:left;
	width:373px;
	height:502px;
	text-align:center;
}
#right_column{
	float:left;
	text-align:right;
}
	
#right_column img{
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;

	display:block;
}

#topics{
	text-align:left;
	width:186px;
	background-color:#dcebeb;
	height:360px;
	max-height:360px;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
}

#topics_title{
	font-size:11px;
	padding:7px;
	font-weight:bold;
	color: #505050;
	border-bottom:solid 1px #999999;

}

#topics_content{
	margin:7px;
	font-size:11px;
	line-height:130%;
	letter-spacing:110%;

}
	
#topics_content-inner{
	
}


.topics_entry_date{
	font-weight:bold;
	color: #505050;
	margin-top:10px;
}

a.topics_entry_title:link,a.topics_entry_title:visited,a.topics_entry_title:active{
 	color:#dd5544;
	font-weight:bold;
	text-decoration:none;
 }
 
a.topics_entry_title:hover {
	color: #ff9977;
	text-decoration:underline;
}

a.topics_entry_body:link,a.topics_entry_body:visited,a.topics_entry_body:active{
	color: #505050;
	text-decoration:none;
}

a.topics_entry_body:hover {
	color: #ff9900;
	text-decoration: none;
}

#topics_footer{
	font-size:10px;
	text-align:center;		
	height:28px;
}

#footer{
	background-image:url("http://www.shana-skincare.com/common/img/shadow02.gif");
	background-position:bottom;
	background-repeat:no-repeat;
}

