@charset "utf-8";

/*body--------------------------------------------------------------*/

body
{
	margin			: 0 auto;
	padding			: 0;
	font			: 12px/1.5 'Trebuchet MS', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color			: #666;
	background		: #34a3dd;
	text-align		: center;
}

/*Opera用*/
html:first-child body
{
	font			: 12px/1.5 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

div,p,form,map
{
	margin			: 0;
	padding			: 0;
}

img
{
	border			: 0;
}

/*システムが絡む場合、GoogleMapを使用する場合は消す*/
table
{
	margin-left		: auto;
	margin-right	: auto;
}

h1,h2,h3,h4,h5,h6
{
	margin			: 0;
	font			: normal 12px/1.5 'Trebuchet MS', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	text-align		: left;
}


/*link--------------------------------------------------------------*/

a
{
	color           : #4D82C4; 
	text-decoration : none;
}

a:visited
{
	color           : #4D82C4; 
	text-decoration : none;
}

a:hover
{
	color           : #4D82C4; 
	text-decoration : underline;
}

a:active
{
	color           : #4D82C4; 
	text-decoration : underline;
}


/*layout------------------------------------------------------------*/

#wrapper
{
	width			: 100%;
	margin			: 0;
	padding			: 0;
/*
	background		: url(../images/common/base/bg_wrapper.gif) repeat-x 50% 0;
*/
}

#container
{
	width			: 100%;
	background		: url(../images/common/base/bg_01.gif) repeat-x #fff 0 0;
	text-align		: center;
	margin			: 0px auto;
	padding			: 0px;
}

#container_02
{
	width			: 100%;
	background		: url(../images/common/base/bg_01.gif) repeat-x 0 0;
	text-align		: center;
}

#container_in
{
/*	width			: 965px;*/
	margin			: 0px auto;
	padding			: 0px;
	text-align		: center;
}

#header
{
	width			: 100%;
	height			: 70px;
	text-align		: left;
	position		: relative;
}

#header_in
{
	width			: 965px;
	margin			: 0px auto;
}

#header_logo
{
	width			: 490px;
	height			: 70px;
	margin			: 0px 20px 0px 0px;
	padding			: 0px;
	float			: left;
}

#flash
{
	clear			: both;
	width			: 800px;
	height			: 100px;
/*
	background		: url(../images/common/base/bg_flash.jpg) no-repeat;
*/
}

#main_table
{
/*
	background		: url(../images/common/base/bg_maintable.gif) repeat-y;
*/
	margin-left		: auto;
	margin-right	: auto;
}

#side
{
	width			: 200px;
/*
	background		: url(../images/common/base/bg_side.gif) repeat-y;
*/
}

#footer
{
	width			: 100%;
/*	height			: 100px;*/
	margin-top		: 10px;
	margin-bottom	: 20px;
}

#footer_inner
{
	width			: 100%;
	text-align		: center;
	margin			: 0 auto;
	color			: #fff;
}

#footer_inner a
{
	color			: #fff;
}

#footer_navi
{
	width			: 90%;
	margin			: 10px auto;
	text-align		: center;
}

.foot_table
{
	width			: 920px;
	margin			: 50px auto 0px;
	text-align		: center;
	border-left		: 1px solid #5ab4e3;
	color			: #def0fa;
	font-size		: 14px;
}

.foot_table td
{
	border-right	: 1px solid #5ab4e3;
	
}



/*---------------------------------------------------------*/
/*    copyright(C) WEB-SEED. All rights reserved. Ver1.0   */
/*---------------------------------------------------------*/
