@charset "utf-8";

@import url("reset.css");
@import url("fonts.css");

html {
	height: 100%;
	background: #111;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", arial, helvetica, clean, sans-serif;
	text-align: center;
	background: #111;
	color: #eee;
}

body * {
	line-height: 1.6;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #999;
	text-decoration: none;
}


#wrap {
	text-align: left;
	width: 910px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 600px;
	background: #111;
}

* html body #wrap { /* for IE6 */
	width: 950px;
} 

#header {
	padding: 30px 0 0 20px;
	height: 60px;
	position: relative;
	background: #111;
}

* html body #header { /* for IE6 */
	height: 90px;
} 

#breadcrumbs {
	padding: 30px 5px 5px;
	border-bottom: #333 solid 3px;
}


#navi {
	padding: 10px 0 0px;
	background: #111;
	height: 30px;
}

#navi ul li {
	float: left;
	padding-right: 23px;
}

#navi li#navi9 {
	padding-right: 0px;
}


#navi li#navi1 {
	background: url(../images/navi2-1over.gif) no-repeat;
}

#navi li#navi2 {
	background: url(../images/navi2-2over.gif) no-repeat;
}

#navi li#navi3 {
	background: url(../images/navi2-3over.gif) no-repeat;
}

#navi li#navi4 {
	background: url(../images/navi2-4over.gif) no-repeat;
}

#navi li#navi5 {
	background: url(../images/navi2-5over.gif) no-repeat;
}

#navi li#navi6 {
	background: url(../images/navi2-6over.gif) no-repeat;
}

#navi li#navi7 {
	background: url(../images/navi2-7over.gif) no-repeat;
}

#navi li#navi8 {
	background: url(../images/navi2-8over.gif) no-repeat;
}

#navi li#navi9 {
	background: url(../images/navi2-9over.gif) no-repeat;
}

#navi li a {
	display: block;
	position: relative;
}

#navi li a:hover img,
#navi li a:focus img {
	visibility: hidden;
}

#content {
	margin: 20px 0;
	width: 910px;
}

#content::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#footer {
	clear: both;
	background: #111;
	height: 15px;
	text-align: right;
	margin: 30px 0 0;
	padding: 10px 0 10px;
	border-top: #444 dotted 1px;
}

#contentleft {
	width: 200px;
	float: left;
	padding: 5px 0 0 0px;
}

#contentleft #sidemenu {
	border-top: #666 dotted 1px;
	margin-bottom: 50px;
}

#contentleft #sidemenu li {
	border-bottom: #666 dotted 1px;
}

#contentleft #sidemenu li#sidemenu1 {
	background: url(../images/sidemenu1over.gif) no-repeat;
}

#contentleft #sidemenu li#sidemenu2 {
	background: url(../images/sidemenu2over.gif) no-repeat;
}

#contentleft #sidemenu li#sidemenu3 {
	background: url(../images/sidemenu3over.gif) no-repeat;
}

#contentleft #sidemenu li#sidemenu4 {
	background: url(../images/sidemenu4over.gif) no-repeat;
}

#contentleft #sidemenu li#sidemenu5 {
	background: url(../images/sidemenu5over.gif) no-repeat;
}

#contentleft #sidemenu li#sidemenu6 {
	background: url(../images/sidemenu6over.gif) no-repeat;
}

#contentleft #sidemenu li#sidemenu7 {
	background: url(../images/sidemenu7over.gif) no-repeat;
}

#contentleft #sidemenu li a {
	display: block;
	position: relative;
}

#contentleft #sidemenu li a:hover img,
#contentleft #sidemenu li a:focus img {
	visibility: hidden;
}

#contentleft #sidemenu li#sidemenu4 ul {
	padding: 0 0 15px 15px;
	margin: 0;
}

#contentleft #sidemenu li#sidemenu4 ul li {
	border: none;
	background: url(../images/mark3.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}

#contentleft #sidemenu li#sidemenu4 ul li a:link {
	text-decoration: none;
}

