@charset "UTF-8";


/* リセット
---------------------------------------------------- */

*{
	margin:0px;padding:0px;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-size:13px;
	font-family: sans-serif;
	font-weight: normal;
}
img,fieldset {
	border: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}


/* ---------------------------------------------------- */

body { 
	text-align:center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
a {
	color:#0000ff;
	text-decoration:underline;
}
a:visited {
	color:#0000ff;
}
a:hover {
	text-decoration:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	width:830px;
	margin:0 auto ;
	background:transparent url(image/bg-header.jpg)  no-repeat center top;
}

#headerj {
	width:830px;
	margin:0 auto ;
	background:transparent url(image/bg-headerj.jpg)  no-repeat center top;
}

/* １行目
───────────────────────── */
#header-1line {
	height:21px;
}
#header-1line p {
	color:#663300;
	font-size:11px;
	line-height:100%;
	text-align:left;
	margin:0 22px ;
}

/* ２行目
───────────────────────── */
#header-2line {
}

#header-inner {
	width:780px;
	height:104px;
	margin:0 25px;
}

/* 右 */
#header-inner-l {
	text-align:left;
}
#header-inner-l p {
	color:#ffffff;
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:0px 0px 10px 10px;
	padding:0px;
}
#header-inner-l h1 {
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}
#header-inner-l h1 a {
	color:#ffffff;
	text-decoration:none;
	margin:0px 1em 0px 0px;
}
#header-inner-l h1 a:visited {
	color:#ffffff;
}
#header-inner-l h1 a:hover {
	text-decoration:underline;
}

/* 左 */
#header-inner-r {
	text-align:right;
	vertical-align:top;
}
#header-inner-r h4 {
	color:#ffffff;
	font-size:19px;
	font-weight:bold;
	line-height:150%;
	text-align:right;
}
#header-inner-r p {
	color:#ffffff;
	font-size:12px;
	line-height:150%;
	text-align:right;
}

/* メニュー
───────────────────────── */
#header-menu {
	height:40px;
}
#header-menu p {
	color:#ffffff;
	font-size:15px;
	line-height:150%;
	text-align:left;
	margin:0px 0px 0px 35px;
	padding:0px;
}
#header-menu p a {
	color:#ffffff;
	text-decoration:none;
	margin:0px 1em 0px 0px;
}
#header-menu p a:visited {
	color:#ffffff;
}
#header-menu p a:hover {
	text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本文エリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#bg-body {
	width:830px;
	vertical-align:top;
	margin:0 auto ;
	background:transparent url(image/bg-container.jpg)  repeat-y center top;
}

#container {
	width:800px;
	vertical-align:top;
	margin:0 15px ;
}

#body-foot {
	height:18px;
	background:transparent url(image/bg-container-footer.jpg)  no-repeat center bottom;
}

/* サイドカラム
───────────────────────── */
#side {
	width:200px;
	text-align:left;
	vertical-align:top;
	background:#F7F6F0;
}
#side-inner {
	width:170px;
	text-align:left;
	vertical-align:top;
	margin:15px;
}

#side h4 {
	color:#663300;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	border-bottom:#D9C3B1 solid 1px;
	background:transparent url(image/bg-subhead-h4.jpg)  no-repeat 0 0;
	margin:0 0 7px;
	padding:0 12px 5px;
}
#side h5 {
	color:#663300;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background:transparent url(image/arrow-1.gif)  no-repeat 0 3px;
	margin:0 0 5px;
	padding:0 0 0 10px;
}
#side p {
	color:#663300;
	font-size:12px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph; 
	margin:0 0 0;
	padding:0 0 1em;
}

#side ul {
	line-height:0px;
	margin:5px 0 10px 1em;
	padding:0;
}
#side ul li {
	list-style:none;
	color:#663300;
	font-size:12px;
	line-height:150%;
	text-align:left;
	background:transparent url(image/arrow-1.gif)  no-repeat 0 6px;
	margin:0 0 0;
	padding:0 0 1px 10px;
}
#side a {
	color:#663300;
	text-decoration:none;
}
#side a:visited {
	color:#663300;
}
#side a:hover {
	text-decoration:underline;
}

