/*** remove default styles ***/
html	{
	font-size:	100.01%;
}
address, applet, blockquote, body, dd, dir, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, legend, li, menu, ol, p, pre, table, tbody, td, textarea, tfoot, th, thead, ul	{
	margin:	0;	padding:	0;	line-height:	100%;	font-size:	100%;
}
address, cite, dfn, em, var	{
	font-style:	normal;
}
h1, h2, h3, h4, h5, h6, strong, th	{
	font-weight:	normal;
}
a, ins, del	{
	text-decoration:	none;
}
textarea	{
	font-family:	inherit;
}
img	{	vertical-align:	top;	border-style:	none;	}
table	{	border-collapse:	collapse;	border-spacing:	0;	}
li	{	list-style:	none;	}
/** 回り込み解除 **/
.common_float_wrap	{
	_height:	1px;
}
/*
*+html .common_float_wrap	{
	overflow:	hidden;
}
*/
.common_float_wrap:after	{
	content:	'';
	display:	block;
	height:	0;
	clear:	both;
}

/* 全体 */
#container {
	width:100%;
}

h1 a {
	width:221px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:55px 0 0 5px;
	display:block;	
}

h1 a:hover {
	color:#FF7400;
}

h2 {
	font-size:12px;
	color:#9B9B9B;
	margin:0 0 20px;
}
h2 a {
	color:#0062FF;
}
h4 {
	height:20px;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	border-left: 3px solid #0062FF;
	padding:0 0 0 7px;
	margin:0 0 0 0 ;
	color:#3D3D3D;
}

h5 {
	width:710px;
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:20px 0 10px 0;
	border-bottom: 1px solid #000000;
	color:#3D3D3D;
}

p {
	font-size:12px;
	line-height:1.3em;
	color:#3D3D3D;
}

/* トップに戻る */
#return {
	width:100%;
	height:15px;
	font-size:12px;
	margin:10px 0 0 0;
}
#return a {
	float:right;
	padding:0 0 0 18px;
	background-image:url(../img/icon_arrow3.gif);
	background-position: center left;
	background-repeat:no-repeat;
	line-height:15px;
	color:#0062FF;
}

/* ヘッダー */
#header {
	width:100%;
	height:100px;
	background-color:#0062FF;
	background-image:url(../img/menu_backcolor.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #0062FF;
}


/* ＴＯＰ_ＩＭＧ */
#visual_element {
	width:740px;
	height:267px;
}

/* フッター */
#footer {
	background-color: #0062FF;
	background-image:url(../img/footer_backcolor.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	height:80px;
}
.copy {
	color:#FFFFFF;
	float: right;
	margin: 10px 20px 0 0px;
}
.s-m {
	color:#FFFFFF;
	float: left;
	margin: 10px 0px 0 20px ;
}
.s-m a {
	color:#FFFFFF;
}
#outside-contents-wrap {
	width:100%;
	background-color:#004AC1;
}