@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	zoom: 1;
}

html {
	overflow-y:scroll;
}	

html,body {
	height:100%;
}	

body {
	background-image: url(../img/bg_wrapper.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 62.5%;
	color: #505050;
	background-color: #FFFFFF;
}

img{
vertical-align: top;
}

#page {
	position: relative;
	min-height: 100%;
    height: auto !important;  
    height: 100%;  }

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#logo {
	padding-top: 17px;
	float: left;
	width: 300px;
}

#header {
	height: 82px;
	width: 800px;
}

#home {
	float: right;
	padding-top: 52px;
}

ul,ol,li {
	list-style-type: none;
}

#navi {
	height: 47px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	clear: both;
	width: 800px;
	height: 278px;
}

#mainArea p,subArea p {
	font-size: 1.2em;
	line-height: 140%;
	letter-spacing: 0.1em;
}

#navi ul {
	height: 47px;
	width: 800px;
}


#navi li {
	float: left;
	line-height: 0;
	height: 47px;
}

#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
	background-color: #FFFFFF;
}

#mainArea {
	width: 550px;
	float: left;
	padding-right: 20px;
	margin-bottom: 50px;
	overflow: hidden;
	background-color: #FFFFFF;
}

#subArea {
	float: right;
	width: 230px;
	overflow: hidden;
	margin-bottom: 80px;
}

#mainArea dl {
	font-size: 1.2em;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D0D0D0;
	letter-spacing: 0.1em;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	overflow: hidden;
}

#mainArea dt {
	width: 90px;
	font-weight: bold;
	float: left;
	clear: both;
}

#mainArea dd {
	margin-left: 90px;
}

a:link {
	color: #14799A;
	text-decoration: none;
}

a:visited {
	color: #14799A;
	text-decoration: none;
}
a:hover {
	color: #14799A;
	text-decoration: underline;
}

a:active {
	color: #EB641E;
	background-color: #FDEBE1;
}

.right {
	float: right;
}

#product {
	width: 230px;
	background-color: #3e3e3e;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

a.product {
	display: block;
	width: 178px;
	background-color: #efefef;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(../img/ic_arrowG.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	line-height: 120%;
}

a.product:link {
	color: #505050;
	text-decoration: none;
}
a.product:visited {
	color: #505050;
	text-decoration: none;
}
a.product:hover {
	background-color: #FFD5AA;
}

a.product:active {
	color: #EB641E;
	background-color: #FFD5AA;
}

.h2_title {
	margin-bottom: 8px;
}

#kamei {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	width: 230px;
}
#kamei ul {
	background-color: #efefef;
	font-size: 1.2em;
}


#kamei li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
}

.a_kamei {
	text-decoration: none;
	display: block;
	width: 203px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 17px;
	background-image: url(../img/ic_arrowB.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.a_kamei:link {
	color: #505050;
	text-decoration: none;
}
.a_kamei:visited {
	color: #505050;
	text-decoration: none;
}
.a_kamei:hover {
	background-color: #D9E6E4;
}

.a_kamei:active {
	color: #EB641E;
	background-color: #FFD5AA;
}

.li_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	background-color: #525252;
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	clear: both;
	position: absolute;
	bottom: 0;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}


#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #14799A;
	text-decoration: underline;
}

#footer a:active {
	color: #EB641E;
	background-color: #FDEBE1;
}

#copy {
	background-image: url(../img/bg_copy.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999999;
	width: 800px;
}

