@charset"SHIFT_JIS";

/*全体構造*/

body {
	text-align: center;
	font: 0.8em/1.5em "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
	background: url(../images/bg.jpg) repeat-x;
}



/*リンク*/

a:link {

	color: #0066CC;
	}

a:visited {
	color: #003399;
	}

a:hover {
	color: #66CC33;
}


#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 766px;
	text-align: center;
	position: relative;
}


/*基本レイアウト*/

#contents {
	margin: 7px 17px 0px;
	padding: 0px;
	width: 740px;
	clear: both;
	float: none;
}


#main {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#maindesign {
	margin: 0px;
	padding: 0px;
	width: 575px;
	text-align: center;
}


#submenu {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 160px;
	text-indent: -9999px;
}

#submenu a {
	display: block;
	height: 27px;
	width: 140px;	
}


#submenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}



/*テキスト・インライン要素*/

.maintxt {
	font-size: 84%;
	color: #333333;
	line-height: 150%;
}


.main2 {
	font-size: 84%;
	color: #000000;
	line-height: 150%;
}


.main3 {
	font-size: 84%;
	color: #333300;
	line-height: 150%;
}

.middle2 {
	font-size: 84%;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
}


.note {
	font-size: 84%;
	color: #333333;
}

em {
	color: #336600;
}

