/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka,"メイリオ","Meiryo", "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
}


.clear {
	clear: both;
	height: 1px;
}

.right{
	text-align: right;
	}

.rightlink {
	font-size: 13px;
	color: #333333;
	margin: 5px 20px 5px 0;
	text-align: right;
	padding: 3px 5px 0 24px;
	background: url(./image/nextright.png) no-repeat 0% 50%;	
	float: right;
	line-height: 19px;
}

.center{
	text-align: center;
	}


body {
	margin: 0px; padding: 0;
	text-align: left;
	background: #3ea1cd url(./image/back.gif) repeat;
	}

img{
	border: none;
}
	
a {
 text-decoration: none
 }

a:link {
	color: #2c76d9;
	font-weight: bold;
}

a:visited {
	color: #2c76d9;
	font-weight: bold;
}

a:active {
	text-decoration:underline;
	color:#03558C;
}

a:hover {
	text-decoration: underline;
	color: #03558C;
}

a:link img {
    border: none;
}

a:hover img {
    border: none;
	filter:alpha(opacity=80);
	opacity:0.5;
	-moz-opacity:0.5;
}

a:visited img {
    border: none;
}

hr { 
	border-top: 2px dotted #cccccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 5px 25px 0px 25px;
}


/*-- 見出し--*/

h1 {
	margin: 0; 
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
	padding: 30px 0 0px 0px;
	letter-spacing: 2px;
	line-height: 1.3;
  }

.subtext{
	margin: 10px 10px 20px 10px; 
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	color: #252525;
	}



/*-- レイアウトヘッダー--*/
#header {
	width: 800px;
	height: 145px;
	background: url(./image/header.png) ;
	margin: 0 auto;
	border: #000000 solid 0px;
}

#tbnr {
	width: 340px;
	text-align: left;
	float: left;
	border: #000000 solid 0px;
}

#tbnr img{
	margin: 41px 0 0 45px;
}

#h_navi{
	width: 380px;
	height: 35px;
	float: right;
	margin: 70px 5px 0px 0;
	border: #000000 solid 0px;
}

#h_navi ul{
	display: block;
	margin: 5px 0px 5px 0;
	padding:0;
	text-align:right;
}

#h_navi li{
	list-style-type: none;
	display: inline;
    font-size: 13px;
    font-weight: bold;
	margin: 0 8px 0 8px;
	letter-spacing: 2pt; 
	padding: 3px 10px;
	border-right: 2px solid #f90600;
	color: #FFCC00;
}

#h_navi a {
  text-align: center;

}

#h_navi a:link {
  color: #59bbe9;
}

#h_navi a:visited {
  color: #59bbe9;
}

#h_navi a:hover,navi a:active {
	color: #59bbe9;
	border-bottom: 1px solid #FFCC00;
	text-decoration: none;
}

/*-- レイアウトメイン--*/
#main{
	width: 800px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #3ea1cd;
	border:  0px dashed #E6E6E6;
 }

/*-- レイアウト右--*/
#rightside { 
	float: right;
	text-align: left;
	margin: 0; 
	width: 570px;
    border:  0px dashed #000000;
	background: #ffffff;
}

 .rightbody{
	text-align: left;
	margin: 0px auto;
	background: url(./image/rightbody1.png) repeat-y;
 }

 .rightfooter{
	height: 35px;
	text-align: left;
	margin: 50px 2px 1px 0;
 }
 
.flogo {
	width: 340px;
	text-align: right;
	float: right;

}

.flogo img{
	margin: 3px 20px 1px 0;
}
 
.article1 {
	margin: 5px 3px 0 3px;
	border: #000000 solid 0px;
	}

.article1 h2 {
	text-align: left;
	background: url(./image/h2img.gif) no-repeat 0% 30%;
 	margin: 15px 7px 10px 7px;
	font-size: 17px;
	color: #463c3b;
	line-height: 2.4;
	padding: 9px 0px 0px 36px;
	border-bottom: 2px dotted #cccccc;
}

.article1 h3 {
	text-align: left;
	background: url(./image/h3-point.gif) no-repeat 0% 30%;
 	margin: 10px 20px 5px 18px;
	font-size: 14px;
	color: #00489c;
	padding: 0px 0px 0px 16px;
	line-height: 1.7;
}

.article1 p{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #666666;
	margin: 10px 40px 10px 40px;
}

.article1 p.img-left {
	float: left;
	font-size: 13px;
	margin: 11px 10px 1px 40px;
	width: auto;
	height: auto;
	}

.article1 p.img-left img {
  border: none;
}

.article1 p.img-right {
	font-size: 12px;
	float: right;
	margin: 13px 53px 1px 12px;
	width: auto;
	height: auto;
	line-height: 20px;
}

.article1 p.img-right img {
  border: none;
}

.article1 p.fclear {
  clear: both;
  height: 0;
}


.line540{
	text-align: center;
	margin: 10px 0 15px 0;
}


