/* CSS Document */

/* タグ定義 */
body {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a:link {
	color: #3399CC;
	text-decoration: none;
}

a:visited {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

img {
	border: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}






/* コラムセット ここで会員ログイン＋ヘッダ画像の上のラインが決まる*/
#header_box {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 175px;
	background: url("../img/common/header_back_repeat.jpg") repeat-x;
}

#into_box {
	display: block;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left_clm {
	width: 200px;
	display: block;
	float: left;
	margin-right: 15px;
	text-align: left;
}

#main_clm {
	display: block;
	float: left;
	width: 540px;
	text-align: left;
}

#right_clm {
	margin-left: 768px;
	width: 180px;
	text-align: left;
	font-size: 13px;
}

#footer_box {
	display: block;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #12549E;
/*	background-image:url(../img/bg_footer.png); ダークブルー*/
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	height:260px;
}

#footer_box a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_box a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
