@charset "Shift_JIS";

* {
margin: 0;
padding: 0;
}

body{
background-color: #ffffff;
font-size: 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #000000;
text-align: center;
margin: 15px 0px 15px 0px;
background-image: url(bg.gif);
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited 
{
color: #000000;
text-decoration: none;
}
a:active 
{
color: #000000;
text-decoration: none;
}
a:hover 
{
color: #A77B81;
text-decoration: none;
}
p{
line-height: 150%;
}
hr{
display: none;
clear: both;
}
/***** リンク・サイトインフォサンプル部分******/
dl {
list-style-position: inside;
padding: 0px;
margin: 0px;
}
dt {
color: #000000;
font-weight: bold;
list-style: none;
margin:0px;
padding:0px;
}
dd {
margin:0px;
padding:4px 0.5em;
}
ul{
list-style: none;
}
li{
display: inline;
}
img{
border: 0px;
}
/***** フォーム 部分******/
input,textarea,select {
background-color: #E2D7D7;
border: solid 1px #ffffff;
color: #000000;
margin: 2px;
}
option {
background-color: #E2D7D7;
color: #000000;
margin: 2px;
}
/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 2.0em;
font-weight: bold;
color: #91AE69;
text-align: left;
padding: 20px 0px 0px 30px;
width: auto;
}
/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 1.2em;
padding: 30px 20px 0px 30px;
margin: 10px 0px 10px 20px;
text-align: left;
height: auto;
width: 400px;
color: #A77B81;
font-weight: bold;
border-style:double;
border-width:0px;
border-bottom-width:4px;
border-color:#CC9999;
background-image: url(h2.gif);
background-repeat: no-repeat;
background-position:top right;

}
/***** page部分******/
#page
{  
width: 500px;
height: auto;
text-align: center;
margin:0px auto;
position: relative;
}
/***** head部分******/
#head{  
width: 500px;
height: 259px;
background-image: url(img.gif);
background-position:top left;
background-repeat: no-repeat;
border:solid 1px #C9B4B6;
background-color: #ffffff;
}
/***** main部分******/
#main{
width: 500px;
height: auto;
background-color: #ffffff;
border:solid 1px #C9B4B6;
padding: 0px 0px 10px 0px;
margin: 15px 0px 0px 0px;
} 
/***** コンテンツメニュー部分******/
#menu {
padding: 20px 0px 0px 20px;
width: auto;
height: auto;
font-size: 1.0em;
}
#menu ul {
width: auto;
text-align: left;
}
#menu li {
list-style: none;
font-size: 0.9em;
display: inline;
font-weight: bold;
}
/***** テキスト部分 ******/
.text{
width: auto;
padding: 0px 40px 0px 40px;
text-align: left;
height: auto;
}
/***** main 画像サンプル2部分 ******/
.sample {
width: auto;
padding: 0px 30px 0px 30px;
text-align: left;
height: auto;
width: 420px;
}
.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;
background-color: #ffffff;
border:solid 1px #C9B4B6;
margin: 15px 0px 0px 0px;
}
/***** 著作権表示部分 ******/
#copy
{
text-align: center;
height: auto;
width: auto; 
padding: 10px 0px 10px 0px;
} 
.color
{
color: #BD8A8A;
}
.navi{
text-align: right;
padding: 2px 0px 2px 0px;
font-weight: bold;
}
/***** 回り込み解除 ******/
.clearthis {
clear: both;
}
