/*html,body{
	height:100%;
	width:100%;
}*/

body {
	margin-top:0px;
	margin-bottom:0px;
	background: #eeeeee url(../img/bg-gt8.jpg) repeat-x;
	background-position:0% 100%;
}

#wrapper{
width:680px;
margin-left:auto;
margin-right:auto
}

#main{
		font-size:100%;
	line-height:140%;
	}
	
/*TOPのマージン*/
div.dtop{
margin-left:10px;
margin-top:5px;
margin-bottom:5px;
}

/*その他のリンクのスタイル*/

#main a{
	color:#FF3300;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
	border-bottom: 1px dotted #FF3300;

}

#main a:visited {
	color:#990000;
	text-decoration: none;
}

#main a:hover {
color:#0066FF;
text-decoration:none;
}


/*Navigation*/

div#header{
	margin:0px;
	height: 74px;
	padding-top: 4px;
	color: #FFFFFF;
	font-size: 12px;
}

div#navigation {
display:block;
width:740px;
background-color:#F3FEBA;
margin-left:0px;
margin-top:0px;
margin-bottom:10px;
font-size:12px;
color:#000000;
text-align:right;
padding-top:4px;
}


div#navigation a {
padding:4px 0px 4px 0px;
}

div#navigation a:hover{
background-color:#FFFFCC;
}


a.link01 {
color:#000066;
}

a.link01:hover {
	color: #0033FF;
}


/*topicpathの色指定*/

.topicpath {
	font-size:11px;
	color:#666666;
	margin-top:8px;
	margin-bottom:20px;
	margin-left: 10px;

}

.topicpath a.link {
color:#006699;
}

.topicpath a.link:hover {
background-color:#FFFF66;
}

/*本文のフォント*/
.text1 {font-size:10px; line-height:120%}
.text2 {font-size:10pt; line-height:140%}
.text3 {font-size:0.75em; line-height:1.35}
.text4 {font-size:0.75em; line-height:1.35}
td#datatable{
font-size:0.9em;
line-height:1.3em;}


/*TOPのお知らせ*/

#news div {
margin-top:0px;}

#news td{
border-bottom:1px dotted #666666;}

#news td.nobd{
border:0px;}

/*日付のスタイル*/
#news div.date {
font-size:12px;
color:#0066CC;
margin-left:10px;
margin-top:5px;
}

/*お知らせのスタイル*/
#news div.text {
font-size:90%; 
line-height:1.2;
margin-top:5px;
margin-bottom:5px;
}

#news a{
color:blue;
border-bottom:none;
}

#news a:visited {
color:#006699;
}

#news a:hover {
color:red;
}


/*topの但し書き*/

.caution{
font-size:10px;
line-height:120%;
color:#666666
}


/*victoryシリーズ終了のお知らせ*/

.victory{
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px red;
	font-size:11px;
	line-height:14px;
	color:#990000;
	width: 500px;
}

.victory100per{
	padding-top:5px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px red;
	font-size:11px;
	line-height:14px;
	color:#990000;
	width: 95%;
}

/*製品情報スタイル*/

/*規約のリンク*/


a.linkbox{
text-align:center;
text-decoration:none;
	display:block;
	width:220px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border:1px dotted #000033;
	font-size:12px;
	font-weight: bold;
color:#000099;
background-color:#FFFF99;
}

a.linkbox:visited{
color:#cc3300;
}


a.linkbox:hover{
color:#003399;
background-color:#FFFF99;
}


.contents {
	padding: 6px;
	width: 620px;
}

li{
font-size:12px;
margin-bottom:10px;
line-height:110%;
}
.midashi-s {
	color:#660000;
	font-size:14px;
	font-weight: bold;
}
.caption {
	font-size: 12px;
	line-height: 140%;
	color: #660033;
}
/*
span.caption a,a:visited{
color:#666666;
}

span.caption a:visited{
color:#666666;
}
*/
.faq-q {
	font-size: 10pt;
	font-weight: bold;
	color: #0066CC;
	line-height: 1.2;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;*/
	width: 600px;
	background: url(../img/icon_qanda_q.gif) no-repeat left top;
	padding-left: 45px;
		display:block;
height: 40px;
margin-bottom:10px;
	clear:both;
}

.faq-a {
	font-size: 10pt;
	color: #990000;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 600px;
	background: url(../img/icon_qanda_a.gif) no-repeat left top;
	padding-left: 45px;
	display:block;
	padding-bottom:20px;
}

.phbg {
	background-color:#E7F0F5;
	padding: 7px;
	font-size: 12px;
	line-height: 140%;
	color: #000033;
}

strong{
color:#CC0000;
}

ul.point{
margin-left:20px;}

