@charset "UTF-8";
/* ---------------------------------------------------------
	common
----------------------------------------------------------*/
body {
	color:#333;
	min-width:960px;
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "小塚明朝 Pro M", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
}
pre, code {
	font-family:Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#333333;
}
.moz a:hover img {
	filter: alpha(Opacity=80);/*IE透過設定*/
	-moz-opacity:0.8;/*firefox透過設定*/
	opacity:0.8;
	background-color:#FFF;
}
img {
	vertical-align:bottom;
}
h1.title01{
	font-size:12px;
	margin-bottom:10px;
	text-align:center;
	color:#C8BB9B;
}
h2.title02{
	margin-bottom:20px;
}
h3.title03{
	margin-bottom:10px;
}

/* text-img */
.txt-img {
	overflow:hidden;
	/zoom:1;
}
.txt-img-r {
	float:right;
}
.txt-img-l {
	float:left;
}
.txt-content {
	overflow:hidden;
	/zoom:1;
	font-size:14px;
	line-height:140%;
}
.text{
	font-size:14px;
	line-height:140%;
}

/* column */
#wrap {
	overflow:hidden;
	width:100%;
	margin:auto;
}
#wrap #container {
	width:980px;
	margin:auto;
	position:relative;
	overflow:hidden;
	padding-bottom:50px;
}
#wrap #primary {
	width:640px;
	overflow:hidden;
	position:relative;
	float:left;
}

#wrap #secondary {
	width:300px;
	overflow:hidden;
	float:right;
}
/* ---------------------------------------------------------
	header
----------------------------------------------------------*/
/* header */ 
#site-header {
	width:100%;
	overflow:hidden;
	background-image: url(../img/cmn/bg_header.jpg);
	background-repeat: repeat-x;
}
.logo{
	text-align:center;
	padding-top:15px;
	margin-bottom:5px;
}
#head-navigation{
	overflow:hidden;
	width:100%;
	background-color:#FCF9EE;
}
#head-navigation nav{
	width:980px;
	position:relative;
	z-index:999;
	height:67px;
	margin:auto;
}
#head-navigation nav li{
	float:left;
}

/* ---------------------------------------------------------
	sidebar
----------------------------------------------------------*/
.topics{
	overflow:hidden;
	background-color:#FCF9EE;
	padding:10px;
	margin-bottom:20px;
}
.topics dl{
	background-color:#FFF;
	padding:20px 10px 10px 10px;
	font-size:12px;
	line-height:140%;
	color:#A37E52;
	height:152px;
	overflow-y:scroll;
}
.topics dl dt{
	float:left;
}
.topics dl dd{
	padding-left:80px;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:dotted 1px #CCC;
}
.topics dl dd a{	
	color:#A37E52;
}
.side-salon{
	padding:10px;
	overflow:hidden;
	background-color:#FBE6E8;
}
.side-salon dl dt{
	float:left;
	font-weight:bold;
	font-size:14px;
	margin-left:10px;
	line-height:140%;
}
.side-salon dl dd{
	font-size:14px;
	line-height:140%;
	padding-left:80px;
	margin-bottom:10px;
}
.side-salon dl dd:last-child{
	margin-bottom:0;
}

/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
#site-footer {
	width:100%;
	overflow:hidden;
	margin-top:80px;
	background-color:#FCF9EE;
}
.footer-in{
	width:960px;
	position:relative;
	height:54px;
	padding-top:20px;
	margin:auto;
}

/* footer navi */ 
#foot-navigation {
	overflow:hidden;
	margin-bottom:5px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
#foot-navigation li{
	float:left;
	padding:0 20px 0 20px;
	background-image: url(../img/cmn/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#foot-navigation li:last-child{
	padding:0 0 0 20px;
	background-image:none;
}
#foot-navigation a{
	font-size:12px;
	color:#A37E52;
}

/* page-top */
#page-top{
	position:fixed;
	bottom:74px;
	right:0px;
	z-index:999;
}
.credit{
	color:#A37E52;
	text-align:center;
	font-size:10px;
	line-height:120%;
}
#feed1{
	width: 100%;
	height: 165px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #bbb;
	background: #fff;
	overflow-y: scroll;
	box-sizing: border-box;
}
#feed1 li{
	margin: 0 0 10px 0;
	padding: 0 3px 5px 3px;
	border-bottom: 3px dotted #bd987b;
	overflow: hidden;
	list-style-type:none;
}
#feed1 .day{
	float: left;
	margin-right: 15px;
	font-size: 13px;
	color: #409291;
}
#feed1 .title{
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	color: #0b9dcd;
	overflow: hidden;
}
#feed1 .title a{
	font-size: 14px;
	text-decoration: underline;
}
#feed1 .title a:hover{
	text-decoration: none;
}