@charset "utf-8";
/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.4 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #000000 url(img/bg_grd.jpg) no-repeat center bottom fixed;
	color:#333;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.5;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}
table {margin : 0; empty-cells: show; font-size:small;}
#outline td { padding: 3px 8px;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
}
li { list-style: none; }/* link do not want a dot */

/*
===== 3: link setting ===========================
*/
span a:link{
	color: #000;
	text-decoration: none;
	border-bottom: 2px #FFFF33 solid;
}
span a:visited{
	color: #000;
	text-decoration: none;
	border-bottom: 3px #EAE9AC solid;
}
span a:hover{
	color: #000;
	text-decoration: none;
	background-color: #FFFF33;
}
span a:active{
	color: #ccc;
}
span a:hover {cursor: pointer;} 

/*
===== 4: design ===========================
*/

div#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
	color: #666666;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 130%;
	color: #FF0000;
}

#news {
	width: 340px;
	margin-left:auto;
	margin-right:auto;
}

#tousensya td {
	border-bottom: 1px #cccccc dotted;
}

#document {
	width: 570px;
	margin: 20px auto;
}

#document dd {
	margin-left: 8em;
	position: relative;
	top: -1.5em;
}

#info dd {
	margin-left: 11em;
}