<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		simple header format
	================================================================================================
*/

/*
	============================================================================
		reset
	============================================================================
*/

html {
	color: #000;
	background: #FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img { border: 0; }
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
em,
strong {
	font-style: normal;
	font-weight: bold;
}
.alert-text { color: #f00; }
.turndown-text { color: #888; }
caption, th { text-align: left; }
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.25;
}
q:before,
q:after { content: ''; }
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size:100%;
}
legend { color: #000; }

/*
	============================================================================
		base
	============================================================================
*/

body {
	font: 13px/1.231 "Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka";
	*font-size: small;
	*font: x-small;
	color: #333
	background: #fff;
	line-height: 1.6;
}

select, input, button, textarea, button { font-size: 99%; }

#vclSimpleHeader ul,
#vclSimpleHeader ol,
#vclLeftnaviHeader ul,
#vclLeftnaviHeader ol { list-style: none; }

#contents table {
	font-size: inherit;
	font: 100%;
}

#contents pre,
#contents code,
#contents kbd,
#contents samp,
#contents tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

#contents br { letter-spacing: normal; }

#contents a,
#contents a:link {
	text-decoration: none;
	color: #43677e;
}

#contents a:visited {
	color: #43677e;	
}

#contents a:hover,
#contents a:active {
	color: #c41230;
	text-decoration: underline;
}

#contents h1 {
	font-size: 146.5%;
	margin: 1em 0;
}

#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	color: #151515;
	font-size: 108%;
	padding: .1em .2em;
	margin: 0 .2em 1em;
}
#contents h3 {
	border-bottom: solid #ccc;
}

#contents dl dd h3,
#contents dl dd h4,
#contents dl dd h5 {
	font-size: 93%;
	margin-bottom: .1em;
}

#contents blockquote,
#contents ol,
#contents dl { margin: 1em 1em 1.5em 1.25em; }

#contents ul { margin-bottom: 0; }


#contents ol { padding-left: 1em; }

#contents li { margin-left: 1.25em; margin-bottom: 0; padding-bottom: .35em; }

#contents ul { list-style: disc outside; }

#contents ol { list-style: decimal outside; }

#contents dl dd { margin-left:1.5em; }

#contents th,
#contents td {
	border: 1px solid #999;
	padding: .5em;
}


#contents div#sbi_comment6 table {
	border-spacing: 5px;
	border-collapse: separate;
}
#contents div#sbi_comment6 table td {
	border: none;
}
#contents div#sbi_comment6 input {
	margin: 0 10px;
}

#contents th {
	font-weight: bold;
	text-align: center;
}

#contents thead th {
	background-color: #e7e7e7;
}
#contents tbody th {
	background-color: #f2f2f2;
}

#contents caption {
	margin-bottom: .5em;
	text-align: center;
}


#contents fieldset,
#contents table,
#contents pre { margin-bottom: 1em; }

#contents div.section {
	margin-top: 1em;
	margin-bottom: 2em;
}

#contents ul.pouring li,
#contents ol.pouring li { float: left; }

#contents ul.contentsInfoList {
	text-align: right;
	margin: 0 0 1em;
	list-style: none;
}

#contents li.contentsInfoItem {
	display: inline;
	background: url("../images/arrow_black.gif") no-repeat 0 .45em;
	padding: 0 0 0 12px;
	margin-left: 0;
}

#contents .fltLeft { float: left; }
#contents .fltRight { float: right; }
#contents .fltCenter {
	margin-right: auto;
	margin-left: auto;
}

#contents .fltLeft,
#contents .fltRight,
#contents ol,
#contents ul,
#contents dl,
#contents div.section { /zoom: 1; }

#contents .fltLeft:after,
#contents .fltRight:after,
#contents ol:after,
#contents ul:after,
#contents dl:after,
#contents div.section:after { content: ''; display: block; clear: both; height: 0; }

/*
	====================================
		layoutFix
	====================================
*/

