@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#F2F2F2;
}

h1, h2, h3 {
	display: none;
}

sup {
	font-size: 80%;
	vertical-align /**/: baseline;
	position /**/: relative;
	top: -4px; left: 0;
}

#wrapper {
	width: 810px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg_shadow.gif) center top repeat-y;
	position: relative
}

 .wrapper_help {
	width: 700px;
	height: auto;
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 0;
}

.wrapper_help2 {
	width: 512px;
	height: auto;
	margin-top: 25px;
	margin-left: 148px;
	margin-bottom: 0;
	text-align: center;
}

.wrapper_help3 {
	width: 750px;
	height: auto;
	margin-top: 25px;
	margin-left: 50px;
	margin-bottom: 0;
}

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

.line_dot {
	width: 700px;
	margin-top: 20px;
	margin-left: 50px;
	border-bottom: dotted 1px #b6b6b6;
}

.line_sol {
	width: 700px;
	margin-top: 20px;
	margin-left: 50px;
	border-bottom: solid 1px #999999;
}

.line_sol2 {
	width: 660px;
	margin-top: 5px;
	margin-left: 70px;
	border-bottom: solid 1px #999999;
}

#line_sol3 {
	margin: 25px 30px 0 30px;
	padding: 20px;
	border: solid 1px #999999;
}

ul {
	margin: 0;
	padding-left: 2em;	
}

ul li {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

ol {
	margin: 0;
	padding-left: 2em;	
}

ol li {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

#fla {
	margin: 0 0 20px 0;
	padding: 0;
	width: 800px;
}



/* header
------------------------------------------------ */
#header {
	width: 800px;
	height: 65px;
	border-top: solid 4px #1F4D94;
	margin: 0;
	padding-top: 23px;
}

#header img {
	padding-left: 40px;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header li {
	float: right;
	list-style-type: none;
	padding: 0 15px 0 0;
}

#header li a {
	display: inline;
	padding-left: 18px;
	padding-bottom: 0;
	text-decoration: none;
	background: url(../images/pan_list.gif) 0.3em bottom no-repeat;
	font-size: 10px;
}

#header li a:link {
	display: inline;
	padding-left: 18px;
	padding-bottom: 0;
	text-decoration: none;
	background: url(../images/pan_list.gif) 0.3em bottom no-repeat;
	font-size: 10px;
}

#header li a:visited {
	display: inline;
	padding-left: 18px;
	padding-bottom: 0;
	text-decoration: none;
	background: url(../images/pan_list.gif) 0.3em bottom no-repeat;
	font-size: 10px;
}

#header li a:hover {
	display: inline;
	padding-left: 18px;
	padding-bottom: 0;
	text-decoration: underline;
	background: url(../images/pan_list.gif) 0.3em bottom no-repeat;
	font-size: 10px;
}


/* nav1 ... 7
------------------------------------------------ */
table.nav{
	margin: 0;
	padding: 0;
	background-color:#fffbe6;
	border-bottom: solid 1px #CCCCCC;
	width:800px;
	height:30px;
}

table.nav2{
	margin: 0;
	padding: 0;
	width:800px;
	height:30px;
}

a.nav{
	color: #635E56;
	text-decoration:none; 
	font-size: 12px;
}

a:hover{
	color: #dca121;
	text-decoration:none; 
	/*font-size: 12px;*/
}

#nav1 {
	height:44px;
}
#nav2 {
	height:44px;
}
#nav3 {
	height:44px;
}
#nav4 {
	height:44px;
}
#nav5 {
	height:44px;
}
#nav6 {
	height:44px;
}
#nav7 {
	height:44px;
}

.brown10_2 a {
	font-size: 10px;
	color: #635E56;
	text-decoration: none;
}
.brown10_2 a:link {
	font-size: 10px;
	color: #635E56;
	text-decoration: none;
}
.brown10_2 a:visited {
	font-size: 10px;
	color: #635E56;
	text-decoration: none;
}
.brown10_2 a:hover {
	font-size: 10px;
	color: #dca121;
	text-decoration: none;
}


