body{
background-color: #FFE4E1;
font-size: 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #660000;
margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
padding: 0px;
}

a:link {
color: #660000;
text-decoration : none;	
}

a:visited 
{
color: #660000;
text-decoration : none;	
}

a:active 
{
color: #660000;
text-decoration : none;
	}

a:hover 
{
color: #CC9999;
text-decoration: none;
}

/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 1.5em;
font-weight: bold;
color: black;
padding: 10px 0px 0px 20px;
text-align: left;
margin: 0px 0px 5px 0px;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 0.9em;
padding: 3px 10px 3px 10px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;
margin: 10px 10px 0px 10px;
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: 670px;
height: 100%;
position:relative;
margin: 0px;
padding: 0px;
background-color: white;
}
/***** head部分******/
#head
{  
width: auto;
height: auto;
margin: 0px;
border-style:double;
border-width:0px;
border-bottom-width:4px;
border-color:#CC9999;
}
/***** 左部分******/
#left{
width: 200px;
margin: 20px 0px 0px 10px; 
padding: 0px;
height: auto;
float: left;
} 
/***** 左画像部分******/
#img{
margin-top: 0px;
background-image: url(left.gif);
background-position:center center;
background-repeat: no-repeat;
height: 164px;
border-color:#dddddd #aaaaaa #dddddd #dddddd;
border-width:1px;
border-style:solid;
text-align: center;
}

/***** コンテンツメニュー部分******/
#menu {
padding: 0px;
margin-top: 10px;
width: 200px;
}
#menu ul {
width: auto;
padding: 0px;
margin: 0px;
line-height: 1.4em;
}
#menu li {
border-bottom: 1px solid #ececec;
list-style: none;
font-size: 1em;
font-weight: bold;
padding: 0px;
text-align: center;
}
#menu a {
display:block;
text-decoration: none;
color: #660000;
padding-left: 5px;
}
#menu a:hover {
color: #CC9999;
background: #FFE4E1;
}
/***** 左コメント部分******/
.left_title
{
text-align: center;
width: auto;
height: auto;
font-weight: bold;
font-size: 0.9em;
padding: 0px 0px 5px 0px;
margin-top: 20px;
}
/***** スクロールボックス部分 ******/
.left_box
{
width: auto;
padding: 0px 5px 5px 5px;
margin: 0px 5px 0px 5px;
text-align: left;
height: 100px;
overflow: auto;
}

/***** 右部分******/
#right
{
width: 450px;
margin-top: 10px;
padding: 0px;
height: auto;
float: right;
} 
/***** テキスト部分 ******/
.text
{
padding: 5px 0px 5px 10px;
margin: 5px;
text-align: left;
height: auto;
}

/***** foot部分 ******/
#foot{
position:relative;
width:100%;
height: auto;
clear:both;
margin: 0px;
}
/***** 著作権表示部分 ******/
.copy
{
text-align: center;
height: auto;
width: 100%; 
padding: 20px 0px 10px 0px;
} 

