/**
* 
* htmlタグの再定義
* 
**/
*{
	font-size: 14px;
	line-height: 1.1em;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
a: link {
	text-decoration: none
}
a: hover {
	text-decoration: none
}
a: visited {
	text-decoration: none
}


/**
* 
* 各ページ共通スタイル
* 
**/
#rap {
	margin: 0pt auto;
	width: 95%;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
}
#main {
	text-align: center;
}
#content {
	margin-left: auto;
	margin-right: auto;
}
#header {
	float: left;
	width: 100%;
	background-image: url(../img/header_back.gif);	
}
#headerL {
	float: left;
	width: 49%;
	text-align: left;
}
#headerR {
	float: right;
	width: 49%;
	text-align: right;
}
#footer {
	width: 100%;
	background-color: #006;
	padding-top: 5px;
	padding-bottom: 20px;
}
.copyright {
 	font-size: 10px; 
 	color: #99CCFF; 
 	text-decoration: none
 }
.bodyCopy {
	font-size: 14px; 
	line-height: 1.4em; 
	text-decoration: none
}
.bodyCopySmall {
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	font-weight: normal;
}
.caption {
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
}
.bodyCopyStrong {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
}

  
/**
* 
* スペックページ用スタイル
* 
**/
.spec {  
	font-size: 12px;
	line-height: 1.3em;
	border-collapse: collapse;
}
.specTitle {  
	font-size: 12px;
	font-weight: bold;
}
.loft {  
	font-size: 12px;
	color: #CC0000
}
.specCap {
	font-size: 10px;
	width: 90%;
	text-align: right;
	padding-top: 3px;
}
.name {  
	font-size: 14px;
	font-weight: bold
}
.price {  
	font-size: 16pt; 
	font-weight: bold
}
.date {
	font-size: 14px
}
.spec th, .spec td {
	border: 1px solid #666666;
	border-collapse: collapse;
}
.specField {
	font-size: 12px;
	line-height: 1.3em;
	padding: 2px;
}
.sup {
	font-size: 11px;
}
.footnote {
	font-size: 10px;
	margin-bottom: 30px;
	width: 90%;
	text-align: left;
}
.footnotered {
	font-size: 10px;
	color: #CC0000
}
.footnotegray {
	font-size: 10px;
	color: #333333
}


/**
* 
* 特集記事用スタイル
* 
**/
.bodyCopyStrong000099 {
	font-size: 14px;
	line-height: 1.4em ;
	font-weight: bold ;
	color: #000099
}
.bodyCopySmallStrong000099 {
	font-size: 12px;
	line-height: 1.3em ;
	font-weight: bold ;
	color: #000099
}
.bodyCopyStrong666666 {
	font-size: 14px;
	line-height: 1.4em ;
	font-weight: bold ;
	color: #666666
}
.profile {
	font-size: 10px;
	line-height: 1.2em
}
.captionTitle {
	font-size: 10px ;
	font-weight: bold
}
.captionTitle12px {
	font-size: 12px;
	font-weight: bold 
}
.bodyCopyStrongFFFFFF {
	font-size: 14px;
	line-height: 1.4em ;
	font-weight: bold ;
	color: #FFFFFF
}
a.bodyCopy: link {
	color: #0066FF;
	text-decoration: none
}
.bodyCopyStrongFF6600 {
	font-size: 14px;
	line-height: 1.4em ;
	font-weight: bold ;
	color: #FF6600
}
.bodyCopyLargeStrongFF6600 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.bodyCopyLargeStrong006633 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
.bodyCopyFF3399 {
	font-size: 14px;
	line-height: 1.4em;
	color: #FF3399;
	text-decoration: none;
}
.bodyCopy3399FF {
	font-size: 14px;
	line-height: 1.4em;
	color: #3399FF;
	text-decoration: none;
}
.specCapRed {
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	color: #FF0000;
}
