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

body {
	background-color:#EEF2F8;
	font-family: Tahoma,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,Arial,"ＭＳ Ｐゴシック",sans-serif;
	
}

a img:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#bace {
	width:1034px;
	margin:auto;
	background-color:#FFF;
	padding:10px 5px 10px 10px;
}

#botton {
	display:inline-block;
	margin:15px 0 15px 0 ;
}

#botton ul li{
	float:left;
	margin-right:3px;
}

/*メインコンテンツ*/

#main {
	width:680px;
	float:left;
}

#main img {
	margin-bottom:20px;
}

#main time {
	font-size:18px;
	font-weight:bold;
	color:#C90;
}

#main dl dt {
	font-size:24px;
	font-weight:bold;
	color:#033;
	margin:10px 0 ;
}

#main dl dd {
	font-size:14px;
	line-height:18px;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:20px;
}

#main .map b{
	font-weight:600;
	font-size:18px;
	margin:20px 0 ;
	display:inline-block;
}

#main .map p{
	font-size:14px;
	line-height:18px;
	margin:10px 0;
}

/*サイドコンテンツ*/

#saide {
	float:left;
	padding:0 0 0 20px;
	width:300px;
}

#saide .bana a img {
}

/*ラインナップ*/
#main .asha img {
	margin-bottom:0px;
}


#main .asha table tr {

	margin-bottom:5px;
	display:inline-block;
}

#main .asha table tr td{
	height:165px !important;
}

/*アバウト*/

#about p {
	margin:20px 0;
	line-height:18px;
	color:#333;
}

#about table tr td {
	padding:5px;
	font-size:16px;
}

#about span {
	color:#093;
}

/*新着ニュース*/

.news_List_Ymd {
	font-size: 18px;
	font-weight: bold;
	color: #C90;
	width:100%;
	display:inline-block;
}

.news_List_Title {
	font-size: 20px;
	font-weight: bold;
	padding:20px 0;
	border-bottom:#CCC dotted 1px;
	display:inline-block;
	width:100%;
}

.news_List_Title a {
		color: #033;
}

.news_List_Title a:hover{color:#F90;text-decoration: underline;}



/*フッター*/

.footer {
	clear:both;
	width:1024px;
	height:50px;
	margin-top:50px;
	display:inline-block;
}

.footer p {
	clear: both;
	width:450px;
	margin:auto;
	font-weight:500;
}

.footer p img {
	margin-bottom:-20px;
}

.tablesp {
	width:100%;
	margin-left:40px;
}

.next {
	font-weight:bold; 
	color:#09F;
	margin: 10px 0 30px 0;
	display:inline-block;
}