#contentleft #sidemenu li#sidemenu4 ul li a:visited {
	text-decoration: none;
}

#contentleft #sidemenu li#sidemenu4 ul li a:hover {
	color: #999;
	text-decoration: underline;
}

#contentleft #sidemenu li#sidemenu4 ul li a:active {
	text-decoration: none;
}


#contentright {
	float: right;
	width: 680px;
}

#contentright .description {
	width: 670px;
	margin: 25px 0 0;
	clear: both;
	border-bottom: #666 dotted 1px;
	padding: 0 5px 25px;
}

#contentright .description::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html body #contentright .description { /* for IE6 */
	width: 680px;
}

#contentright h2 {
	padding: 0 0 10px;
}

#contentright .description h3 {
	padding: 0 0 15px;
}

#contentright .description .imageright {
	float: right;
}

#contentright .description .imageleft {
	float: left;
}

#contentright .description .imageright img {
	margin: 0px 0 0px 15px;
	border: #333 solid 3px;
}

#contentright .description .imageleft img {
	margin: 7px 15px 0px 0;
	border: #333 solid 3px;
}


/*** Product Policy Area ***/

#contentright #product-policy-left {
	float: left;
	width: 435px;
}

#contentright .product-policy-description {
	width: 435px;
	margin: 25px 0 0;
	clear: both;
	border-bottom: #666 dotted 1px;
	padding: 0 5px 25px;
}

#contentright .product-policy-description::after { /*clearfix*/
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html body #contentright .product-policy-description { /* for IE6 */
	width: 445px;
}

#contentright .product-policy-description h3 {
	padding: 0 0 10px;
}

#contentright #product-policy-right {
	float: right;
	width: 215px;
	padding-top: 15px;
	text-align: center;
}

#contentright #product-policy-right img {
	border: #333 solid 3px;
	margin-top: 15px;
}




/*** Show Case Area ***/

#showcase {
}

#showcase h3 {
	margin: 10px 10px 0;
	padding: 0 0 0 12px;
	font-size: 131%;
	border-bottom: #666 dotted 1px;
	background: url(../images/mark3.gif) no-repeat 2px 12px;
	clear: both;
	font-weight: bold;
}

#showcase p.showcase-description img {
	border: #333 solid 2px;
	margin: 0 10px 10px 0;
	float: left;
}

#showcase p {
	padding: 10px;
}

#showcase p img {
	border: #333 solid 2px;
}

#showcase h3 a:link {
	text-decoration: none;
}

#showcase h3 a:visited {
	text-decoration: none;
}

#showcase h3 a:hover {
	text-decoration: underline;
}

#showcase h3 a:active {
	text-decoration: none;
}

#showcaseleft {
	float: left;
	width: 440px;
}

#showcaseright {
	float: right;
	width: 210px;
	padding: 0 15px 0 0;
}

#showcaseright img {
	margin: 5px 0 10px 0;
}

#showcasebottom {
	clear: both;
}


/*** Company Area ***/

.company {
	background: url(../images/eyecatch5.jpg) no-repeat top left;
	padding: 120px 0 0 20px;
}

.company h2 {
	font-size: 131%;
	font-weight: bold;
	padding: 0 0 10px;
}

.company p {
	width: 515px;
	padding: 5px 0 0 5px;
}

* html body .company p { /* for IE6 */
	width: 520px;
}

.company h2#company-information {
	padding: 50px 0 30px 5px;
}

.company table.company-information {
	border-collapse: collapse;
	margin: 0 0 0 5px;
	border: #333 solid 1px;
}

.company table.company-information th {
	padding: 10px 30px;
	border: #333 solid 1px;
	text-align: center;
}

.company table.company-information td {
	padding: 10px 30px 10px 30px;
	border: #333 solid 1px;
}

.company h2#history{
	padding: 60px 0 20px 5px;
}

.company table.history {
	margin-left: 7px;
}

.company table.history th {
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.company table.history td {
	padding: 5px;
}

.company h2#place {
	padding: 60px 0 10px 5px;
}

