body{
background-color: #dddddd;
text-align:center;
font-size: 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #999999;
margin-top: 20px;
padding: 0px;
}

a:link {
color: #ffffff;
text-decoration : none;	
}

a:visited 
{
color: #ffffff;
text-decoration : none;	
}

a:active 
{
color: #ffffff;
text-decoration : none;
	}

a:hover 
{
color: #ffffff;
text-decoration: underline;
}
p{
line-height: 150%;
padding: 0px;
margin: 0px;
}
/***** リンク・サイトインフォサンプル部分******/
dl {
list-style-position: inside;
padding: 8px 0px 0px 0px;
margin: 0px;
}
dt {
color: #ffffff;
font-weight: bold;
list-style: none;
margin:0px;
padding:0px;
}
dd {
margin:0px;
padding:4px 0.5em;
}
/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 1.70em;
font-weight: bold;
color: #CD3E52;
padding: 10px 30px 0px 0px;
text-align: right;
margin: 5px 0px 0px 0px;
}
h1 a:link {
color: #9B2C3B;
text-decoration : none;	
}
h1 a:visited 
{
color: #9B2C3B;
text-decoration : none;	
}
h1 a:active 
{
color: #9B2C3B;
text-decoration : none;
}
h1 a:hover 
{
color: #ffffff;
text-decoration: none;
}
/***** 見出し（サブタイトル部分）******/
h2 {
font-size: 1.0em;
height: auto;
width: auto;
padding: 0px;
text-align: right;
padding-right: 20px;
color: white;
}
/***** 見出し（テキストタイトル部分）******/
h3 {
font-size: 0.9em;
color: #ffffff;
padding: 0px 0px 0px 0px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;
margin:  0px 10px 0px 10px;
border:solid 1px #666666;
}

/***** page部分******/
#page
{  
width: 760px;
position:relative;
margin:0px auto;
text-align:center;
}
/***** head部分******/
#head
{  
width: 760px;
height: 208px;
margin-bottom: 10px;
background-image: url(img.jpg);
background-position: center;
background-repeat: no-repeat;
}
/***** 左部分******/
#left
{
width: 240px;
float: left;
height: 300px; 
margin: 0px; 
background-color: #1e1e1e;
}

/***** 右部分******/
#right
{
width: 510px;
margin: 0px; 
height: 300px;
float: right;
background-color: #1e1e1e;
} 
/***** テキスト部分 ******/
.text
{
margin-top: 10px;
padding: 5px 0px 5px 10px;
margin: 5px;
text-align: left;
height: auto;
}
/***** スクロールボックス部分 ******/
.scroll_box
{
padding-right: 10px;
margin-top: 10px;
width: 490px;
text-align: left;
height: 280px; 
overflow: auto; 
}
/***** コンテンツメニュー部分******/
#menu {
padding: 15px 20px 20px 20px;
margin-top: 0px;
}
#menu ul {
width: auto;
padding: 0px;
margin: 0px;
line-height: 15px;

}
#menu li {
list-style: none;
font-size: 0.9em;
font-weight: bold;
padding: 0px;
margin-bottom: 10px;
text-align: center;
border:solid 1px #666666;
}
#menu a {
display:block;
text-decoration: none;
color: #999999;
padding-left: 5px;
}
#menu a:hover {
color: #999999;
background: #ffffff;
}
/***** foot部分 ******/
#foot{
position:relative;
width:100%;
height: auto;
clear:both;
}

/***** 著作権表示部分 ******/
.copy
{
text-align: center;
height: auto;
width: 100%; 
padding: 10px 0px 5px 0px;
}
/***** 著作権表示部分2 ******/
.addess
{
text-align: right;
height: auto;
width: auto; 
color: #1e1e1e;
padding: 5px 0px 5px 20px;
} 
.addess a:link {
color: #1e1e1e;
text-decoration : none;	
}
.addess a:visited 
{
color: #1e1e1e;
text-decoration : none;	
}
.addess a:active 
{
color: #1e1e1e;
text-decoration : none;
}
.addess a:hover {
color: #CD3E52;
text-decoration: none;
}
/***** 更新履歴部分 ******/
.update{
text-align: center;
margin-bottom: 10px;
padding: 0px;
}