/* サイド囲み */
.side-box {
	padding:10px;
	border:#D9C3B1 solid 1px;
	background:#ECEADC;
}

#side .side-box h4 {
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
	line-height:100%;
	text-align:left;
	border:none;
	background:#884441;
	margin:0 0 5px;
	padding:5px;
}
#side .side-box p {
	color:#663300;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	border:none;
	margin:0;
	padding:0;
}

/* メインカラム
───────────────────────── */
#main {
	width:600px;
	text-align:left;
	vertical-align:top;
	background:#ffffff;
}
#main-inner {
	width:550px;
	text-align:left;
	vertical-align:top;
	margin:25px;
}

#main-register {
	font-size:20px;
	line-height:180%;
	width:550px;
	text-align:left;
	vertical-align:top;
	margin:25px;
}

#main h2 {
	color:#333333;
	font-size:20px;
	font-weight:normal;
	line-height:100%;
	text-align:left;
	background:transparent url(image/bg-subhead-h2.jpg)  no-repeat left top;
	margin:0 0 10px;
	padding:14px 18px;
}
#main h3 {
	color:#663300;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background:transparent url(image/bg-subhead-h3.jpg)  no-repeat left bottom;
	margin:0 0 1em;
	padding:8px 12px;
}
#main h4 {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0 0 1em;
	padding:0 0 0;
}
#main h5 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background:#e6e6e6;
	margin:0 0 10px;
	padding:7px 10px;
}
#main h6 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	border-bottom:#aaaaaa solid 1px;
	margin:0 0 10px;
	padding:0 0 10px;
}
#main p {
	font-size:14px;
	line-height:170%;
	text-align:justify;
	text-justify:inter-ideograph; 
	margin:0 0 0;
	padding:0 0 1em;
}
#main ul {
	margin:0 0 1.5em 2em;
	padding:0 0;
}
#main ul li {
	font-size:15px;
	line-height:175%;
	text-align:left;
	margin:0 0;
	padding:0 0;
}
#main ol {
	margin:0 0 1.5em 2em;
	padding:0 0;
}
#main ol li {
	font-size:15px;
	line-height:175%;
	text-align:left;
	margin:0 0;
	padding:0 0;
}
#main blockquote {
	border:#999999 solid 1px;
	margin:0 0 20px;
	padding:1em 1em 1px;
}

/* 表Ａ
───────────────────────── */

#main .table-a {
	width:550px;
	margin:0 0 20px;
	border-left:#999999 solid 1px;
	border-top:#999999 solid 1px;

	line-height:150%;
	text-align:left;
}
#main .table-a th {
	font-weight:bold;
	padding:10px 10px 10px 10px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	background: #eeeeee;
}
#main .table-a td {
	padding:10px 10px 10px 10px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}
#main .table-a p {
	margin:0;
	padding:0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッタ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width:800px;
	text-align:left;
	vertical-align:top;
	background:#ffffff;
}

#footer-1 {
	border-top:#cccccc solid 1px;
	background:#ECEADC;
}
#footer-1 p {
	text-align:center;
}

#footer-1 a {
	color:#663300;
	font-size:12px;
	line-height:150%;
	text-align:center;
	margin:10px 25px;
	padding:0;
}

#footer-2 {
	background:#884441;
}
#footer-2 p {
	color:#999900;
	font-size:12px;
	line-height:150%;
	text-align:center;
	margin:10px 25px;
	padding:0;
}
#footer-2 a {
	color:#999900;
	text-decoration:none;
}
#footer-2 a:visited {
	color:#999900;
}
#footer-2 a:hover {
	text-decoration:underline;
}


#footer-3 p {
	color:#663300;
	font-size:12px;
	line-height:150%;
	text-align:center;
	margin:10px 25px;
	padding:0;
}

address { 
	color:#663300;
	font-size:10px;
	font-weight:normal;
	line-height:100%;
	text-align:center;
	margin:5px auto 30px;
	padding:0;
}
address a { 
	color:#663300;
	text-decoration:none;
}


/* end */

