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

p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 15px 77px 5px 77px;
	}

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

.center{
	text-align: center;
	}

.right{
	text-align: right;
	}

.tright {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 5px 10px 10px 0;
	text-align: right;
	padding: 3px 3px 2px 20px;
	background: url(./image/nextpoint.gif) no-repeat 0% 50%;	
	float: right;
}

body {
	margin: 0px; padding: 0;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
	text-align: left;
	background: #BCCF44 url(./image/head.gif) repeat-x;
	}

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

a:link {
	color: #4A7BB0;
	font-weight: bold;
}

a:visited {
 color: #4A7BB0;
}

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

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

hr { 
	border-top: 2px dotted #cccccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 15px 36px 20px 36px;
}



/*-- 見出し--*/

h1 {
	margin: 1px 10px 0 10px; 
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	color: #313131;
	padding: 0;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.4;
  }

.tl-sub{
	margin: 5px 10px 15px 10px; 
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #313131;
	}



/*-- レイアウトヘッダー--*/
#header {
	width: 774px;
	height: 320px;
	background: url(./image/main_head.gif) no-repeat;
	margin: 0 auto;
}

#tlogo {
	width: 340px;
	height: 200px;
	text-align: left;
	float: left;
	border: 0px solid #ffffff;
}

#tlogo img{
	margin: 30px 0 0 0;
}

#navi{
	width: 300px;
	height: 35px;
	float: right;
	margin: 20px 5px 0px 0;
}

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

#navi li{
	list-style-type: none;
	display: inline;
    font-size: 13px;
    font-weight: bold;
	margin: 0 6px 0 0;
	letter-spacing: 2px;
}

#navi a {
  text-align: center;
  padding: 3px 5px;
  border-right: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#navi a:link {
  color: #575651;
}

#navi a:visited {
  color: #575651;
}

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

/*-- レイアウトメイン--*/
#main{
	text-align: left;
	margin: 0px auto 0px auto;
 }


 .main_body{
	width: 774px;
	text-align: left;
	margin: 0px auto;
	background: #BCCF44 url(./image/main_body.gif) repeat-y;
	clear: both;
 }
 
.articletop{
	width: 680px;
    border:  0px dashed #E6E6E6;
	margin: 0px auto 5px auto;
	text-align : left;
}

.articletop p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 0px 77px 10px 77px;
}


.menu_article{
	width: 774px;
	margin: 0px auto 0px auto;
	text-align : left;
}

.menu_article h2 {
	text-align: left;
	background: url(./image/h2.gif) no-repeat 0% 10%;
 	margin: 0px 30px;
	font-size: 22px;
	color: #252525;
	padding: 0px 0px 5px 38px;
	border-bottom: 3px dotted #cccccc;
}

.menu_article h3{
	font-size: 14px;
	font-weight: bold;
	color: #252525;
	margin: 18px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.menu_article_left{
	margin: 12px 0px 10px 35px;
	float: left;
	width : 250px;
	text-align : left;
	background: url(./image/menu_head.gif) no-repeat 0% 0%;
}

.menu_article_body{
	margin: 0px 0px 0px 0px;
	float: left;
	width : 250px;
	text-align : left;
	background: url(./image/menu_body.gif) repeat-y 0% 0%;
}


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

.menu_article_left ul {
	margin: 5px 0px 0px 0px;
	padding: 0;
	}

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

.menu_article_right{
	float: right;
	width : 450px;
	margin: 5px 30px 0px 0px;
	text-align : left;
	border: #000000 solid 0px;
	}


.menu_article_right p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 12px 29px 10px 20px;
	}


/*-- レイアウト左--*/
#leftside { 
	float: left;
	text-align: left;
	margin: 10px auto 0px 5px; 
	width: 530px;
    border:  0px dashed #E6E6E6;
}

.article1 {
	width: 520px;
	margin: 0px auto 0px auto;
}

.article1 p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 0px 5px 10px 35px;
}


.article_left {
	width: 520px;
	margin: 10px auto 25px 10px;
}

