@charset "utf-8";

/*----------------------------------------
 　　タグの初期化
----------------------------------------*/
@import url(./base.css);

/*----------------------------------------
 　　基本パーツの初期化
----------------------------------------*/
body{
	background-color:#fff;
	background-image: url(../_img/community/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:auto;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5em;
}

#wrap{
	background-color:#fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#contents{
	border: 1px solid #aaa;
}
#subB{
	background-color: #fff;
}


#title{
	padding: 15px 0;
	width: 100%;
	position: relative;
}
h1{
	background-image: url(../_img/logo_s.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 103px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 10px;
}
h1 a{
	display: block;
	height: auto;
}

#main h2{
	width: 200px;
	border: 1px solid #333;
	font-size: 18px;
	margin-bottom: 20px;
}

#main h3{
	height: 25px;
	line-height: 25px;
	margin: 0 0 2px 0;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #999;
	background-color: #999;
	color: #fff;
}

#footer {
	width: 630px;
	*width: 650px;
	clear: both;
	overflow: hidden;
	text-align: center;
	background-color: #eee;
}

.likeLink{
	margin: 0;
	padding: 0;
	border:none;
	color: #0000f9;
	cursor: pointer;
	background-color:transparent;
	text-align: left;
}


/*----------------------------------------
　　その他のスタイル設定はここから
----------------------------------------*/

.kakomi{
	border: 2px solid #EBB9CA;
	padding: 3px;
	line-height: 0px;
}
.explainBox{
	line-height: 1.3em;
   margin-bottom: 5px;
   padding: 15px;
   background-color: #FEFAFF;
   border: 1px solid #EBB9CA;
   color: #444;
}

.contentBox{
	line-height: 1.3em;
   border-bottom: 1px dotted #666;
   margin-bottom: 5px;
   padding: 5px 15px 5px 0;
}
.contentBox h4{
	font-size: 12px;
	margin-bottom: 3px;
}
.contentBox h4 a{
	color: #FFA500;
	text-decoration: none;
}

.textBox{
	float: right;
	width: 310px;
	font-size: 0.9em;
}
.textBox h4,
.textBox p{
	margin-bottom: 5px;
}

.digest{
	font-size: 0.8em;
}
.stamp{
	text-align: right;
	font-size: 0.8em;
}

.contentDetail{
	padding: 5px 15px 0 0;
}
.contentDetail h3{
	line-height: 1.3em;
}
.contentDetail p{
	margin-bottom: 5px;
}
.imgShadow {
  float:left;
  padding-left:2px;
  background: url(../../../_img/shadow.png) no-repeat bottom right !important;
  margin: 10px 0 0 10px;
}
.contentDetail .photo{
	width: auto;
	height: auto;
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 6px;
  border: 1px solid #999;
}
.contentBox .photo{
	float: left;
	width: 60px;
	margin-left: 10px;
	border: 1px solid #ccc;
}
.contentDetail br{
	clear: both;
}
#headline{
	position: relative;
}
#searchBox{
	position: absolute;
	width: 200px;
	height: 20px;
	text-align: right;
	top: 2px;
	*top: 0;
	right: 10px;
}



/*----------------------------------------
　　サイドの設定
----------------------------------------*/
.subBox{
}
.subBox h3{
	height: 25px;
	line-height: 25px;
	margin: 0 0 2px 0;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #D02090;
	background-color: #dd0088;
}
.subBox form{
	margin-left: 5px;
}

/*----------------------------------------
　　メンバーボックス
----------------------------------------*/
.floatBtns li{
	list-style: none;
	height: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	margin: 0 0 5px 5px;
	background-image: url(../../../_img/community/myMenu.png);
	background-repeat: no-repeat;
}

.floatBtns li a{
	text-decoration: none;
	color: #555;
}

.floatBtns .inputImg{
	margin-top: 5px;
}


