﻿@charset "utf-8";

/* ここから基本設定 */

* {
	margin: 0;
	padding: 0;
}

body {
    font-family:"MS PGothic","Osaka",Arial,sans-serif;
}

img {
    border: 0;
}

a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

a:hover {
    text-decoration:underline;
}

#ie6 {
	text-align: center;
}


dl {
	width: 580px;
	margin: 11px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
	font-size: 13px;
	line-height: 1.4;
}

dt {
	width: 75px;
	height: 25px;
	float: left;
	margin-right: 15px;
}

dd {
}
