@charset "shift_jis";

/* ==============================
  Style for All Page
  File: /pro/gf8000/css/gf8000.css
  Last Modified: 2009-09-10	
============================== */


/* Reset
----------------------------------------------------------- */
html { 
	overflow-y: scroll; /* for IE */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding: 0;
/*	margin: 0;*/
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

abbr,acronym,fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: top;
}

li {
	list-style-type: none;
}

sup{
	position: relative;
	top: -1ex;
	vertical-align: baseline;
}


/* Base
----------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	line-height: 1.6;
	text-align: left;
	background: #FFFFFF;
}

* + html body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link {
	color: #55728C;
}

a:active {
	color: #55728C;
}

a:hover {
	color: #55728C;
	text-decoration: none;
}

a:visited {
	color: #55728C;
}

.tC { text-align: center; }
.tL { text-align: left; }
.tR { text-align: right; }


/* #content
----------------------------------------------------------- */
#content {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	width: 760px;
	margin: 10px 0 0 0;
	display: inline;
	background: url(../images/common_bg.gif) 0 0 repeat-y;
}
* html #content {
	text-align: left;
	float: none;
}


#content2 {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	width: 760px;
	margin: 10px 0 0 10px;
	display: inline;
}

* html #content2 {
	text-align: left;
	float: none;
}

/* #nav
----------------------------------------------------------- */
#nav {
	float: left;
	width: 180px;
	margin: 0 20px 0 0; /* total width = 190px */
}

/* 1st nav */
#nav ul.nav1st {
	width: 160px;
	margin: 10px;
	background-color: #FFFFFF;
}

#nav ul.nav1st li span,
#nav ul.nav1st li a,
#nav ul.nav1st li a:hover {
	height: 22px;
	padding: 12px 0 8px 23px;
	font-weight: bold;
	display: block;
}

#nav ul.nav1st li span {
	color: #FFFFFF;
	background: url(../images/common_nav1st_on.jpg) 0 0 no-repeat;
}

#nav ul.nav1st li a {
	background: url(../images/common_nav1st_off.jpg) 0 0 no-repeat;
}

#nav ul.nav1st li a:hover {
	color: #FFFFFF;
	background: url(../images/common_nav1st_on.jpg) 0 0 no-repeat;
}

/* 2nd nav */
#nav ul.nav2nd li span,
#nav ul.nav2nd li a,
#nav ul.nav2nd li a:hover {
	height: 23px;
	padding: 6px 0 1px 31px;
	font-weight: normal;
	color: #55728C;
	display: block;
	font-weight: bold;
	background: url(../images/common_nav2nd_on.jpg) 0 0 no-repeat;
}

#nav ul.nav2nd li a {
	background: url(../images/common_nav2nd.jpg) 0 0 no-repeat;
}

#nav ul.nav2nd li span.old,
#nav ul.nav2nd li.old {
	margin-left:20px;
}


/* #main
----------------------------------------------------------- */
#main {
	float: right;
	width: 560px;
}

#mainspecall {
	width: 760px;
}

h1 {
	width: 560px;
	margin: 0 0 10px 0;
}

h2 {
	height: 100%;
	padding: 6px 10px 8px 10px;
	margin: 0 0 10px 0;
	font-size: 110%;
	background: url(../images/common_title.gif) bottom left no-repeat;
}

h2.specall {
	height: 100%;
	padding: 6px 10px 8px 10px;
	margin: 0 0 10px 0;
	font-size: 110%;
	background: url(../images/common_title2.gif) bottom left no-repeat;
}

h3 {
	height: 100%;
	margin: 20px 0 10px 0;
	border-bottom: 3px solid #D1DBE4;
	font-size: 110%;
	font-weight: bold;
	color: #55728C;
}

h4 {
	height: 100%;
	margin: 0 0 5px 0;
	color: #666666;
}

p {
	margin: 0 0 10px 0;
}

p.notes {
	font-size: 80%;
	color: #666666;
}

/* crumb */
div#crumb {
	width: 560px;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 80%;
	background: url(../images/common_dotted.gif) top left no-repeat;
}

div#crumb p {
	padding: 0 0 5px 0;
	margin: 0;
	background: url(../images/common_dotted.gif) bottom left no-repeat;
}

/* section */
div.section {
	width: 560px;
	margin: 0 0 30px 0;
}

div.section2 {
	width: 760px;
	margin: 0 0 30px 0;
}

div.section ul {
	margin: 0 0 20px 0;
}

div.section ul li {
	height: 100%;
	padding: 0 0 0 12px;
	margin: 0 0 8px 0;
	background: url(../images/common_listmark.gif) 0 8px no-repeat;
}

div.section ul.notes {
	margin: 0 0 10px 0;
}

div.section ul.notes li {
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #666666;
	background: none;
}

/* to top */
div.totop {
	width: 560px;
	font-size: 80%;
}

div.totop p {
	text-align: right;
}

div.totop p a {
	padding: 0 0 0 25px;
	background: url(../images/common_icon_totop.gif) 0 1px no-repeat;
}


/* to top specall */
div.totop2 {
	width: 740px;
	font-size: 80%;
}

div.totop2 p {
	text-align: right;
}

div.totop2 p a {
	padding: 0 0 0 25px;
	background: url(../images/common_icon_totop.gif) 0 1px no-repeat;
}

/* to next */
p.next {
	padding: 0 0 0 25px;
	background: url(../images/common_icon_next.gif) 0 6px no-repeat;
}


/* -------------------------
   index_j.htm
------------------------- */

/* topics */
div.topics h2 {
	margin: 0 0 5px 0;
}

