@charset "UTF-8";

/* index
----------------------------------------- */
#main_image {
	width:960px;
	margin:0 auto 0 auto;
}

		#contents #news_area{
			border: 1px solid #f2f2f2;
			width:700px;
			padding:5px;
		}
		#contents #news_area #title{
			font-size:16px;
			padding:5px 0 5px 0;
		}
		#contents #news_area ul li{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 7px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li.line1{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 24px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li.line2{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 44px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li.line3{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 86px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li.line4{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 110px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li.line5{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 410px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li.line6{
			border-bottom: 1px dotted #CCC;
			padding:7px 10px 610px 0;
			line-height:1.4em;
			clear:both;
		}
		#contents #news_area ul li span{
			color:#0075a9;
		}
		#contents #news_area ul li span.right_area{
			width:594px;
			display:block;
			float:right;
			color:#333;
		}
	#contents #right .title{
		background:url(../img/common/bg_title.jpg) 0 0 no-repeat;
		width:700px;
		height:53px;
		margin:20px 0 0 0;
		padding:15px 0 0 20px;
		color:#fff;
		font-size:18px;
		font-weight:bold;
	}
	#contents #right ul#cat_menu{
		width:700px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		overflow:hidden;
		float:left;
	}
		#contents #right ul#cat_menu li{
			float:left;
			font-size:0;
			line-height:0;
			margin:0 0 10px 0;
		}
		#contents #right ul#cat_menu li:nth-child(odd){
			float:left;
			font-size:0;
			line-height:0;
			margin:0 20px 10px 0;
		}
#greeting {
	margin:10px 0 0 0;
	line-height:1.6em;
	padding:5px;
	border: 3px solid #785743;
}
	#greeting h3{
		font-size:16px;
		line-height:1.6em;
		color:#ff9900;
	}

.mb3 {
    margin-bottom: 1.5em;
}