@charset "utf-8";
/*********************/
/***** reset *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
     margin: 0; padding: 0;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}
/********************/
/********************/

body {
    color: #333333;
	font-size: 62.5%;
	font-family: "メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-align: center;
	line-height: 1.5;
	background: url(../images/background.gif) left top #ffffff;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
    color: #CC0000; 
	
	text-decoration: underline;
}

a:hover {
    color: #006600;
	text-decoration: none;
}


a:active {
    color: #0099FF;
	text-decoration: underline;
}


h1 {
	width: 180px;
	height: 150px;
    text-indent: -9999px;
	overflow: hidden;
	background: url(../images/main_title.gif) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}


h1 a {
	width: 180px;
	height: 150px;
	display: block;
}


dl#address dt strong {
	font-weight: bold;
}


/**************/
/***** ID *****/
/**************/
div#container {
    width: 880px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	border-right: #bcbcbc 1px solid;
	border-bottom: #bcbcbc 1px solid;
	border-left: #bcbcbc 1px solid;
}


div#header {
	height: 150px;
	background: url(../images/header.jpg) 100% 0 no-repeat;
	position: relative;
}


div#search {
	position: absolute;
	right: 5px;
	bottom: 53px;
	font-size: 10px;
}


div#sizeChange {
	position: absolute;
	right: 205px;
	bottom: 55px;
}


div#wrapper {
	background: url(../images/menu_back.gif) 0 0 repeat-y;
}



div#wrapperLeft {
	width: 180px;
	float: left;
}


div#wrapperRight {
	width: 700px;
	float: right;
}


div#sideMenuFrame {
	margin: 15px 8px 20px;
	padding: 0 10px 15px;
	background-color: #FFF;
	border: #dddddd 1px solid;
}


div#footer {
    width: 882px;
	margin: 2px auto 0;
	text-align: left;
	clear: both;
	position: relative;
}


dl#address {
	margin: 15px 8px 0;
	padding: 5px;
	font-size: 0.9em;
	background-color: #FFF;
	border: #dddddd 1px solid;
}


p#telNo {
	width: 335px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/tel_no.gif) 0 0 no-repeat;
	position: absolute;
	right: 5px;
	top: 33px;
}


p#sizeChangeTitle {
	width: 62px;
	height: 9px;
	margin-top: 6px;
	text-indent: -9999px;
	background: url(../images/size_change_title.gif) 0 0 no-repeat;
	float: left;
}


p#copy {
	position: absolute;
	right: 0;
	top: 3px;
}


p#copy a {
	color: #333333;
	text-decoration: none;
}


/*****************/
/***** CLASS *****/
/*****************/
.searchWidth {
	width: 140px;
}




span.windowIcon {
	margin-right: 0.2em;
	padding-right: 17px;
	background: url(../images/window_icon.gif) 100% 0.3em no-repeat;
}


*html span.windowIcon {
	background: url(../images/window_icon.gif) 100% 0 no-repeat;/*IE6*/
}


html>/**/body span.windowIcon {
	background: url(../images/window_icon.gif) 100% 0 no-repeat;/*IE8*/
}



span.pdfIcon {
	padding: 0 0 0 17px;
	background: url(../images/pdf_icon_s.gif) 0 0.3em no-repeat;
}


*html span.pdfIcon {
	background: url(../images/pdf_icon_s.gif) 0 0 no-repeat;/*IE6*/
}


html>/**/body span.pdfIcon {
	background: url(../images/pdf_icon_s.gif) 0 0 no-repeat;/*IE8*/
}


span.pdfIconRight {
	padding-right: 17px;
	background: url(../images/pdf_icon_s.gif) 100% 0.3em no-repeat;
}


*html span.pdfIconRight {
	background: url(../images/pdf_icon_s.gif) 100% 0 no-repeat;/*IE6*/
}


html>/**/body span.pdfIconRight {
	background: url(../images/pdf_icon_s.gif) 100% 0 no-repeat;/*IE8*/
}


span.downloadIcon {
	padding-left: 17px;
	background: url(../images/download_icon.gif) 0 0.3em no-repeat;
}


*html span.downloadIcon {
	background: url(../images/download_icon.gif) 0 0 no-repeat;/*IE6*/
}


html>/**/body span.downloadIcon {
	background: url(../images/download_icon.gif) 0 0 no-repeat;/*IE8*/
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
