@charset "UTF-8";

/******************************
 * Universal Selecter
 ******************************/
* {
	margin:0;
	padding:0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

ul{
	list-style-type:none;
}

li{
	list-style-type:none;
}

dl {
}

dt {
    font-size: 12px;
}

dd {
    padding-left: 50px;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

img {
    border: none;
    behavior: url(./css/htc/iepngfix.htc);
}


/******************************
 * Style
 ******************************/ 
address {
	font-size: 10px;
	font-style: normal;
	text-align: right;
	padding: 10px;
}

.ads {
	padding: 10px;
}