html {
    font-size: 100.01%;
}

address, applet, blockquote, body, dd, dir, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, legend, li, menu, ol, p, pre, table, tbody, td, textarea, tfoot, th, thead, ul {
    font-size: 100%;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: normal;
}

a, ins, del {
    text-decoration: none;
}

textarea {
    font-family: inherit;
}

img {
    border-style: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none outside none;
}

.common_float_wrap {
}

* + html .common_float_wrap {
    overflow: hidden;
}

.common_float_wrap:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

/* ここまでリセット */
/* 中身 */
html > body {
    font-size: 13px;
	line-height:1.5em;
}

body {
	background-color:#DFF5FF;
}

p {
    color: #040403;
    font-size: 108%;
	line-height:1.5em;
}

html > body p {
    word-spacing: 0;
}

a {
    overflow: hidden;
    text-decoration: underline;
}

.container {
	width:890px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:15px;
}

.head {
	width:100%;
	background-color:#FFF;
	background-image:url("../img/head-line.gif");
	background-repeat:repeat-x;
	background-position:bottom;
}

.head-box {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.head-ue {
	height:120px;
}
.head-ue02 {
	height:140px;
}

.head-menu {
	background-image:url("../img/head-m-bg.gif");
	background-repeat:no-repeat;
	width:450px;
	float:right;
}

.time-img {
	margin-top:7px;
}

h1 {
	width:230px;
	float:left;
	margin:8px 0px 0px 10px;
	font-size:12px;
	color:#036EB1;
}

.logo {
	width:300px;
	float:left;
}
.thispage {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.thispage img {
	margin-left:50px;
}

.bg01 {
	background-image:url("../img/bg01.gif");
	background-repeat:no-repeat;
	background-position:center top;
	height:10px;
}

.bg02 {
	background-image:url("../img/bg02.gif");
	background-repeat: repeat-y;
	background-position:center top;
	padding-left:20px;
	padding-right:20px;
}

.bg03 {
	background-image:url("../img/bg03.gif");
	background-repeat:no-repeat;
	background-position:center top;
	height:10px;
}


/* 文字の大きさ */

.font-box {
	width:180px;
	height:30px;
	float:right;
	margin:5px 10px 0px 0px;
}

.font-box p {
	float:right;
	margin-right:10px;
	font-weight:bold;
	font-size:13px;
	color:#636363;
}

.f-m {
	float:right;
}

.f-m input {
	cursor:pointer;
}

/* フッター */

.footer {
	width:100%;
	background-color:#FFF;
	background-image:url("../img/head-line.gif");
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:20px;
}

.foot-box {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.foot-box01 {
	width:400px;
	float:left;
}

.foot-box01 h2 {
	line-height:1.3;
}

.foot-box01 h2 span {
	font-weight:bold;
}

.foot-box02 {
	width:450px;
	float:right;
	text-align:right;
}

.foot-box02 address {
	margin-top:10px;
}
