@charset "EUC-JP";

/* CSS Document */
#mainwrapper {
	width: 928px;
	margin: 0 auto 0 auto;
	background: url(../images/link_bg.jpg) no-repeat;
}

a:link, a:visited {
	color: #00A0E7;
	text-decoration: none;
}

a:hover, a:active {
	color: #111111;
}

h1#title {
	background-image: url(../images/link_ti.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	padding-bottom: 6px;
}

div#box {
background-image: url(../images/dither.png);
	/*background-color: #E1E3E4;*/
	border: 1px solid #B1B8BD;
	width: 612px;
	padding: 18px;
}

.name {
	font-size: small;
	font-weight: bold;
	color: #00A0E7;
	background: url(../images/arrow.png)  0 center no-repeat;
	padding: 0px 0px 0px 12px !important;
	line-height: 24px;
}

p#line {
	background: url(../images/dot.png) bottom repeat-x;
	padding-bottom: 10px;
	line-height: 18px;
	font-size: x-small;
}
.line{
background: url(../images/dot.png) bottom repeat-x;
}