@charset "utf-8";
/*--------------------------------------------------------------------------------
 All
--------------------------------------------------------------------------------*/
*
{
	margin:					0;
	padding:				0;
	font-size:				100%;
}
html,body,div,span,img,p,ul,li
{
	border:					0;
}
body
{
	background-color:		       #ffffff;
}
body#popup
{
	text-align:				center;
	background-color:		#ffffff;
}
a:link
{
	color:					#027abb;
}
a:visited
{
	color:					#027abb;
}
a[href]:hover
{
	color:					#027abb;
}
a:active
{
	color:					#027abb;
}
img.align_top
{
	vertical-align:			top;
}
img.align_middle
{
	vertical-align:			middle;
}
img.align_bottom
{
	vertical-align:			bottom;
}
dd
{
	margin:					0 0 0 40px;
}
ul
{
	list-style-type:		none;
}
ul.disc
{
	list-style-type:		disc;
	margin:					0 0 0 40px;
}
ol
{
	margin-left:			10px;
	margin-bottom:			15px;
	list-style-type:		decimal;
}
ol li
{
	margin:					0 0 0 30px;
	list-style-type:		decimal;
}
ol.disc
{
	list-style-type:		disc;
}
ol.disc li
{
	list-style-type:		disc;
}
ol.decimal
{
	list-style-type:		decimal;
}
ol.roman
{
	list-style-type:		lower-roman;
}
ol.roman li
{
	list-style-type:		lower-roman;
}
ol.low_alpha
{
	list-style-type:		lower-alpha;
}
ol.low_alpha li
{
	list-style-type:		lower-alpha;
}
ol.up_alpha
{
	list-style-type:		upper-alpha;
}
ol.up_alpha li
{
	list-style-type:		upper-alpha;
}
ol.square
{
	list-style-type:		square;
}
ul.square li
{
	list-style-type:		square;
}
strong
{
	font-weight:			bold;
}
.bold
{
	font-weight:			bold;
}
table.set_line_height td
{
	line-height:			1.5;
}
.left
{
	text-align:				left;
}
.center
{
	text-align:				center;
}
.right
{
	text-align:				right;
}
table.td_padding td
{
	padding:				0 5px 0 5px;
}
hr
{
	display:				block;
	background-color:		#a0a0a0;
	margin:					5px 0 5px 0;
	border:					0;
	height:					1px;
}
div.word_break
{
	word-break:				break-all;
}
div.float_left
{
	float:					left;
	margin-right:			1em;
}
div.float_right
{
	float:					right;
	margin-left:			1em;
}
div.clear
{
	clear:					both;
}
div.caption
{
	font-size:				120%;
	font-weight:			bold;
	text-align:				left;
}
span.black
{
	color:					#4d4d4d;
}
/*--------------------------------------------------------------------------------
 Layout
--------------------------------------------------------------------------------*/
/*----------------------------------------
 Column Setting
----------------------------------------*/
div#container
{
	width:					1410px;
	color:					#4d4d4d;
	font-size:				75%;
	line-height:			1.5;
	position:				relative;
}
div#wrapper
{
	width:					100%;
	text-align:				left;
	background-color:		#ffffff;
}
div#header
{
	width:					760px;
	margin:					0 0 0 0;
	padding:				0;
}
div#contents
{
	width:					100%;
	margin:					0 0 0 0;
	padding:				10px 0 0 0;
}
div#side
{
	width:					215px;
	float:					left;
	display:				inline;
	margin:					0 0 0 0;
	padding:				0;
}
div#main
{
	width:					1195px;
	float:					left;
	display:				inline;
	margin:					0 0 0 0;
	padding:				0;
}
div#clear
{
	clear:					both;
	width:					100%;
	height:					5px;
}
div#footer
{
	width:					100%;
	height:					120px;
	margin:					0 0 0 0;
	padding:				0;
}
/*----------------------------------------
 Pankuzu
----------------------------------------*/
div#pankuzu
{
	color:					#006fdf;
	padding:				0;
}
div#pankuzu a
{
	text-decoration:		none;
	color:					#006fdf;
}
span#arrow
{
	color:					#000000;
}
/*----------------------------------------
 Search
----------------------------------------*/
.searchBox
{
	width:					314px;
	background-color:		#fff;
	margin:					10px 0;
}
.searchBox table
{
	background-color:		#BDBDFD;
}

.ecsearchBox
{
	width:					500px;
	background-color:		#fff;
	margin:					10px auto;
}
.ecsearchBox table
{
	background-color:		#d0d0d0;
	width:					500px;
}