@charset "UTF-8";
/* CSS Document */

html {
       overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background: url(img/bg.gif) repeat;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック","Osaka";
	font-size: 62.5%;
	
}

h1, h2, h3 {
	font-size: 1.4em;
	font-weight: normal;	
}

p {
	font-size: 1.2em;
	margin: 10px 0;
	line-break: strict;
}

img {
	border-style: none;
}

ul {
	list-style-type: none;
	margin: 0 0;
}

a {
	color: #CC0000;
	overflow: hidden;
}

a:hover {
	text-decoration:none;
	
}

/*==============================wrapper==================*/
#wrapper {
	width: 730px;
	margin: 0 auto 10px;
	padding: 0px 15px;
	background: url(img/wrapper.gif) repeat-y;
	border-bottom: 2px solid #cccccc;
	background-color: #FFFFFF;
	text-align: left;
}

/*==============================header==================*/
#header {
	width: 730px;
	height: 70px;
	background: url(img/header.gif) no-repeat;
	position:relative;
}

#logo {
	width: 280px;
	float: left;
	height: 70px;
}

#top {
	width: 280px;
	height: 40px;
}

#top   a  {
	width: 280px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

#top .h1_2 {
	display: block;
	text-indent: -9999px;
	height: 10px;
}

#bottom  {
	color: #CC0000;
	font-size: 1.2em;
	margin: 0;
	position: absolute;
	top: 50px;
	left:5px;
}

#bottom a {
	text-decoration: none;
}

#logo p a {
	text-decoration: none;
}


#header_navi {
	float: right;
	margin-top: 20px;
}

#header_navi li {
	display: inline;
	font-size: 1em;
	border-right: 1px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
}

#header_navi a {
	color: #666666;
	text-decoration: none;
}


/*navi*/

#navi {
	width: 730px;
	background: url(img/navi.jpg) no-repeat;
	height: 40px;
}

#navi  li {
	width: 146px;
	height: 30px;
	float: left;
}
#navi li a {
	width: 146px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
/*navi1*/
#navi .navi_1 a:hover {
	background: url(img/navi_1.jpg) no-repeat;
}
/*navi2*/
#navi .navi_2 a:hover {
	background: url(img/navi_2.jpg) no-repeat;
}
/*navi3*/
#navi .navi_3 a:hover {
	background: url(img/navi_3.jpg) no-repeat;
}
/*navi4*/
#navi .navi_4 a:hover {
	background: url(img/navi_4.jpg) no-repeat;
}
/*navi5*/
#navi .navi_5 a:hover {
	background: url(img/navi_5.jpg) no-repeat;
}

/*==============================header_bana==================*/

#header_bana {
	width: 730px;
	height: 270px;
	margin: 10px 0 10px;
	clear: both;
}

#header_bana a {
	width: 730px;
	height: 270px;
	display: block;
	text-indent: -9999px;
	background: url(img/header_bana.jpg) no-repeat 0 -270px;
}

#header_bana a:hover {
	background: url(img/header_bana.jpg) no-repeat 0 0;
}



/*==============================main==================*/
#main {
	width: 730px;
	clear: both;
}

#main h2 {
	color: #CC0000;
	background: url(img/h2_bg.gif) no-repeat 5px 5px;
	padding: 5px 15px 5px 30px;
	border: 2px solid #cccccc;
	background-color: #efefef;
}

#main h3 {
	color: #CC0000;
	background: url(img/h3_bg.gif) no-repeat 5px 5px;
	padding: 5px 15px 5px 30px;
	border: 1px dotted #999999;
	margin-bottom: 0;
	margin: 10px 0;
	background-color: #efefef;
}


#main p {
	padding: 0 10px;
}


.dotted {
	border-bottom:dotted 1px #999999;
	line-height: 1.8em;
}


.red {
	color: #CC0000;
}

.big {
	font-size: 1.4em;
}

p.shikaku {
	margin: 10px 0px;
	border-bottom: 1px dotted #999999;
}

/*footer*/
#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px 15px;
	text-align:center;
	background-color: #efefef;
	border: 1px dotted #999999;
}


#footer li {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 1em;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #cc0000;
}

/*license*/
#license {
	width: 730px;
	margin: 10px 0;
	height: 40px;
	padding: 5px 0;
	background:url(img/license_bg.gif) no-repeat;
}

#license li {
	float: left;
	height: 30px;
	margin-left: 8px;
}

/************* tablelayout *************/
.tablelayout_corporate {
	width: 728px;
	margin: 10px 0;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-left: #ddd 1px solid;
	background:#fff;
	font-size:1.2em;
}
.tablelayout_corporate th {
	padding: 5px;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	font-weight: bold;
	text-align: center;
	background:#efefef;
	font-weight:normal;
}
.tablelayout_corporate td {
	padding: 5px;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
	line-height: 1.7;
	text-align:center;
}

.tablelayout_corporate .left {
	text-align:left;
}



.pagetop {
	clear: both;
	margin-top:10px;
	text-align: right;
}

/*menu*/
#menu {
	width: 730px;
	height: 60px;
	margin:0 0 10px;
}

#menu li {
	float: left;
	width: 233px;
	height: 60px;
}

#menu li a {
	width: 233px;
	height: 60px;
	display: block;
	text-indent: -9999px;
}

.menu_1 {
	margin-right:15px
	
}

.menu_2
 {
	margin-right:15px
	
}

.menu_1 a {
	background:url(img/auction.jpg) no-repeat;	
}

.menu_1 a:hover {
	background:url(img/auction.jpg) no-repeat 0 -60px;	
}

.menu_2 a {
	background:url(img/polymer.jpg) no-repeat;	
}

.menu_2 a:hover {
	background:url(img/polymer.jpg) no-repeat 0 -60px;	
}

.menu_3 a {
	background:url(img/glass.jpg) no-repeat;
}

.menu_3 a:hover {
	background:url(img/glass.jpg) no-repeat 0 -60px;	
}

/*sitemap*/

#sitemap {
	font-size: 1.2em;
}

#sitemap ul {
	margin-left: 10px;
}

#sitemap li {
	background:url(img/point.gif) no-repeat 0 12px;
	padding: 10px 15px;
	border-bottom: 1px dotted #333333;
}

#sitemap li a {
	color: #333333;
	text-decoration:none;
}

#sitemap li a:hover {
	color: #cc0000;
}

/*パンくず*/

#pankuzu {
	width:698px;
	padding: 5px 15px;
	border: 1px dotted #999999;
	margin: 10px 0 10px;
}

#pankuzu li {
	display: inline;
	margin-right:5px;
}

#pankuzu li a {
	color: #333333;
	text-decoration:none;
}

#pankuzu li a:hover {
	color: #cc0000;
}

#link{ 
	text-align:center;
}

#link li { 

	display: inline;
	margin: 0 10px 10px 0;
	
}
