@charset "Shift_JIS";

* {
margin: 0;
padding: 0;
}

body{
background-color: #ffffff;
font-size: 75%;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka", sans-serif;
color : #A1745F;
margin:0px auto;
text-align:center;
}
a:link {
color: #A1745F;
text-decoration: none;
}
a:visited 
{
color: #899529;
text-decoration: underline;
}
a:active 
{
color: #C0D997;
text-decoration: none;
}
a:hover 
{
color: #C0D997;
text-decoration: underline;
}
p{
line-height: 150%;
}
hr{
display: none;
clear: both;
}
/***** リンク・サイトインフォサンプル部分******/
dl {

}
dt {
color: #A1745F;
font-weight: bold;
list-style: none;
}
dd {
padding:2px 0.5em;
}
ul{
list-style: none;
}
li{
display: inline;
}
img{
border: 0px;
}
/***** フォーム 部分******/
input,textarea,select {
background-color: #EEF5C1;
border: solid 1px #A1745F;
margin: 2px;
padding: 3px;
font-size: 100%;
}
option {
background-color: #EEF5C1;
margin: 2px;

}
/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 180%;
font-weight: bold;
color: #A1745F;
text-align: left;
padding: 20px 0px 0px 10px;
width: auto;
}
h1 a:link {
color: #A1745F;
text-decoration: none;
}
h1 a:visited 
{
color: #A1745F;
text-decoration: none;
}
h1 a:active 
{
color: #A1745F;
text-decoration: none;
}
h1 a:hover 
{
color: #CC3333;
text-decoration: none;
}
/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 120%;
padding: 10px 0px 3px 40px;
text-align: left;
height: 25px;
width: auto;
font-weight: bold;
background-image: url(h2.png);
background-position:2% 50%;
background-repeat: no-repeat;
}

/***** 見出し（テキストタイトル部分）******/
h3 {

}
/***** page部分******/
#page
{  
width: 440px;
height: auto;
position: relative;
margin:0px auto;
text-align: center;
background-image: url(page.png);
background-position: top;
background-repeat: repeat-y;
}
/***** head部分******/
#head{  
width: 440px;
height: 244px;
background-image: url(img.png);
background-position:left top;
background-repeat: no-repeat;
}
/***** main部分******/
#main{
width: 440px;
height: auto;
text-align: left;
} 
/***** コンテンツメニュー部分******/
#menu {
padding: 10px 0px 10px 10px;
width: auto;
height: auto;
}
#menu ul {
width: auto;
text-align: left;
}
#menu li {
list-style: none;
font-weight: bold;
}
#menu a {
display: inline;
color: #A1745F;
text-decoration: none;
}
#menu a:hover {
color: #C0D997;
text-decoration: none;
}
#menu  a.on {
color: #CC3333;
font-weight: bold;
text-decoration: underline;
}
/***** テキスト部分 ******/
.text{
width: 360px;
padding: 5px 0px 5px 20px;
text-align: left;
height: auto;
}
/***** main 画像サンプル2部分 ******/
.sample {
width: 360px;
padding: 5px 0px 5px 20px;
text-align: left;
height: auto;
}
.sample dl { 
float: left; 
margin: 0px; 
padding: 0px; 
width: 105px; 
text-align: center; 
}
.sample dt { 
margin: 0px; 
padding: 0px; 
list-style-type: none;  
text-indent: 0em; 
}
.sample dd { 
padding:4px 0.5em;
margin: 0px; 
border: none; 
}
/***** foot部分 ******/
#foot{
position:relative;
width:auto;
height: 124px;
background-image: url(foot.png);
background-position:left top;
background-repeat: no-repeat;
}
/***** 著作権表示部分 ******/
#copy
{
text-align: center;
height: auto;
width: auto; 
padding: 60px 40px 0px 0px;
} 
.color
{
color: #899529;
}
.navi{
text-align: right;
padding: 2px 0px 0px 0px;
font-weight: bold;
}
/***** 回り込み解除 ******/
.clearthis {
clear: both;
}