@charset "Shift_JIS";

* {
margin: 0;
padding: 0;
}

body{
background-color: #dddddd;
text-align: center;
font-size: 73%;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #999999;
margin: 20px 0px 20px 0px;
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
a:hover {
color: #666666;
text-decoration: underline;
}
p{
line-height: 150%;
}
hr{
display: none;
clear: both;
}
/***** リンク・サイトインフォサンプル部分******/
dl {
list-style-position: inside;
}
dt {
color: #999999;
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: #c0c0c0;
border: solid 1px #999999;
color: #444444;
margin: 2px;
}
option{
background-color: #c0c0c0;
color: #444444;
margin: 2px;
}
/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 180%;
font-weight: bold;
text-align: right;
padding: 125px 30px 0px 0px;
width: auto;
}
h1 a:link {
color: #E9E6D9;
text-decoration: none;
}
h1 a:visited {
color: #E9E6D9;
text-decoration: none;
}
h1 a:active {
color: #E9E6D9;
text-decoration: none;
}
h1 a:hover {
color: #CDDDDD;
text-decoration: none;
}
h2 {
font-size: 100%;
margin: 10px 0px 5px 10px;
padding: 0px 10px 2px 20px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;
color: #8B414C;
background-image: url(h2.gif);
background-position:left center;
background-repeat: no-repeat;
}
h3 {
font-size: 100%;
padding: 0px 5px 0px 10px;
margin: 10px 0px 0px 5px;
text-align: left;
height: auto;
width: auto;
color: #8B414C;
font-weight: bold;
border-style:double;
border-width:0px;
border-left-width:4px;
border-color:#94A6B5;
}
/***** page部分******/
#page{ 
width: 520px;
height: auto;
position:relative;
margin:0px auto;
text-align: center;
padding: 0px;
background-color: #ffffff;
background-image: url(main.gif);
background-repeat: repeat-y;
}
/***** head部分******/
#head{  
width: 520px;
height: 180px;
background-image: url(img.gif);
background-position:top center;
background-repeat: no-repeat;
background-color: #ffffff;
}
/***** main部分******/

#left{
width: 350px;
height: auto;
float: left;
margin: 0px 5px 0px 5px;
} 
#right{
width: 140px;
height: auto;
float: right;
margin: 0px 5px 0px 0px;
}  
/***** コンテンツメニュー部分******/
#menu {
padding: 6px 20px 6px 10px;
height: auto;
text-align: left;
width: auto;
}
#menu ul {
width: auto;
list-style:none;
}
#menu li {
list-style: none;
}
#menu a {
display: block;
color: #999999;
text-decoration: none;
}
#menu a:hover{
color: #94A6B5;
text-decoration: line-through;
}
/***** テキスト部分 ******/
.text
{
padding: 0px 8px 7px 15px;
text-align: left;
height: auto;
}
.box{
width: 130px;
padding: 10px 0px 10px 5px;
margin: 0px 5px 0px 0px;
text-align: left;
overflow: auto;
height: 155px;
}
.list{
width: 130px;
padding: 10px 0px 10px 5px;
margin: 0px 0px 10px 0px;
text-align: left;
}
.list ul {
width: auto;
text-align: left;
}
.list li {
display: block;
height: auto;
padding: 0px 0px 0px 5px;
}
.list a {
text-decoration: none;
color: #999999;
}
.list a:hover {
color: #94A6B5;
text-decoration: underline;
}
/***** main 画像サンプル2部分 ******/
.sample {
padding: 0px 20px 10px 10px;
text-align : left;
width: 330px;
}
.sample dl { 
float: left; 
margin: 0px; 
padding: 0px; 
width: 120px; 
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: 86px;
clear:both;
margin: 0px;
background-image: url(foot.gif);
background-repeat: no-repeat;
}
/***** 著作権表示部分 ******/
#copy
{
text-align: center;
height: auto;
width: auto; 
padding: 35px 0px 0px 0px;
color: white;
} 
#copy a {
text-decoration: none;
color: #ffffff;
}
#copy a:hover {
color: #ffffff;
text-decoration: underline;
}
/***** 回り込み解除 ******/
.clearthis {
clear: both;
}
/***** その他 ******/
.navi{
text-align: right;
padding: 2px 0px 2px 0px;
font-weight: bold;
}
.color
{
color: #666666;
}
.text_color{
color: #B3C06B;
}
