/*-------------------------wrapperの指定*/ 
#wrapper {
  margin: 0 auto;
}


header ul, header li {
    list-style-type:none;
    display:inline;
}

body {
    width:850px;
    margin:20px auto 20px auto;
	font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
	background-color: #FFF;
	color:#000;
}



ul{
text-align:center;
}

li{
font-size:1.2em;
display:inline-block;
padding-right:1em;
/display:inline;
/zoom:1;
}

li.f00{
color:#F00;
font-weight:bold;
font-size:1.3em;
display:inline-block;
padding-right:1em;
/display:inline;
/zoom:1;
}








body { line-height: 1.4 }
td { line-height: 1.4 }

a{color:#9b6d0a;
	text-decoration:none;}

a:hover{color: #ff66ff;
	text-decoration:underline;}




h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif "Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
}

/*header h1 {
    font-size:3.9em;
    text-transform:none;
    letter-spacing:0em;
}*/

header h1 {
	text-align:center;
	margin:-20px 0 0 0;
}

h2 {
    margin:20px 0px -40px 0px;
    font-size:1.3em;
}

h3 {
    font-size:1.1em;
    text-transform:none;
    letter-spacing:0em;
}




/*-------------------------headerの指定*/ 
#header {
    width:800px;
    height:120px;
    display:block;
    text-align:center;
	vertical-align:middle;
    border:1px solid #000;
	margin:0 auto 10px auto;
	padding:0 0 0 0;
	/*background:url(../images/the59_370x400.jpg) repeat none;*/
	background-image:url(../../../sh_hama/wind_used_fes%20-%20Copy/images/2012_rtl_title.jpg);
	background-repeat:no-repeat;
}

/*#header p {
	text-align:left;
	margin:160px 20px 0 20px;
	font-size:1.0em;
}*/

/*-------------------------head_textの指定*/ 
#head_text {
    width:800px;
    height:590px;
    display:block;
    text-align:left;
	margin:10px 0 30px 0;
	padding:0 0 0 0;
	background-image:url(../../../sh_hama/wind_used_fes%20-%20Copy/images/main_image.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#head_text p {
	width:560px;
	text-align:left;
	padding:370px 0 0 0;
	font-size:0.8em;
}

/*-------------------------headerのtableの指定*/
#header table {
	margin-left:auto;
	margin-right:0;
}


/*-------------------------sectionの指定*/
#section {
    width:850px;
	text-align: center;
    margin: 60px 0 30px 0;
    padding: 0;
}

/*-------------------------wrap_areaの指定*/
#wrap_area{
width: 850px;
margin: 0 auto;
}

/*-------------------------stock_areaの指定*/
#stock_area {
    width:850px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	font-weight:bold;
	text-align: center;
    margin: 40px 0 50px 0;
    padding: 0;
}


/*-------------------------sectionのh1の指定*/
#section h1 {
    font-size:2.5em;
    text-transform:none;
    letter-spacing:0em;
	margin: 0 0 -15px 0;
}


/*-------------------------footerの指定*/
#footer {
  clear: both;
  width:850px;
  display:block;
  text-align: center;
  margin: 40px auto 10px auto;
  padding: 0.5em 0;
  font-size:0.9em;
  line-height: 1.4;
}

/*-------------------------footerのtableの指定*/
#footer table {
margin:0 auto;
font-size:0.9em;
}

.border{border: 1px solid #5D554D; border-collapse: collapse;}

.txt1 {
	color:#FFF;
	font-size:1.2em;
}

.txt_f00 {
	color:#F00;
	font-weight:bold;
}