/* pan
------------------------------------------------ */
#pan {
	clear: both;
	width: 740px;
	text-align: right;
	margin-left: 30px;
	margin-top: 0px;
	padding-bottom: 2px;
	position: relative;
}

/* pan2
------------------------------------------------ */
#pan2 {
	clear: both;
	width: 740px;
	text-align: right;
	margin-left: 30px;
	padding-top: 44px;
	padding-bottom: 2px;
	position: relative;
}


/* topページ
------------------------------------------------ */
#content {
	margin: 0 15px;
}

#secondary {
	float: left;
	margin: 0;
	padding: 0;
	width: 508px;
	background-color: #FFFFFF;
}

#secondary ul {
	width: 485px;
	margin: 0 0 15px 15px;
	padding: 0;
}

#secondary ul li {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	list-style-type: none;
	border-bottom: solid 1px #cfcece;
}

#secondary ul li a {
	margin: 0;
	padding: 0px 5px 1px 20px;
	background:url(../news/images/list_mark.gif) no-repeat;
	background-position:0 24%;
	font-size: 10px;
	text-decoration: none;
	
}

#secondary .ranThrough {
	margin-bottom: 15px;
	padding-right: 5px;
	text-align: right;
}

#primary {
	float: right;
	width: 248px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.bannerBg {
	margin: 0;
	padding: 0;
}

.bannerSpace {
	width: 248px;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	background: url(../images/banner_bg2.gif) left top repeat-y;
}

.bannerSpaceEnd {
	width: 248px;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	background: url(../images/banner_bg2.gif) left top repeat-y;
}



/* border
------------------------------------------------ */
.border_brown2 {
	margin: 0;
	padding: 0;
	border-top: solid 2px #7C756A;
}

/* border
------------------------------------------------ */
.border_brown3 {
	margin: 0;
	padding: 10px;
	border: solid 1px #7C756A;
}



/* title
------------------------------------------------ */
.title_l {
	margin: 0;
	padding: 0;
	width: 800px;
}

.title_l2 {
	margin-top: 0;
	margin-left: 30px;
	padding: 0;
	width: 740px;
}

.title_m {
	margin-left: 30px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-right: 50px;
	padding: 0;
}

.title_m2 {
	margin-left: 30px;
	margin-top: 25px;;
	margin-bottom: 0;
	margin-right: 50px;
	padding: 0;
}

.title_m3 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
}


/* section01
------------------------------------------------ */
.section01 {
	width: 700px;
	height: auto;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 0;
	clear: both; 
}

.section01_2 {
	width: 700px;
	height: auto;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 0;
	clear: both; 
}

.sec01_01 {
	width: 700px;
	height: auto;
	margin-top: 13px;
	margin-left: 50px;
	margin-bottom: 0;
}

.sec01_02 {
	width: 307px;
	height: auto;
	margin: 0;
	padding: 0;
}

.sec01_03 {
	width: 307px;
	height: auto;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
}

.sec01_04 {
	width: 345px;
	height: auto;
	margin: 0;
	padding: 0;
}

.sec01_05 {
	margin: 0;
	padding: 10px 0 10px 10px;
	border-bottom: solid 1px #7C756A;
}

.sec01_06 {
	margin: 0;
	padding: 10px 0 10px 10px;
}

.sec01_07 {
	margin: 0;
	padding: 0 0 0 10px;
}


