/************ タグ **************/
form {
display:inline;
}

strong {
font-weight:bold;
font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
}

p {
margin:0px;
}

img {
margin:0px;
}

body{
margin:0px;
color:#663333;
background-color:#EAEAB1;
}

ul {
margin:0px;
padding-left:20px;
text-indent:-1.25em;
list-style-position:inside;
}
ol {
margin:0px;
padding-left:20px;
text-indent:-1.25em;
list-style-position:inside;
}
li {
margin-bottom:5px;
} 

/*********** 基本レイアウト **************/
#Base{
display:inline-table;
width:800px;
height:auto;
float:left;
background-color:#CCCC99;
}

#Row{
display:table-row;
}

#Header{
display:block;
width:800px;
height:80px;
float:left;
border-right: 1px solid #663333;
background: url(/images/header.jpg) no-repeat;
}

.Header-Bar{
width:574px;
height:19px;
float:right;
margin-top:57px;
}

#title{
display:table-cell;
width:800px;
height:44;
float:left;
border-right: 1px solid #663333;
}

#sidemenu{
display:table-cell;
width:160px;
height:auto;
float:left;
}

#Main{
display:table-cell;
width:620px;
height:auto;
float:right;
background-color:#CCCC99;
border-right: 1px solid #663333;
border-left: 1px solid #663333;
}

#Footer{
display:block;
width:800px;
height:auto;
float:left;
background-color:#EAEAB1;
border-top: 1px solid #663333;
border-right: 1px solid #EAEAB1;
text-align:right;
padding-bottom:20px;
}

.Index-Container{
display:block;
width:620px;
height:330px;
float:right;
text-align:center;
background-color:#999966;
border-bottom: 1px solid #663333;
}

.Container{
margin:0px 30px 0px 30px;
}

.Contents{
display:block;
width:620px;
min-height:600px;
padding-bottom:20px;
float:right;
}

.posted {
border-top: 1px solid #87291A;
text-align: right;
margin-bottom: 25px;
padding: 3px;
}

/************ 基本文字色 **************/
.Font-Blue{
color:#1763E5;
}

.Font-Black{
color:#000000;
}

/************ 基本リンクカラー **************/
.Link-Blue{
color:#656565;
text-decoration:none;
}
.Link-Blue a:link, .Link-Blue a:visited, .Link-Blue a:active{
color:#1763E5;
text-decoration:none;
}
.Link-Blue a:hover{
color:#FF0000;
text-decoration:underline;
}

.Link-Gray{
color:#656565;
text-decoration:none;
}
.Link-Gray a:link, .Link-Gray a:visited, .Link-Gray a:active{
color:#656565;
text-decoration:none;
}
.Link-Gray a:hover{
color:#FF0000;
text-decoration:underline;
}

.Link-Black{
color:#000000;
text-decoration:none;
}
.Link-Black a:link, .Link-Black a:visited, .Link-Black a:active{
color:#000000;
text-decoration:none;
}
.Link-Black a:hover{
color:#FF0000;
text-decoration:underline;
}

.Head-Link-Block{
display:block;
float:left;
margin-right:0px;
}
