@charset "UTF-8";

/*formatting style-----*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.7;
	color: #FFFFFF;
}
hr {
	display: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h3 {
	font-size: 18px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 25px;
	font-weight: lighter;
}
h4 {
	font-size: 18px;
	line-height: 1.6em;
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
img { 
	vertical-align: bottom; 
}

.clear  {
	clear: both; 
}
.floatright {
	float: right; 
}
.floatleft  { 
	float: left; 
}



/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:focus { outline:none;}

/*font style----------------------*/
.b {
	font-weight: bold;
}
.bb {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}
.ss {
	font-weight: bold;
	font-size: 80%;
}
.red {
	color: #CC0000;
}
.red_b {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.blue_b {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}

.green {
	color: #336666;
}
.white_b {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

/*layout style----------------------*/

#wrap {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#wrap_store {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}




#main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	width: 770px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 160px;
	background-image: url(../access/image/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#g_menu {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 36px;
	background-color: #000000;
}
#g_menu ul {
	margin: 0px;
	width: 960px;
}
#g_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#catalog {
	background-color: #000000;
	height: 115px;
	width: 960px;
}

#catalog ul {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
}
#catalog li {
	list-style-position: inside;
	list-style-image: url(../images/sankaku.gif);
	list-style-type: none;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: left;
	height: 150px;
	width: 955px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 9px;
	padding-left: 5px;
	clear: left;
}


/*toppage----------------------*/

#top_head {
	background-image: url(../images/header_02.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 70px;
	width: 760px;
}

#top_main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	width: 960px;
	padding: 0px;
	height: 480px;
}


#news {
	float: left;
	width: 760px;
	padding-top: 10px;
}
#news dt {
	width: 60px;
	float: left;
}
#news dl {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
}
#news dd {
	padding-left: 60px;
}
#news table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#brand_link {
	float: left;
	width: 310px;
	padding-top: 15px;
}


/*store----------------------*/

#store_main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 160px;
	background-image: url(../store/image/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#chiiki {
	font-size: 12px;
	font-weight: bold;
	width: 700px;
}

#chiiki a {
	color: #333333;
}
#chiiki a:hover {
	color: #FF0000;
}
#chiiki a:visited {
	color: #666666;
}
#chiiki ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
#chiiki li {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	background-image: url(../store/image/midashi.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;
	padding-bottom: 2px;
}

#list {
	clear: left;
	padding-top: 30px;
}
#list table {
	margin-bottom: 35px;
	margin-top: 0px;
}
#list td {
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



/*company----------------------*/

#company_main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	width: 800px;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 160px;
	background-image: url(../company/image/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 390px;
}
#company_main table {
	width: 670px;
	margin-top: 20px;
}
#company_main td {
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 7px;
}





/*access----------------------*/

#access_main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 160px;
	height: 420px;
}
#access_main img {
	padding: 5px;
}







/*link----------------------*/

#link_main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	width: 960px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: 380px;
}

#link_group {
	text-align: center;
	margin-top: 40px;
	margin-right: 180px;
	margin-left: 180px;
	margin-bottom: 0px;
}
#link_group img {
	padding-bottom: 7px;
}
#link_group td {
	text-align: center;
}
#link_group a {
	color: #3366CC;
}
#link_group a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#link_group a:visited {
	color: #999999;
}



/*catalog----------------------*/

#catalog_main {
	font-size: 11px;
	line-height: 1.8em;
	color: #333333;
	margin: 0px;
	width: 800px;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 160px;
	background-image: url(../catalog/image/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 390px;
}
#toiawase {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 80px;
}
#toiawase ul {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#toiawase li {
	list-style-position: outside;
	list-style-type: none;
}


#catalog_seikyu {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 80px;
}
#catalog_seikyu ul {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#catalog_seikyu li {
	list-style-position: outside;
	list-style-type: none;
}


/*catalog----------------------*/


#brand_top {
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 960px;
}
#brand_top img {
	padding-bottom: 3px;
}

#gios_topbg {
	height: 200px;
	width: 480px;
	background-image: url(../brand/top/top_gios.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding-top: 280px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#basso_topbg {
	background-image: url(../brand/top/top_basso.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 130px;
	width: 480px;
	text-align: center;
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ruption_topbg {
	background-image: url(../brand/top/top_ruption.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	height: 70px;
	width: 480px;
	text-align: center;
	padding-top: 100px;
}
#pankuzu {
	font-size: 9px;
	margin-top: 10px;
	margin-left: 10px;
	color: #FF0000;
	width: 480px;
	float: left;
}
#pankuzu a {
	color: #333333;
	text-decoration: underline;
}
#pankuzu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#pankuzu a:visited {
	color: #666666;
}
#page {
	text-align: right;
	float: right;
	width: 450px;
	margin-top: 10px;
}
#pagetop {
	font-size: 10px;
	text-align: center;
	width: 60px;
	margin-bottom: 30px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-left: 660px;
	line-height: 1.2em;
	background-color: #D9D9D9;
}
#pagetop a {
	color: #FF0000;
}
#pagetop a:hover {
	text-decoration: underline;
}
#pagetop a:visited {
	color: #FF0000;
}