div.topics dl {
	width: 560px;
	border-bottom: 1px solid #D9D9D9;
}

div.topics dl dt {
	float: left;
	width: 90px;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

div.topics dl dd {
	padding: 5px 0 5px 0;
	margin: 0 0 0 90px;
}

div.topics dl dd span {
	padding: 4px 4px 2px 5px;
	margin: 0 5px 0 0;
	font-size: 80%;
	color: #55728C;
	background: #E4E9ED;
}

/* attention */
div.attention {
	width: 560px;
	margin: 0 0 20px 0;
	border-top: 3px solid #D9D9D9;
	border-bottom: 3px solid #D9D9D9;
	font-size: 80%;
	background: url(../images/top_bg_attention.gif) 0 0 repeat-y;
	clear: both;
}

div.attention ul,
div.attention p {
	width: 530px;
	margin: 10px 15px 10px 15px;
}

div.attention ul li {
	padding: 0 0 0 10px;
	margin: 0 0 4px 0;
	background: url(../images/common_listmark.gif) 0 5px no-repeat;
}


/* -------------------------
   lineup.htm
------------------------- */

/* lineup1st */
div.lineup1st {
	margin: 0 0 20px 0;
}

/* lineup2nd */
div.lineup2nd {
	width: 560px;
	background: url(../images/lineup_keyimg_bg.jpg) 0 0 repeat-x;
}

div.lineup2nd ul li {
	padding: 0 0 0 12px;
	margin: 0 20px 4px 20px;
	background: url(../images/common_listmark.gif) 0 8px no-repeat;
}

/* table */
table {
	width: 560px;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	font-size: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	border: 1px solid #999;
}
	
table th {
	font-weight: normal;
	background: #eee;
}

/* table */
table.specall {
	width: 740px;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	font-size: 75%;
	border-collapse: collapse;
}

table.specall th,
table.specall td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #999;
}
	
table.specall th {
	font-weight: normal;
	background: #eee;
}


/* spec_all */

div.specall {
	float: right;
	margin: 0 0 4px 20px;

}


/* -------------------------
   catalog.htm
------------------------- */

/* catalogDL */
div.catalogDL ul li {
	padding: 0 0 0 18px;
	margin: 0;
	background: url(../images/common_icon_acrobat.gif) 0 4px no-repeat;
}

/* acrobat */
div.acrobat img {
	float: left;
	margin: 0 10px 0 0;
}

/* ssl */
p.ssl {
	padding:10px 15px 10px 15px;
	margin: 10px 0 0 0;
	background-color:#D0ECF7;
}


/* -------------------------
   faq.htm
------------------------- */

/* faq1 */
div.faq1 ul li {
	padding: 0;
	margin: 0 0 5px 0;
	background: none;
}

div.faq1 ul li span {
	font-weight: bold;
	color: #0D5298;
}

/* faq2 */
div.faq2 {
	background: #E3E9EE;
}

div.faq2 dl {
	width: 530px;
	margin: 0 15px 0 15px;
}

div.faq2 dl dt {
	float: left;
	width: 50px;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

div.faq2 dl dd {
	padding: 10px 0 10px 0;
	margin: 0 0 0 50px;
}

div.faq2 dl.question {
	background: url(../images/faq_border_bg.gif) bottom left no-repeat;
}

div.faq2 dl.question dt {
	color: #0D5298;
}

div.faq2 dl.answer dt {
	color: #BA113B;
}

div.faq2 dl.question dd {
	font-weight: bold;
}


/* -------------------------
   sitemap.htm
------------------------- */

div.sitemap ul li {
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 1.6;
	background: url(../images/common_listmark.gif) 0 8px no-repeat;
}

div.sitemap ul.list2nd {
	width: 400px;
	margin: 0 0 10px 10px;
}

div.sitemap ul.list2nd li {
	padding: 0 0 0 12px;
	margin: 0;
	line-height: 1.6;
	background: url(../images/common_listmark.gif) 0 8px no-repeat;
}


/* -------------------------
   contact.htm
------------------------- */

div.contact {
	width: 560px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	background: url(../images/common_dotted.gif) bottom left no-repeat;
}

div.contact h2 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 110%;
	background: none;
}

div.contact h2 img.contactH2 {
	margin: 0 10px 2px 0;
	vertical-align: middle;
}

/* attentionBefore */
div.attentionBefore {
	width: 560px;
	margin: 0 0 20px 0;
	border-top: 3px solid #E1E1E1;
	border-bottom: 3px solid #E1E1E1;
	font-size: 100%;
	background: url(../images/top_bg_attention.gif) 0 0 repeat-y;
}

div.attentionBefore h2 {
	padding: 15px 0 15px 0;
	margin: 0;
	font-size: 110%;
	text-align: center;
	background: none;
}

div.attentionBefore p {
	margin: 0 0 0 15px;
}

div.attentionBefore ul {
	width: 530px;
	margin: 10px 15px 10px 15px;
}

div.attentionBefore ul li {
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
	background: url(../images/common_listmark.gif) 0 8px no-repeat;
}

/* backInfo */
div.backInfo {
	width: 560px;
	font-size: 80%;
}

div.backInfo p {
	margin: 0 0 5px 0;
	text-align: left;
}

div.backInfo p a {
	padding: 0 0 0 25px;
	background: url(../images/common_icon_totop.gif) 0 1px no-repeat;
}


/* Print
----------------------------------------------------------- */
@media print {
	#nav {
		float: none;
		display: none;
		background: none;
	}

	#content,
	#main {
		float: none;
		width: 100%;
		background: none;
	}
}

