@charset "UTF-8";


/* リセット
───────────────────────── */

*{
	margin:0px;padding:0px;
}
address, em, cite, dfn, var {
	font-style: 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;
	background: #FAFAFA;
}
a {
	color:#CC0000;
	text-decoration:underline;
}
a:visited {
	color:#CC0000;
}
a:hover {
	text-decoration:none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 一行目 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#headline {
	background:#E8E8E8;
	border-bottom:#dddddd solid 1px;
}
#headline p {
	color:#999999;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:12px 0px 12px;
	padding:0px;
}

#headline-inner {
	margin:0 auto ;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header {
	vertical-align:top;
	margin:0 auto ;
	background:transparent url(image/bg-header.jpg)  repeat-y center center;
}
#header-inner {
	margin:0 auto ;
}

/* 左 */
#header-inner-l {
	margin:0px;
	padding:15px 0 0 0;
}
#header-inner-l p.shoulder {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 7px;
	padding:0px;
}
#header-inner-l h1 {
	color:#333333;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 7px;
	padding:0px;
}
#header-inner-l h1 a {
	color:#333333;
	text-decoration:none;
}
#header-inner-l h1 a:hover {
	color:#FF6600;
}
#header-inner-l p {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 10px;
	padding:0px;
}

/* 右 */
#header-inner-r {
	background:transparent url(image/bg-header-link.gif)  no-repeat left top;
	margin:0px;
	padding:0px;
}
#header-inner-r p.header-link {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 5px;
	padding:5px 10px;
}
#header-inner-r p.header-link a {
	color:#ffffff;
	text-decoration:none;
}
#header-inner-r p.header-link a:hover {
	text-decoration: underline;
}

#header-inner-r p {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:100%;
	text-align:left;
	margin:0px 0px 5px;
	padding:0px;
}
#header-inner-r p span.tel {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 0px 5px;
}
#header-inner-r p span.e-mail {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 0px 5px;
}

/* ヘッダメニュー
───────────────────────── */

#header-menu {
	width:100%;
	vertical-align:top;
	margin:0 auto ;
	background:#FFCA00 url(image/bg-header-menu.jpg)  repeat-x center top;
	border-bottom:#D98D8A solid 1px;
}

#header-menu-inner {
	width:785px;
	height:35px;
	vertical-align:top;
	margin:0 auto ;
}
#header-menu-inner ul {
	text-align:right;
}
#header-menu-inner ul li {
	display:inline;
	color:#ffffff;
	font-size:12px;
	line-height:100%;
	text-align:right;
	margin:0;
	padding:0px 0px 0px 25px;
	background:transparent url(image/bg-menu-b.gif)  no-repeat 15px 2px;
}
#header-menu-inner ul li a {
	color:#000000;
	text-decoration:none;
}
#header-menu-inner ul li a:hover {
	color:#666666;
	text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 本文エリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#body-main-image {
	margin:0 auto ;
}
#body {
	vertical-align:top;
	margin:0 auto ;
	background:transparent url(image/bg-body.jpg)  repeat-y center center;
}
#body-inner {
	margin:0 auto ;
}

/* 左 */
#body-inner-l {
	padding:15px 0 20px 0;
}
#body-inner-l h2 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background:transparent url(image/bg-h2.jpg)  repeat-x left bottom;
	margin:5px 0 10px;
	padding:0px 0px 10px;
}
#body-inner-l h3 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background:transparent url(image/bg-h3.jpg)  no-repeat 0 0;
	margin:0;
	padding:15px 0 35px 80px;
}
#body-inner-l h4 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	background:#e8e8e8;
	margin:0 0 1em;
	padding:10px;
}
#body-inner-l h5 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0 0 10px;
	padding:0px;
}
#body-inner-l p {
	font-size:14px;
	line-height:170%;
	text-align:justify;
	text-justify:inter-ideograph; 
	margin:0 0 0;
	padding:0 0 1em;
}
#body-inner-l ul {
	margin:0 0 1.5em 2em;
	padding:0 0;
}
#body-inner-l ul li {
	font-size:15px;
	line-height:175%;
	text-align:left;
	margin:0 0;
	padding:0 0;
}
#body-inner-l ol {
	margin:0 0 1.5em 2em;
	padding:0 0;
}
#body-inner-l ol li {
	font-size:15px;
	line-height:175%;
	text-align:left;
	margin:0 0;
	padding:0 0;
}
#body-inner-l blockquote {
	border:#cccccc solid 1px;
	margin:0 0 20px;
	padding:1em 1em 1px;
}


/* 囲み
───────────────────────── */
#body-inner-l .box-a-head {
}
#body-inner-l .box-a-head h4 {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	border-bottom:#cccccc solid 1px;
	background:transparent url(image/bg-box-h4.jpg)  no-repeat 0 0;
	margin:0;
	padding:29px 0 12px 80px;
}
#body-inner-l .box-a-head h4 a {
	text-decoration: none;
}
#body-inner-l .box-a-head h4 a:hover {
	text-decoration: underline;
}
#body-inner-l .box-a-body {
	border-bottom:#cccccc solid 1px;
	background:transparent url(image/bg-box-body.gif)  repeat-y 0 0;
	margin:0 0 20px;
	padding:1em 1em 1px;
}

