@charset "euc-jp";

/* CSS Document */
body {
	background:none !important;
	
}
#otherSites{
	background:#E8F7FF;
	border:1px solid #EEE;
	padding:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
h3{
	color:#0B4575;
	font-size:16px; font-size:1.6rem;
	padding:0 0.5em 0.6em 0;
}
	
	
#otherSites ul{
	background:#FFF;
	padding:15px 15px 0 15px;
}
#otherSites li{
	float:left;
	padding:0 5px 15px 0;
	width:314px;
	font-size:14px; font-size:1.4rem;
	line-height:1.8;
}
#otherSites li .imgBox{
	float:left;
	padding:0 5px 10px 0;
	width:120px;
	height:120px;
	overflow:hidden;
}

#otherSites li img{
	width:120px;
	overflow:hidden;
}
#otherSites h4{
	font-weight:normal;
}
#otherSites ul li > a{
	background:url(../img/ar_out.gif) no-repeat 0 center;
	padding:0 0 0 18px;
	font-weight:bold !important;
}

#indexNews{
	background:#E8F7FF;
	border:1px solid #EEE;
	padding:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#indexNews ul{
	background:#FFF;
	padding:5px 5px 0 5px;
}
#indexNews li{
	font-size:12px; font-size:1.2rem;
	line-height:1.6;
	margin-bottom:10px;
		
}
#indexNews .imgBox2{
	padding:0 0 5px 0;
	width:140px;
	overflow:hidden;
	text-align:center;
}