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

p {
margin:0px;
}

img {
margin:0px;
border:0;
}

body{
margin:0;
color:#333333;
}

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;
} 

/*********** 基本レイアウト **************/
#Top{
width:800px;
margin:0 auto;
}

#Base{
display:inline-table;
width:800px;
height:auto;
float:left;
background-color:#FFCFC2;
}

#Row{
display:table-row;
}

#Header{
display:block;
float:left;
}

#title{
display:table-cell;
width:798px;
float:left;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}

#sidemenu{
display:table-cell;
width:159px;
height:auto;
float:left;
padding-top:10px;
padding-bottom:20px;
background-image: url(/images/side_menu_bg.jpg);
background-repeat: repeat-x;
}

#Main{
display:table-cell;
width:638px;
height:auto;
float:right;
background-color:#FFFFFF;
border-left: 1px solid #333333;
}

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

#WeblogRight{
width:159px;
float:right;
border-left: 1px solid #333333;
}

#WeblogCenter{
width:477px;
float:right;
}

#Popup{
width:600px;
margin:0 auto;
}

#Popup table {
margin-top:10px;
margin-left:20px;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
border-top: 1px solid #666666;
}
#Popup .lefttd {
padding:3px;
background-color:#FFFFE8;
border-bottom: 1px solid #666666;
}
#Popup .righttd {
padding:3px;
background-color:#FFFFE8;
border-bottom: 1px solid #666666;
}

.WeblogContents{
display:block;
width:407px;
margin:20px 20px 0px 30px;
padding-bottom:20px;
float:right;
}

.WeblogContents img{
margin-right:10px;
float:left;
border:0;
}

.WeblogSideContents{
display:block;
width:139px;
margin:20px 10px 0px 10px;
padding-bottom:20px;
}

.WeblogEndbar{
margin-left:10px;
width:397px;
text-align:right;
border-top:1px solid #999999;
margin-top:10px;
}

.Index-Container{
display:block;
width:638px;
/*height:330px;*/
float:right;
text-align:center;
background-color:#FFFFFF;
}

.Contents{
display:block;
width:567px;
min-height:600px;
margin:20px 20px 0px 30px;
padding-bottom:20px;
float:right;
}

.Contents p{
margin-left:10px;
}

.Contents img{
float:left;
margin:0px 10px 10px 0px;
}

.Endbar{
margin-left:10px;
width:550px;
text-align:right;
border-top:1px solid #999999;
margin-top:10px;
}

/************ 基本文字色 **************/
.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;
}
