@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: 15px;
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif,;
	text-align: center;
	line-height: 1.3;
}


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;
}


ul#inqUl li {
    float: left;
}


/*****************/
/***** ID ********/
/*****************/
div#container {
    width: 800px;
	margin: 0 auto;
	text-align: left;
	border-right: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid;
} 


div#inq {
	margin-top: 7px;
	padding-top: 15px;
	font-size: 10px;
	color: #333333;
	text-align: left;
    background: url(../images/inq_back.gif) left top repeat-x;
	clear: both;
}


div#copy {
	width: 800px;
	margin: 0 auto;
	font-size: 9px;
	text-align: right;
	background-color: #B7DF64;
	clear: both;
}


ul#sec {
    margin-bottom: 5px;
}


li#secLi {
	padding-left: 8px;
	border-left: #7bb400 2px solid;
}


li#inqLeft {
	padding-left: 8px;
	display: inline;
	border-left: #7bb400 2px solid;
}


li#inqRight {
    margin-left: 15px;
	padding-left: 8px;
	display: inline;
	border-left: #7bb400 2px solid;
}
/*****************/
/***** CLASS *****/
/*****************/

h4.inqTitle {
    font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}


.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));
}

