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

body {
	margin-top:0px;
	padding:0;
	background-color: #fff;
	background:url(../images/tikt/tikt_091218_top_bg.gif) repeat-x;
/*font:12px/16px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ ゴシック',Helvetica,sans-serif;*/
	font:12px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka","ＭＳ Ｐゴシック", Helvetica, sans-serif;
	color:#6D757A;
	line-height: 1.5em;
}


img{
	border:none;
}

#wrap {
	width:840px;
	text-align:left;
	padding:0 50px;
	margin:0 auto;
}

.head_btn {
	margin:249px 0 74px 0;
}

h1,h2,h3 {
	padding:0;
	margin:0;
}
h1{
	display:block;
	margin:0 auto;
	width:940px;
}
h3.catch{
	margin-top:45px;
	margin-bottom:45px;
}

p {margin:0 0 20px 0; padding:0;}
.fs16 {font-size:16px;}
.fc_gray {color:#666;}

.mgb10 {margin-bottom:10px;}
.mgb20 {margin-bottom:20px;}
.mgb25 {margin-bottom:25px;}

ul.box_rv_tikt {
	font:12px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka","ＭＳ ゴシック", Helvetica, sans-serif;
	line-height: 1.5em;
	list-style:none;
	padding:20px 20px 15px 20px;
	margin:0;
	width:328px;
	margin-bottom:20px;
}
ul.box_rv_tikt li{
	margin:0 0 5px 0;
}

.size_s{
	font-size:83%;
}
.font_strong{
	font-weight:bold;
}

#senbei .left {
	width:370px;
	float:left;
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
}

#senbei .right {
	width:440px;
	float:right;
	font-size:13px;
	line-height:20px;
	margin-bottom:20px;
}
#furoshiki .left {
	width:345px;
	float:left;
	font-size:13px;
	line-height:20px;
}

#furoshiki .right {
	width:430px;
	float:right;
	font-size:13px;
	line-height:20px;
}

#senbei {
	border-bottom:solid 1px #a4a4a4;
	margin-bottom:60px;
}


#furoshiki {
	padding:0 20px;
	margin-bottom:80px;
}
	
.voice {
	background-color:#FFF8DD;
	padding:15px 25px;
	font-size:12px;
	width:252px;
}
.voice img {
	float:right;
	margin-left:15px;
}

.comment_img{
	margin:60px 0;
}
.comment_img a{
	text-indent:-9999px;
	outline:none;
}
/***
.comment {
	background:url(../images/tikt/tikt-0901_comment_bg.gif) repeat-y center top;
	margin-bottom:60px;
	position:relative;
}
.comment_h {
	position:absolute; top:0px;
	text-indent:-9999px;
	outline:none;
	background:url(../images/tikt/tikt-0901_comment_h.gif) no-repeat center top;
	width:840px;
	height:218px;
}
.comment_txt {
	position:absolute;
	width:840px;
	background:url(../images/tikt/tikt-0901_comment_f.gif) no-repeat center bottom;
}
.comment h3 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
**/

#footer{
	border-top:solid 1px #eee;
	margin:30px auto 15px auto;
	padding:15px 0 30px 0;
}
#footer a{
	margin-right:30px;
}

a.link{
	display:block;
	float:left;
}
a.link:hover{
	opacity:0.7; filter:alpha(opacity=70); 
}
#link_garden{
	background:url(../images/tikt/link_garden.gif) no-repeat;
  width:90px; height:13px;
}
#link_store{
	background:url(../images/tikt/link_store.gif) no-repeat;
	width:85px; height:13px; 
}

/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
