@charset "UTF-8";

/* 共通設定 */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, sans-serif, Arial;
	font-size: 13px;
	color: #464646;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 13px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	background-image: url(images/h3.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 6px;
	padding-left: 30px;
	clear: both;
}
h4 {
	font-size: 13px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	height: 23px;
	padding-bottom: 2px;
	margin: 5px;
	clear: both;
}
p {
	font-size: 13px;
	line-height: 170%;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
ul,ol {
	list-style-type: none;
}

/* headline */
#wrapper2 {
	width: 275px;
	background-color: #FFFFFF;
}
li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