ul.point li{
	margin-bottom:5px;
	font-size:10.5pt;
	list-style-type: none;
	background-image:url(../img/tri-point.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	font-weight: bold;
	color: #990000;
	background-position: left 0px;
	line-height: 120%;
}


li#nomark {
	font-size:12px;
	margin-bottom:10px;
	list-style-type: none;
	color: #003366;
	font-weight: bold;
	line-height:1.3em;
}

table#point {
	border: 2px dotted #FF6600;
}

h2#kihon3 {
	color: #000000;
	background-color: #FFCC66;
	font-size: 0.9em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
td#bg1 {
	background-color:#FFE9AC;
}
td#bg2 {

	background-color:#FCB143;
}

.lineheight110{
line-height:110%;}

.style1 {color: #000000}

.step{color:#0033cc;}
.em1{color:#FF3300;
font-size:1.2em;
font-weight:bold;}



/*お知らせタイトルの上下のあき*/

#newstitle{
margin-top:5px;}


/*製品購入ページ(hanbai.html)のスタイル*/

h2#download{
font-size:1em;
border:1px solid #999999;
padding:4px;
width:auto;
color:#006600;
background-color:#CAFEA3;
}
h2#package{
font-size:1em;
border:1px solid #999999;
padding:4px;
width:100%;
color:#993300;
background-color:#FEEAA3;
}

div.shoplist td{
border-bottom:1px dotted #666666;}

div.witdh300 {
	width: 300px;
	display: block;
}

div.witdh400 {
	width: 400px;
	display: block;
}
div.witdh500 {
	width: 500px;
	display: block;
}

.caption-red {

	font-size: 12px;
	line-height: 120%;
	color: #CC0000;
}
p {
	font-size: 85%;
}
.text10pt {
	font-size: 85%;
	line-height: 140%;
}

.totop{
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
}
#index-campaign {
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 3px 4px 5px 10px;
	margin-top: 2px;
}

#index-campaign a{
	color: #0000FF;
}

#index-campaign a.red{
	color:#FF3300;
}
.index-copy {
	color: #000066;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 9.5pt;
	line-height: 105%;
	margin-right: 5px;
}
.point-mi-sub {
	font-size: 12px;
	font-weight: bold;
	color: #0033CC;
}
.point-mi-sub2 {
	font-size: 12px;
	font-weight: bold;
	color:#CC0000;
}

#wrapper #sitetitle {
	background-color: #003399;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	margin: 0px;
	height: 10px;
	padding-top: 5px;
}
#indextitle {
	background-image: url(../img/index-title.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
#header {
	background-image: url(../img/header.jpg);
}
#wrapper #main {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	background-color: #FFFFFF;
}
#wrapper #main .photo {
	background-color: #E7F0F5;
}
#wrapper #main .text10px {
	font-size: 10px;
	line-height: 120%;
}

#copyright {
margin-top:10px;
	font-size: 60%;
	border-top: 1px solid #999999;
	color:#666666;
/*	height: 30px;*/
	width: 630px;
	text-align: left;
	line-height:1.4;
	padding:10px 5px 0px 5px;
	display:block;
}
/*
#wrapper #main #copyright {
	font-size: 1px;
	border-top: 1px solid #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;


	color:#666666;
	height: 30px;
	width: auto;
	background-position: right top;
	text-align: left;
	color: #FFFFFF;
	text-indent: -1000px;
}
*/
#main a.nobd{
border-bottom:none;}#wrapper #main .lead {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #000000;
}
#wrapper #main .box1 {
	padding: 6px;
	border: 1px dashed #FF3300;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	width: 400px;
	background-image: url(../img/bg_box1.jpg);
	background-repeat: repeat-x;
}
#wrapper #main .point1-mi {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	padding: 3px 3px 3px 10px;
	width: auto;
	border-top-color: #3399FF;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #3399FF;
	background-image: url(../img/point-mi-bg.gif);
	background-repeat: repeat-x;
}
#wrapper #indextitle .titlecatch {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	margin: 5px;
}
#wrapper #main #news td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}



#main a.dlbutton {
	background-image: url(../img/but_download.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 97px;
	width: 139px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:none;
}
/*
#main a.dlbutton:hover {
	background-image: url(../images/but_download_on.jpg);

}
*/
#main a.cdrombutton {
	background-image: url(../img/but_cdrom.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 97px;
	width: 139px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:none;
}

#main a.cdrombutton:hover {
	background-image: url(../img/but_cdrom_on.jpg);

}

.invisible {
	display: none;
}
table.datasheet td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

table.datasheet .caution{
font-size:90%;
line-height:120%;
color:#990000;}

table.datasheet td.thead{
	background-color:#CCCCCC;
	border-bottom:none;
	font-weight:bold;
	text-align: center;
}
#RightBannerZone {
	margin-top: 10px;
	font-size:80%;
	line-height:120%;
}

#RightBannerZone div{
margin-top:5px;}
