@charset 'utf-8';

/* ============== リセット ============== */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

/* ===============================================
　　■　HTML基本
　=============================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #333;
	background-color: #FFFFFF;
}


ul, ol, li {
	margin: 0;
	padding: 0;
}
li,dt,dl {
	line-height:1.6;
	list-style-type: none;
}
dl {
	margin-left: 70px;
}
dl dt {
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 6px;
}
dl dd {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 25px;
}

form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}
form select {
	margin-top: 1px;
}
form p {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

/* ============== 基本イメージ ============== */
img, img a {
	margin: 0px;
	border:none;
}
dl dd img {
	margin: 0px 0px 1px 3px;
	border: 0px;
	vertical-align: bottom;
}

/* ============== 基本テキスト ============== */
h1 { font-size: 148%; font-weight: bolder; }
h2 { font-size: 120%; font-weight: bolder; }
h3 { font-size: 111%; font-weight: bolder; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 110%; font-weight: bold; }
h6 { font-size: 107%; font-weight: bold; }
small {
	font-size: 86%;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bolder;
}
del {
	text-decoration:line-through;
}
ins {
	border-bottom:1px dotted #aaa;
	text-decoration:none;
}
code, var, kbd {
	font-family: 'ＭＳ ゴシック', "Osaka－等幅", monospace;
	line-height: 1.2;
}
/* ============== 基本の色指定 ============== */
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #69B3A2;
	text-decoration: underline;
}
pre {
	color: #333;
	background-color: #f5f5f5;
}
blockquote {
	border: 1px;
	border-color: #f0b3e0;
	border-style: dotted;
	background-color: #ffe6fa;
	font-size: 95%;
	color: #888;
}

/* ===============================================
　　■　ページの全体構造
　=============================================== */

#container {
	width: 780px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 167px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	margin-bottom: 15px;
}

#menu {
	padding-right: 20px;
	padding-top: 100px;
	font-size: 14px;
	color: #4C3019;
}
#menu ul {
	text-align: right;
	padding-right: 15px;
}
#menu li {
    display:inline;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(images/menulist.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#menu li a {
	padding: 2px 5px;
	color: #4C3019;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: none;
	background-color: #4C3019;
	color: #A1D7C2;
}

#widthbox {
	width: 580px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
 	text-align: center;
}
#widthbox h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 16px;
	background-color: #4c3019;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#widthbox h3 {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #330000;
	text-align: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4C3019;
	border-bottom-color: #4C3019;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#mainbox {
    width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #666;
}
#box {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#picbox {
	width: 550px;
	height: 285px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#picbox h4 {
	margin-bottom: 10px;
	font-size: 15px;
}
#picbox .float{
    float: left;
    margin-right: 1em;
}

.floatclear {
    clear: both;
}
#navi {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: #4c3019;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#navi a {
	padding: 1px 3px;
	color: #FFFFFF;
}
#navi a:hover {
	color: #FFFFFF;
}

#footer {
	width: 780px;
	text-align: center;
	font-size: 11px;
	color: #330000;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 36px;
	background-position: 50% bottom;
	padding-bottom: 5px;
}


/* ============== フッタ ============== */
#foottop {
	width: 8px;
	height: 25px;
	background-position: bottom;
	clear: both;
}
#footer a {
	text-decoration: underline;
	color: #330000;
}

#footer a:visited {
    text-decoration: underline;
	color: #330000;
}
