* {
	margin : 0;
	padding : 0;
}

img {
	border : 0;
}
div {
	text-align:left;
}

td,th {
	padding : 0 10px 20px 0;
	text-align:left;
	vertical-align:top;
}
th {
	white-space: nowrap;
}

textarea {
	font-size : 100%;
width: 400px;
height: 8em;
line-height: 130%;
}

a,a[name]:hover {
	text-decoration : none;
}
a:link {
	color : #75a;
	text-decoration : underline;
}
a:visited {
	color : #87b;
	text-decoration : underline;
}
a:hover {
	color : #538;
	text-decoration : none;
}


body {
	background : #fff url(../img/bg_body.png) center top repeat-y;
	line-height : 1.7;
	font-family : "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", Osaka, Gothic, sans-serif;
	font-size : 75%;
	color : #555;
/* for IE5 */ text-align : center;
}
/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

#container {
	background-color : #fff;
	width: 950px;
	margin: 0 auto;
}
#header {
	background : #fff url(../img/bg_header.gif) left top repeat-x;
	height:100px;
}
div#header h1 {
	padding: 0 190px 0 20px;
	line-height: 0;
	font-size: 0;
}
div#header img {
	padding: 4px 0 0 0;
	vertical-align: bottom;
}
div#header ol {
	list-style-type: none;
}
div#header li {
	float: left;
	display: inline;
	line-height: 1;
}
div#header ol.globalnav {
	line-height: 0;
	font-size: 0;
}

#visual {
	background : #000;
}

#content {
	color : #45556c;
	padding: 40px 50px 0;
}

#sitemap {
	text-align:center;
	padding: 40px 50px 30px;
	font-size:90%;
}

#footer {
	background : #333;
	height:20px;
	padding:15px;
	text-align:right;
	color : #99a;
	font-size:90%;
	font-family : Arial;
}




table {
	border-collapse: collapse;
	empty-cells: show;
	font-size: 100%;
	text-align: left;
}

div.active{
	display:block;
}
div.inactive{
	display:none;
}

div.top {
	text-align:right;
}