.data {
	margin: 10px 45px 5px 40px;
	padding: 0 0 10px 0;
	background-color: #deeff6; 
	border-bottom: #c0e0ee solid 2px;
	border-top: #c0e0ee solid 2px;
	}


.data ul li {
	padding: 0;
	margin: 10px 25px 10px 35px;
}

.data li{
	border-bottom: 1px dashed #AFD2DE;
	list-style-position: inside;

	list-style: disc;
	font-size: 13px;
	line-height: 1.8;
	margin: 5px 15px 5px 5px;
	color: #333333;
}

.article2 {
	width: 573px;
	margin: 5px auto 0 auto;
	padding: 0 0 5px 0;
}

.article2 h3 {
	text-align: left;
	background: url(./image/datah3.gif) no-repeat 1% 30%;
 	margin: 15px 18px 15px 12px;
	font-size: 16px;
	color: #3b93ba;
	padding: 2px 0px 5px 25px;
	border-bottom: 0px dotted #cccccc;
}

.article2 p{
	font-size: 13px;
	line-height: 1.8;
	color: #666666;
	margin: 10px 30px 0px 30px;
}

/*-- レイアウト左--*/
#leftside { 
    margin: 0;
	float: left;
	width: 230px;
	text-align: left;
	background: #3ea1cd;
}

.menu{
	margin: 5px auto 0px 5px;
	float: left;
	text-align : left;
	border-top: 0px dotted #E6E6E6;
}

.menu h3{
	background: url(./image/menuh3.gif) no-repeat 0% 50%;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 5px 0;
	text-align: left;
	padding: 5px 1px 5px 24px;
	line-height:12px;
	color: #FFFFE6;
}

.menu p{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	margin: 5px 1px 5px 4px;
}

.menu ul {
	width : 210px;
	padding: 0;
	margin: 2px 5px 15px 5px;
	}

.menu ul li { 
	border-bottom: 1px dashed #AFD2DE;
	background: url(./image/list.gif) no-repeat 2% 45%;
	padding: 8px 5px 8px 30px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px 8px 1px 5px;
	color: #f7d748;
}

.menu h3 a{
	color: #FFFFE6;

}

.menu a{
	color: #ffffff;
}

.menu a:hover{
	color: #FFFFE6;
}


.menu h3 a:hover,
.menu h3 a.s{
	color: #ffffff;
}

.menulinks {
	background: url(./image/menuh3.gif) no-repeat 0% 50%;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 5px 0;
	text-align: left;
	padding: 5px 1px 5px 24px;
	line-height:12px;
	color: #FFFFE6;
}

.menulinks a{
	color: #FFFFE6;
}


/*-- 広告ー --*/
.ads{
	width: 728px;
	text-align: center;
	clear: both;
	margin: 30px auto 0 30px;
	border: #000000 solid 0px;
}

.ad468 {
	text-align: center;
	clear: both;
	margin: 5px auto 10px auto;
}

.ad-left{
	margin: 25px 0 20px 0px;
	text-align:center;
	clear: both;
	border: #000000 solid 0px;
}

.ad-main{
	text-align: left;
	clear: both;
	margin: 30px 0 0 40px;
	border: #000000 solid 0px;
}

/*-- アンダー --*/
.under{
	width: 800px;
	display: block;
	margin: 0 auto 15px auto;
	text-align: left;
	line-height: 1.5;
	clear: both;
	background: #d0ebfd url(./image/main_footer.gif) no-repeat;
}
.under h3{
	background: url(./image/under.gif) no-repeat 2% 85%;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0 5px 15px;
	text-align: left;
	padding: 50px 0px 5px 35px;
}
.under2{
	width: 774px;
	margin: 0px auto 15px auto;
	text-align: left;
	line-height: 1.5;
	clear: both;
	background: #BCCF44;
}
.under2 h3{
	background: url(./image/under.gif) no-repeat 2% 23%;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0 5px 15px;
	text-align: left;
	padding: 0px 0px 5px 35px;
}
.under p{
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	margin: 10px 35px 10px 35px;
	}

.under_list{
	margin: 5px 10px 10px 80px;
	text-align: left;
	font-size: 13px;
}

.under_list ul{
	margin: 5px auto 10px auto;
	list-style: none;
	border-right: solid 1px #666666;
	display: inline;
	padding-left: 0px;
	padding-right: 5px;
}

.under_list li{
	font-weight: bold;
	color: #FFFFE6;
	display: inline;
	border-left: solid 1px #666666;
	padding-left: 5px;
	padding-right: 0px;
	letter-spacing: 1pt; 
}


/*-- フッター --*/
#footer {
	width: 800px;
	margin: 0px auto 10px auto;
	clear: both;
	color: #013366;
	border-top: 3px solid #e0ff40;
}

.copyright {
	font-size: 12px;
	margin: 0 auto 0 auto;
	line-height: 1.6;
	text-align: center;
	padding: 25px 0 25px 0; 
	color: #007cc9;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #007cc9;
	text-decoration:none; 
	font-weight: bold;
}

.copyright a:hover { 
	color: #AFD2DE;
	text-decoration: underline;
}