@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 p.anti_program
{
	margin:20px auto;
	width:330px;
}

#article p.note
{
	margin:20px auto;
	width:109px;
}

#article p.item
{
	margin:20px auto;
	padding-bottom:20px;
	width:541px;
}

#article p.r_option_read
{
	background:url(../img/r_option-forget.gif) no-repeat 95% 100%;
	padding-right:185px;
	min-height:198px;
}

*html body #article p.r_option_read
{
	height:198px;	
}

#article p.r_option_img
{
	width:562px;
	margin:20px auto;
}

#article p.attention
{
	margin:1em;
	text-indent:-1em;
}

#article p.protect
{
	width:344px;
	margin:20px auto;
}

#article img.question
{
	margin-bottom:10px;
}

#article img.question_arrow
{
	background:url(../img/arrow.gif) no-repeat 50% 100%;
	padding-bottom:39px;
	margin-bottom:10px;
}

#article h4
{
	margin:40px 0 20px 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 ul.avalable
{
	margin:20px 0;
}

#article ul.avalable li
{
	margin-bottom:6px;
}

#article ul.solution li
{
	margin-top:20px;
}

#article ul.mail_magazine li
{
	line-height:170%;
}


#article ul.attention
{
	margin:10px 0;
}


#article ul.attention li
{
	margin-left:20px;
	text-indent:-20px;
	margin-bottom:15px;
}

#article ul.system li
{
	margin-bottom:7px;
}

#article p.attention2
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/eye_catch-rect.gif) no-repeat scroll 0 50%;
font-weight:bold;
margin:20px 0 7px 5px;
padding-left:12px;
}

ul#customize
{
list-style-image:url(../img/eye_catch-rect.gif);
padding-left:20px;
font-weight:bold;
}

#article p.detail
{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../img/share/dashed_line.gif) repeat-x scroll 0 0;
margin-top:30px;
padding-top:15px;
}


#article dl
{
	width:549px;
	margin:0 auto 10px auto;
	border-left:1px solid #b7e9ff;
	border-right:1px solid #b7e9ff;
	border-bottom:1px solid #b7e9ff;
}

#article dl dt
{
	background:#b7e9ff;
	width:100%;
	color:#1aa0dd;
	font-weight:bold;
	text-align:center;
	height:30px;
	line-height:30px;
	margin-bottom:7px;
}

#article dl dd
{
	text-indent:1em;
	margin-bottom:7px
}

#article p.nrms_image
{
	margin:20px auto;
	width:330px;
}

#article p.nrms_image_n
{
	margin:20px auto;
	width:380px;
}

#article p.nrms_image_r
{
	margin:20px auto;
	width:470px;
}

#article p.nrms_image_m
{
	margin:20px auto;
	width:500px;
}

/* -----------------------------------------------------------
	#aside
		サイドバー、サブ
----------------------------------------------------------- */
#aside {
	float:right;
	width:259px;
	margin:93px 43px 0 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;
}


