@charset "utf-8";
body,p,h1,h2,h3,h4,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

p {
	font-size: 0.75em;
	color: #333333;
}
ul {
	font-size: 0.875em;
	color: #333333;
	list-style-type: none;
}
/*
ol {
	font-size: 0.75em;
	color: #333333;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 1.5em;
	width: 600px;
}
li{
	padding-left: 1em;
	text-indent: 1em;
	vertical-align:top;
}
*/
a {
	color: #0066CC
} 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
	padding: 0px;
}
.mg_b15 {
	margin-bottom: 10px;
}
.mg_b20 {
	margin-bottom: 20px;
}
.mg_b30 {
	margin-bottom: 30px;
}
.mg_b40 {
	margin-bottom: 40px;
}
.non {
	margin: 0px;
	padding: 0px;
}

.size_14 {
	font-size: 0.875em;
}
.black {
	color: #000000;
}
.gray {
	color: #666666;
}
.under_line {
	text-decoration: underline;
}
.line {
	text-decoration: underline;
}


h1 {
	float: left;
	margin-right: 10px;
}
h2 {
	margin-bottom: 25px;
}
#header_text p {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 0.625em;
	color: #999999;
	width: 900px;
    margin: 0px auto;
}
#header  .left {
	margin-right: 30px;
}


#header_main p {
	width: 870px;
    margin: 0px auto;
	padding-top: 6px;
}
#global_navi ul {
	width: 870px;
    margin: 0px auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
#global_navi ul li {
	display: inline;
	margin-right: 8px;
}
#global_navi ul li a {
	background-image: url(../images/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.now_page a {
	color: #666666;
	text-decoration: none;
}
#main_container .footer_inq {
	margin-left: 15px;
}
#footer_navi ul {
	width: 870px;
    margin: 0px auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer_navi ul li {
	display: inline;
	margin-right: 8px;
}
#footer_navi ul li a {
	background-image: url(../images/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
#footer #footer_main .left {
	margin-right: 10px;
}
#footer #footer_main .footer_text {
	color: #000000;
	line-height: 150%;
	padding-top: 3px;
	float: left;
}
#copy .left {
	font-size: 0.625em;
}
#move {
	width:220px;
	position: absolute;
	right: 35px;
	top: -320px;
}
.red {
	color: #CC0000;
}
