@charset "utf-8";
html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
p{
	padding:10px;
	white-space: normal;
	word-break: break-all;	/*-IE,Chrome,Safari-*/
}
body{
	width:100%;
	margin:0;
	padding:0;
	line-height:1.6;
	background-color: #ddd;
	color:#666;
	font-size:16px;
	font-family : 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',Verdana,Geneva, Arial, Helvetica,sans-serif;
}
img{
	border:none;
}
a			{ color: #06c; text-decoration: none;}
a:visited	{ color: #06c; text-decoration: none;}
a:hover		{ color: #f63; text-decoration: underline; position: relative ;top: 1px ;left: 1px;}
a:active	{ color: #f33; text-decoration: none;}

div#main{
	overflow:auto;
	height:270px;
	width:620px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-310px;
	text-align:center;
	background-color: #fff;
	border-top   :2px solid #ccc;
	border-right :3px solid #aaa;
	border-bottom:3px solid #aaa;
	border-left  :2px solid #ccc;
}

.font_s_80{	font-size:	80%;}


