@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, figure {
	padding: 0;
	outline: 0;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}
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 {
    background-color: #f1edeb;
    text-align: center;
    margin: 0;
    color: #464646;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
    padding: 0px;
}

p { }

td {
    vertical-align: top;
    line-height: 1.5em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/

a:link { }

a:visited { }

a:hover { color: #ff1967; }

a:active { }


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

#contents p { line-height: 1.5; margin: 0.7em 0; }
.text-blue { color: #345dff; }
.text-red { color: #f00; }
.text-orange { color: #ff7100; }
.text-pink { color: #ff1967; }
.text-brown {
	color: #552E1A;
}
.text-green {
    color: #0CAF00;
}
.text-in {
	padding-left: 15px;
}
.text-name { color: #345dff; font-size: 16px; }
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	max-width: 45%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	max-width: 45%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.center { text-align: center; }
.centermargin {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-right {
	text-align: right;
}
.text-1 { font-size: 10px; }
.text-12 { font-size: 12px; }

.text-strike { text-decoration: line-through; }

ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }


#contents ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.gif);
	line-height: 1.7em;
	padding-bottom: 3px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
	line-height: 1.7em;
}
hr { height: 1px; clear: both; }
.infobox2 {
	border: 2px solid #345dff;
	background-color: #F6FAFD;
	clear: both;
	line-height: 1.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-radius: 10px;
	margin-left: 0px;
}
.infobox3 {
	border: 2px solid #FF6D9E;
	clear: both;
	line-height: 1.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-radius: 10px;
	margin-left: 0px;
}
.infobox4 {
	border: 2px solid #6BA9FF;
	clear: both;
	line-height: 1.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-radius: 10px;
	margin-left: 0px;
}
.infobox5 {
    border: 1px solid #808080;
    background-color: #FFFBE4;
    clear: both;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

td.td-blueback {
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	background-color: #345DFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/
/* ボックス全体枠 */
.rss-box {
	text-align:left;
	margin: 0;
	padding: 0px;
}
/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}
/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {
}
/* RSSフィード　記事一覧の大枠 */
.rss-items {
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,
.rss-item a:visited ,
.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
color: #ff7d00;
}
/* RSSフィード　記事日付 */
.rss-date {
    color: #F75600;
    font-weight : normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    line-height: 1.5em;
    font-size: 0.9em;
}



/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}



























/* ########## 599px以下 ########## */

@media (max-width: 599px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
#box {
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0;
    width : 100%;
}
#right {
	padding: 0;
    margin: 0;
}
#contents {
    padding-right: 3%;
    padding-left: 3%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    text-align: left;
}

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

#sphead {

}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#menu {
    display: none;
}


/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/



/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	position: fixed;
	top: 0;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 0px;
	height: 5px;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 42px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 5px;
    margin-right: 3px;
    padding-top: 51px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


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

h1 {
    color: #fff;
    font-size: 0.5em;
    font-weight: normal;
    margin: 0;
    background-image: url(../img/h1.jpg);
    text-align: left;
    padding-top: 2px;
    padding-right: 45px;
    padding-bottom: 2px;
    padding-left: 7px;
}
h2 {
    color: #FFFFFF;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    border: 1px solid #808080;
    font-size: 15px;
    background-image: url(../img/h2.gif);
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    text-shadow: 1px 1px #000000;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    border-bottom: 2px solid #552e1a;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 1.5em;
    margin-left: 0;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #e8e2de;
    border-left: 10px solid #552e1a;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #552e1a;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#infobox {
    border: 1px solid #808080;
    background-color: #e8e2de;
    clear: both;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 0.85em;
}

.topinfo1 {
    width: 93%;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    padding-left: 3%;
    padding-right: 3%;
    background-image: url(../img/topinfo_bg.gif);
    background-repeat: repeat-x;
}
.topinfo2 {
    width: 93%;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    padding-left: 3%;
    padding-right: 3%;
    background-image: url(../img/topinfo_bg.gif);
    background-repeat: repeat-x;
}
.staffbox {
    width: 46%;
    float: left;
    margin-bottom: 15px;
    padding-left: 2%;
    padding-right: 2%;
}
.metalfree {
	border: 3px double #930007;
	clear: both;
	line-height: 1.7em;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.kidsbox {
    margin-bottom: 10px;
}
.box1 {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.box2 {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.9em;
    background-color: #e8e2de;
    vertical-align: top;
    width: 100%;
    clear: both;
    padding-top: 160px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    background-position: center 20px;
    text-align: left;
    margin: 0;
    background-image: url(../img/footer-logo.gif);
    background-repeat: no-repeat;
}
#footer p {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
.footertext {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    margin: 0;
    background-image: url(../img/h1.jpg);
}


/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5px;
	width: 50px;
	background-image: url(../img/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	display: none;
}  

.spclear {
	clear: both;
}  
.spclear hr {
	display: none;
}
.sp-off {
	display: none;
}
	
}






/* ########## 600px以上 ########## */

@media (min-width: 600px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
    vertical-align: top;
    width: 900px;
    padding: 0;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #808080;
    border-left-color: #808080;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-image: url(../img/bg-container.gif);
}
#box {
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
	width : 900px;
}
#right {
	text-align: left;
	vertical-align: top;
	width: 680px;
	float: right;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#contents {
	font-size: 0.85em;
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	width: 630px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}


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

#sphead {
    display: none;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#menu {
    font-size: 12px;
    text-align: left;
    vertical-align: top;
    width: 220px;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #FFFFFF;
}
#menu p {
	font-size: 12px;
	line-height: 1.4;
	vertical-align: top;
	padding-left: 5px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-right: 5px;
}
#global {
	clear: both;
	padding: 0px;
	width: 200px;
	display: inline;
	margin: 0px;
	float: right;
}
#global ul li {
	font-size: 10px;
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	clear: both;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.n01 {
	display: inline;
	float: left;
	width: 220px;
	height: 188px;
	outline: none 0;
	background-image: url(../img/menu/menu_01.gif);
	background-repeat: no-repeat;
}
#global ul li.n01 a {
	display: inline;
	float: left;
	width: 220px;
	height: 188px;
	outline: none 0;
	background-image: url(../img/menu/menu_01.gif);
	background-repeat: no-repeat;
}
#global ul li.n02 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_02.gif);
	background-repeat: no-repeat;
}
#global ul li.n02 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_02.gif);
	background-repeat: no-repeat;
}
#global ul li.n03 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_03.gif);
	background-repeat: no-repeat;
}
#global ul li.n03 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_03.gif);
	background-repeat: no-repeat;
}
#global ul li.n04 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_04.gif);
	background-repeat: no-repeat;
}
#global ul li.n04 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_04.gif);
	background-repeat: no-repeat;
}
#global ul li.n05 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_05.gif);
	background-repeat: no-repeat;
}
#global ul li.n05 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_05.gif);
	background-repeat: no-repeat;
}
#global ul li.n06 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_06b.gif);
	background-repeat: no-repeat;
}
#global ul li.n06 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_06b.gif);
	background-repeat: no-repeat;
}
#global ul li.n07 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_07.gif);
	background-repeat: no-repeat;
}
#global ul li.n07 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_07.gif);
	background-repeat: no-repeat;
}
#global ul li.n08 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_08.gif);
	background-repeat: no-repeat;
}
#global ul li.n08 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_08.gif);
	background-repeat: no-repeat;
}
#global ul li.n09 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_09.gif);
	background-repeat: no-repeat;
}
#global ul li.n09 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_09.gif);
	background-repeat: no-repeat;
}
#global ul li.n10 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_10.gif);
	background-repeat: no-repeat;
}
#global ul li.n10 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_10.gif);
	background-repeat: no-repeat;
}
#global ul li.n11 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_11.gif);
	background-repeat: no-repeat;
}
#global ul li.n11 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_11.gif);
	background-repeat: no-repeat;
}
#global ul li.n12 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_12.gif);
	background-repeat: no-repeat;
}
#global ul li.n12 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_12.gif);
	background-repeat: no-repeat;
}
#global ul li.n13 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_13b.gif);
	background-repeat: no-repeat;
}
#global ul li.n13 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_13b.gif);
	background-repeat: no-repeat;
}
#global ul li.n14 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_14.gif);
	background-repeat: no-repeat;
}
#global ul li.n14 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_14.gif);
	background-repeat: no-repeat;
}
#global ul li.n15 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_15.gif);
	background-repeat: no-repeat;
}
#global ul li.n15 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_15.gif);
	background-repeat: no-repeat;
}
#global ul li.n16 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_16.gif);
	background-repeat: no-repeat;
}
#global ul li.n16 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_16.gif);
	background-repeat: no-repeat;
}
#global ul li.n17 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_17.gif);
	background-repeat: no-repeat;
}
#global ul li.n17 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_17.gif);
	background-repeat: no-repeat;
}
#global ul li.n18 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_18.gif);
	background-repeat: no-repeat;
}
#global ul li.n18 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_18.gif);
	background-repeat: no-repeat;
}
#global ul li.n19 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_19.gif);
	background-repeat: no-repeat;
}
#global ul li.n19 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_19.gif);
	background-repeat: no-repeat;
}
#global ul li.n20 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_20.gif);
	background-repeat: no-repeat;
}
#global ul li.n20 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_20.gif);
	background-repeat: no-repeat;
}
#global ul li.n21 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_21.gif);
	background-repeat: no-repeat;
}
#global ul li.n21 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_21.gif);
	background-repeat: no-repeat;
}
#global ul li.n22 {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_22.gif);
	background-repeat: no-repeat;
}
#global ul li.n22 a {
	display: inline;
	float: left;
	width: 220px;
	height: 38px;
	outline: none 0;
	background-image: url(../img/menu/menu_22.gif);
	background-repeat: no-repeat;
}
#global ul li.blog {
	display: inline;
	float: left;
	width: 220px;
	height: 70px;
	outline: none 0;
	padding: 5px;
	background-repeat: no-repeat;
	background-image: url(../img/menu/blog.gif);
	background-position: 5px 5px;
}
#global ul li.blog a {
	display: inline;
	float: left;
	width: 220px;
	height: 70px;
	outline: none 0;
	background-image: url(../img/menu/blog.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
#global ul li.info1 {
	display: inline;
	float: left;
	width: 220px;
	height: 115px;
	outline: none 0;
	background-repeat: no-repeat;
	background-image: url(../img/menu/info1.gif);
	background-position: 5px 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#global ul li.info1 a {
	display: inline;
	float: left;
	width: 220px;
	height: 115px;
	outline: none 0;
	background-image: url(../img/menu/info1.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#global ul li.info2 {
	display: inline;
	float: left;
	width: 220px;
	height: 125px;
	outline: none 0;
	background-repeat: no-repeat;
	background-image: url(../img/menu/mobile.gif);
	background-position: 5px 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#global ul li.info2 a {
	display: inline;
	float: left;
	width: 220px;
	height: 125px;
	outline: none 0;
	background-image: url(../img/menu/mobile.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#global ul li.teramachi {
	display: inline;
	float: left;
	width: 220px;
	height: 70px;
	outline: none 0;
	background-repeat: no-repeat;
	background-image: url(../img/menu/teramachi.gif);
	background-position: 5px 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#global ul li.teramachi a {
	display: inline;
	float: left;
	width: 220px;
	height: 70px;
	outline: none 0;
	background-image: url(../img/menu/teramachi.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar {
	text-align: left;
	clear: both;
	padding-top: 5px;
}


/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/



/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
	display: none;
}


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

h1 {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    background-image: url(../img/h1.jpg);
}
h2 {
    color: #FFFFFF;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    border: 1px solid #808080;
    font-size: 15px;
    background-image: url(../img/h2.gif);
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    text-shadow: 1px 1px #000000;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #552e1a;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 1.5em;
    margin-left: 0;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #e8e2de;
    border-left: 10px solid #552e1a;
}
h4 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    border-bottom: 1px dashed #552e1a;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-left: 0px;
}
#infobox {
    border: 1px solid #808080;
    background-color: #e8e2de;
    clear: both;
    line-height: 1.7em;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.topinfo1 {
    width: 288px;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/topinfo_bg.gif);
    background-repeat: repeat-x;
}
.topinfo2 {
    width: 288px;
    float: right;
    margin-bottom: 15px;
	border: 1px solid #aaaaaa;
	padding-left: 10px;
    padding-right: 10px;
    background-image: url(../img/topinfo_bg.gif);
    background-repeat: repeat-x;
}
.topinfo3 {
    width: 288px;
    float: right;
    margin-bottom: 15px;
	padding-left: 10px;
    padding-right: 10px;
}
.staffbox {
    width: 190px;
    float: left;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.metalfree {
	border: 3px double #930007;
	clear: both;
	line-height: 1.7em;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.kidsbox {
    width: 200px;
    float: left;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.box1 {
    width: 300px;
    float: left;
    margin-bottom: 15px;
}
.box2 {
    width: 300px;
    float: right;
    margin-bottom: 15px;
}











	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    background-color: #e8e2de;
    vertical-align: top;
    width: 900px;
    clear: both;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    background-position: right 10px;
    text-align: left;
    margin: 0;
    background-image: url(../img/footer-logo.gif);
    background-repeat: no-repeat;
}
#footer p {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 10px;
    width: 600px;
    margin-right: 290px;
}
.footertext {
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 900px;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    margin: 0;
    background-image: url(../img/h1.jpg);
}


/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../img/pagetop.png);
	background-size: 60px 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	clear: both;
}  
.pcclear hr {
	display: none;
}
.spclear {
	display: none;
}  


}
