@charset "UTF-8";
/*====================================================================
 reset styles
====================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	

}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
ol li {
	margin-left: 20px;
}
* html ol li {
	margin-left: 25px;
}
*+html ol li {
	margin-left: 25px;
}
ol li ul li {
	margin-left: 0;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
}
*+html img {
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
caption, th {
	text-align:left;
}
abbr, acronym {
	border: 0;
}


/*====================================================================
 link
====================================================================*/
a:link {
	color: #525252;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover, a:active {
	color: #ff0000 !important;
	text-decoration: underline;
}
a:visited {
	color: #7659b0;
	text-decoration: none;
}

a:hover img {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
#n_toshibaLogo a:hover img,
#n_copyBox a:hover img {
     filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}

/* Links in mainArea */

#n_mainArea a:link {
	color: #3546a6;
	text-decoration: none;
	vertical-align: baseline;
}
#n_mainArea a:hover, a:active {
	color: #ff0000 !important;
	text-decoration: underline;
}
#n_mainArea a:visited {
	color: #7659b0;
	text-decoration: none;
}

#n_mainArea a.n_btn_more {
	color: #ffffff;
	text-decoration: none;
}
#n_mainArea a.n_btn_more02 {
	color: #ffffff;
	text-decoration: none;
}

/*====================================================================
 float
====================================================================*/
.flLeft, .fl {
	float: left !important;
}
.flRight, .fr {
	float: right !important;
}
.flNone {
	float: none !important;
}


/*====================================================================
 body
====================================================================*/
body {
	font-size: 75%;
	line-height: 1.7;
	color: #525252;
	text-align: center;
	background-color: #ffffff;
}


/*====================================================================
 layout styles
====================================================================*/
.n_container {
	clear:both;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#n_mainArea {
	float:right;
	width:720px;
}

#n_snavArea {
    float:left;
    width:210px;
}

#n_topFrame_left {
    float: left;
    width: 702px;
}

#n_topFrame_right {
    float: right;
    width: 242px;
}


/*====================================================================
 clearfix
====================================================================*/
.clear:after,
.clearfix:after,
#topArea:after,
#contents:after,
#path:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both;
	visibility: hidden;
}
.clear,
.clearfix,
#topArea,
#othersArea,
#contents,
#path {
	zoom: 1;
}


/*====================================================================
 text styles
====================================================================*/
p {
	line-height:1.7;
}

#n_mainArea p {
    margin-bottom:7px;
}


/*====================================================================
 button styles
====================================================================*/
a.n_btn_more {
	position:absolute;
	top:6px;
	right:0;
	padding:2px 8px 2px 17px;
	background-image:url(../images/btn_triangle_red.png);
	background-repeat:no-repeat;
	background-position:8px 7px;
	background-color:#676767;
	font-size:78%;
    line-height: 19px;
	color:#fff;
	text-decoration:none;
}
a.n_btn_more:hover {
	background-color:#f00;
	background-image:url(../images/btn_triangle_white.png);
	color:#fff !important;
}



/*====================================================================
 list styles
====================================================================*/
ul.n_list_gt01 li {
	margin-bottom:10px;
	padding-left:18px;
	background:url(../images/icon_gt_red.png) no-repeat 4px center;
	font-weight:bold;
}
.n_icon_list01 {
	margin-bottom:10px;
	padding-left:18px;
	background:url(../images/icon_gt_red.png) no-repeat 4px 5px;
	font-weight:bold;
}
ul.n_icon_list02 li {
	margin-bottom:0px;
	padding-left:18px;
	background:url(../images/icon_gt_red.png) no-repeat 4px 5px;
}
ul.n_list_triangle01 {
	padding-bottom:12px;
	padding-left:19px;
	padding-right:10px;
}
ul.n_list_triangle01 li {
	padding-left:10px;
	padding-bottom:5px;
	background:url(../images/btn_triangle_red.png) no-repeat left 3px;
	line-height:1.2;
}

.n_noIcon {
	background:none !important;
}


/*====================================================================
 box styles
====================================================================*/
.n_listBox01 {
	float:left;
	width:223px;
}

.icon-win {
    background: url("../images/cmn_ico_17.gif") no-repeat scroll right center;
    padding: 0 16px 0 0;
}

