@charset "UTF-8";
/* -- ING-KAWAMOTO common style CSS -----------------------
Author : Muraji
Copyright(C)2008,ING-KAWAMOTO Inc. All Rights Reserved. 
------------------------------------------------------ */

/* initializing browser style. */
*{
	margin:0px;
	padding:0px;
	border:0px none;
}
ul,dl{
	list-style: none;
}
img{
	border:none;
}
/* common element style. */
body{
	background-color:#ffffff;
	font-size:normal;
}
a{
	color:#666666;
}
a:visited{
	color:#777777;
	text-decoration:none;
}
a:hover{
	color:#222222;
	text-decoration:underline;
}
.clear{
	width:0;
	height:0;
	clear:both;
}

/* --------------------------------- layout -------- */
/*wap1*/
div#wrapper1{
	width:100%;
	height:82px;
	background-repeat:repeat-x;
}
div#header{
	width:900px;
	height:82px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	background-position:0 80px;
}
/*wap3*/
div#wrapper3{
	width:100%;
}
#wrapper3 div.container{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 40px 0px 40px;
	background-image:url(../../images/container2-bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
/*wap4*/
div#wrapper4{
	width:100%;
}
#wrapper4 div#footer{
	width:900px;
	padding:30px 15px 15px 15px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/container3-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:0.75em;
	clear:both;
}
/* --------------------------------- header -------- */
p#description{
	margin:5px 0 5px 0;
	text-align:left;
	font-size:0.7em;
	color:#888;
}
#header h1{
	float:left;
	margin:35px 0 0 0;
}
#header div#headmenu{
	margin:25px 0 0 0;
	height:28px;
	float:right;
}
#header #headmenu h2{
	float:left;
}
#header #headbutton{
	margin-left:740px;
}
#header #headbutton h2{
	float:left;
}

/* --------------------------------- wap2 -------- */
/* --------------------------------- wap3 -------- */
/* --------------------------------- footer -------- */
#footer p.navs{
	float:left;
	font-size:0.8em;
	letter-spacing:0.35em;
	padding:0 0 0 10px;
}
#footer p.copyright{
	float:right;
	font-size:0.8em;
	letter-spacing:0.1em;
	padding:0 10px 0;
}