strong {
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.red {color: #CC0000;}

.sred {
	color: #CC0000;
	font-size: 0.8em;
}

/*メインデザイン部分*/

h3 {
	margin: 0px 0px 10px;
	padding: 10px 0px 0px 20px;
	background: url(../images/h3.gif) no-repeat;
	width: 555px;
	height: 30px;
	text-align: left;
	font-size: 1.5em;
	color: #669933;
}

h4 {
	font-size: 1.2em;
	color: #000066;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 10px 10px;
}


h5 {
	color: #333333;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0px 0px 0px 12px;
	text-align: left;
	width: 568px;
}

.h501 {
	line-height: 1.5em;
	padding: 0px 0px 0px 35px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 545px;
}



h6 {
	color: #333333;
	padding: 0px 0px 0px 15px;
	text-align: left;
	width: 550px;
	font-weight: normal;
	margin-bottom: 5px;
}

.h601 {
	width: 150px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


.headgreen {
	background: #F0FFE4;
	width: 545px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left: 5px;
}



p{
	margin: 0px auto 15px;
	padding: 0px;
	width: 550px;
	text-align: left;
}

/* 注釈用 */
.asterisk{
	font-size: 0.85em;
	line-height: 1.3em;
	color: #808080;
/*	color: #1e90ff;*/
}

.p01{
	margin: 5px auto;
	padding: 0px;
	width: 550px;
	text-align: center;
}


.line{
	margin: 20px auto;
	padding: 0px;
	width: 550px;
	clear: both;
}

.mainclear {
	margin: 0px;
	padding: 0px;
	width: 550px;
	clear: both;
}


.right {
	text-align: right;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}


.soft {
	background: #EEEEEE;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #4C7094;
}


.soft a {
	display: block;
}

.softp {
	margin: 0px auto 25px;
	padding: 5px 0px;
	width: 550px;
	text-align: left;
}

.faq01 {
	background: url(../images/faq01.gif) no-repeat;
	width: 510px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	border-bottom: #CCCCCC;
	font-weight: bold;
}

.faq02 {
	background: url(../images/faq02.gif) no-repeat;
	width: 510px;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	border-bottom: #CCCCCC;
}

.pdficon {
	background: url(../images/pdficon.gif) no-repeat;
	padding-left: 20px;
	width: 500px;
}



/*リスト*/

.ol01{
	text-align: left;
	list-style: decimal outside;
	margin: 10px 10px 20px 30px;
	width: 530px;
}


.ul01 {
	margin: 5px auto 20px;
	width: 500px;
	text-align: left;
	list-style: disc outside;
	line-height: 1.8em;
	padding-left: 20px;
}

.indent{
	padding-left: 10px;
	list-style: none;
}

.ul02 {
	width: 550px;
	margin-left: 20px;
}


.ul02 li {
	margin-bottom: 10px;
	display: block;
	list-style: none;
	float: left;
	margin-right: 5px;
	text-align: center;
	background: #669933;
	width: 70px;
	color: #FFFFFF;
}
.ul02 a {
	width: 70px;
	display: block;
	background: #EEEEEE;
}

.ul03 {
	margin: 5px auto 20px;
	width: 480px;
	text-align: left;
	list-style: disc outside;
	line-height: 1.8em;
	padding-left: 30px;
}

.number {
	list-style-type: decimal;
	margin-right: 20px;
}



/*定義型リスト*/

dl {
	width:550px;
	padding:0px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}



dt {
	width:90px;
	margin:0px;
	padding:5px 0px 5px 10px;
	float:left;
	border-top:1px solid #EBEBEB;
	color: #666666;
}


dd {
	width:450px;
	margin:0px;
	padding:5px 0px;
	float:left;
	border-top:1px solid #EBEBEB;
}




/*テーブル*/

th,td {
	padding: 2px;
}


.table01 {
	width: 520px;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px auto;
}

.table02 {
	width: 540px;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px auto;
}

.table03 {
	width: 520px;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px auto;
}

.table04 {
	border: 1px solid #999999;
	margin: 10px auto;
	font-weight: bold;
	width: 300px;
}

.table05 {
	width: 540px;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px auto;
}

.caption01 {
	font-weight: bold;
	text-align: center;
	background: #EEEEEE;
	margin: 0px auto;
	padding: 0px;
}

.table01 th,.table02 th,.table04 th ,.table05 th{
	background: #F0FFE4;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 100px;
}

.table03 th {
	background: #F0FFE4;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 230px;
}

.table05 th {
	background: #F0FFE4;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 150px;
}


.table01 td,.table02 td,.table03 td,.table04 td,.table05 td {
	text-align: left;
	border: 1px solid #CCCCCC;
}

.table01 ul, .table02 ul {
	list-style: circle inside;
}

/* 2007.07.23追加 table06関係 */ 
.table06 {
	width: 520px;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px auto;
}

.table06 th{
	background: #F0FFE4;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.table06 th.dd{
	background: #F0FFE4;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 135px;
}

.table06 th.dd2{
	background: #F0FFE4;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 150px;
}

.table06 td{
	text-align: center;
	border: 1px solid #CCCCCC;
}

.table06 ul{
	list-style: circle inside;
}

/* 2007.07.24追加 カート用 */
.table05 td.ri{
	text-align: right;
	border: 1px solid #CCCCCC;
}

/* 2007.12.05追加 英語リスト用 */
.table07 {
	width: 520px;
	border: 1px solid #999999;
	text-align: left;
	margin: 10px auto;
}

.table07 th{
	background: #C0FFE4;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.table07 td{
	text-align: left;
	border: 1px solid #CCCCCC;
}


/*画像マージン*/

.sidel {
	float: left;
}
.sider {
	float: right;
}

.mdr {
	margin:  0 0 5px 10px;
}

.mdr20 {
	margin:  0 0 5px 20px;
}

.mdl {
	margin:  0 10px 5px 0;
}

.mdl20 {
	margin:  0 20px 5px 0;
}


/*ヘッダ*/

#header {
	margin: 0px;
	padding: 0px;
	height: 87px;
	width: 764px;
	background: url(../images/head/header_bg.jpg) no-repeat;
	text-align: left;
}


#headertitle {
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 766px;
	background: url(../images/head/header_bg.jpg) no-repeat;
	text-align: left;
}

#headerlogo {
 	float: left;
}

h1 {
	margin: 0px;
	padding: 0px;
}


/*ヘッダナビゲーション*/


