/* CSS Document */

/* Reset */
*{margin: 0;padding: 0}
a { text-decoration : none}
ul, ol { list-style : none}
img { vertical-align : middle}

body,td,th {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000000;
	line-height:1.5;
}
body {
	background: url(bg.jpg) #FFF left top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3399ff;
	text-decoration:none;
}
a:visited {
	color: #3366cc;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #6699ff;
	margin-top:0px;
	padding-left:18px;
}
h2 {
    background:#99ccff;
	font-size: 16px;
	padding-left:1.2em;
	padding-right:0.3em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	color: #fff;
}
h3 {
	font-size:14px;
	border-bottom:dotted #CCCCCC 1px;
	padding-left:1em;
}

hr {
	color:#cfcfcf;
	margin-top:12px;
	margin-bottom:12px;
	height:1px;
}
#wrapper {
   width:100%;
	 margin:0;
	 padding:0;
	 min-width:960px;
}

#header00{
	width:930px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
#header01{
    background:url(header01.png) left top no-repeat;
	width:930px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
#header02{
    background:url(header02.png) left top no-repeat;
	width:930px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
#header03{
    background:url(header03.png) left top no-repeat;
	width:930px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
#header04{
    background:url(header04.png) left top no-repeat;
	width:930px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
#news {
	min-height:100px;
}
#info {
	min-height:190px;
}
#pankz {
	width:890px;
	margin-left:auto;
	margin-right:auto;
	font-size:85%;
	margin-bottom:10px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	border-bottom:#ededed 1px dashed;
}
#main {
	background:fff;
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
.maintable {
  width:100%;
	background:url(bg-maintbl.png) top left repeat-y;
}

#footer {
	width:100%;
	background:#7EC4E6;
	margin:0;
	text-align:center;
}
.naiyo {
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}
.naiyo2 {
	margin-top:0px;
	text-align:center;
	margin-bottom:15px;
}

.naiyo3 {
	margin-top:0px;
	text-align:left;
	margin-bottom:15px;
}
.naiyo4 {
	margin:0;
	padding:10px;
}
.pagetop {
	text-align:right;
	padding-right:100px;
	margin:0;
}
.kaigyo {clear:both;}
.pointer{cursor:pointer;}

/* Contents Table Settings */

.main {
	width:930px;
	margin:0;
	padding:0;
	border-collapse: separate;
	border-spacing: 15px;
}
.left {
	text-align:left;
	vertical-align: top;
	width:200px;
}
.right {
	text-align:left;
	vertical-align: top;
}

.ul01 {
	text-align:left;
	list-style-image: url(ya01.png);
	margin-left:25px;
	line-height:1.4;
	margin-bottom:16px;
}
ul.margin li{
	margin-bottom: 5px;
}
ol {
	list-style:decimal;
	list-style-position: outside;
	margin-left:25px;
	line-height:1.4;
	margin-bottom:16px;
}
.imgr {
	margin-left:15px;
	margin-bottom:15px;
	border:none;
}
.imgl {
	margin-right:15px;
	margin-bottom:15px;
	border:none;
}
.style0 {
	font-weight:bold;
}
.style1 {
	color: #ff0000;
	font-weight:bold;
}
.style2 {
	color: #3399ff;
	font-weight:bold;
}
.style3 {
	color: #FF9900;
	font-weight:bold;
}
.style4 {
	font-size:90%;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0;
    padding: 0;
}

.info_strong {
  color: #FFBA00;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #ff7e00;
  margin-left: 2em;
  font-weight:bolder;
}