@charset   "Shift_JIS";

body {
	background-color: #ffffff;
	background-image: url(../imgs/bak.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: メイリオ;
	color: #3535ff;
}

body {
	text-align: center;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 19px;
}

div#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
/*---------▼　ヘッダー　---------*/

div#header {
	width: 950px;
	height: 125px;
	margin: 0 auto;
             border-bottom: 0px solid #0080ff;
}

div#header_1 {
	background-image: url(../imgs/border.gif);
	width: 950px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
           
}

div#header_2 {
	float: left;
	width: 600px;
	height: 80px;
	margin: 0 auto;
	border-top: 6px solid #0080ff;
	border-left: 6px solid #0080ff;
	border-right: 6px solid #0080ff;
	border-bottom: 6px solid #0080ff;
}

div#header_3 {
	float: right;
	width: 330px;
	height: 95px;
	margin: 0 auto;
         
}

div#header_3a {
	width: 330px;
	height: 68px;
	margin: 0 auto;
	background-image: url(../imgs/4s.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div#header_3b {
	width: 330px;
	margin: 0 auto;
	text-align: center;
}
/*---------▲　ヘッダー　---------*/

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

/* ナビゲーション */

#navi_continer {
	position: relative;
	margin: 0 auto;
	z-index: 100;
	width: 940px;
	height: 40px;
}

#navi {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 940px;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	color: #5555ff;
	float: left;
	width: 100px;
	margin: 0;
}

#navi li a {
	font-size: 12px;
	color: #5555ff;
	display: block;
	width: 100%;
	padding: 3px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: #dff0ff;
}

#navi li a:hover {
	color: #ffffff;
	background-color: #dff0ff;
}
/* サブメニュー */

#navi ul.sub {
	background: #ffffff;
}

#navi ul.sub li {
	float: none;
	color: #ff80ff;
	background: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#navi ul.sub li a {
	color: #ff80ff;
	background: none;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
	border-top: 1px solid #8080ff;
}

#navi ul.sub li b {
	color: #ff80ff;
	background: none;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
	border-top: 1px solid #8080ff;
}

#navi ul.sub li a:hover {
	color: #ffffff;
	background-color: #8080ff;
}

#navi ul li.navi_menu ul {
	display: none;
}

#navi ul li.navi_menu_on ul {
	display: block;
}

#navi li.navi_menu {
	border: 2px solid #9bcfff;
}

#navi li.navi_menu_on {
	border: 2px solid #9bcfff;
}
/*---------▲　メニュー　---------*/

div#sub {
	width: 950px;
	height: 40px;
	z-index: 100;
	margin-top: 0px;
	border: none;
}

div#sub_a {
	float: left;
	width: 700px;
	height: 40px;
	margin-left: 0px;
}

div#sub_b {
	float: right;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
}
/*---------▼　メイン　大枠---------*/

div#pagebody {
	width: 950px;
	margin: 10px auto;
	border-top: 2px solid #9bcfff;
	border-left: 2px solid  #9bcfff;
	border-right: 2px solid  #9bcfff;
	border-bottom: 2px solid  #9bcfff;
	background-color: #ffffff;
	text-align: center;
　　　　　color: #7575ff;

}
/*---------▼　フッター　---------*/

div#footer {
	width: 950px;
	height: 100px;
	margin: 10 auto;
	background-image: url(../imgs/bak-footer-h.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#footer_p {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

/*---------▼　広告　---------*/
div#ad {
	width: 730px;
         	margin: 0 auto;
	text-align: center;
           border-top: 1.5px solid #9bcfff;
	border-bottom: 1.5px solid  #9bcfff;
}