@charset "UTF-8";

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

body {
 margin:0px;
 padding:0px;
 text-align:center;
 background-image: url(image/back_image04.gif);
}

/*---------- ヘッダー----------*/

header {
 margin: 0;
 margin-left: auto;
 margin-right: auto;
 width: 750px;
 height: 14px;
 text-align: right;
 background: #ffffff;
}

header p {
 font-family:"MSゴシック",sans-serif;
 color:#000000;
 font-size: 12px;
 text-align: right;
}

#header2 {
 margin-left: auto;
 margin-right: auto;
 width: 750px;
 height: 100px;
 background: #000000;
 border-bottom: 2px solid #ffffff;
}

#header2 img {
 width: 100%;
}

#main {
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 width:750px;
 height:auto;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-top: 0;
 margin-left:auto;
 margin-right: auto;
 box-sizing: border-box;
 width: 750px;
 height: 35px;
 background: #000000;
 border-top: 2px solid #ffffff;
 border-bottom: 3px solid #ffffff;
}

nav ul {
 list-style-type: none;
}

nav ul li {
 float: left;
 width: 105px;
 height: 27px;
 border: #000000 solid 1px;
 overflow: hidden;
}

.fine {
 clear: both;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

.middle_box {
 margin-top: 0;
 margin-left:auto;
 margin-right: auto;
 width: 750px;
 height: auto;
 background: #000000;
}

.middle_box img {
 width: 100%;
}
