@charset "Shift_JIS";

/* --- ヘッダ --- */
#header div.contentTitle
{
}

#header div.contentTitle img
{
	border:none;
}
/* --- コンテンツ --- */
#content 
{
	/*margin:5px 0 0 0;*/
	padding: 20px 0 10px; /* コンテンツのパディング（上、左右、下） */
}

/* --- セクション --- */
#content div.section
{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:2em;
}
/* セクション内の見出し枠 */
#content div.section div.heading
{
	margin-bottom:0.8em;
	padding:4px 2px;
}
/* セクション内の見出し */
#content div.section h1
{
	color : #4a5ae8;
	font-size:150%;
}
#content div.section h2
{
	border-left:5px solid #6699FF;
	background-color:#DEF3FF;
	font-size:130%;
	line-height:130%;
	margin:0;
	padding:2px 0 1px 5px;
}
#content div.section h3
{
	font-size:110%;
	line-height:110%;
	margin:0 0.5em;
	padding:2px 3px;
	border-top:2px solid #6699FF;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
/* セクション内の段落 */
#content div.section p
{
	margin: 0 1em 1em; /* 段落のマージン（上、左右、下） */
	line-height: 140%; /* 行の高さ */
}
/* リンクのスタイル */
#content div.section div.link
{
	margin:3px 3px 0 3px;
	padding-bottom:3px;
	line-height:140%;
	border-bottom:1px #c0c0c0 dotted;
	background: #ffffff url(../img/back/p_01.gif) no-repeat left;
}
#content div.section div.link ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#content div.section div.link li
{
	padding-left:20px;
	background: #ffffff url(../img/back/p_01.gif) no-repeat left;
	border-bottom:1px #c0c0c0 dotted;
}
#content div.section div.link div.imgarea
{
	padding-left:20px;
	padding-top:5px;
	float:left;
}
#content div.section div.link div.textarea
{
	padding-left:20px;
	float:left;
}
