/* �u���E�U�Ԃ̍��ق�Ȃ������߂�css */

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr {
	border: 1px silver solid;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
/* ��{�t�H���g�w���css */

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
}
html>/**/body {
	font-size: 13px;
}
* + html body {
	font-family: "ヒラギノ角ゴ", "Meiryo";
}
body {
	background-color : #ffffff;
	color: #666666;
	text-align: center;
}
a {
	font-size:13px;
	text-decoration: none;
	color: #29618c;
}
a:hover {
	text-decoration: underline;
	color: #29618c;
}
h1 {
	margin: 3px 0px 0px 0px;
	color: #999999;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}
.navy {
	color: navy;
}
.red {
	color: red;
}
.brown {
	color: #636500;
}
.left {
	clear:both;
	text-align: left;
}
.right {
	clear:both;
	text-align: right;
}
.center3 {
	width: 100%;
	text-align: center;
	margin: 10px auto 20px auto;
}
.left_pad {
	text-align: left;
	padding:7px;
}
.px12 {
	font-size: 12px;
	font-weight: normal;
}
.px12red {
	font-size: 12px;
	font-weight: normal;
	color: red;
}
.px12_pad {
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	display: block;
}
.px11 {
	font-size: 11px;
	font-weight: normal;
}
.px10 {
	font-size: 10px;
	font-weight: normal;
}
.px6 {
	font-size: 6px;
	font-weight: normal;
}

.float {
	float: left;
	margin-right: 1em;
}
.float0 {
	float: left;
	padding: 0;
	margin: 0;
}
.floatclear {
	clear: both;
}

ul.list_disc {
	list-style-type : disc !important;
	list-style-position : outside !important;
	margin : 0;
	padding : 4px 6px 4px 20px;
}
.list_disc li {
	list-style-type : disc !important;
	list-style-position : outside !important;
	line-height : 120%;
	padding : 3px 0;
}
ul.list_number {
	list-style-type : decimal !important;
	list-style-position : outside !important;
	margin : 0;
	padding : 10px 10px 10px 40px;
}
.list_number li {
	list-style-type : decimal !important;
	list-style-position : outside !important;
	line-height : 130%;
	padding : 5px 0;
	color: #00009c;
}

.waku {
	padding: 6px;
	font-size: 12px;
	border: 1px solid silver;
	margin: 10px auto;
	width: 90%;
}
.pad5 {
	padding: 5px;
}

/* ���C�A�E�g�i�g�g�݁j��css */

#wrapperBox {
	width: 100%;
	margin: 0 auto;
}
/* index.htm�p */
.containerBox {
	width: 980px; 
	margin: 0 auto;
}
#headerBox{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.pic{
max-width:  980px;
height: auto;
box-sizing:border-box;
margin: 0 auto;
}
.bgcolor1 {
	width: 100%;
	background-color: #efeeeb;
	margin: 30px auto 0 auto;
  padding: 30px 0 30px 0;
}
.bgcolor2 {
	width: 100%;
	background-color: #333333;
	margin-top: 40px;
	padding: 30px 0 0 0 ;
}
/* �G���x�[�^�[�{�^�� */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding:5px 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* header */

#headerBoxSub {
	width: 980px;
	padding: 0;
	background: #ffffff;
	color: #666666;
	margin: 0 auto;
	
	height: 90px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
hr.headerhr {
	
	border-top: 36px solid #00009c;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
	margin-top: -40px;
}

.headertel{
width: 980px;
margin: 0 auto;
text-align: right;
}
.headertel img{
	position: relative;
	z-index: 2;
	top:-50px;

}



.floatclear {
	clear: both;
}

ul.indexul {
	width: 100%;
	box-sizing: border-box;
	margin: 40px auto;
}
ul.indexul li {
	float:left;
	width: 50%;
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 20px;
}


.copyright {
	text-align : center;
	padding: 10px 0 7px 0;
	font-size : 12px;
	width: 100%;
	background-color: #00009c;
	color: white;
}

.footerlogo{
	margin: 30px auto;
}


.display-s {
	display:none!important;
}
