@charset "utf-8";

/* ↓フラッシュがあるときに使用 
#flash_bg{width:100%;height:150px;}
#flash{width:980px;height:150px;margin: 0px auto;background: #900;}
*/

#main_bg {
	background: url(https://mitsuike.jp/images/top/main_bg.jpg) repeat-x center top;
}
#main_img {
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	background: url(https://mitsuike.jp/images/top/main_img_bg.jpg) no-repeat center top;
}


#main2_bg {
	background: url(https://mitsuike.jp/images/top/main_bg.jpg) repeat-x center top;
}

#main3_bg {
	background: url(https://mitsuike.jp/images/top/main_bg3.jpg) repeat-x center top;
}

#main2_img {
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	background: url(https://mitsuike.jp/images/top/main_img_bg2.jpg) no-repeat center top;
	height:495px;
}

#main3_img {
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	background: url(https://mitsuike.jp/images/top/main_img_bg3.jpg) no-repeat center top;
	height:550px;
}

.box_shadow{
	
padding:15px;
/* box-shadow */
box-shadow:0px 0px 6px 3px #e1e1e2;
-moz-box-shadow:0px 0px 6px 3px #e1e1e2;
-webkit-box-shadow:0px 0px 6px 3px #e1e1e2;

/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

/* border */

}

.box_bg{
	background: url(https://mitsuike.jp/images/top/img_zitensha_bg.png) no-repeat right bottom;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}


/* 新着情報 */
#news {
	padding:0px;
}
.news_tab{
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.news_day{
	border-right:1px solid #ccc;
	padding:10px 10px 0px;
	text-align:left;
	line-height:normal;
	vertical-align:top;
	width:120px;
	font-weight: bold;
}
.news_title{
	border-bottom:1px solid #ccc;
	padding:10px 10px 0px;
	text-align:left;
	line-height:normal;
	vertical-align:top;
}
.news_img {
	border-right:1px solid #ccc;
	padding:10px 10px 20px;
	line-height:normal;
	vertical-align:top;
	text-align: center;
}
.news_comment {
	padding:10px 10px 20px;
	line-height:normal;
	vertical-align:top;
}