/*----------------------------------------
　　カレンダー
----------------------------------------*/
.calendar{
	width: 100%;
	border: none;
	background-color: #ffefee;
	border-right: 1px dotted #333;
	border-top: 1px dotted #333;
}
.calendar th,
.calendar td{
	border: none;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
.calendar thead{
	text-align: center;
}
.weekday{
	color: #555;
}
.holiday{
	color: #B6330B;
}
.saturday{
	color: #333FF3;
}
.toray{
	background-color: #450169;
}


/*----------------------------------------
　　カテゴリー
----------------------------------------*/
.category {
	margin: 0;
	padding: 0;	
}
.category li{
	list-style: none;
	padding-left: 20px;
	font-size: 0.9em;
	margin: 0 0 5px 5px;
	background-image: url(../../../_img/community/listMark.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.category li a{
	text-decoration: none;
	color: #555;
}
.category li a:hover{
	text-decoration: underline;
}

/*----------------------------------------
　　コメント
----------------------------------------*/
.commentsCnt{
	font-size: 0.8em;
	border-bottom: 1px solid #ccc;
}
.comment{
	margin: 10px 0 0 0;
	padding: 10px 10px 5px 10px;
	padding-left: 20px;
	background-image: url(../../../_img/community/comment.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.secret{
	margin: 10px 0 0 0;
	padding: 10px 10px 5px 10px;
	padding-left: 20px;
	background-image: url(../../../_img/community/secret.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.commentInfo{
	font-size: 0.9em;
	text-indent: 20px;
	color: #999;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.commentInfo a{
	font-size: 0.9em;
}

.writeComment{
	padding-left: 20px;
	background-image: url(../../../_img/community/pencil.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin-bottom: 2px;
}
.commentForm textarea{
	width: 100%;
	height: 3em;
}
.commentForm{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}




/*----------------------------------------
　　桜茶屋
----------------------------------------*/
#chayaPage #wrap{
	background-image: url(../_img/community/chaya/image.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin-top: 35px;
}
#chayaPage h1{
	background-image: url(../_img/community/chaya/returnTop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 205px;
	height: 80px;
	position: absolute;
	top: -27px;
	right: -45px;
}
#chayaPage h1 a{
	display: block;
	width: 205px;
	height: 80px;
}
#chayaPage h2 {
	background-image: url(../_img/community/chaya/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 285px;
	position: absolute;
	top:-21px;
	left: -15px;
}
#chayaPage h2 a{
	display: block;
	height: 60px;
}
#chayaPage #explain{
	margin-top: 10px;
	background-image: url(../_img/community/chaya/explain.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
}
#chayaPage #title{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	border: none;
}

#chayaPage #myMenu{
	background-color: #EBA300;
	border: 1px solid #EBA300;
}
#chayaPage #category{
	background-color: #EBB9CA;
	border: 1px solid #EBB9CA;
}

#chayaPage #main h3{
	text-indent: 25px;
	background-image: url(../_img/community/chaya/hanabira.gif);
	background-repeat: no-repeat;
}

#chayaPage #summeryBox{
	padding: 10px 5px;
	border: 1px solid #999;
}

#chayaPage .subBox h3{
	text-indent: 25px;
	background-image: url(../_img/community/chaya/hanabira.gif);
	background-repeat: no-repeat;
}
#chayaPage #myMenuBox{
	padding: 10px 0;
	background-image: url(../_img/community/chaya/bgMyMenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #EBA300;
}
#chayaPage #categoryBox{
	padding: 10px 0;
	background-image: url(../_img/community/chaya/bgCategory.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #EBB9CA;
}






/*----------------------------------------
　　ママさんラウンジ
----------------------------------------*/
#mamaChayaPage #wrap{
	background-image: url(../_img/community/mamaChaya/image.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin-top: 35px;
}
#mamaChayaPage h1{
	background-image: url(../_img/community/mamaChaya/returnTop.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 205px;
	height: 80px;
	position: absolute;
	top: -27px;
	right: -45px;
}
#mamaChayaPage h1 a{
	display: block;
	width: 205px;
	height: 80px;
}
#mamaChayaPage h2 {
	background-image: url(../_img/community/mamaChaya/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 380px;
	position: absolute;
	top:-21px;
	left: -15px;
}
#mamaChayaPage h2 a{
	display: block;
	height: 60px;
}
#mamaChayaPage #explain{
	margin-top: 10px;
	background-image: url(../_img/community/mamaChaya/explain.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
}
#mamaChayaPage #title{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	border: none;
}
#mamaChayaPage .kakomi{
	border: 2px solid #E8822E;
	padding: 3px;
	line-height: 0px;
}
.explainBox{
	line-height: 1.3em;
   margin-bottom: 5px;
   padding: 15px;
   background-color: #FFEDCF;
   border: 1px solid #E8822E;
   color: #444;
}
#mamaChayaPage #myMenu{
	background-color: #EBA300;
	border: 1px solid #EBA300;
}
#mamaChayaPage #category{
	background-color: #EBB9CA;
	border: 1px solid #EBB9CA;
}

#mamaChayaPage #main h3{
	text-indent: 25px;
	background-image: url(../_img/community/mamaChaya/hanabira.gif);
	background-repeat: no-repeat;
}

#mamaChayaPage #summeryBox{
	padding: 10px 5px;
	border: 1px solid #999;
}

#mamaChayaPage .subBox h3{
	text-indent: 25px;
	background-image: url(../_img/community/mamaChaya/hanabira.gif);
	background-repeat: no-repeat;
}
#mamaChayaPage #myMenuBox{
	padding: 10px 0;
	background-image: url(../_img/community/mamaChaya/bgMyMenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #EBA300;
}
#mamaChayaPage #categoryBox{
	padding: 10px 0;
	background-image: url(../_img/community/mamaChaya/bgCategory.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #EBB9CA;
}