@charset "utf-8";

/* CSS Document */
/**********************************************************
	case.css
***********************************************************/


/*********************************************************************************************
	コンテンツ
**********************************************************************************************/


/*------------------------------------
	メイン
------------------------------------*/
#main {
	width:660px;
	float:left;
}
#main h4 {
	font-size:15px;
	font-weight:bold;
	color:#339900;
	margin-bottom:10px;
}

#main ul.indexList {
	width:660px;
}

#main ul.indexList li {
	width:660px;
	margin-bottom:15px;
}

/*------------------------------------
	サイド
------------------------------------*/
#side {
	width:280px;
	float:right;
}
#side h4 {
	height: 30px;
	line-height:30px;
	width: 280px;
	font-weight: bold;
	color: #FFF;
	text-indent: 15px;
	background-color: #333;
	margin-bottom:5px;
}

/* ---- サイドメニュー ---- */
#side #smenus {
	width:280px;
	margin-bottom:20px;
	line-height:1.6;
}
#side #smenus li {
	background-color: #f5f4f4;
	margin-bottom: 1px;
}
#side #smenus li a {
	display:block;
	padding:8px 15px;
}
#side #smenus li.ttl {
	height: 30px;
	line-height:30px;
	width: 280px;
	font-weight: bold;
	color: #FFF;
	text-indent: 15px;
	background-color: #57b927;
}

/*-- リンク色 --*/
#side #smenus li a:link, #side #smenus li a:visited {
	color: #333333;
	text-decoration:none;
}
#side #smenus li a:hover, #side #smenus li a:active {
	color: #339900;
	text-decoration:none;
}

/* ---- サイドボックス ---- */
#side .boxArea {
	background-color: #f5f4f4;
	width:260px;
	padding:15px 10px;
	margin-bottom:10px;
}
#side .boxArea .midashi {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.pdf {
	background-image: url(../img/icon_pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 23px;
	background-position: left top;
}