@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 : #1e1e1e;
margin-left: 20px;
background-image: url(bg.gif);
background-repeat: repeat-x;
background-position:0px 100px;

}
a:link {
color: #A1745F;
text-decoration: none;

}

a:active {
color: #A1745F;
text-decoration: none;
}
a:hover {
color: #A9B8AB;
text-decoration: underline;
font-weight: bold;
}
p{
line-height: 150%;
}
hr{
display: none;
clear: both;
}
ul{
list-style: none;
}

img{
border: 0px;
}
/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 160%;
font-weight: bold;
color: #666666;
text-align: left;
padding: 45px 0px 0px 105px;
width: auto;
height: 65px;
background-image: url(point.gif);
background-repeat: no-repeat;
background-position:50px 10px;
}
h1 a:link {
color: #a73f4e;;
text-decoration: none;
}
h1 a:visited {
color: #a73f4e;;
text-decoration: none;
}
h1 a:active {
color: #a73f4e;;
text-decoration: none;
}
h1 a:hover {
color: #A9B8AB;
text-decoration: none;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 120%;
padding: 15px 10px 15px 35px;
text-align: left;
height: auto;
color: #a73f4e;
width: auto;
background-image: url(h2.gif);
background-repeat: no-repeat;
background-position:right 35px;
}

/***** 見出し（テキストタイトル部分）******/
h3 {
font-size: 110%;
padding: 15px 40px 15px 0px;
text-align: left;
height: auto;
color: #a73f4e;
width: auto;
}

/***** page部分******/
#page
{  
width: 800px;
height: auto;

position: relative;
background-image: url(page.gif);
background-repeat: repeat-y;
background-color: white;
}

/***** head部分******/
#head{  
width: 800px;
height: 264px;
background-image: url(img.gif);
background-position:left bottom;
background-repeat: no-repeat;
}
.logo{
font-size: 120%;
padding: 0px 0px 0px 70px;
text-align: left;
font-weight: bold;
height: auto;
width: auto;
color: #C0D997;
}


/***** left部分******/
#left{
width: 550px;
height: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
} 
#left a{
color:#fff;
background-color: #A1745F;
}
/***** right部分******/
#right{
width: 200px;
height: auto;
float: right;
margin-top: 10px;
}

/***** テキスト部分 ******/
.text{
width: auto;
margin: 0px 20px 0px 25px;
padding: 5px 0px 0px 20px;
text-align: left;
height: auto;
}

#r_box{
width: 180px;
padding: 0px 10px 5px 0px;
height: auto;
text-align: left;
}
#r_box1{
width: 180px;
height: 100px;
padding: 0px 10px 20px 0px;
margin: 0px 0px 20px 0px;
overflow: auto;
text-align: left;
}

/***** main 画像サンプル2部分 ******/
.sample {
padding: 0px 30px 0px 30px;
text-align: left;
height: auto;
width: 500px;
}
.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: auto;
clear:both;
}
/***** 著作権表示部分 ******/
#copy
{
text-align: right;
height: auto;
width: auto; 
padding: 30px 10px 15px 0px;
text-align: center;
margin: 0px 0px 0px 10px;
background-image: url(point.gif);
background-repeat: no-repeat;
background-position:500px 0px;
} 
#design{
text-align: left;
height: auto;
padding: 35px 0px 15px 30px;
margin: 0px 0px 0px 10px;
background-image: url(point.gif);
background-repeat: no-repeat;
background-position:100px 10px;
}
.color
{
color: #BD8A8A;
}
.navi{
text-align: right;
padding: 10px 10px 10px 0px;
font-weight: bold;
}
/***** 回り込み解除 ******/
.clearthis {
clear: both;
}