.company dl {
	padding: 0 0 0 20px;
}

.company dl dt {
	background: url(../images/mark3.gif) no-repeat 0 23px;
	padding: 15px 0 0 10px;
}

.company dl dd {
	padding-left: 10px;
}

.company a {
	text-decoration: none;
}



/*** Sitemap Area ***/

#sitemap {
	background: url(../images/eyecatch7.jpg) no-repeat top left;
	padding-top: 100px;
}

#sitemap ul.pagelist,
#sitemap ul.newslist,
#sitemap ul.contactlist {
	padding-left: 30px;
}

#sitemap ul.contactlist {
	padding-top: 5px;
}

#sitemap ul li {
	background: url(../images/mark3.gif) no-repeat 0 11px;
	padding-left: 15px;
	line-height: 2.0;
	font-size: 108%;
}

#sitemap ul li ul li {
	font-size: 93%;
	line-height: 1.6;
	background: url(../images/mark3.gif) no-repeat 0 8px;
}

#sitemap ul li a:link {
	text-decoration: none;
}

#sitemap ul li a:visited {
	text-decoration: none;
}

#sitemap ul li a:hover {
	text-decoration: underline;
}

#sitemap ul li a:active {
	text-decoration: none;
}



/*** Contact Area ***/

.contact {
	background: url(../images/eyecatch8.jpg) no-repeat top left;
	padding-top: 100px;
}

.contact h3 {
	padding: 0 0 10px 30px;
	font-weight: bold;
	font-size: 153.9%;
}

.contact p {
	padding: 0 0 20px 30px;
}

.contact dl {
	padding: 0 0 20px 30px;
}

.contact dl dt {
	background: url(../images/mark3.gif) no-repeat 0 7px;
	padding: 0 0 5px 10px;
}

.contact dl dd {
	padding: 0 0 10px;
}

.contact dl dd p {
	padding: 0;
}

.contact dl dd input#mail_author,
.contact dl dd input#mail_email,
.contact dl dd input#mail_subject {
	width: 250px;
	height: 20px;
	background: #ddd;
	border: #333 solid 1px;
}

.contact dl dd textarea {
	width: 380px;
	height: 130px;
	background: #ddd;
	border: #333 solid 1px;
	scrollbar-face-color: #111;			/* 表面の色 */
	scrollbar-3dlight-color: #111;		/* 左端と上端の色 */
	scrollbar-highlight-color: #333;	/* ハイライトの色 */
	scrollbar-shadow-color: #333;		/* 影の色 */
	scrollbar-darkshadow-color: #111;	/* 右端と下端 */
	scrollbar-arrow-color: #fff;		/* 矢印の色 */
	scrollbar-track-color: #333;		/* バーの背景の色 */
}

.contact dl dd #mail_preview,
.contact dl dd #mail_post {
	width: 70px;
	height: 30px;
	background: #111;
	border-top: #666 solid 1px;
	border-right: #333 solid 1px;
	border-bottom: #333 solid 1px;
	border-left: #666 solid 1px;
	color: #fff;
}



/*** News Release Area ***/

.newsrelease {
	background: url(../images/eyecatch6.jpg) no-repeat top left;
	padding-top: 100px;
}

* html body .newsrelease { /*for IE6*/
	height: 200px;
	overflow: visible;
}

.newsrelease ul.newslist {
	padding-left: 20px;
	min-height: 120px;
}

.newsrelease ul.newslist li {
	background: url(../images/mark2.gif) no-repeat 0 6px;
	padding-left: 15px;
}

.newsrelease ul.newslist li span {
	padding: 0 10px 0 0;
}

.entry {
	position: relative;
}

.entry #entrytitle {
	background: url(../images/entrytitlebk.gif) no-repeat;
	padding: 8px 0 10px 15px;
	font-size: 153.9%;
	font-weight: bold;
}

.entry #entrydate {
	font-size: 85%;
	position: absolute;
	top: 22px;
	right: 20px;
}

.entry #entrybody {
	padding: 15px;
}