/* 表Ａ
───────────────────────── */
#body-inner-l .table-a {
	margin:0 0 20px;
	border-left:#cccccc solid 1px;
	border-top:#cccccc solid 1px;

	line-height:150%;
	text-align:left;
}
#body-inner-l .table-a th {
	font-weight:bold;
	padding:8px 8px 8px 8px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	background:#E8E8E8;
}
#body-inner-l .table-a td {
	padding:8px 8px 8px 8px;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
}
#body-inner-l .table-a p {
	font-size:13px;
	margin:0;
	padding:0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side {
	text-align:left;
	vertical-align:top;
	padding:20px 0px;
}

/* サイドボタン
───────────────────────── */
.button {
	width:200px;
	height:90px;
	background: transparent url(image/bg-button-a.jpg)  no-repeat center center;
	margin:0 auto 15px ;
}
.button p {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	margin:0;
	padding:15px;
}
.button p a {
	color:#ffffff;
	text-decoration:none;
}
.button p a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.button p a:visited {
	color:#ffffff;
}

/* サイドバー囲み
───────────────────────── */
.side-box-head {
	background: transparent url(image/bg-side-h4.jpg)  no-repeat center top;
}
.side-box-head h4 {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-align:center;
	margin:0;
	padding:10px;
}
.side-box-body {
	background: #ffffff;
	padding:10px 0 5px;
}
.side-box-body p {
	color:#333333;
	font-size:13px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph; 
	margin:0px 13px 5px ;
	padding:0;
}
.side-box-body ul {
	margin:0px 0px 0px 13px ;
	padding:0;
}
.side-box-body li {
	color:#333333;
	font-size:13px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph; 
	margin:0px 13px 4px ;
	padding:0;
}

.side-box-bottom {
	height:19px;
	background: transparent url(image/bg-side-box-bottom.gif)  no-repeat center top;
}

/* サイドバー囲みメニュー
───────────────────────── */
ul.side-box-menu {
}
ul.side-box-menu li {
	list-style:none;
	color:#333333;
	font-size:13px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph; 
	background: transparent url(image/bg-dot-a.gif)  repeat-x center bottom;
	margin:0px 13px 4px 0px;
	padding:0;
}
ul.side-box-menu li a {
	text-decoration:none;
	background: transparent url(image/bullet.gif)  no-repeat 0 2px;
	padding:0 0 0 16px;
}
ul.side-box-menu li a:hover {
	text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッタ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer-line {
	border-top:#cccccc solid 1px;
}
#footer-menu {
	vertical-align:top;
	margin:0 auto ;
	background:transparent url(image/bg-header.jpg)  repeat-y center center;
}
#footer-menu-inner {
	margin:0 auto ;
}

/* 左 */
#footer-menu-inner-l {
	background:#ffffff;
	margin:0px;
	padding:15px 0 5px 0;
}
#footer-menu-inner-l p.shoulder {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 7px;
	padding:0px;
}
#footer-menu-inner-l h1 {
	color:#333333;
	font-size:30px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 7px;
	padding:0px;
}
#footer-menu-inner-l h1 a {
	color:#333333;
	text-decoration:none;
}
#footer-menu-inner-l h1 a:hover {
	color:#FF6600;
}
#footer-menu-inner-l p {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 10px;
	padding:0px;
}

/* 右 */
#footer-menu-inner-r {
	background:#ffffff;
	margin:0px;
	padding:15px 0 5px 0;
}
#footer-menu-inner-r p.header-link {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	text-align:left;
	margin:0px 0px 5px;
	padding:5px 10px;
}
#footer-menu-inner-r p.header-link a {
	color:#ffffff;
	text-decoration:none;
}

#footer-menu-inner-r p {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:100%;
	text-align:left;
	margin:0px 0px 5px;
	padding:0px;
}
#footer-menu-inner-r p span.tel {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 0px 5px;
}
#footer-menu-inner-r p span.e-mail {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:100%;
	margin:0px 0px 0px 5px;
}

/* ヘッダメニュー
───────────────────────── */

#header-menu {
	width:100%;
	vertical-align:top;
	margin:0 auto ;
	background:#FFCA00 url(image/bg-header-menu.jpg)  repeat-x center top;
	border-bottom:#D98D8A solid 1px;
}

#header-menu-inner {
	width:785px;
	height:35px;
	vertical-align:top;
	margin:0 auto ;
}
#header-menu-inner ul {
	text-align:right;
}
#header-menu-inner ul li {
	display:inline;
	color:#ffffff;
	font-size:12px;
	line-height:100%;
	text-align:right;
	margin:0;
	padding:0px 0px 0px 25px;
	background:transparent url(image/bg-menu-b.gif)  no-repeat 15px 2px;
}
#header-menu-inner ul li a {
	color:#000000;
	text-decoration:none;
}
#header-menu-inner ul li a:hover {
	color:#666666;
	text-decoration:underline;
}

/*
───────────────────────── */

#footer {
	width:100%;
	vertical-align:top;
	margin:0 auto ;
	background:#FAFAFA url(image/bg-foot.jpg)  no-repeat center top;
}

#footer address { 
	color:#666666;
	font-size:12px;
	font-style:normal;
	line-height:170%;
	text-align:center;
	margin:0px;
	padding:15px 5px 40px;
}
#footer address a { 
	color:#666666;
	text-decoration:none;
}


/* end */
