@charset "utf-8";

/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 13px;
}


img{
	border: 0px;
}

a { text-decoration: none; color: #000000; }

a:hover { text-decoration: underline; }

#outer {
	width:750px;
	margin:auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10em; /* the bottom margin is the negative value of the footer's height */
}

#header{
	margin-top: 5px;	
}

#menu{
	margin-top: 10px;}
#spacer{
height: 2em;}

#footer{
	height: 10em;
	width: 100%;
	text-align:center;
	background-color: #333333;
	color:#FFFFFF;
}

#push {
	height: 10em;
	width: 100%;
	text-align:center;
	background-color: transparent;
	color:#FFFFFF;
}

#footer_content {
	width: 750px;
	padding-top: 1.0em;
	margin: auto;
}

#footer_content a { color: #fff; }

table.tokucyou{
	border: 0;
	}
	
table.tokucyou td{
	border: 0;
	padding: 10px 5px 30px 10px;
	vertical-align: top;
}
span.url{
	font-size: 10px;
}
	
#gloabal_navi{
	clear: both;
	height: 40px;
	width: 100%;
	border-bottom: 1px #999 solid;
	background: #fff;
}


#gloabal_navi img{
	float: left;
	margin: 10px 15px;
}

#gloabal_navi h1, #gloabal_navi div#h1{
	display: inline;
	font-size: 9px;
	float:left;
	margin: 8px 0px 8px 8px;
	line-height: 11px;
	font-weight: bold;
}
