@charset "shift_jis";
/* CSS Document */

/*===================================
	CSSリセット
=====================================*/
* { 
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:170%;
}

body {
	font-size: 75%;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}

body {
	background:url(../img/bg_in.jpg) top center no-repeat #FFF17E; /*このサイトの背景色*/
	color: #663333; /*このサイトの基本となる文字色*/
	-webkit-text-size-adjust: none;
}



body#top {
	background:url(../img/bg_top.jpg) top center no-repeat #FFF17E; /*このサイトの背景色*/
	color: #957508; /*このサイトの基本となる文字色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold; 
}

a {
	color:#009099;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


ul, dl {
}

li {
	list-style:none;
}

.clear {
	clear:both;
}

img {
	border:none;
	display:block;
}

.float_l {
	float:left;
}

.float_r {
	float:right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}

#wrapper {
	width:320px;
	margin:0 auto;
}

address {
	text-align:center;
	padding-bottom:20px;
	font-weight:bold;
	font-size:11px;
}
