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


div#footer dl, div#footer p {
	text-indent: -9999px;
	font-size: 1px;
}

/********************/
/********************/

body {
    color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: center;
	background: url(../images/background.gif) 0 0 #eeede2;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
	color: #C33;
	text-decoration: underline;
}

a:hover {
	color: #996633;
	text-decoration: none;
}


a:active {
	color: #996600;
	text-decoration: underline;
}


h1, p.date {
    text-indent: -9999px;
}


ul#footerLink a {
	color: #fff;
}


/**************/
/***** ID *****/
/**************/
div#container {
    width: 850px;
	margin: 0 auto;
	text-align: left;
	border-right: #492509 1px solid;
	border-bottom: #492509 1px solid;
	border-left: #492509 1px solid;
	background: url(../images/index_back.gif) 0 0 repeat-y;
}


div#wrapperL {
	width: 200px;
	padding-top: 30px;
	float: left;
	background: url(../images/left_back.gif) 0 0 no-repeat;
}


div#wrapperR {
	width: 650px;
	float: right;
}


p#copy {
	width: 850px;
	margin: 3px auto 0;
	font-size: 10px;
	text-align: right;
	clear: both;
}


p#copy2 {
	width: 650px;
	margin: 3px auto 0;
	font-size: 10px;
	text-align: right;
	clear: both;
}


p#pageTop {
	position: absolute;
	right: 3px;
	top: 4px;
}



/*****************/
/***** CLASS *****/
/*****************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.marginT2 {
	margin-top: 2px;
}


.marginT5 {
	margin-top: 5px;
}


.marginT10 {
	margin-top: 10px;
}


.marginT15 {
	margin-top: 15px;
}


.marginT20 {
	margin-top: 20px;
}


.marginT25 {
	margin-top: 25px;
}


.marginT30 {
	margin-top: 30px;
}


.marginB2 {
	margin-bottom: 2px;
}


.marginB5 {
	margin-bottom: 5px;
}


.marginB10 {
	margin-bottom: 10px;
}


.marginB15 {
	margin-bottom: 15px;
}


.marginB20 {
	margin-bottom: 20px;
}


.marginB25 {
	margin-bottom: 25px;
}


.marginB30 {
	margin-bottom: 30px;
}


.marginB40 {
	margin-bottom: 40px;
}


.marginR3 {
	margin-right: 3px;
}


.marginR5 {
	margin-right: 5px;
}


.marginR10 {
	margin-right: 10px;
}


.marginR15 {
	margin-right: 15px;
}


*html .marginR15 {
	margin-right: 13px;
}


.marginR20 {
	margin-right: 20px;
}


.marginR30 {
	margin-right: 30px;
}



.padL10 {
	padding-left: 10px;
}


.marginSpo {
	margin-right: 45px;
}



.windowIcon {
	margin-right: 2px;
	padding-right: 16px;
	background: url(../images/window_icon.gif) 100% 0.2em no-repeat;
}


.windowIcon2 {
	margin-left: 2px;
	padding-left: 14px;
	background: url(../images/window_icon.gif) 0 0.2em no-repeat;
}


.figureL {
	margin-right: 10px;
	float: left;
}


.figureR {
	margin-left: 10px;
	float: right;
}


.figureL20 {
	margin-right: 20px;
	float: left;
}


.figureR20 {
	margin-left: 20px;
	float: right;
}


.fontS {
	font-size: 0.9em;
}


.fontSS {
	font-size: 0.8em;
}


.wordSpe {
	margin-right: 1em;
}


.bold {
	font-weight: bold;
}


.red {
	color: #ff0000;
}


.red2 {
	color: #cc0000;
}


.black {
	color: #333333;
}


.center {
	text-align: center;
}

