/* メインページ適応スタイル */

/* 半透明エフェクト(InternetExplorer only) */
.alpha {
	filter : alpha 
	(
	opacity = 85,
	finishopacity = 85,
	style = 3,
	startx = 1,
	straty = 1,
	finishx = 449,
	finishy = 209
	);
}

/* 画面構成エレメント */
/* リンク */
DIV.menu01 {
	z-index : 1;
	height : 100px;
	width : 100px;
	position : absolute;
	top : 90px;
	left : 80px;
	background-image : url("../image/menu01.gif");
}

DIV.menu02 {
	z-index : 1;
	height : 100px;
	width : 100px;
	position : absolute;
	top : 170px;
	left : 160px;
	background-image : url("../image/menu02.gif");
}

DIV.menu03 {
	z-index : 1;
	height : 100px;
	width : 100px;
	position : absolute;
	top : 250px;
	left : 240px;
	background-image : url("../image/menu03.gif");
}

DIV.submenu01 {
	z-index : 2;
	height : 32;
	width : 440px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 105px;
	left : 200px;
	background : #fffff6;
	padding : 8px 15px;	
	font-size: 7pt;
	filter : alpha 
	(
	opacity = 90,
	finishopacity = 90,
	style = 3,
	startx = 1,
	straty = 1,
	finishx = 439,
	finishy = 31
	);
}

DIV.submenu02 {
	z-index : 1;
	height : 32;
	width : 440px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 133px;
	left : 240px;
	background : #fffff6;
	padding : 8px 15px;

	filter : alpha 
	(
	opacity = 90,
	finishopacity = 90,
	style = 3,
	startx = 1,
	straty = 1,
	finishx = 439,
	finishy = 31
	);
}

DIV.submenu03 {
	z-index : 0;
	height : 32;
	width : 440px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 161px;
	left : 280px;
	background : #fffff6;
	padding : 8px 15px;

	filter : alpha 
	(
	opacity = 90,
	finishopacity = 90,
	style = 3,
	startx = 1,
	straty = 1,
	finishx = 439,
	finishy = 31
	);
}

DIV.s_menu01 {
	z-index : 1;
	height : 32px;
	width : 100px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 200px;
	left : 330px;
	background : #fffff6;
	padding : 8px;
}

DIV.s_menu02 {
	z-index : 1;
	height : 32px;
	width : 100px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 200px;
	left : 440px;
	background : #fffff6;
	padding : 8px;
}

DIV.s_menu03 {
	z-index : 1;
	height : 32px;
	width : 100px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 200px;
	left : 550px;
	background : #fffff6;
	padding : 8px;
}

DIV.s_menu04 {
	z-index : 1;
	height : 32px;
	width : 120px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 200px;
	left : 660px;
	background : #fffff6;
	padding : 8px;
}


/* イメージ背景 */
DIV.back {
	z-index : 0;
	height : 290px;
	width : 300px;
	position : absolute;
	top : 115px;
	left : 5px;
	background-image : url("../image/cricle.gif");
}

/* タイトル */
DIV.title {
	z-index : 0;
	height : 25px;
	width : 400px;
	position : absolute;
	top : 15px;
	left : 0px;
	background-image : url("../image/title.gif");
}

/* コメントフィールド */
DIV.welcom {
	z-index : 1;
	height : 100px;
	width : 440px;
	position : absolute;
	top : 80px;
	left : 350px;
}
/* filter(InternetExplorer only) */
DIV.info {
	filter:Alpha(opacity=90);
	z-index : 1;
	height : 100px;
	width : 420px;
	position : absolute;
	border-color : #999999;
	border-style : solid;
	border-width :1pt;
	top : 260px;
	left : 380px;
	background : #fffff6;
	padding : 1px 5px 5px 10px:
}