body #contents .nonmag	{ margin: 0; }
body #contents .mrgT0	{ margin-top: 0; }
body #contents .mrgT1	{ margin-top: 1px; }
body #contents .mrgT2	{ margin-top: 2px; }
body #contents .mrgT3	{ margin-top: 3px; }
body #contents .mrgT4	{ margin-top: 4px; }
body #contents .mrgT5	{ margin-top: 5px; }
body #contents .mrgT10	{ margin-top: 10px; }
body #contents .mrgT20	{ margin-top: 20px; }
body #contents .mrgT30	{ margin-top: 30px; }
body #contents .mrgR0	{ margin-right: 0; }
body #contents .mrgR1	{ margin-right: 1px; }
body #contents .mrgR2	{ margin-right: 2px; }
body #contents .mrgR3	{ margin-right: 3px; }
body #contents .mrgR4	{ margin-right: 4px; }
body #contents .mrgR5	{ margin-right: 5px; }
body #contents .mrgR10	{ margin-right: 10px; }
body #contents .mrgR15	{ margin-right: 15px; }
body #contents .mrgR20	{ margin-right: 20px; }
body #contents .mrgR25	{ margin-right: 25px; }
body #contents .mrgR30	{ margin-right: 30px; }
body #contents .mrgR35	{ margin-right: 35px; }
body #contents .mrgR40	{ margin-right: 40px; }
body #contents .mrgR45	{ margin-right: 45px; }
body #contents .mrgR50	{ margin-right: 50px; }
body #contents .mrgR60	{ margin-right: 60px; }
body #contents .mrgR70	{ margin-right: 70px; }
body #contents .mrgR80	{ margin-right: 80px; }
body #contents .mrgR90	{ margin-right: 90px; }
body #contents .mrgR100	{ margin-right: 100px; }
body #contents .mrgB0	{ margin-bottom: 0; }
body #contents .mrgB1	{ margin-bottom: 1px; }
body #contents .mrgB2	{ margin-bottom: 2px; }
body #contents .mrgB3	{ margin-bottom: 3px; }
body #contents .mrgB4	{ margin-bottom: 4px; }
body #contents .mrgB5	{ margin-bottom: 5px; }
body #contents .mrgB10	{ margin-bottom: 10px; }
body #contents .mrgB15	{ margin-bottom: 15px; }
body #contents .mrgB20	{ margin-bottom: 20px; }
body #contents .mrgB25	{ margin-bottom: 25px; }
body #contents .mrgB30	{ margin-bottom: 30px; }
body #contents .mrgB35	{ margin-bottom: 35px; }
body #contents .mrgB40	{ margin-bottom: 40px; }
body #contents .mrgB45	{ margin-bottom: 45px; }
body #contents .mrgB50	{ margin-bottom: 50px; }
body #contents .mrgB60	{ margin-bottom: 60px; }
body #contents .mrgB70	{ margin-bottom: 70px; }
body #contents .mrgB80	{ margin-bottom: 80px; }
body #contents .mrgB90	{ margin-bottom: 90px; }
body #contents .mrgB100	{ margin-bottom: 100px; }
body #contents .mrgL0	{ margin-left: 0; }
body #contents .mrgL1	{ margin-left: 1px; }
body #contents .mrgL2	{ margin-left: 2px; }
body #contents .mrgL3	{ margin-left: 3px; }
body #contents .mrgL4	{ margin-left: 4px; }
body #contents .mrgL5	{ margin-left: 5px; }
body #contents .mrgL10	{ margin-left: 10px; }
body #contents .mrgL15	{ margin-left: 15px; }
body #contents .mrgL20	{ margin-left: 20px; }
body #contents .mrgL25	{ margin-left: 25px; }
body #contents .mrgL30	{ margin-left: 30px; }
body #contents .mrgL35	{ margin-left: 35px; }
body #contents .mrgL40	{ margin-left: 40px; }
body #contents .mrgL45	{ margin-left: 45px; }
body #contents .mrgL50	{ margin-left: 50px; }
body #contents .mrgL60	{ margin-left: 60px; }
body #contents .mrgL70	{ margin-left: 70px; }
body #contents .mrgL80	{ margin-left: 80px; }
body #contents .mrgL90	{ margin-left: 90px; }
body #contents .mrgL100	{ margin-left: 100px; }
body #contents .mrgTB0	{ margin-top: 0; margin-bottom: 0; }
body #contents .mrgTB10	{ margin-top: 10px; margin-bottom: 10px; }
body #contents .mrgTB20	{ margin-top: 20px; margin-bottom: 20px; }
body #contents .mrgTB30	{ margin-top: 30px; margin-bottom: 30px; }
body #contents .mrgLR0	{ margin-left: 0; margin-right: 0; }
body #contents .mrgLR5	{ margin-left: 5px; margin-right: 5px; }
body #contents .mrgLR10	{ margin-left: 10px; margin-right: 10px; }
body #contents .mrgLR15	{ margin-left: 15px; margin-right: 15px; }
body #contents .mrgLR20	{ margin-left: 20px; margin-right: 20px; }
body #contents .mrgLR25	{ margin-left: 25px; margin-right: 25px; }
body #contents .mrgLR30	{ margin-left: 30px; margin-right: 30px; }
body #contents .mrgLR35	{ margin-left: 35px; margin-right: 35px; }
body #contents .mrgLR40	{ margin-left: 40px; margin-right: 40px; }

