@charset "shift_jis";

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family:Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color:#333333;
 }

html {overflow-x:hidden;}

body {
background-image:url("img/back.jpg");background-repeat:repeat-y;
background-attachment:fixed;
background-color:#f6efdd;
color:#000000;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::: メニュー以下の構造*/

#container {
width:950px;
margin-top:40px; /*ここを変えればメニュー下全体が動く*/
/*border:1px solid pink;*/
}

.contents {
width: 600px;
float:left;
color:#006633;
font-size:120%;
/*border:1px solid blue;*/
}

#footer {
height:12px;
width:950px;
margin:10px 0 20px 0;
color:#CCCCCC;
font-size:10px;
padding-left:20px;
clear:both;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::: タイトル部分とか*/


h1 {
height:135px;width:1018px;
background-image:url("img/hBack.jpg");
background-repeat:no-repeat;
text-indent:-9999px;
position:absolute;
top:0;
left:0;
z-index:1;
}

h1 a{display:block;overflow-x:hidden;height:100px;width:450px;}

h2,h3 {width:170px;
margin:1.5em 0 0.5em 0;
/*background-image:url("img/line.jpg");
background-position:bottom;
background-repeat:no-repeat;*/
color:#660000;
font-size:190%;
font-family: Georgia, "Times New Roman", Times, serif;
}

h2 a,h3 a {text-decoration:none;font-family: Georgia, "Times New Roman", Times, serif;color:#660000;}

ul,li {list-style:none;}
img {border:none;}

.red {color:#990000;}
.rm3 {margin-right:3px;}
