<!--

a {
color: #000fff;
}
a:hover {
color: red;
}
BODY {
font-family: "ＭＳ Ｐゴシック";
background-color: #fff4ff;
margin: 0px auto;
text-align:center;
}
strong {
font-weight: normal;
}
/* コンテナ */
div#container {
background-color: #ffffff;
border-left: solid 1px #ffc184;
border-right: solid 1px #ffc184;
width: 760px;
margin-left: auto;
margin-right: auto;
text-align:justify;
}
/* ヘッダー */
div#header {
background-color: #ffffff;
height: 105px;
padding: 2px 20px 50px;
border-bottom: solid 2px #ff7d7d;
}
div#header h1 {
font-size: 11px;
color: #666666;
font-weight: normal;
text-align: right;
}
/* パンくずリスト */
#bread	{
background-color: #ffffff;
font-size: 14px;
margin-top: 20px;
margin-right: 25px;
text-align: right;
margin-bottom: 40px;
}
/* コンテンツ */
#content {
width: 540px;
_width: 540px;
float: right;
line-height: 25px;
margin-left: auto;
margin-right: 20px;
margin-top: 25px;
margin-bottom: 25px;
}
#content h2 {
font-size: 14px;
color: #aa5500;
line-height: 28px;
padding-left: 6px;
margin-top: 0;
text-align: left;
margin-bottom: 10px;
}
#content h3 {
font-size: 14px;
color: #aa5500;
line-height: 23px;
padding-left: 6px;
margin-top: 30px;
margin-bottom: 0;
}
#content p {
font-size: 14px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}
/* サイドバー */
.sidemenu h4 {
font-size: 15px;
color: #aa5500;
font-weight: bold;
padding-left: 15px;
height: 24px;
line-height: 24px;
margin-top: 15px;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 15px;
}
#sidebar {
width: 166px;
_width: 166px;
float: left;
margin-top: 25px;
margin-bottom: 25px;
margin-left: 15px;
}
ul.sidemenu li {
list-style-type: none;
}
ul.sidemenu {
font-size: 13px;
margin-top: 0;
margin-left: 0;
padding-left: 0;
line-height: 0;
}
ul.sidemenu li a {
display: block;
line-height: 28px;
background-color: #ffffff;
padding-left: 0;
}
ul.sidemenu ul {
margin: 0;
padding: 0;
}
ul.sidemenu ul li a {
background-color: #FFFFFF;
color: #000fff;
line-height: 24px;
font-weight: normal;
padding-left: 5px;
}
ul.sidemenu ul li a:hover {
background-color: #f4fbec;
color: red;
}
/* フッター */
#footer	{
background-image : url(l35.gif);
background-repeat: repeat-x;
width: 760px;
margin-top: 25px;
padding-top: 20px;
clear: both;
}
#footer address	{
font-size: 13px;
color: #666666;
font-style: normal;
text-align: center;
}
#footer address  a {
text-decoration: none;
}
-->