/* ==================================================================
 TITLE:   stylesheet for Common
 AUTHOR:  2010/04/09 KIMURA niki (nikinikipoo@gmail.com)
 LICENSE: IRIOS Co.,Ltd.
================================================================== */

*{
	font-size: 11px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-color: #321e0d;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}

* html div{
  overflow: hidden;
}

body{
	background-image: url(../img/body_back.png);
	background-position: center center fixed;
}

a{
	text-decoration: none;
	cursor: pointer;
	font-color: #e4cccc;
}
a:link{
	color: #321e0d;
}
a:alink{
	color: #321e0d;
}
 
a:vlink{
	color: #321e0d;
}

img{
	vertical-align: text-bottom;
	border: none;
}

h1{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

h1 a
}
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

h2{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

table{
	border: 0;
	table-layout: fixed;
}

p.whats a{
	border: 0px;
	width: 190px;
	height: 50px;
	display: block;
	text-align: center ;
	background-repeat: no-repeat ;
	background-position: top center ;
	background-image: url(../img/btn_whats.png);
	text-indent : -9999px ;
}
p.whats a:hover{
	background-image: url(../img/btn_whats_f.png);
}

p.mail a{
	border: 0px;
	width: 150px;
	height: 60px;
	display: block;
	text-align: center ;
	background-repeat: no-repeat ;
	background-position: top center ;
	background-image: url(../img/btn_mail.png);
	text-indent : -9999px ;
}
p.mail a:hover{
	background-image: url(../img/btn_mail_f.png);
}

p.boxno{
	font-weight: bold;
	color: #4E2718;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}

div.space_top{
	width: 100%;
	height: 10px;
	clear: both;
}

div.space{
	width: 100%;
	height: 10px;
	clear: both;
}

div.space_b{
	width: 100%;
	height: 6px;
	background-color: #763b25;
	clear: both;
}

div.space_h{
	width: 10px;
	height: 100%;
}

/* -------------------------------------
 Page BackGround
------------------------------------- */
div.back{
	width: 800px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* -------------------------------------
 Footer
------------------------------------- */
div.footer{
	width: 800px;
	height: auto;
	color: #cccccc;
	background-image: url(../img/footer_back.png);
	text-align: right;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
}
	div.footer p {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: bottom;
	}
	div.footer a{
		color: #ffffff;
		text-decoration: none;
	}

/* //////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
 +++++ for IE7 +++++
/////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////// */
*:first-child+html h1{
	font-size: 12px;
	font-weight: bold;
}

*:first-child+html h2{
	font-size: 12px;
	font-weight: bold;
}
*:first-child+html div.footer{
	width: 100%;
	height: auto;
	color: #cccccc;
	background-image: url(../img/footer_back.png);
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	width: 800px;
}

