@charset "utf-8";
/* CSS Document */


/* IE6でメイリオを有効に */
*html *{
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}


/* =================================
	information
======================================= */
*html #information {
	position: relative;
	top: 6.5em;
 left: -1.5em;
}
*html #information dl {
	margin: 0;
	padding-top: 5px;
/*	padding-left: 20px;*/
	padding-right: 10px;
	text-align: left;
	width: 330px;
 height: 130px;
 overflow: auto;
}
*html #information dt {
	font-size: 13px;
	color: #FFF;
	font-family: "MS UI Gothic";
	padding-top: 0.5em;
	padding-left: 1.5em;
	background-image: url(../../images/sq1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
*html #information dd {
	font-size: 11px;
	line-height: 1.5;
	color: #FFF;
	padding-top: 0.2em;
	margin-left: 10px;
	padding-bottom: 0.5em;
}

*html #information dd a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}




/* IE6のフォントサイズ指定を%に */
*html body {
	font-size: 75%;
}
*html #main h2{
	font-size: 167%;
}
*html #main h3{
	font-size: 150%;
}
*html #main p{
	font-size: 117%;
}
*html #main li{
	font-size: 117%;
}
