﻿@charset "utf-8";

/* CSS Reset */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	display: inline;
}
ul,ol,li{
	list-style-type: none;
}
table{
	border-collapse: collapse;
}

/* Common Settings */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","MS Pゴシック",sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
	background: #FFF url(img/obi.gif) 0 0 repeat-x;
}
a{
	color: #7C1A70;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #CE82CC;
}
.clear{
	clear: both;
}


/* Clear Fix */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf{
	display: inline-block;
}
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}


#wrapper{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 100px;
	text-align: left;
}
#topimg{
	margin: 30px 0 0;
}
#merits{
	width: 900px;
	margin: 20px auto 0;
}
#merits img{
	float: left;
}
#merits_txt{
	width: 590px;
	padding-left: 20px;
	float: left;
}
#merits_txt img{
	margin-top: 10px;
	float: left;
}
#merits_txt p{
	width: 585px;
	padding-top: 5px;
	float: left;
}
#merits_txt img#btn_os1{
	margin: 30px 0 0 20px;
}
a:hover img#btn_os1{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#health{
	width: 840px;
	margin-top: 30px;
	padding: 30px 30px 35px;
	background: url(img/washi.jpg) 0 0 repeat-y;
}
#ttl_health{
	padding-top: 5px;
}
#health p.leadtxt{
	padding-top: 25px;
	font-size: 18px;
	font-weight: bold;
}
#health p.txt{
	padding-top: 5px;
}
#health hr{
	height: 0;
	margin: 25px 0 0;
	padding: 0;
	border-top: 1px solid #8E8E8E;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}
#health img#black{
	margin: 20px 15px 0 0;
	float: left;
}
#production{
	width: 890px;
	margin-top: 20px;
	padding: 8px 4px 15px;
	border: 1px solid #CCC;
}
#production h3{
	width: 800px;
	height: 41px;
	float: left;
}
#production img{
	margin: 6px 0 0 6px;
	float: left;
}
#btn_os2{
	margin: 30px 0 0 175px;
}
a:hover img#btn_os2{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#inquiry{
	margin: 30px 0 0 250px;
}
#miki{
	margin: 0 0 0 250px;
}

/* Scroller */

#gtt{
	width: 32px;
	height: 32px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	background-color: #FFF;
}
#gtt a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}