/*
		10px:77% / 11px:85% / 12px:93% / 13px:100% / 14px:108% / 15px:116% / 
		16px:123.1% / 17px:131% / 18px:138.5% / 19px:146.5% / 20px:153.9% / 
		21px:161.6% / 22px:167% / 23px:174% / 24px:182% / 25px:189% / 26px:197%
*/

/*
	============================================================================
		header
	============================================================================
*/

#page-top {
	position: absolute;
	top: -3em;
	height: 1.2em;
}

#vclSimpleHeader {
	width: 100%;
	background: #000 url("../images/bg_header.gif") repeat-x 0 -10px;
}

#vclSimpleHeader .container {
	width: 560px;
	height: 40px;
	margin: 0 auto;
}

#vclSimpleHeader #vclSH-vaioLogo { float: left; }

#vclSimpleHeader #vclSH-vaioLogo a {
	display: block;
	width: 106px;
	height: 40px;
	border: none;
	overflow: hidden;
	text-indent: -60em;
	background: transparent url("../images/logo_popup.gif") no-repeat 0px 9px;
}

#vclSimpleHeader ul {
	float: right;
	list-style: none;
}

#vclSimpleHeader ul li { float: left; }
#vclSimpleHeader ul li a {
	padding: 1em 2em;
	font-size: 85%;
	line-height: 3.5;
	/display: inline-block;		/* for IE6,IE7	*/
	/padding: 0 2em;			/* for IE6,IE7	*/
}

#vclSimpleHeader ul li a,
#vclSimpleHeader ul li a:link,
#vclSimpleHeader ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#vclSimpleHeader ul li a:hover {
	opacity: .6;
	filter:alpha(opacity=60);		/* for IE6,IE7	*/
}

#vclSimpleHeader ul li#vclSH-link2sony,
#vclSimpleHeader ul li#vclSH-link2vaio { display: none; }

#vclSimpleHeader ul li#vclSH-link2vcl a,
#vclSimpleHeader ul li#vclSH-link2biz a {
	background: url("../images/arrow_white.gif") no-repeat .5em 48%;
}

#vclSimpleHeader ul li#vclSH-close a {
	margin-left: 1em;
	background: url("../images/close.gif") no-repeat 0 48%;
}

#vclSimpleHeader .container { /zoom: 1; }
#vclSimpleHeader .container:after { content: ''; display: block; clear: both; height: 0; }

/*
	============================================================================
		footer
	============================================================================
*/

#vclSimpleFooter {
	margin: 2em 0 0;
	border-top: 1px solid #ccc;
}

#vclSimpleFooter .container {
	width: 560px;
	margin: 0 auto;
}

