/*
 * TOP page css
 * Style Name: global_style
 * Day of Create: 2007.12.19
 * Author: GMO Internet Nagashima
 */


/*-- 標準化 --*/

ul,ol,li,dl,dt,dd,a {
	margin: 0;
	padding: 0;
	line-height: 130%
}
ul,ul li {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 0;
}
a img {
	border: 0px none #ffffff;
}
a {
	color: #006699;
}
a:hover {
	color: #cc0000;
}
p {
	margin: 0;
	padding: 0;
	line-height: 150%
}
.flo-l {
	float:left;
}
.flo-r {
	float:right;
}
.flo-cl-l {
	clear: left;
	visibility: hidden;
	border: 0px none #ffffff;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.flo-cl-r {
	clear: right;
	visibility: hidden;
	border: 0px none #ffffff;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.flo-cl-b {
	clear: both;
	visibility: hidden;
	border: 0px none #ffffff;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.centering {
	padding: 0 auto;
	text-align: center;
}
.b {
	border:#f00 solid 1px;
}
.red {
	color:#f00;
}




/*-- initialize --*/

body {
	background: #c71414 url(../images/ptn_glad.gif) repeat-x top left;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}

div#main-area {
	background: url(../images/main_bk.gif) repeat-y top right;
	margin: 0 0 0 0px;
	padding: 0;
	font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #505050;
	line-height: 140%;
	text-align: left !important;
}

/* リンク先頭マーク（IEローディングタイムラグ対応） */

div#footer-area {
	background:url(../images/footer.gif) no-repeat left top;
	width: 800px;
	height: 57px;
}
div#footer-area p {
	margin: 0 0 0 0;
	padding: 5px;
	padding-top: 19px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #6c6c6c;
	letter-spacing: 0.03em;
}
