@charset "euc-jp";

/* 全体構造
---------------------------------------------------- */
* { 
	font-family: Verdana, Arial, sans-serif;
}
body,form,fieldset,p,div,pre,blockquote{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px; 
	padding: 0px; 
	font-weight: normal;
	font-size: 100%;
} 
ul,ol,li,dl,dt,dd,img {
	list-style: none;
	margin:0;
	padding:0;
	border:0;
}
img{
	display: inline;
}
br {
	margin:0;
	padding:0;
	border:0;
	letter-spacing:0; /* IE */
}
.clear {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	height: 1px;
}
/* リンク
---------------------------------------------------- */
a {
	color: #fc6666;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
/* body,container
---------------------------------------------------- */
body{
	text-align: center;
	color: #333;
	line-height: 1.6;
	background-color: #efefef;
}
/* 枠
---------------------------------------------------- */
#container{
	position:relative;
	width: 612px;
	height: 100%;
	font-size: 80%;
	text-align:left;
	border: 10px solid #f7a529;
	background: #FFF;
	margin:0 auto;
	padding: 10px;
}
#contents{
	width: 580px;
	border: 1px solid #CCC;
	padding: 15px;
}
#heder{
	margin:5px auto;
	
}
.links {
	width: 580px;
	text-align: center;
	margin: 0px auto 20px;
}

.links ul {
	width: 406px;
	margin: 0px auto;
}
.links li{
	float: left;
	width: 188px;
}

.links li a{
	display: block;
	width: 188px;
	height: 45px;
	text-indent: -9999px;
	text-decoration: none;
}

.links li#individual a{
	background: #e6e6e6 url(../images/btn_individual.gif) no-repeat 50% 50%;
}
.links li#individual a:hover{
	background: #e6e6e6 url(../images/btn_individual_over.gif) no-repeat 50% 50%;
}

.links li#corporate {
	float: right;
	margin-left: 0px;
}
.links li#corporate a{
	background: #e6e6e6 url(../images/btn_corporate.gif) no-repeat 50% 50%;
}
.links li#corporate a:hover{
	background: #e6e6e6 url(../images/btn_corporate_over.gif) no-repeat 50% 50%;
}
.links ul{
	width: 380px;
}
/* about us
---------------------------------------------------- */
h2{
	margin-bottom: 20px;
}
.aboutus .title{
	margin-bottom: 20px;
}
.aboutus div{
	margin-bottom: 30px;
}
#reasonwhy h3{
	font-weight: bold;
	font-size: 140%;
	border-left: 8px solid #009DE2;
	margin-bottom: 1em;
	padding-left: 5px;
}
#reasonwhy dt{
	font-weight: bold;
	color: #009DE2;
	margin-bottom: 0.5em;
}
#reasonwhy dd{
	margin-bottom: 0.8em;
}
/* products
---------------------------------------------------- */
#kaihashi_explain{
	margin: 30px 0;
}
#variety{
	line-height: 1.6;
	font-size: 90%;
	_font-size: 100%;
	overflow: visible;
	background: #FFF url(../images/products_variety.jpg) no-repeat right top;
	margin-bottom: 30px;
}
#variety p{
	padding-right: 370px;
}
#strap_variety{
	border-top: 10px solid #CCC;
	margin: 50px 0 30px 0;
	padding-top: 30px;
}
#strap_explain p{
	margin-bottom: 20px;
}

.information{
	margin-top: 20px;
}
.info{
	font-size: 25px; 
}
.info span{
	color:#0A2F6B; 
	font-weight: bold; 
}
.info a{
	font-size: 20px;
}
#footer{
	text-align: right;	
}

.copyright{
	font-size: 10px;
}