#vclSimpleFooter #vclSF-copyright {
	display: block;
	height: 31px;
	/height: 36px;
	width: 560px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -60em;
	background: url("https://www.sony.jp/share/footer/950c/images/foot_copyright_w.gif") no-repeat 0 40%;
	/background-position: 0 50%;
}

#vclSimpleFooter .container #vclSF-copyright {
	height: 36px;
	width: auto;
	background-position: 0 50%;
}

/*
	============================================================================
		body
	============================================================================
*/

#contents {
	width: 560px;
	margin: 0 auto;
	padding: 1.75em 0;
}

#contentsHead h1 {
	line-height: 1.5em;
}

#contentsHead .subtitle {
	font-size: 116%;
	font-weight: bold;
	margin-bottom: 0;
}

#contentsHead .modelname {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

#contentsHead .contentsUpdate {
	font-weight: bold;
	text-align: right;
}

/*
	====================================
		tab
	====================================
*/

#contents div.product_tab {
	clear: both;
}

#contents div.product_tab ul {
	list-style-type: none;
	width: 560px;
	height: 37px;
	margin: 0;
	padding: 0;
}

#contents  div.product_tab ul li {
	list-style-type: none;
	float: left;
	height: 37px;
	margin: 0;
	padding: 0;
}

#contents div#tab3_navi div.product_tab ul li {
	width: 183px;
}

#contents div#tab4_navi div.product_tab ul li {
	width: 137px;
}

#contents div#tab3_navi div.product_tab ul li#tab3_2 {
	margin-left: 5px;
}

#contents div#tab3_navi div.product_tab ul li#tab3_3 {
	margin-left: 6px;
}

#contents div#tab4_navi div.product_tab ul li#tab4_2,
#contents div#tab4_navi div.product_tab ul li#tab4_3,
#contents div#tab4_navi div.product_tab ul li#tab4_4 {
	margin-left: 4px;
}

#contents div.product_tab ul li a {
	display: block;
	color: #0072B5;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

#contents div#tab3_navi div.product_tab ul li a {
	background: url("../images/tab/tab3_ot.gif") no-repeat;
	width: 183px;
}

#contents div#tab3_navi div.product_tab ul li.on a {
	color: #ffffff;
	background: url("../images/tab/tab3_on.gif") no-repeat;
}

#contents div#tab3_navi div.product_tab ul li a:hover {
	text-decoration: none;
	background: url("../images/tab/tab3_ov.gif") no-repeat;
}

#contents div#tab3_navi div.product_tab ul li.on a:hover {
	background: url("../images/tab/tab3_on.gif") no-repeat;
}


#contents div#tab4_navi div.product_tab ul li a {
	background: url("../images/tab/tab4_ot.gif") no-repeat;
	width: 137px;
}

#contents div#tab4_navi div.product_tab ul li.on a {
	color: #ffffff;
	background: url("../images/tab/tab4_on.gif") no-repeat;
}

#contents div#tab4_navi div.product_tab ul li a:hover {
	text-decoration: none;
	background: url("../images/tab/tab4_ov.gif") no-repeat;
}

#contents div#tab4_navi div.product_tab ul li.on a:hover {
	background: url("../images/tab/tab4_on.gif") no-repeat;
}

#contents div.product_tab ul li a span {
	margin-left: 10px;
	padding-left: 10px;
	background: transparent url("../images/arrow_black.gif") no-repeat 0 4px;
}
#contents div.product_tab ul li.on a span {
	padding-left: 0;
	background: transparent url("../images/tab/no_images.gif") no-repeat 0 0;
}


#contents div.title_tab h2.sttl_bg {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
	border: medium none;
	background-image: url("../images/tab/no_image.gif");
}
#contents div.title_tab {
	background-image: url("../images/tab/tab_bg_title.gif");
	background-repeat: repeat-x;
	clear: both;
	height: auto !important;
	margin-bottom: 30px;
	min-height: 37px;
	padding:20px 11px 0 15px;
}





