@charset "utf-8";



/* -----------------------------------------------------------

CSS Information



 File name:      base.css

 Author:         Your Name (admin)

 Style Info:     他ページでも不変なCSS

----------------------------------------------------------- */



/*----------------------------------------------------

	汎用共通型
----------------------------------------------------*/

#lnavi {

	background-image: url(../img/bg_menu.gif);
	
	background-repeat: no-repeat;
	
	width: 191px;
	
	height: 535px;
		
}

.img_l {

 float: left;
	
}

.img_r {

 float: right;
	
}

.img_c {

 clear: both;
	
}


.small_txt {

	font-size: 10px;
	
	line-height: 12px;
	
	color: #ffffff;
	
}

h1 {

	font-size: 16px;
	
	line-height: 18px;
	
	color: #FFFFFF;
	
	font-weight: bold;
	
}

/*----------------------------------------------------

	右側エリア　（黄色くない版）
----------------------------------------------------*/

#area {

	background-image:	url(../../img/bg_area.gif);
	
	background-repeat:	repeat-y;

}

#area .tit_b {

	background-image:url(../../img/bg_tit_bottom.gif);
	
	background-repeat: no-repeat;
			
}

#area .tit_b2 {

	background-image:url(../../img/bg_tit_bottom2.gif);
	
	background-repeat: no-repeat;
			
}

/*----------------------------------------------------

ECエリア
----------------------------------------------------*/

#ec {

 background-image:url(../img/bg_ec.gif);
	
	background-repeat:no-repeat;
	
	width: 191px;
	
	height: 159px;
	
}

#leftbg {

 background-image:url(../img/bg_leftside.gif);
	
	background-repeat: repeat-y;
	
}

/*----------------------------------------------------

	フッター
----------------------------------------------------*/

#footer {

 background-image:	url(../img/bg_footer.gif);
	
	background-repeat: no-repeat;
	
	width: 1002px;
	
	height: 205px;
	
}


/*----------------------------------------------------

	デフォルトスタイル
----------------------------------------------------*/


body {

	margin: 0;
	
	padding: 0;
	
	background-image: url(../img/bg.gif);
	
	background-repeat: repeat-x;
	
	background-attachment: fixed;
	
	font-size: 12px;
	
	line-height: 16px;
	
	color: #FFFFFF;
		
}

body.countdown {

	margin: 0;
	
	padding: 0;
	
	background: #000000;
	
}

* {

 margin: 0;
	
	padding: 0;
	
}


img {

 border: 0;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


/*----------------------------------------------------

	リンク
----------------------------------------------------*/

a:link {	
	color: #ffea6f;
	
	text-decoration: underline;
	
	}


a:visited {	
	color: #ffea6f;
	
	text-decoration: underline;
	
	}

a:hover {	
	color: #ffea6f;
	
	text-decoration: none;
	
	}
	