@charset "utf-8";
body,div,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	border: 0;
}
body,td,div,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd {
	color: #565C63;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif, Osaka;
	line-height:1.35em;
	text-decoration: none;
}
/*　画像　-----*/
img {
	margin: 0;
	padding: 0;
	border: 0;
}
/*　フォーム　-----*/
form {
	margin:0;
	padding:0;
}
input,textarea,select,option {
	font-size:12px;
}
/*　区切り線　-----*/
hr {
	display:none;
	margin:0;
	padding:0;
}
a,a:link,a:visited {
	color:#6898C9;
	text-decoration:none;
}
a:active,a:hover {
	color:#6898C9;
	text-decoration:underline;
}
/*　フォントサイズ　-----*/
.size_11 {
	font-size:11px;
}
/*===============================================================*/
/*　共通レイアウトの設定　---------------------------------------*/
/*===============================================================*/
/*　枠組み　-----*/
body {
	margin: 30px 0px 0px 0px;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../image/css.layout.background.top);
	background-repeat: repeat-x;
	background-position: center top;
}

#header,#body,#footer {
	width:822px;
	margin:0 auto;
	padding:0 13px 0 13px;
	text-align:left;
	
}
#header {
	height:65px;
	background: url(../image/css.layout.background.head) repeat-y center top;
}

#body {
	clear:both;
	background-image: url(../image/css.layout.background.body);
	background-repeat: repeat-y;
	background-position: center top;
}

#banner {
	text-align:center;
	margin-bottom:10px;
}


/*　header　-----*/
#header #logo {
	float:left;
	width:300px;
	padding:10px 0 0 15px;
	
}



#header #language {
	float:right;
	background:none;
	margin-top: 42px;
	padding-right: 21px;
}

/*　footer　-----*/
#footer {
	clear:both;
	height:75px;
	background: url(../image/css.layout.background.foot) no-repeat center top;
}

#footer  #logo {
	float:right;
	padding:10px 15px 0 0;
	
}

#footer #footer_left_area {
	float:left;
	width:562px;
	padding:5px 0 0 10px;
	
}
#footer #footer_left_area .copyright {
	margin-top:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* customized */
.icon_menu_box {
        margin-bottom:0px;
	margin-top: 2px;
}

.icon_menu_box {
	height: 105px;
}

.icon_menu {
	float: left;
        margin-right:15px;

}

