@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:#555;
	background-color:#fff;
	text-align:left;
	background-image:url(../common/body_bg.gif);
	background-repeat:repeat-x;
}

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:984px;
	margin:0 auto;
	}


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

DIV#Container DIV#header {
	background-image:url(../common/we10_logo.gif);
	background-repeat:no-repeat;
	height:89px;
}

DIV#Container DIV#header h1 {
	text-indent:-9999px;
}

DIV#Container DIV#header h1 a {
	display:block;
	width:220px;
	height:89px;
	margin-left:20px;
	float:left;
}

DIV#Container DIV#header div.menu {
	float:right;
}


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

DIV#Container DIV#stage {
	border-left:#dd0b00 1px solid;
	border-right:#dd0b00 1px solid;
}

/* --------------------
 * spons_box
-------------------- */

DIV#Container DIV.spons_box {
	height:65px;
	border-left:#dd0b00 1px solid;
	border-right:#dd0b00 1px solid;
	border-top:#dd0b00 1px solid;
	padding:2px;
}

DIV#Container DIV.spons_box div.bnr {
	margin:3px 0 0 16px;
	height:60px;
}


DIV#Container DIV.spons_box div.bnr img {
	margin:0 12px 0px 0;
}





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

DIV#footer {
	height:32px;
	background-image:url(../common/footer_bg.gif);
	background-repeat:repeat-x;
}

	
DIV#footer div.copy {
	text-align:center;
	}



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

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

