@charset "utf-8";

/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align:left;
}

body {
	font-size:12px;
	line-height:180%;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	color:#000;
	background-color:#f3f3f3;
	text-align:left;
}

a,
a:link,
a:visited {
	color:#3f73a7;
	text-decoration:none;
}
a:hover {
	color:#ea8b00;
	text-decoration:underline;
}

.white a,
.white a:link,
.white a:visited,
.white a:active,
a.white,
a.white:link,
a.white:visited,
a.white:active{
	color:#fff !important;
}

.white a:hover,
a.white:hover{
	color:#fbd365 !important;
}

strong {
	font-weight:bold;
}

/* --------------------
 * 汎用設定
-------------------- */

/* clear ----- */

.clearboth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearFix{
	* height:1%;
}
.clearFix{
	display:block;
}
/* */



.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.margin_s {
	height:10px;
	clear:both;
}

.margin_m {
	height:30px;
	clear:both;
}

.margin_l {
	height:50px;
	clear:both;
}

.margin_ll {
	height:70px;
	clear:both;
}

.dotLineGray {
	background-image:url(../common/dot.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
}


/* --------------------
 * Container
-------------------- */

div#Container {
	width:1163px;
	background-color:#fff;
	margin:0 auto;
}
	



/* --------------------
 * stage
-------------------- */


/* --------------------
 * header
-------------------- */

div#header {
	width:1163px;
	border-bottom:#c4c4c4 solid 1PX;
	
}

div#header table.menu {
	margin:0 auto;
	
}

div#header table.menu img {
	margin-right:1px;
}



div#header table.menu td {
	height:36px;
}

div#header h1 {
	
	}

div#header h1 a {
	
	}


/* --------------------
 *  table
-------------------- */

table.contents td.tdbgb {
	background-image:url(../common/t_bg.gif);
	background-repeat:repeat-x;
	height:29px;
}





/* --------------------
 *  fontsize
-------------------- */

.s10 {
font-size:10px;
}

.s11 {
font-size:11px;
}

.s12 {
font-size:12px;
}

.s14 {
font-size:14px;
}

.s14b {
font-size:14px;
font-weight:bold;
}

.s16 {
font-size:16px;
}



	

/* --------------------
 * footer
-------------------- */

div#footer {
	border-top:#c4c4c4 solid 1PX;
	height:36px;
	text-align:left;
	padding-left:50px;
}

	




/* --------------------
 * 印刷用設定
-------------------- */

@media print {
body {
	background-color:#fff !important;
	color:#000 !important;
	}
	
a, a:link,a:visited,a:hover {
	color:#000 !important;
	text-decoration:none !important;
	}
}