@charset "shift_jis";
/*********************/
/***** 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: MS PGothic, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, Hiragino Kaku Gothic Pro W3, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3;
	background: url(../images/background.gif) left top repeat-x #efedd9;
}


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


div#header h1, div#header h2 {
    text-indent: -9999px;
}
/**************/
/***** ID *****/
/**************/
div#container {
    width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #efedd9;	
}


div#header {
    width: 800px;
	height: 105px;
	background: url(../images/header.gif) left top no-repeat;
}

div#wrapper {
    padding: 10px 10px 20px;
	background: url(../images/wrapper_back.gif) left top no-repeat;
}


div#columnLeft {
    width: 580px;
	float: left;
}


div#columnRight {
    width: 180px;
	float: right;
}


div#copy {
 	width: 800px;
	margin: 3px auto;
	padding-top: 3px;
	font-size: 0.9em;
	text-align: right;
	clear: both;
	border-top: #8C8022 1px solid;
	position: relative;
}


p#count {
    position: absolute;
	left: 0;
	top: 3px;
}



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

