@charset "euc-jp";
/* CSS Document */
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 {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 1.3;
	text-align: center;
	background: url(../images/background.gif) center top repeat-x  #FFFCF7;
}


h1 {
	text-indent: -9999px;
}


strong {
   font-weight: bold;
}


a:link {
/*   color: #61531B;
*/   color: #CC0000;
   text-decoration: none; 
}

a:visited {
   color: #CC0000;
   text-decoration: none;
}

a:hover {
/*   color: #333333;
*/   text-decoration: underline; 
}

a:active {
   color: #FA4D43;
   text-decoration: none;
}


div#header p {
	text-indent: -9999px;
}


ul#pressBtn li {
	margin-top: 20px;
}



/**************/
/***** ID *****/
/**************/
h2 {
    height: 30px;
	margin-bottom: 30px;
	padding: 10px 0 0 40px;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	letter-spacing: 0.5px;
	background: url(../images/contents_h2_bsck.gif) left 50% no-repeat;
}


div#container {
   width: 620px;
   margin: 0px auto;
   border-top: #7f2727 4px solid;
   border-right: #CCCCCC 1px solid;
   border-bottom: #CCCCCC 1px solid;
   border-left: #CCCCCC 1px solid;
   text-align: left;
   background-color: #fff;
}


div#header {
   width: 620px;
   height: 110px;
   background: url(../images/title.gif) left top no-repeat;
}


div#mainContainer {
   padding: 10px 10px 40px;
}



div#copy {
   width: 620px;
   margin: 3px auto 0px auto;
   font-size: 9px;
   text-align: right;
   clear: both;
}


ul#pressBtn {
	text-align: center;
}

/*****************/
/***** CLASS *****/
/*****************/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
