@charset "UTF-8";

body {
    font-size: 95%;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", "Osaka";
}

a {
	text-decoration: none;
}


h1 {
    font-size: 90%;
    font-weight: normal;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 95%;
}

p {
    padding-left: 10px;
}

img {
	border: 0px;
}

#container {
    text-align: left;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#header_left_box {
    float: left;
}

#header_right_box {
    right;
}

#content {
    clear: both;
    padding-top: 15px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#footer_text {
	font-size: 80%;
	text-align: center;
}

#copyright {
    font-size: 85%;
    text-align: center;
    padding-top: 15px;
}

.info_date {
	float: left;
	width: 110px;
	margin-left: 10px;
}

.info_description {
	float: right;
	width: 580px;
}

.info_clear {
	clear: both;
}