.sec01_08 {
	width: 700px;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.sec01_09 {
	margin: 0;
	padding: 0 0 0 0;
}

.sec01_10 {
	margin: 0;
	padding: 2px 0 2px 0;
}

.sec01_09 li {
	list-style-type: none;
}

.section02 {
	width: 700px;
	height: auto;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 0;
	text-align: center;
}

.section03 {
	width: 682px;
	height: auto;
	margin-top: 10px;
	margin-left: 68px;
	margin-bottom: 0;
	clear: both; 
}

.section03 ul {
	padding-left: 0;
	padding-right: 10px;
}

/* section02
------------------------------------------------ */
.section02 {
	width: 700px;
	height: auto;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 0;
	clear: both; 
}


/* tabulate01
------------------------------------------------ */
#tabulate01 {
	width: 700px;
	height: auto;
	margin-top: 13px;
	margin-left: 50px;
	margin-bottom: 0;
	
}

#tabulate01 img {
	padding-bottom: 13px;
}

#tabulate01 table td.col08{
	padding: 10px 0 10px 25px;
	background-color: #fff;
	border-bottom: 1px dotted #cfcece;
}

#tabulate01 table td.col09{
	margin: 0;
	padding-left: 10px;
}


/* tabulate02
------------------------------------------------ */
#tabulate02 {
	width: 700px;
	height: auto;
	margin-top: 13px;
	margin-left: 0px;
	margin-bottom: 0;
	
}

#tabulate02 img {
	padding-bottom: 13px;
}

#tabulate02 table td.col08{
	padding: 10px 0 10px 25px;
	background-color: #fff;
	border-bottom: 1px dotted #cfcece;
}

#tabulate02 table td.col09{
	margin: 0;
	padding-left: 10px;
}



/* 
------------------------------------------------ */
#tabulate04 {
	width: 700px;
	height: auto;
	margin-top: 13px;
	margin-left: 50px;
	margin-bottom: 0;
	font-size: 10px;
	color: #000000;
}

#tabulate04 .sec04_01{
	width: 700px;
	padding-top: 12px;
	border-bottom: 2px dotted #7C756A;
}

#tabulate04 .sec04_01 span{
	font-size: 14px;
	font-weight: bold;
	color: #7C756A;
}

/* ニュース一覧
------------------------------------------------ */
#newsRan {
	width: 700px;
	height: auto;
	margin-top: 13px;
	margin-left: 50px;
	margin-bottom: 0;
	font-size: 10px;
	color: #000000;
}

#newsRan .sec04_01{
	width: 700px;
	padding-top: 12px;
	border-bottom: 2px dotted #7C756A;
}

#newsRan .sec04_01 span{
	font-size: 14px;
	font-weight: bold;
	color: #7C756A;
}

#newsRan .sec04_02{
	margin-left: 20px;
	padding: 0;
}

#newsRan .sec04_02 ul{
	margin-top: 13px;
}

#newsRan .sec04_02 li{
	margin: 0;
	padding-bottom: 13px;
	list-style-type: none;
	border-bottom: solid 1px #cfcece;
}

#newsRan .sec04_02 li a {
	margin: 0;
	padding: 0 5px 2px 20px;
	background: url(../news/images/list_mark.gif) no-repeat;
	font-size: 12px;
	text-decoration: none;
}

#newsRan .sec04_02 li a:link a:visited {
	color: #333333;
	text-decoration: none;
}

#newsRan .sec04_02 li a:hover {
	color: #1F4D94;
	text-decoration: underline;
}


/* photo_box01
------------------------------------------------ */
#photo_box01 {
	width: 700px;
	height: auto;
	margin-top: 20px;
	margin-left: 50px;
}

#photo_box01 table td.col01_2 {
	width: 340px;
	height: 33px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	background: url(../news/images/photo_hd.gif) left top no-repeat;
}

#photo_box01 table td.col01_3 {
	width: 20px;
}

/* back_area
------------------------------------------------ */
#back_area {
	clear: both;
	width: 700px;
	margin-top: 30px;
	margin-left: 50px;
	padding: 0;
}

#back_area2 {
	clear: both;
	width: 700px;
	margin-top: 10px;
	margin-left: 50px;
	padding: 0;
}

