/*----------------------------------------------------------
   「リンク」コンテンツ部
--------------------------------------------------------- */
#content {
	width: 500px;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
	display: inline;
}
#content-inner {
	padding: 0;
}

#content-inner p.clear {
	height: 0px;
	clear: both;
}

#content-inner .title_h2 {
	width: 500px;
	height: 60px;
	background-image: url(images/qa_h2_bar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
}
#content-inner .title_h2 h2 {
	font-size: 130%;
	line-height: 130%;
	color: #555555;
	padding-top: 17px;
	padding-left: 20px;
}
#content-inner .title_h3 {
	width: 490px;
	height: 26px;
	background-image: url(images/qa_h3_bar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 10px;
	margin-bottom: 12px;
}
#content-inner .title_h3 h3 {
	font-size: 92%;
	line-height: 100%;
	color: #3366cc;
	padding-top: 7px;
	padding-left: 14px;
}
#content-inner .text {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#content-inner .text p {
	line-height: 3em;
	text-align: justify;
	text-justify: distribute;
}

/*------  リンクページ  -------*/
#content-inner .link_list {
	margin-bottom: 10px;
}


/*----------------------------------------------------------
   サイドバー設定
--------------------------------------------------------- */

#sidebar {
	width: 210px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	display: inline;
}
#sidebar-inner {
	padding: 0;
}
#sidebar-inner .side_body {
	height: 600px;
	background-image: url(images/school_side_inner.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 12px;
	padding-left: 10px;
}
#sidebar-inner .side_body ul {
	list-style: none;
}
#sidebar-inner .side_body li {
	width: 160px;
	font-size: 92%;
	line-height: 100%;
	background-image: url(images/qa_side_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 20px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #cccccc;
}
#sidebar-inner .side_body .contact_banner {
	margin-top: 60px;
}


