@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
	border: none;
}

a {
	color:#000;
	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#099;
}

a:active {
	text-decoration: none;
}


/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

#wrapper {
	width: 1300px;
	height: auto;
	margin:0px auto;
	background-image:url(index_images/2024_noukotsudo.jpg);
    background-size: 1300px;
	background-repeat:no-repeat;
	background-position:top;
}

#main_contents {
	width:1300px;
	height:1000px;
	margin-bottom: -60px;
	align-items: flex-start;
}

.tvcm {
	margin-top: 30px;
	margin-left: 170px;
}


.annai {
	width: 1300px;
	height: auto;
    margin-top: 10px;
	margin-left:0px;
}

#news {
	width:1150px;
	height:auto;
	padding-left:150px;
	margin-bottom:50px;
}

footer {
	width: 1300px;
	height: 110px;
	}

.footer_center {
	width:885px;
	height:25px;
	margin-left:50px;
	line-height: 1.8;
	float:left;
}

.footer_right {
	width:365px;
	height:23px;
	font-size:13px;
	line-height: 1.8;
	float:left;
}

.footerlogo {
	width:385px;
	height:60px;
	border-top:solid #000;
	float:left;
}

.address {
	width:600px;
	height:45px;
	font-size:13px;
	padding-top:15px;
	border-top:solid #000;
	line-height: 1.6;
	float:left;
}

.copyright {
	width:315px;
	height:60px;
	font-size:10px;
	line-height:13px;
	text-align:right;
	border-top:solid #000;
	float:left;
}


/* ---------------------------------------------------- */
/* パーツ*/
/* ---------------------------------------------------- */

h1 {
	width: 845px;
	height: auto;
	font-size: 18px;
	font-weight: 200;
	margin-top: 20px;
	float: right;
	margin-right: 40px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
	color:#FFFFFF;
	text-align: left;
	}
	
h2 {
    margin-left: 125px;
    margin-top: 130px;
    float: left;
    color: #DD1518;
	}
	
		
#nav {
	width: 850px;
	height: 80px;
	margin-top: 715px;
	float: right;
    margin-right: 40px;
	}

.logo {
    width: 380px;
    height: 50px;
	margin-left: 50px;
    margin-top: 30px;
    float: left;
	} 

.button_1 {
    float: right;
	}

.button_2 {
    float: left;
	}
	
.howa {
	font-size: 18px;
	margin-top:30px;
	margin-bottom:30px;
	}
	
.title {
	font-size:20px;
	margin-top:50px;
	margin-bottom:10px;
}

.body {
	font-size:14px;
	margin-top:10px;
	margin-left:200px;
	line-height:20px;
	}
	
th {
	vertical-align:top;
	text-align:left;
	font-size:18px;
	line-height:25px;
	}

td {
	vertical-align:top;
	text-align:left;
	font-size:14px;
	line-height:20px;
	}
	
	
/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */
	

ul {
	list-style-type:none;
}


li {
    width: 110px;
    height: 25px;
    font-size: 13px;
    float: left;
    text-align: center;
    font-weight: normal;
}