#back_area3 {
	clear: both;
	width: 770px;
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
}

#back_area4 {
	clear: both;
	width: 770px;
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 10px;
	border-top: solid 1px #CCCCCC;
}

/* ニュース
------------------------------------------------ */
#tabulate01 table td.col01{
	width: 80px;
	padding: 10px;
	background-color: #EFF3F8;
	border-bottom: 1px dotted #cfcece;
	color: #1F4D94;
	font-weight: bold; 
}

#tabulate01 table td.col03{
	width: 254px;
	padding: 10px;
	background-color: #EFF3F8;
	border-left: solid 1px #FFFFFF;
	border-bottom: 1px dotted #cfcece;
}

#tabulate01 table td.col04{
	width: 254px;
	padding: 10px;
	background-color: #EFF3F8;
	border-left: 1px dotted #cfcece;
	border-bottom: 1px dotted #cfcece;
}

#tabulate01 table td.col05{
	width: 255px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px dotted #cfcece;
}

#tabulate01 table td.col06{
	width: 254px;
	padding: 10px;
	background-color: #fff;
	border-left: 1px dotted #cfcece;
	border-bottom: 1px dotted #cfcece;
}

#tabulate01 table td.col02{
	width: 530px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px dotted #cfcece;
}

#tabulate01 table td.col02_2{
	width: 530px;
	padding: 10px;
	background-color: #fff;
}

#tabulate01 table td.col01_2{
	width: 80px;
	padding: 10px;
	background-color: #EFF3F8;
	color: #1F4D94;
	font-weight: bold; 
}

#tabulate01 table td.col07{
	padding: 10px 0 10px 25px;
	background-color: #fff;
	border-bottom: 1px dotted #cfcece;
}
/*----------------------------------*/
#tabulate02 table td.col01{
        width: 80px;
        padding: 10px;
        background-color: #EFF3F8;
        border-bottom: 1px dotted #cfcece;
        color: #1F4D94;
        font-weight: bold;
}

#tabulate02 table td.col03{
        width: 254px;
        padding: 10px;
        background-color: #EFF3F8;
        border-left: solid 1px #FFFFFF;
        border-bottom: 1px dotted #cfcece;
}

#tabulate02 table td.col04{
        width: 254px;
        padding: 10px;
        background-color: #EFF3F8;
        border-left: 1px dotted #cfcece;
        border-bottom: 1px dotted #cfcece;
}

#tabulate02 table td.col05{
        width: 255px;
        padding: 10px;
        background-color: #fff;
        border-bottom: 1px dotted #cfcece;
}

#tabulate02 table td.col06{
        width: 254px;
        padding: 10px;
        background-color: #fff;
        border-left: 1px dotted #cfcece;
        border-bottom: 1px dotted #cfcece;
}

#tabulate02 table td.col02{
        width: 530px;
        padding: 10px;
        background-color: #fff;
        border-bottom: 1px dotted #cfcece;
}

#tabulate02 table td.col02_2{
        width: 530px;
        padding: 10px;
        background-color: #fff;
}

#tabulate02 table td.col01_2{
        width: 80px;
        padding: 10px;
        background-color: #EFF3F8;
        color: #1F4D94;
        font-weight: bold;
}

#tabulate02 table td.col07{
        padding: 10px 0 10px 25px;
        background-color: #fff;
        border-bottom: 1px dotted #cfcece;
}


/* back_number
------------------------------------------------ */
#back_number {
	clear: both;
	width: 700px;
	margin-top: 10px;
	margin-left: 50px;
	padding: 0;
}

/* footer
------------------------------------------------ */
#footer {
	clear: both;
	width: 800px;
	height: 50px;
	margin: 20px 0 0 0;
	padding: ;
	text-align: right;
	border-top: 4px solid #309B9E;
}

#footer .footer_navi {
	margin: 0;
	padding-right: 15px;
	padding-top: 3px;
}


