@charset "utf-8";

@import "common.css";


/*------コンテンツ > 左（メインコンテンツ）------*/

#left {
	width: 690px;
	float: left;
}

#left #main {
	padding: 20px 0 50px 190px;
}





#main .note {
	width: 90%;
	margin: 0 0 20px 0;
}

#main .note p {
	text-align: right;
}





#main .content_menu {
	width: 450px;
	margin: 0 0 40px 0;
}

#main .content_menu h3 {
	margin: 0 0 4px 0;
	font-size: 100%;
	font-weight: normal;
	color: #FF6600;
	float: left;
}

#main .content_menu h4 {
	margin: 10px 0 0 0;
	font-size: 100%;
	font-weight: normal;
}

#main .content_menu .link_form a {
	color: #FF6600;
	text-decoration: none;
}

#main .content_menu .link_form a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#main .content_menu .read {
	clear: both;
}

#main .content_menu table {
	margin: 20px 0 20px 20px;
}

#main .content_menu th {
	margin: 0;
	padding: 0 4px 0 4px;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}
