@charset "utf-8";
/* CSS Document */

#contents ul {
	list-style-type: none;
	margin: 5px 0 2em;
	padding-left: 2em;
	width: auto;
}

#contents ul li {
	margin-bottom: 5px;
	line-height: 1.8em;
	width: auto;
}

/*	2分割	*/

#contents .half-box {
	width: 390px;
	padding-right: 10px;
}

/*	3分割	*/

#contents .tripartite {
	width: 30%;
	padding-right: 10px;
}

#contents .left-box {
	float: left;
}

#contents .right-box {
	float: right;
}

#contents h2 a,
#contents h3 a {
	color: #666666;
}


#contents h2 a:hover,
#contents h3 a:hover {
	color: #3399CC;
}