/*
	====================================
		infoBox
	====================================
*/

#contents .box_info_area {
	margin: .5em 5px 1em 5px;
	padding: 0 0 9px;
	/padding: 0;
	background: #f3f3f3 url("../images/box/info-201br.gif") no-repeat bottom right;
}

#contents .box_info_area * { border: none; }

#contents .box_info_area dl {
	width: 100%;
	list-style: none;
	margin: 0;
	/margin: 0 0 9px;
	padding: 0;
	background: transparent url("../images/box/info-202tr.gif") no-repeat top right;
}

#contents .box_info_area dl dt {
	float: right;
	width: 100%;
	height: 40px;
	padding: 0;
	background: transparent url("../images/box/info-203tl.gif") no-repeat top left;
}

#contents .box_info_area dl dd {
	float: left;
	margin: -38px 0 -9px;
	/margin: -36px 0 0;
	padding: 16px 0 0 54px;
	/padding: 16px 8px 0 62px;
	background: transparent url("../images/box/info-204bl.gif") no-repeat bottom left;
}

#contents .box_info_area dl dt.caution img,
#contents .box_info_area dl dt.info img {
	position: absolute;
	margin: 12px 16px;
}

#contents .box_info_area dl dd ul,
#contents .box_info_area dl dd ol { margin: 0 1em 1.5em 1em; }

#contents .box_info_area dl dd ol { padding-left: .6em; }



/*
	====================================
		index_area
	====================================
*/

#contents .index_area {
	width: 560px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

#contents .index_head {
	background: url("../images/index_box/index_box_head.gif") no-repeat;
}

#contents .index_head p {
	color: white;
	margin: 0;
	padding: 4px 0 0 38px;
	font-weight: bold;
}

#contents .index_body_area {
	background: url("../images/index_box/index_box_body.gif") repeat-x;
	margin: 0;
	padding: 0;
	border-width: 0 1px;
	border-color: #C6D3DC;
	border-style: solid;
	width: 558px;
}


#contents .index_body,
#contents .index_body_single {
	margin: 0;
	padding: 10px;
}

#contents .index_body ul,
#contents .index_body_single ul {
    margin: 0.5em 0 0 0;
	list-style: none;
}

#contents .index_body ul li {
    float: left;
    padding-right: 1em;
	margin-left: 10px;
	padding-left: 10px;
	width: 43%;
	background: url("../images/arrow_black_dw.gif") no-repeat 0 0.5em;
}

#contents .index_body_single li {
    padding-right: 1em;
	margin-left: 10px;
	padding-left: 10px;
	background: url("../images/arrow_black_dw.gif") no-repeat 0 0.5em;
}

#contents .index_foot {
	background: url("../images/index_box/index_box_foot.gif") no-repeat;
	margin: 0;
	padding: 0;
	width: 560px;
	height: 10px;
}

/*
	====================================
		pagetop
	====================================
*/


#contents p.back2pagetop {
	float: right;
	margin-right: -1em;
}

#contents p.back2pagetop:after { content: ''; display: block; clear: both; height: 0; }

#contents p.back2pagetop a {
	padding: 1em 1.5em;
	font-size: 85%;
	line-height: 3.5;
	background: url("../images/arrow_black_up.gif") no-repeat .5em 50%;
	/display: inline-block;		/* for IE6,IE7	*/
	/padding: 0 1.5em;			/* for IE6,IE7	*/
}

#contents p.back2pagetop a,
#contents p.back2pagetop a:link,
#contents p.back2pagetop a:visited {
	text-decoration: none;
	color: #333;
}

#contents p.back2pagetop a:hover {
	filter:alpha(opacity=60);		/* for IE6,IE7	*/
	opacity: .6;
}

#contents div.pagetop {
    text-align: right;
    width: 98%;
}

div.to_index {
    margin: 10px 0;
    text-align: right;
    width: 98%;
}


/*
	====================================
		other
	====================================
*/

