@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

body {
	font-size: 1em;
	line-height: 1.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	background-image: url(../images/canvas.gif);
	background-repeat: repeat;
}

h1 {
	color:#fff;
	font-size: 1.25em;
	font-weight:bold;
	line-height: 1.4em;
}

h2 {
	color:#ccc;
	font-size: 1.2em;
	font-weight:normal;
	line-height: 1.4em;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 5px;
	margin-top: 15px;
	background-image: url(../images/h2_bg.gif);
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
}

h3 {
	color:#000;
	font-size: 1.2em;
	font-weight:bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
	margin-top: 10px;
}

h4 {
	font-size: 1.2em;
	font-weight:bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.clearfix:after{　/* contentプロパティに対応したブラウザ向け */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{ display: inline-block; }  /* IE7とMac IE5向け */

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#wrapper {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	width: 860px;
	height:100px;
	position: relative;
	background-image: url(../images/head.gif);
}

#header h1 {
	padding-right: 5px;
	padding-left: 0px;
	font-size: 11pt;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right
}

#navi1 {
	height: 30px;
	width: 860px;
	background-image: url(../images/navi_side.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 1px;
}

#middle {
	background-image: url(../images/y-sideline860.gif);
	background-repeat: repeat-y;
	width: 860px;
}

#content {
	width: 840px;
	float: left;
	padding-left: 10px;
	font-size: 0.96em;
	line-height: 150%;
}

#wrapper #middle .floatClear {
	display: block;
	clear: left;
}

#submenu {
	background-color: #E6E6E6;
	height: 36px;
	width: 860px;
	text-align: center;
}

#footer {
	height: 35px;
	width: 860px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

address	{
	font-size: 0.8em;
	font-style: oblique;
	text-align: center;
	padding: 5px;
	color: #fff;
}

.gold_dot {
	list-style-position: inside;
	list-style-image: url(../images/gold_dot.gif);
}

.red_dot {
	list-style-position: inside;
	list-style-image: url(../images/red_dot.gif);
}

.clear {
	clear: both
}

.box_home {
	margin-top: 1px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.box_gold {
	border: 2px solid #9e7810;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.box_white {
	border: 1px solid #FFF;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.box_tomei {
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.f-large {
	font-size: 1.2em;
	line-height: 1.4em;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

.smallred {
	color: #ff0000;
	font-size: 0.8em;
	line-height: 1.3em;
}

.dark_red {
	color: #cc0000;
}

.smallbule {
	color: #006;
	font-size: 0.8em;
	line-height: 1.3em;
}

.center {
	text-align: center;
}

.smallcenter {
	text-align: center;
	font-size: small;
}

.right {
	text-align: right;
}

.img-float {
	float: right; margin: 0px 0px 5px 5px
}

.img-left {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


table.step {
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#cecece;
	empty-cells:show;
	margin-left: 5px;
}
.step th {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#FFF;
	background-color:#996633;
	background-image:url(../images/table_back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
	font-size: small;
}
.step td {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	width: 138px;
	text-align: center;
	padding-top: 4px;
	font-size: 0.8em;
	padding-bottom: 4px;
}

table.brown_table {
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom: 20px;
}
.brown_table th {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#FFF;
	background-color:#996633;
	background-image:url(../images/table_back.gif);
	background-position:left top;
	padding:0.2em 1em;
	text-align:center;
	font-size: 1em;
}
.brown_table td {
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	vertical-align: middle;
	padding:0.2em 1em;
}

/* colortable */

.colortable{
	border:1px solid #ccc;
}
.colortable th,
.colortable td{
	padding:0.5em;
	border:1px solid #ccc;
}
.colortable tr.odd{
	background-color:#FFF19D;
}
.colortable tr.even{
	background-color:#FFF;
}
