#side_menu ul{
	list-style: none;
}

/* 実線:solid 点線:dashed 二重線:double 破線:dotted */

h2{
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #8888FF;
	border-left: 7px solid #0000ff;
}

#main_contents dt{
	
	border-bottom: 1px dashed #8888FF;
	border-left: 7px solid #0000ff;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 2px;
	max-width: 100%;
	font-size: 16px;
	font-weight: bold;
}

#main_contents dd{
	margin-top: 5px;
}