#contents .annotation li {
	list-style: none;
	text-indent: -0.9em;
}

#contents .annotation2 li {
	list-style: none;
	text-indent: -1.5em;
	padding-left: 8px;
}

#contents .annotation li ul li,
#contents .annotation2 li ul li {
	list-style: disc;
	text-indent: 0;
}

#contents .notice {
	border: 1px solid #f00;
	margin: 0 0 1em;
	padding: 1em;
}

#contents a.vcl_link {
	padding-left: 10px;
	background: url("../images/arrow_black.gif") no-repeat 2px .5em;
}

#contents a.vcl_link_out {
	padding-left: 16px;
	background: url("../images/link_out.gif") no-repeat 2px .35em;
}

#contents ul.vcl_link,
#contents ul.vcl_link_out {
	margin-left: .5em;
}

#contents ul.vcl_link li,
#contents ul.vcl_link_out li {
	list-style: none;
	background: url("../images/arrow_black.gif") no-repeat 0 .5em;
	text-indent: 0;
}

#contents ul.vcl_link li {
	padding-left: 10px;
}

#contents ul.vcl_link_out {
	margin-left: 0 !important;
}

#contents ul.vcl_link_out li {
	padding-left: 17px;
	background-image: url("../images/link_out.gif");
	background-position: 0 .3em;
}

#contents span.link_out {
    background: url('../images/link_out.gif') repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 10px 0 0;
    vertical-align: baseline;
    width: 13px;
	margin-left: 3px;
}


#contents ul.assistantLink,
#contents div.assistantLink ul {
	margin: 0 0 1em;
	float: right;
}
#contents div.assistantLink {
	margin-top: -.3em;
	/zoom: 1;
}
#contents div.assistantLink:after { content: ''; display: block; clear: both; height: 0; }

#contents .assistantLink li {
	float: left;
	list-style: none;
	background: url("../images/arrow_black.gif") no-repeat 0 .5em;
	padding-left: 10px;
}

#contents .accent {
	color: #ff0000;
}

#contents div.pct img {
	margin: 15px 0 30px 15px;
}









/*
	====================================
		sol2008_s_style.css より移植 Q
	====================================
*/

#contents #question #q_box {
    background-color: #EEEEEE;
    margin: 0 0 0 6px;
    padding: 10px;
    width: 540px;
}
#contents #question #q_box_title {
    float: left;
    margin: 0;
    padding: 0;
}

#solutionContents #question #q_box_content {
	margin: 0px;
	padding: 3px 0 3px 6px;
	float: left;
	width: 650px;
	_width: 640px;
}

center #contents #question #q_box_content {
    width: auto;
}

#contents #question .bfont{
	font-size: 140%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

/*
	====================================
		sol2008_s_style.css より移植 A
	====================================
*/

#contents #answer #a_box {
	background-color: #EEEEEE;
	margin: 0 0 0 6px;
	padding: 10px;
	width:540px;
}

#contents #answer #a_box_title {
    float: left;
    margin: 0;
    padding: 0;
}

#contents #answer #answerTitle {
	font-size: 16pt;
	line-height: 1em;
	background-color: #FAF9F9;
	background-image: url("../../002/css/sol2008_g_head_answer.gif");
	background-repeat: no-repeat;
	background-position: 10px;
	margin: 10px 0px;
	padding: 10px 10px 10px 60px;
}


#contents #answer #a_box {
    background-color: #EEEEEE;
    margin: 0 0 0 6px;
    padding: 10px;
    width: 540px;
}


#contents #answer .bfont{
	font-size: 140%;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

center #contents #answer #a_box_content {
	width: auto;
}


#contents #answer .chapterProducts,
#contents #answer .chapterDescription,
#contents #answer .chapterIndex,
#contents #answer .chapterAnswerContents,
#contents #answer .chapterHowto {
	margin-left: 30px;
}

