﻿@charset "utf-8";
/*---------------------------------------------*/
/*  基本設定 general
/*---------------------------------------------*/
html,body,
h1,h2,h3,h4,h5,h6,
p,pre,blockquote,
ul,ol,dl,dt,dd,address {
	margin: 0;
	padding: 0;
}

html,body { height:100%; }
body { 	background: url(../img/header_bg.gif) repeat-x top center; }

h1,h2,h3,h4,h5,h6,
p,li,dt,dd {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
        /* Hides from IE5-Mac \*/
	overflow: hidden;
        /* End hide from IE5-Mac */
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

img { border: 0; }
li { list-style-type: none; }

/*---------------------------------------------*/
/*  .clearfix
/*---------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE5-Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE5-Mac */


/*---------------------------------------------*/
/*  #wrapper
/*---------------------------------------------*/
#wrapper {
	width: 100%;
	background: url(../img/header_bar.gif) repeat-x 0 116px;
}


/*---------------------------------------------*/
/*  #footer
/*---------------------------------------------*/
#footer {
	clear: both;
	padding-top: 20px;
	width: 100%;
	height: 40px;
	text-align: center;
	background: url(../img/footer_bg.gif) repeat-x top center;
}

#footer table {
	/* Hides from IE5-Mac \*/
	width: 680px;
	/* End hide from IE5-Mac */
	margin: 0 auto;
}
#footer table td { text-align: center; }
#footer a {
	margin: 0 3px;
	color: #888;
	font-size: 10px;
}
#footer a:hover { color: #666; }


/*---------------------------------------------*/
/*  #header
/*---------------------------------------------*/
#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 80px;
}
#header h1 { padding-top: 22px; }

/*  #header ul#gNav
/*---------------------------------------------*/
#header ul#gNav {
	position: absolute;
	left: 220px;
	top: 38px;
	width: 734px;
}
#header ul#gNav li,
#header ul#gNav li a { float: left; }

#header ul#gNav li.top { margin-right: 28px; }
#header ul#gNav li.pickup { margin-right: 38px; }
#header ul#gNav li.lineup { margin-right: 32px; }
#header ul#gNav li.cf { margin-right: 33px; }
#header ul#gNav li.download { margin-right: 158px; }
#header ul#gNav li.sitemap { margin: 10px 0 0 0; }


/*---------------------------------------------*/
/*  #main-box
/*---------------------------------------------*/
#main-box {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#main-box h2 {
	display: inline;
	float: left;
	margin-left: 29px;
	width: 186px;
	background: url(../../common/img/title_arrow.gif) no-repeat 170px 21px;
}

/*---------------------------------------------*/
/*  #main-box2 別ウィンドウ
/*---------------------------------------------*/
#main-box2 {
	position: relative;
	margin: 0 auto;
	width: 960px;
}


/*---------------------------------------------*/
/*  #main-box ul#sNav -Second Navigation
/*---------------------------------------------*/
#main-box ul#sNav {
	z-index: 3;
	position: absolute;
	left: 215px;
	top: 42px;
	width: 718px;
	height: 30px;
	background: url(../img/sNav_bg.gif) no-repeat left bottom;
}
#main-box ul#sNav li,
#main-box ul#sNav li a { float: left; }

/*---------------------------------------------*/
/*  #main-box div#pNav -Product Navigation
/*---------------------------------------------*/
#main-box div#pNav {
	position: absolute;
	left: 29px;
	top: 104px;
	width: 168px;
	background: url(../img/pNav_frame2.gif) no-repeat bottom;
}
#main-box div#pNav h4 {
	margin-bottom: 15px;
	padding: 14px 20px 10px 17px;
	background: url(../img/pNav_frame1.gif) no-repeat bottom;
}
#main-box div#pNav ul {
	margin-left: 15px;
}
#main-box div#pNav ul li,
#main-box div#pNav ul li a { float: left; }

/*---------------------------------------------*/
/*  #main-box div#product-detail
/*---------------------------------------------*/
#product-detail {
	position: relative;
	margin: 0 0 0 215px;
	width: 730px;
	min-height: 605px;
	_height: 605px;
}
#product-photo {
	position: absolute;
	left: 0;
	top: 0;
}
#product-text {
	position: relative;
	margin-left: 335px;
}
#product-text p {
	font-size: 12px;
	line-height: 1.5;
}


/* div#plugincheck
/*---------------------------------------------*/
div#plugincheck {
	clear: both;
	padding-top: 1px;
}
div#plugincheck p {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

