@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
  #contents
   #article
   #aside
 
=================================================================== */


/*----------------------------------------------------
	#article
		メイン
----------------------------------------------------*/
#article {
	float:left;
	width:581px;
	margin:45px 0 10px 43px;
	display:inline;
}

#article h2
{
	margin:0 0 25px 0;
	padding:0;
}

#article h3
{
	width:100%;
	background:#8ba6a0;
	color:#ffffff;
	font-size:117%;
	text-indent:15px;
	line-height:30px;
	height:30px;
	margin-bottom:19px;
}

#article img.question
{
	background:url(../img/arrow.gif) no-repeat 50% 100%;
	padding-bottom:39px;
	margin-bottom:10px;
}

#article h4
{
	margin:40px 0 30px 0;
	font-size:117%;
	padding-bottom:5px;
	background:url(../../img/share/dashed_line.gif) repeat-x 0 100%;
}

#article h4 span
{
	margin-left:2px;
	border-left:3px solid #0db66c;
	padding-left:5px;
	height:15px;
}


#article h5
{
	margin-top:20px;
	margin-bottom:15px;
	width:100%;
	background:#eeeeee;
	color:3f3f3d;
	font-weight:bold;
	text-indent:10px;
	height:21px;
	line-height:21px;
}

#article h6
{
	margin-bottom:8px;
	font-weight:bold;
	line-height:21px;
}

.green
{
	color:#88AD97
}

.red
{
	color:#EE195E
}

#article p.caption
{
	text-indent:-1em;
	padding-left:1em;
}




#article ul
{
	margin-bottom: 1em;
}

#article ul.list
{
	list-style-image: url(../img/eye_catch-rect.gif);
	padding: 6px 0 6px 20px;
}
	

#article ul ol
{
	margin: 5px 0 5px 0;
}

#article p.caption
{
	margin: 5px 0 5px 0;
	list-style-type:decimal;
}


#article ul.back_number
{
	margin-bottom:20px;
}


#article ul.back_number
{
	line-height:170%;
}

#article p.detail
{
	background:url(../../img/share/dashed_line.gif) repeat-x 0 0;
	padding-top:15px;
	margin-top:30px;
}

#article ul.back_number li
{
	background:url(../img/eye_catch.gif) no-repeat 0 50%;
	padding-left:12px;
	margin:0 0 7px 10px;
}

#article dl
{
	margin-top:20px;
}

#article dl dt
{
	background:url(../img/eye_catch-rect.gif) no-repeat 0 50%;
	margin:20px 0 7px 5px;
	padding-left:12px;
	font-size:117%;
	font-weight:bold;
}

/* -----------------------------------------------------------
	#aside
		サイドバー、サブ
----------------------------------------------------------- */
#aside {
	float:right;
	width:259px;
	margin:93px 43px 95px 0;
	display:inline;
	font-size:92%;
	padding:0;
	border:none;
}


#aside h3
{
	margin:0;
}


#aside ul#menu
{
	width:257px;
	border-bottom:#add8b2 1px solid;
	border-right:#add8b2 1px solid;
	border-left:#add8b2 1px solid;
}

#aside ul#menu li a
{
	background:url(../../img/share/aside-btn_bg_off.gif) no-repeat;
	width:217px;
	height:28px;
	display:block;
	padding:12px 0 0 40px;
	text-decoration:none;
	color:#3f3f3d;
}

#aside ul#menu li a:hover,#aside ul#menu li a.current
{
	background:url(../../img/share/aside-btn_bg_on.gif) no-repeat;
}

#aside ul#menu li a.last
{
	background:url(../../img/share/aside-btn_bg_last_off.gif) no-repeat;
	height:33px;
}

#aside ul#menu li a.last:hover,#aside ul#menu li a.last_current,#aside ul#menu li a.last_current:hover
{
	background:url(../../img/share/aside-btn_bg_last_on.gif) no-repeat;
	height:33px;
}