@charset "Shift_JIS";

/*------------------------------------------------
	IDENTIFICATION DIVISION.
	Version.					0.8.2;
	Author.					Kenta Aga

	init.css					: "初期化設定";
	font.css					: "文字設定について";
	menu.css				: "メニューについて";
	page.css				: "各ページ設定";
------------------------------------------------*/
@import "init.css";
@import "font.css";
@import "menu.css";
@import "lightbox.css";

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

html,body{
	margin						: 0px;
	width							: 100%;
	height							: 100%;
	text-align					: center;
}

body{
	color							: #333333;
	font-size						: 0.8em;
	font-family					: Verdana, "メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	background				: #ffffff;
	text-align					: center;
}

/*	基本カラム
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
#header{
	margin						: 0 auto 20px auto;
	width							: 800px;
	text-align					: left;
	position						: relative;
}

#wrap{
	margin						: 0 auto 18px auto;
	display						: inline-block;
	width							: 800px;
	text-align					: left;
}

#ex{
	float							: right;
	width							: 195px;
}

#footer{
	padding						: 7px 0 25px 0;
	color							: #ffffff;
	background				: #3394cc;
}

/*------------------------------------------------
	ヘッダー部分詳細
------------------------------------------------*/
h1{
	position						: absolute;
	top								: 23px;
	left								: 6px;
}

#header p{
	position						: absolute;
	top								: 47px;
	left								: 646px;
}

/*------------------------------------------------
	拡張部分詳細
------------------------------------------------*/
#ex .banner{
	margin-top				: 12px;
}
#ex .banner dt{
	display						: none;
}
#ex .banner li{
	margin-top				: 7px;
}
#ex .banner li.firstChild{
	margin-top				: 0px;
}

#ex .banner li img{
	vertical-align				: bottom;
}


/*------------------------------------------------
	フッター部分詳細
------------------------------------------------*/


/*------------------------------------------------
	魔法 - clearfix
------------------------------------------------*/
#wrap:after{
	content					: ".";
	display					: block;
	clear						: both;
	height						: 0;
	visibility					: hidden;
}

/*	簡易マウスオーバー
￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣￣*/
.mouse-over a:hover img,
.mouse-over:hover img{
	filter								: alpha(opacity=85);
	-moz-opacity				: 0.85;
	opacity							: 0.85;
}