/* CSS Document */

* {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	outline:none;
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

* html body {
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	position:relative;
}

.cf:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.cf {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* wrapper */
#wrapper{
	width: 900px;
	margin:10px auto;
	position:relative
}

/* header */
#header h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}
#header p{
	font-size: 12px;
	text-align: right;
	margin: 0px 60px 0px 0px;
}
#header a{
	font-size: 12px;
	color: #197673;
}
#header a:hover {
	text-decoration:underline;
}



/* footer */
#footer #nav{
	width: 640px;
	height: 56px;
	margin: 0px auto 10px auto;
}
#footer #nav #size a{
	background-image: url(../img/common/btn_size.jpg);
	background-repeat:no-repeat;
	width: 150px;
	height: 56px;
	margin: 0px 0px 0px 10px;
}
#footer #nav #size a:hover{
	background-image: url(../img/common/btn_size_hover.jpg);
	background-repeat:no-repeat;
}
#footer #nav #safety a{
	background-image: url(../img/common/btn_safety.jpg);
	background-repeat:no-repeat;
	width: 150px;
	height: 56px;
	margin: 0px 0px 0px 10px;
}
#footer #nav #safety a:hover{
	background-image: url(../img/common/btn_safety_hover.jpg);
	background-repeat:no-repeat;
}
#footer #nav #jpn a{
	background-image: url(../img/common/btn_jpn.jpg);
	background-repeat:no-repeat;
	width: 150px;
	height: 56px;
	margin: 0px 0px 0px 10px;
}
#footer #nav #jpn a:hover{
	background-image: url(../img/common/btn_jpn_hover.jpg);
	background-repeat:no-repeat;
}
#footer #nav #design a{
	background-image: url(../img/common/btn_design.jpg);
	background-repeat:no-repeat;
	width: 150px;
	height: 56px;
	margin: 0px 0px 0px 10px;
}
#footer #nav #design a:hover{
	background-image: url(../img/common/btn_design_hover.jpg);
	background-repeat:no-repeat;
}
#footer #nav li{
	float: left;
}
#footer li a, #footer #nav li p {
	height: 56px;
	text-indent: -9999px;
	display: block;
}

#footer p{
	width: 100%;
	background-image: url(../img/common/footer_line.jpg);
	background-repeat: repeat-x;
	color: #FD7F00;
	font-size: 13px;
	padding: 10px 0px;
}

#unei {
	font-size:110%;
	text-decoration:underline;
	color:#FD7F00;
}

#unei:hover {
	text-decoration:none;
}

#p_unei {

	background-color:#FFCC33;
	color:#ffffff;
	padding:5px 20px;
	margin:20px;
	font-size:110%;
	text-align:left;
}