/* CSS Document */

/* ▼共通
---------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka,;
	line-height: 150%;
	color: #666666;
}

h1, h2, h3, h4, h5 {
margin:0px;
padding:0px;
font-weight: normal;
}

a, a:visited {
    color: #0000FF;
	text-decoration: underline;
}

a:hover, a:active {
    color: #0066FF;
	text-decoration: underline;
}

.txt-bold {
    font-weight: bold;
}

.txt-yellow {
    color: #FCE011;
}

.txt-green {
    color: #9AB400;
}

.txt-10 {
    font-size: 10px;
}

.txt-red {
    color: #FF0000;
}

.txt-14redB {
    font-size: 14px;
	font-weight: bold;
    color: #FF0000;
}

.txt-grayout {
    color: #CCCCCC;
}

.txt-16B {
    font-size: 14px;
	font-weight: bold;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

p {
    margin: 0px 0px 25px 0px;
}

/* ▼フッター
---------------------------------------------------- */
#footer {
    width: 954px;
	background-image: url(../images/common/footer_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	text-align: left;
	margin:0px;
    padding:0px;
}

#footer a, a:visited {
    color: #0000FF;
	text-decoration: underline;
}

#footer a:hover, a:active {
    color: #0066FF;
	text-decoration: underline;
}

#copyright {
    width: 400px;
	float: left;
	margin: 12px 0px 10px 10px;
	padding: 0px;
	color: #333333;
	font-size: 10px;
}

#copyright img {
	margin-right: 20px;
}

#sub-menu {
    width: 400px;
	float: right;
	margin: 12px 10px 10px 0px;
	padding: 0px;
	text-align: right;
}