#contents #answer .chapterProducts h3,
#contents #answer .chapterDescription h3,
#contents #answer .chapterIndex h3,
#contents #answer .chapterAnswerContents h3,
#contents #answer .chapterHowto h3 {
	font-size: 108%;
	line-height: 1em;
	background-image: url("../images/sol2008_g_mark_01.gif");
	background-repeat: no-repeat;
	margin-left: -20px;
	padding-top: 1px;
	padding-left: 16px;
}



#contents #answer h4.head_sectionHowtoCheck ,
#contents #answer h4.head_sectionHowto ,
#contents #answer h4.head_section {
	font-size: 108%;
	line-height: 1em;
	background-image: url("../images/sol2008_g_mark_02l.gif");
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-top: 1px;
	padding-left: 16px;
}


#contents #answer h5.head_sectionHowtoCheck ,
#contents #answer h5.head_sectionHowto ,
#contents #answer h5.head_section {
	font-size: 108%;
	line-height: 1em;
	background-image: url("../../002/css/sol2008_g_mark_03.gif");
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-top: 1px;
	padding-left: 16px;
	background-position: 0 0px;
	vertical-align: middle;
	height: 16px;
}

#contents #answer h6.head_sectionHowtoCheck ,
#contents #answer h6.head_sectionHowto ,
#contents #answer h6.head_section {
	font-size: 108%;
	line-height: 1em;
	background-image: url("../../002/css/sol2008_g_mark_03.gif");
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-top: 1px;
	padding-left: 16px;
	background-position: 0 0px;
	vertical-align: middle;
}

#contents #answer h6.topicH7 ,/* 		2009.08.18 DEL */
#contents #answer h6.topicH8 ,
#contents #answer h6.topicH9 ,
#contents #answer h6.topicH10 ,
#contents #answer h6.topicH11 {
	font-size: 108%;
	line-height: 1em;
	background-image: url("../../002/css/sol2008_g_mark_04.gif");
	background-repeat: no-repeat;
	margin-left: -10px;
	padding-top: 1px;
	padding-left: 16px;
	background-position: 0 2px;
	vertical-align: middle;
	height: auto;
}


#contents .sectionReferenceBox {
    margin: 2em 0 0;
    padding: 0;
    width: 98%;
}
#contents .sectionReferenceBox .header .c, #contents .sectionReferenceBox .footer .c {
    font-size: 1px;
    height: 15px;
    margin: 0;
    padding: 0;
}
#contents .sectionReferenceBox .header {
    background: url("../images/sol2008_g_box_blue_1.gif") no-repeat scroll 0 0 transparent;
}
#contents .sectionReferenceBox .header .c {
    background: url("../images/sol2008_g_box_blue_2.gif") no-repeat scroll right 0 transparent;
}
#contents .sectionReferenceBox .body {
    background: url("../images/sol2008_g_box_blue_3.gif") repeat-y scroll 0 0;
}
#contents .sectionReferenceBox .body .c {
    background: url("../images/sol2008_g_box_blue_4.gif") repeat-y scroll right 0 transparent;
}
#contents .sectionReferenceBox .footer {
    background: url("../images/sol2008_g_box_blue_5.gif") no-repeat scroll 0 0 transparent;
}
#contents .sectionReferenceBox .footer .c {
    background: url("../images/sol2008_g_box_blue_6.gif") no-repeat scroll right 0 transparent;
}
#contents .sectionReferenceBox .body .c p.head_sectionReferenceBox {
    margin: 0;
    padding: 0;
}
#contents .sectionReferenceBox .body .c {
    margin: 0 0 0 10px;
    padding: 0 10px 0 10px;
}
#contents .sectionReferenceBox .body .c p.head_sectionReferenceBox {
    background-image: url("../images/sol2008_g_icon_information.gif");
    background-repeat: no-repeat;
    font-size: 108%;
    font-weight: bold;
    height: 25px;
    line-height: 1em;
    padding-left: 16px;
    padding-top: 1px;
}

#question .chapterQuestion {
	margin-left: 20px;
}

#contents #question h2,
#contents #answer h2 {
	background-image: none;
	border: none;
}

</pre></body></html>