@charset "euc-jp";

/***** 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 {
    text-indent: -9999px;
}



/**************/
/***** ID *****/
/**************/
div#container {
    width: 600px;
	margin: 10px auto 0;
	text-align: left;
	background-color: #ffffff;
	border: #bcbcbc 1px solid;
}


div#header {
	height: 100px;
	background: url(../images/header.gif) 0 0 no-repeat;
}


div#header2 {
	height: 100px;
	background: url(../images/header2.gif) 0 0 no-repeat;
}


div#wrapper {
	padding: 50px 20px 10px;
}

p#copy {
	width: 600px;
	margin: 3px auto 0;
	text-align: right;
}


/*****************/
/***** CLASS *****/
/*****************/
.marginT5 {
	margin-top: 5px;
}


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




/***** お問い合わせ ***********************************************************************/

ul#contactSubmit li {
	margin: 0 20px;
	display: inline;
}


dl.contactSec dt {
	font-size: 1.4em;
	font-weight: bold;
}


dl.contactSec dd {
	padding-bottom: 8px;
	font-size: 1.3em;
	background: url(../images/dashed_line.gif) 0 100% repeat-x;
}


table.contactTable th {
	width: 10.5em;
	padding: 10px;
	font-size: 1.3em;
	background-color: #eeeeee;
	border-top: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
}


table.contactTable th span {
	margin-left: 0.3em;
	font-size: 0.8em;
	color: #ff0000;
}


table.contactTable td {
	padding: 10px;
	font-size: 1.3em;
	border-top: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	border-left: #cccccc 1px dotted;
}


table.contactTable th.contactTableThTop, table.contactTable td.contactTableTdTop {
	border-top: none;

}


table.contactTable th.contactTableThBottom, table.contactTable td.contactTableTdBottom {
	border-bottom: none;

}


p.contactP3 strong {
	color: #ff0000;
}



/***** ID *****/
ul#contactSubmit {
	margin-top: 2em;
	text-align: center;
}


/***** CLASS *****/
div.contactTableFrame {
	padding-top: 3px;
	background: url(../images/drawn_line.gif) 0 0 repeat-x;
}





div.contactTableFrameBottom {
	padding-bottom: 3px;
	background: url(../images/drawn_line.gif) 0 100% repeat-x;
}



table.contactTable {
	width: 100%;
}


dl.contactSec {
	margin-top: 4em;
	padding-top: 8px;
	background: url(../images/dashed_line.gif) 0 0 repeat-x;
}


p.contactNote {
	font-size: 1.1em;
	color: #ff0000;
}


p.contactP {
	margin-top: 1.5em;
	font-size: 1.3em;
	text-align: center;
}


p.contactP2 {
	margin-bottom: 20px;
}


p.contactP3 {
	margin-bottom: 15px;
	font-size: 1.3em;
}


p.contactJumpP {
	font-size: 1.4em;
	text-align: center;
}


p#contactSendBtn {
	margin: 20px 0;
	text-align: center;
}


p#contactSendBtn2 {
	margin: 30px 0 0;
	text-align: center;
}


p#contactSendBtn3 {
	margin: 30px 0 0;
	font-size: 1.3em;
	text-align: center;
}


span.contactExa {
	margin-left: 1em;
	font-size: 0.8em;
}


.inputWidth {
	width: 270px;
}


.textareaWidth {
	width: 350px;
	height: 120px;
}


p.pageTopBtn {
	margin-top: 20px;
	text-align: right;
}