@charset "shift_jis";


* { padding: 0; margin: 0; }

img {
	border: 0;
}

#flasharea {
  height: 250px;
  
  margin: 0;
  padding: 0;
}
#flasharea02 {
  width: 780px;
  height: 300px;
  margin-left: 10px;
  margin-bottom: 5px; 
  padding: 0;
}

a:link {
	text-decoration:underline;
	color: #CC6633;
}
a:visited {
	text-decoration:underline;
	color: #CC6633;
}
a:active {
	text-decoration:underline;
	color: #CC6633;
}
a:hover {
	text-decoration:none;
	color: #CC6633;
}

body {
 color: #666;
 font-size: 90%;
 line-height: 150%;
 background-repeat: repeat-x;
 background-color: #82612b;
}
strong,em{
  font-style: normal;
  font-weight: normal;
}

iframe {
  float: left;
  border-style: none;
  overflow: auto;
}


hr {
  margin: 10px 0;
  clear: both;
  width: 98%;
}

/*----------共通------------*/


#all {
 margin: 0 auto;
}

#container { 
 width: 800px;
 margin: 0 auto;
 padding: 0;
 background-color: #fff;
}


#header {
  color: #666;
  width: 800px;
  height: 100px;
  padding: 0px;
  margin: 0 auto;
  background: #fff;
  background-image: url('../images/hedder.jpg');
  background-repeat: no-repeat;
}

#short_navi {
 float: right;
 text-align: right;
 margin-top: 5px;
 margin-right: 26px;
}

#topbanner{
  text-align: center;
  height: 200px;

}

.clear {
clear: both;
}

/*----------メニュー設定------------*/

#menu {
 margin: 0;
 height: 52px;
}
ul#menu ul{
 padding: 0px;
 margin:  0px;
 float: left;

}


ul#menu li {
 padding: 0px;
 margin:  0px;
 float: left;list-style-type: none;  
}

#main {
 width: 800px;
 padding: 0px;
 margin:  0px auto;
 float: left;

}

#footer {
  clear: both;
  width: 760px;
  height: 100px;
  padding: 0 10px;
  margin: 0 auto;
  background-image: url('../images/footerbg.jpg');
  background-repeat: repeat-x;
}

/*----------見出し設定------------*/

h1 {
 float: left;
 width: 400px;
 font-size: 90%;
 font-weight: normal;
 margin-top: 0px;
 padding-top: 0px;
 margin-left: 25px;
 text-indent: -9999px;
}

h3{
  height: 25px;
  background-image: url('../images/parts/h2bg.gif');
  background-repeat: no-repeat;
  background-color: #e6ffc2;
  background-position: center left;
  border-bottom: 2px solid #12c742;
  padding-left: 25px;
  padding-top: 7px;
  letter-spacing: 0.1em;
  clear: both;
  margin-bottom: 20px;
}

#main .main_title {
  width: 755px;
  margin-left: 10px;

}

.sub_title h3{
  width: 100%;
  padding-left: 30px;
  margin-left: 0px;

}
h4 {
 background-image: url('../images/parts/h4bg.jpg');
 background-repeat: no-repeat;
 margin-top: 0px;
 padding: 10px 0 0 30px;
 height: 40px;
 color: #fff;
}

h5 {
 margin-top: 10px;
 color: #CD732D;
}


#midasi{
 color: #FF3333;
 font-size: larger;
}


/*----------ページのトップへ戻る------------*/

.pagetop{
 margin-top: 0px;
 padding-right: 12px; 
 text-align: right;
 clear: both;
}

/*----------フッター左側------------*/


.footer_left{
 margin-top: 5px;
 color: #006666;
 float: left;
 width: 290px;
}

/*----------テキストリンク------------*/

.textlink{
 text-align: right; 
 margin-top: 10px;
 color: #fff; 
}

.textlink a{
 text-decoration:underline;
 color: #fff;
}
.textlink a:hover{
 text-decoration:none;
 color: #FF6600;
}


/*----------コピーライト------------*/

.copyright{
 color: #FFFFFF;
 font-family: sans-serif;
 text-align: right; 
 margin-top: 30px;
}
