/*------------reset------------*/
* {
  margin: 0;
  padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
ul,li{
	list-style: none;
}
a:link,a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover,a:active {
	color: #66A429;
	text-decoration: underline;
}
.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 */


/*.clearfix + *{
    clear: both;
}*/

/*------------style------------*/
body {
	color: #333333;
	text-align: center;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #F6F6F6 url(images/bg_body.jpg) repeat-x;
}

#header {
	width: 760px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}

h1 {
	width:760px;
	margin: 0 auto;
	text-align: left;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
}
h2 {
	float: left;
}
#header ul {
	float: right;
}

#header ul li {
	display: inline;
}

#shadow01 {
	width: 768px;
	margin: 0 auto;
	background: url(images/bg_shadow01.jpg) repeat-y;
}

#shadow02 {
	width: 768px;
	margin: 0 auto;
	background: url(images/bg_shadow02.jpg) no-repeat;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

#s_menu {
	margin-bottom: 20px;
}
p.address {
	padding: 10px 10px 20px 10px;
	line-height: 1.5em;
}
p.jio {
	text-align: right;
	font-size: 11px;
	line-height: 1.6em;
}

#contents {
	width: 760px;
	margin: 20px 0 50px 0;
	overflow: hidden;
}

#left_contents {
	widows: 190px;
	float: left;
}

#right_contents {
	width: 500px;
	float: right;
	padding-right: 35px;
}

h4 {
	margin-bottom: 20px;
}
h5 {
	margin: 0 10px 10px 10px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: solid 1px #cccccc;
}

p.photo01 {
	margin-bottom: 30px;
	text-align: center;
}

p.photo02 {
	margin: 0 10px 20px 10px;	
}

p.photo03 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: dashed 1px #cccccc;
}

p.text01 {
	margin-bottom: 20px;
	line-height: 1.7em;
}

p.text02 {
	margin: 0 10px 20px 10px;
	line-height: 1.5em;
}

ul.ul01 {
	margin: 0 10px 20px 10px;
}

ul.ul01 li {
	background: url(images/bg_list01.gif) no-repeat left 2px;
	margin-bottom: 10px;
	padding-left: 12px;
}

#footer {
	clear: both;
	width: 760px;
	text-align: center;
}
p.f_menu {
	font-size: 11px;
	color: #999999;
	margin-bottom: 10px;
}
p.f_menu a:link,p.f_menu a:visited {
	color: #999999;
}
p.f_menu a:hover,p.f_menu a:active {
	color: #66A429;
}

p.copy {
	height: 40px;
	padding-top: 10px;
	color: #ffffff;
	background: url(images/bg_footer.jpg) repeat-x;
}