@charset "utf-8";

/*====================================================
	new_win
====================================================*/
*{
	margin:0; padding:0;
}

body{
	color:#000000;
	font-family: Geneva, Arial, Swiss, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height:1.4em;background-color: #ffffff;
	overflow: hidden;
}

/*--------------------------
	link
--------------------------*/

a:link{color: #2546E0; text-decoration:none;}
a:visited{color: #2546E0; text-decoration:none;}
a:active {color: #2546E0; }
a:hover {color:#0000FF; text-decoration:none;}

.w_win_art{
	width:100%; 
	position:relative; height:580px;
}

.w_win_text{
	width:100%; text-align:center;
	position:absolute; top:596px; height:30px;
}

.w_win_nav{
	width:100%; text-align:right; background-color:#F5F5F5;
	position:absolute; top:620px;  height:50px; padding-top:10px; font-weight:bold;
}

.w_win_img{margin-top:auto; margin-bottom:auto}

.w_navbg{background-color:#F5F5F5;}

#art_image{
	height:530px; width:780px; position:absolute; top:0px; left:0px;
	}
#text_data{
	height:35px; width:780px; position:absolute; top:530px; left:0px; line-height:35px; text-align:center;
	}
#nav{
	height:45px; width:780px; position:absolute; top:565px; left:0px; 
	text-align:right; background-color:#F5F5F5; line-height:40px;
	}
