@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Visual
--------------------------------------------------------- */

#contents h2 {
}

#contents h3 {
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document Contents Left
--------------------------------------------------------- */

#contents_menu {
	width: 680px;
	margin: 0 auto 0;
	text-align: left;
}

#contents_menu li {
	margin-top: 20px;
	padding-left: 25px;
	padding-bottom: 5px;
	background: url(../images/dot_green.jpg) repeat-y 0 0;
	list-style: none;
}

#contents_menu li.yellow {
	background: url(../images/dot_yellow.jpg) repeat-y 0 0;
}

#contents_menu li.pink {
	background: url(../images/dot_pink.jpg) repeat-y 0 0;
}

#contents_menu h4 {
	margin-bottom: 5px;
	border-bottom: dotted 1px #666;;
}

#contents_menu p {
	padding: 5px 3px;
}