#headnavi {
	margin: 0px;
	padding: 0px;
	width: 496px;
	height: 52px;
	position: absolute;
	left: 270px;
	top: 0px;
}

#headnavi li{
	list-style: none;
	display: inline;
}

#headnavimenu ul{
	margin: 0px;
	padding: 0px;
	width: 496px;
	height: 52px;
	background: url(../images/head/head_navi.gif) no-repeat;
}

#headnavi a {
	text-decoration: none;
	display: block;
	margin-top: 7px;
	height: 15px;
	padding: 0px;
	text-indent: -9999px;
}


#hn01 {
	width: 50px;
	float: left;
	margin: 0px 0px 0px 135px;
	padding: 0px;
}

#hn01 a:hover {
	background: url(../images/head/head_navi02.gif) no-repeat -135px -7px;
}


#hn02 {
	width: 60px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#hn02 a:hover {
	background: url(../images/head/head_navi02.gif) no-repeat -200px -7px;
}


#hn03 {
	width: 75px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}


#hn03 a:hover {
	background: url(../images/head/head_navi02.gif) no-repeat -275px -7px ;
}


#hn04 {
	width: 110px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#hn04 a:hover {
	background: url(../images/head/head_navi02.gif) no-repeat -360px -7px;
}

/*グローバルナビゲーション*/

#globalnavi ul {
	position: absolute;
	background: url(../images/global/global_navi.jpg) no-repeat;
	width: 766px;
	height: 35px;
	left: 0px;
	top: 52px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#globalnavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;/*テキスト非表示*/
 	display: inline;
}

#globalnavi a {
	text-decoration: none;
	display: block;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#gn01  { width:130px;}
#gn02  { width:121px;}
#gn03  { width:121px;}
#gn04  { width:143px;}
#gn05  { width:121px;}
#gn06  { width:130px;}

#gn01 a:hover {	background: url(../images/global/global_navi_over.jpg) no-repeat;}
#gn02 a:hover {	background: url(../images/global/global_navi_over.jpg) no-repeat -130px;}
#gn03 a:hover {	background: url(../images/global/global_navi_over.jpg) no-repeat -251px;}
#gn04 a:hover {	background: url(../images/global/global_navi_over.jpg) no-repeat -372px;}
#gn05 a:hover {	background: url(../images/global/global_navi_over.jpg) no-repeat -515px;}
#gn06 a:hover {	background: url(../images/global/global_navi_over.jpg) no-repeat -636px;}

#gn01act  { width:130px;}
#gn02act  { width:121px;}
#gn03act  { width:121px;}
#gn04act  { width:143px;}
#gn05act  { width:121px;}
#gn06act  { width:130px;}

#gn01act {	background: url(../images/global/global_navi_act.jpg) no-repeat	;}
#gn02act {	background: url(../images/global/global_navi_act.jpg) no-repeat -130px;}
#gn03act {	background: url(../images/global/global_navi_act.jpg) no-repeat -251px;}
#gn04act {	background: url(../images/global/global_navi_act.jpg) no-repeat -372px;}
#gn05act {	background: url(../images/global/global_navi_act.jpg) no-repeat -515px;}
#gn06act {	background: url(../images/global/global_navi_act.jpg) no-repeat -636px;}


/*パンくず*/

#breadcrumb {
	letter-spacing: 1px;
	color: #999;
	width: 730px;
	text-align: left;
	margin: 5px auto 0px;
}

#breadcrumb strong {
	color: #666666;
}


#breadcrumb span {color: #ccc;padding:0px 8px; }



/*フッター*/

#footerlist {
	margin: 0px;
	padding: 15px 20px 5px;
	width: 724px;
	text-align: left;
	height: 20px;
}

#footerlist ul {
	float: left;
}

#footerlist li {
	display: inline;
	border-right: 1px solid #333333;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 6px;
}

#pagetop {
	height: 18px;
	float: right;
	width: 77px;
}
