* {	margin:0;	padding:0;}

body{
	margin:0;
	padding:0;
	color:#333;
	font-size:14px;
	line-height:1.4
}

#wrapper {
	position:relative;
	text-align:center;/*画面中央揃えのため*/
	margin:0 auto;/*画面中央揃えのため*/
	width: 1024px;
	font-style: italic;
}
#wrapper_mh {
	position:relative;
	text-align:center;/*画面中央揃えのため*/
	margin:0 auto;/*画面中央揃えのため*/
	width: 1024px;
}

 a {
	color:#333;
	text-decoration: underline;
}
 a:link {
	color:#333;
	text-decoration: underline;
}
 a:hover {
	color:#999;
	text-decoration:none;
	opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}


img{
	vertical-align:bottom;
}

#header{
	text-align:center;/*画面中央揃えのため*/
	margin:0 auto;/*画面中央揃えのため*/
	height:50px;
}

#first_block{
	width: 1024px;
	hight: 370px;
	background-image: url(../img/home/Top-photo.png);
}
#f_nav{
	position:absolute;
	width: 1024px;
	top:345px;
	background-color: #666;
		text-align:left;

}

#f_nav ul{
	overflow:hidden;
}

#f_nav ul li{
	width: 250px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 28px;
	padding-top: 10px;
	padding-left:5px;
	font-style: normal;
	color: #FFF;
	line-height: 32px;
	border-top: 1px solid #CCC;
	float:left;
	border-right: 1px solid #999;
}
#f_nav ul img{
padding-top:10px;
padding-right:15px;
padding-left:20px;
}
#f_nav a{
	color: #FFF;
	text-decoration:none;
}
.nav1{
	padding-left:5px;
	color: #FF9;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}
.nav2{
	color: #999;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

#second_block{
	width: 1024px;
	height:50px;
}

#s_nav{
	height:50px;
	width: 1024px;
	text-align:center;
	padding-top: 10px;
}
#s_nav ul{
	overflow:hidden;
}
#s_nav ul li{
	height: 50px;
	width:200px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 21px;
	font-weight: bold;
	color: #666;
	font-style: normal;
	line-height: 20px;
    padding-top:5px;
	float:left;
	border-left: 1px solid #666;
}
#s_nav a{
	text-decoration:none;
	color: #666;
}
#main_contents{
	width: 1024px;
	height:auto;
	padding:20px 0 20px 0;
	margin:0px auto;
	overflow:hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-style:normal;
}
#contents_home{
	width: 1024px;
	}
#left_column{
	width:1024px;
}
.r_title{
		color: #F93;
	font-size: 22px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
}
#topics_title{
	width:1000px;
	height: 40px;
	color: #666;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 28px;
	margin-left:30px;
	padding-top:20px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
#topics_contents{
	margin-left:10px;
	width: 950px;

	text-align: center;
	vertical-align: middle;
	border-top: 2px ridge #FC9;

}
#topics_1 {
	padding-top:10px;
	font-size:18px;
}
#topics_contents a {
	text-decoration: none;
}
#topics_contents a:link {
	text-decoration: none;
}
#topics_contents a:hover {
	text-decoration:none;
		 filter: none;
         -moz-opacity: 1;
         opacity: 1;

}
#right_column{
	width:1024px;
	clear:both;
}

#topics_title{
	width:1000px;
	height: 40px;
	color: #666;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 28px;
	margin-left:30px;
	padding-top:20px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
.topics_list{
	font-size:24px;
	width:800px;
	padding: 10px;
	line-height: 35px;
	margin: 10px 15px 0 20px;
	border-top: 2px dotted #369;
	border-bottom: 2px dotted #369;
	float:left;
}
.topics_list img{
	margin:5px 0 5px 0;
}
.topics_list a {
	text-decoration: none;
}
.topics_list a:link {
	text-decoration: none;
}
.topics_list a:hover {
	text-decoration:none;
		 filter: none;
         -moz-opacity: 1;
         opacity: 1;}

#topics_date{
	text-align:right;
	}


/* フッター */
footer{
	font-size:11px;
}
footer h4{
	font-weight:normal;
	font-size:11px;
	color: #333;
}

#footer_inner{
	color:#666;
	margin:0 auto;
	width:1024px;
	overflow:hidden;
	height: 50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer_inner a{
		text-decoration:none;
}


#footer_ul{
	overflow:hidden;
	padding-bottom:9px;
	padding-top:9px;
}
#footer_ul li{
	float:left;
	padding:0 4px;
	margin-left:10px;
	height:12px;
	display:inline-block;
	border-right:1px solid #666;
	text-decoration: none;
	list-style: none;
	border-left: 1px solid #666;
}
#footer_left{
	float:left;
	width:360px;
	padding-left: 20px;
	text-align: center;
}
#footer_right{
	float:right;
	width:200px;
	padding-top:10px;
	padding-right:45px;
	background-attachment: scroll;
	background-image: url(../img/home/footer_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer_right p{
	padding-top:3px;

}

.clear {	clear: both;}
.float_r {float:right;}
.float_l {float:left;}

.red{color:#f00;}


.bx-pager
{
    display:none;
}