.article_left h2{
	text-align: left;
	background: url(./image/h2.gif) no-repeat 0% 10%;
 	margin: 15px 15px 5px 10px;
	font-size: 20px;
	color: #333333;
	padding: 3px 0px 10px 38px;
	border-bottom: 2px dotted #cccccc;
}

.article_left h3{
	text-align: left;
	background: url(./image/under.gif) no-repeat 0% 30%;
 	margin: 10px 15px 5px 15px;
	font-size: 14px;
	color: #333333;
	padding: 0px 0px 0px 20px;
	border-bottom: 0px dotted #cccccc;
}

.article_left p{
	font-size: 13px;
	line-height: 1.8;
	color: #333333;
	margin: 10px 28px 15px 28px;
    border:  0px dashed #E6E6E6;
}

.next_right {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 15px 35px 10px 0;
	text-align: right;
	padding: 2px 3px 2px 20px;
	background: url(./image/nextpoint.gif) no-repeat 0% 50%;	
	float: right;
}

/*-- レイアウト右--*/
#rightside { 
    margin: 15px 15px 0px auto;
	float: right;
	width: 210px;
	text-align: left;
    border: 0px dashed #E6E6E6;
}

.menu{
	margin: 13px auto 0px auto;
	float: left;
	width : 200px;
	text-align : left;
}

.menu h3{
	width : 200px;
	font-weight: bold;
	margin: 0px auto 0px 5px;
	text-align: center;
	display: block;
}

.menu h3 a{
	background: url(./image/sbn.gif) no-repeat 0% 0%;
 	margin: 0px 0 5px 0;
	padding: 15px 0 15px 0;
	display: block;
	color: #FFFFE6;
	font-weight: bold;
	font-size: 12px;
	line-height:12px;
	text-align: center;
}


.menu h3 a:hover,
.menu h3 a.s{
	background: url(./image/sbn_ov.gif) no-repeat 0% 0%;
	color: #ffffff;
}

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

.menu ul {
	width : 185px;
	padding: 0;
	margin: 2px auto 5px 10px;
	border-left: solid 2px #C3DB9F;
	border-right: solid 2px #C3DB9F;
	}

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


.tabmenu{
	margin: 8px auto 0px auto;
	float: center;
	width : 200px;
	text-align : left;
}

.tabmenu p{
	margin: 0px 0 5px 20px;
}

.tabmenu ul{
	margin: 0;
	padding: 0;

}
.tabmenu ul li{
	list-style-type: none;
	display: inline;
}

.tabmenu a{
	background: url(./image/sbn.gif) no-repeat 0% 0%;
 	margin: 5px 0 5px 0;
	padding: 15px 0 15px 0;
	display: block;
	color: #FFFFE6;
	font-weight: bold;
	font-size: 12px;
	line-height:12px;
	text-align: center;
}

.tabmenu a:hover,
.tabmenu a.s{
	background: url(./image/sbn_ov.gif) no-repeat 0% 0%;
	color: #ffffff;
}

.menu-image{
	margin: 5px auto 0 auto;
	width : 200px;
	text-align : center;
	border: #000000 solid 0px;
}

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

}
	
	
/*-- アンダー --*/
.under{
	width: 774px;
	display: block;
	margin: 0 auto 15px auto;
	text-align: left;
	line-height: 1.5;
	clear: both;
	background: #BCCF44 url(./image/main_footer.gif) no-repeat;
}
.under h4{
	background: url(./image/under.gif) no-repeat 2% 85%;
	font-size: 13px;
	font-weight: bold;
	color: #303030;
	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 h4{
	background: url(./image/under.gif) no-repeat 2% 23%;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0 5px 15px;
	text-align: left;
	padding: 0px 0px 5px 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: 2pt; 
}

.under_list a{
	color: #FFFFE6;
}

.under_list a:hover{
	color: #e6d221;
}


/*-- フッター --*/
#footer {
	margin: 10px auto 0px auto;
	clear: both;
	color: #013366;
	border: 1px solid #cccccc;
}

.copyright {
	font-size: 12px;
	margin: 0 auto 0 auto;
	line-height: 1.3;
	text-align: center;
	padding: 20px 0 20px 0; 
	color: #4A7BB0;
	background: #FDFFCC;
}

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

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