@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:#333;
	background-color:#f0f0f0;
	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;
}

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

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

.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_gray.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:1px;
}


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

DIV#Container {
	width:937px;
	margin:0 auto;
	border-left:#666 solid 1px;
	border-right:#666 solid 1px;
	background-color:#fff;
	}
	

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

DIV#header {
	width:937px;
	height:53px;
	background-image:url(../../images/top/h_bg.gif);
	background-repeat:repeat-x;
	
}

DIV#header img.name {
	margin:15px 0 0 40px;
}

DIV#header div.menu {
	float:right;
	padding:23px 5px 0px 0;
}

DIV#header div.menu img {
	padding-left:2px;
}


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

DIV#stage {
	width:870px;
	margin:0 auto;
}


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

DIV#footer {
width:100%;
	border-top:#666 solid 1px;
}


DIV#footer p {
	margin:10px auto;
	line-height:150%;
	font-weight:;
	color:#000;
	float:left;
}


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

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