/*Body*/
Body{
	margin:0px auto;
	background:#FFFFFF;
	text-align:center;
}

/*全体設定*/
#outline{
	width:950px;/*931px*/
	margin:0px auto;
	font-size:13px;
	font-family:  "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
    line-height: 150%;  
	height:100%;
	text-align:left;
}

* + html body {  
    font-family: "メイリオ","Meiryo";  
}


/*ステップカラー*/
.step-color{
	color:#FF3300;
}

#left{
	float:left;
	
}

.menu{
	margin-top:12px;
}

.small-menu{
	text-align:right;
	margin-top:5px;
}

.top-main{
	
	background-color:#EFEFEF;
	background-image:url(../img/background/TopMain1.jpg);	
	background-repeat:no-repeat;			
	margin-top:10px;
	padding-bottom:10px;
	width:931px;
	margin:3px 0px 10px 0px;
}

.top-left{
	background-image:url(../img/background/Left_middle.jpg);
	background-repeat:repeat-y;
}

.top-center{
	background-image:url(../img/background/Center_middle.jpg);
	background-repeat:repeat-y;
	padding:0px 7px 0px 7px;
	margin:0px 0px 0px 0px;
/*	width:435px;*/
	width:687px;
}

.footer{
	clear:both;
	margin:0px 0px 0px 0px;
}

.footer-menu{
	background-color:#757575;
	text-align:center;
	padding:18px 0px 18px 0px;
	margin:0px 0px 5px 0px;
	height:15px;
}

.footer-banner{
	float:left;
	margin:10px 9px 0px 0px;
}

#bg1{
	background-image:url(../img/background/Feature1.jpg);
	background-repeat:no-repeat;
	background-position:130px 5px;
	border-bottom:dotted thin #8BA3CF;
	padding-bottom:8px;
	margin-bottom:8px;
}

#bg2{
	background-image:url(../img/background/Feature2.jpg);
	background-repeat:no-repeat;
	background-position:150px 10px;
	border-bottom:dotted thin #8BA3CF;
	padding-bottom:8px;
	margin-bottom:8px;
}

#bg3{
	background-image:url(../img/background/Feature3.jpg);
	background-repeat:no-repeat;
	background-position:130px 10px;
	margin:3px 0px 3px 0px;
}

.news{
	border-bottom:dotted thin #8BA3CF;
/* 	padding:11px 0px 8px 0px; */
	padding:14px 0px 12px 0px;
/*	width:395px;*/
	width:556px;
/*	font-size: 11px;*/
	font-size: 13px;
}

.news-icon{
	margin:1px 10px 0px 0px;
	float:left;
}

#a_footer{
	color:#FFFFFF;
	text-decoration:none;
	margin-right:20px;
}

#a_footer:hover{
	text-decoration:underline;	
}

#a_header{
	color:#797979;
	text-decoration:none;
	margin-right:20px;
}

#a_header:hover{
	text-decoration:underline;	
}

#pick-date{
	padding:0px 0px 0px 5px;	
}

#footer_banner ul.other_banners{
	list-style-type: none;
	margin-left: 0%;
}

#footer_banner ul.other_banners li{
	float: left;
	margin-top: 5px;
}

.tp_img{

	padding: 4px;
	border: 1px solid #afafaf;
}
/* index.html お知らせ*/
/* IE用 */
.news_table{
	height:450px;
	*height:465px;
	width:563px;
	overflow-y:auto;
	overflow-x:hidden;
}

/* Chrome用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.news_table{
	height:465px;
	width:563px;
	overflow-y:auto;
	overflow-x:hidden;
}
}

