﻿@charset "UTF-8";
/*====================================================================
 reset styles
====================================================================*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 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;
}


/*====================================================================
 general purpose
====================================================================*/
/* margin
--------------------------------------------------------------------*/
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}

.ml00 {margin-left: 0 !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}

.mr00 {margin-right: 0 !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 35px !important;}
.mr50 {margin-right: 40px !important;}

.pb00 {padding-bottom: 0 !important;}


/* text-align
--------------------------------------------------------------------*/
.align_left, .al {text-align: left !important;}
.align_center, .ac {text-align: center !important;}
.align_right, ar {text-align: right !important;}
.vertical_top {vertical-align: top !important;}
.vertical_middle {vertical-align: middle !important;}
.vertical_bottom {vertical-align: bottom !important;}


/* font-size
--------------------------------------------------------------------*/
.f10 {font-size: 81%;}
.f11 {font-size: 88%;}
.f13 {font-size: 106%;}
.f14 {font-size: 113%;}
.f15 {font-size: 124%;}
.f16 {font-size: 130%;}
.f17 {font-size: 138%;}
.f18 {font-size: 148%;}
.f19 {font-size: 163%;}
.f20 {font-size: 173%;}


/* font-type
--------------------------------------------------------------------*/
.bold {font-weight: bold;}
.italic {font-style: italic;}


/*====================================================================
 link
====================================================================*/
a:link {
	color: #676767;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover, a:active {
	/* color: #ff0000 !important; */
	color: #0064D2;
	text-decoration: underline;
}
a:visited {
	color: #6600CC;
	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;
}


/*====================================================================
 float
====================================================================*/
.flLeft, .fl {
	float: left !important;
}
.flRight, .fr {
	float: right !important;
}
.flNone {
	float: none !important;
}


/*====================================================================
 body
====================================================================*/
body {
	/*font-size: 75%;*/
	font-size: 90%;
	line-height: 1.7;
	color: #6b6b6b;
	text-align: center;
	background-color: #ffffff;
}


/*====================================================================
 layout styles
====================================================================*/
.n_container {
	clear:both;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
.n_container_PSpice {
	clear:both;
	//width: 950px;
	//width: 1082px;
	width: 1065px;
	text-align: left;
}
.n_container_PSpice_news {
	clear:both;
	//width: 950px;
	//width: 1082px;
	width: 1065px;
	text-align: left;
}
#n_mainArea {
	float:right;
	width:720px;
}


/*====================================================================
 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;
}



/*====================================================================
 button styles
====================================================================*/
a.n_btn_more {
	position:absolute;
	top:6px;
	right:0;
	padding:2px 8px 2px 17px;
	background-image:url(../image/cmn/btn_triangle_red.png);
	background-repeat:no-repeat;
	background-position:8px 7px;
	background-color:#676767;
	font-size:70%;
	color:#fff;
	text-decoration:none;
}
a.n_btn_more:hover {
	background-color:#f00;
	background-image:url(../image/cmn/btn_triangle_white.png);
	color:#fff !important;
}



/*====================================================================
 list styles
====================================================================*/
ul.n_list_gt01 li {
	margin-bottom:10px;
	padding-left:18px;
	background:url(../image/cmn/icon_gt_red.png) no-repeat 4px center;
	font-size:100%;
	font-weight:bold;
}
.n_icon_list01 {
	margin-bottom:10px;
	padding-left:18px;
	background:url(../image/cmn/icon_gt_red.png) no-repeat 4px 5px;
	font-weight:bold;
}
ul.n_icon_list02 li {
	margin-bottom:0px;
	padding-left:18px;
	background:url(../image/cmn/icon_gt_red.png) no-repeat 4px 5px;
}
ul.n_list_triangle01 {
	padding-bottom:10px;
	padding-left:19px;
	padding-right:10px;
}
ul.n_list_triangle01 li {
	padding-left:10px;
	padding-bottom:5px;
	background:url(../image/cmn/btn_triangle_red.png) no-repeat left 3px;
	line-height:1.2;
	font-size:100%;
}

.n_noIcon {
	background:none !important;
}


/*====================================================================
 box styles
====================================================================*/
.n_listBox01 {
	float:left;
	width:223px;
}




