body {
margin: 0px 0px 0px 0px;
background-color: #FFFFFF;
background: #FFEEF7;
background-image:url(./img/back.gif);
background-position:center top;
background-repeat:repeat-y;
 text-align: center;  
}


a {
text-decoration: underline;
}

a:link {
  text-decoration:none;
 color: #3333FF;
}

a:visited {
  text-decoration:none;
 color: #3333FF;
}

a:active {
 color: #3333FF;
}

a:hover {
 color: #FF0000;
    text-decoration:underline;
}



h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}


/*ベースカラー*/
#container {
width:800px;
line-height: 140%;
background-color: #FFFFFF;
margin-right:auto;
margin-left:auto;
border-top:0px solid #CC3366;
padding-top:5px;
}

/*バナー--------------------------------------------*/
#banner {
font-family: Verdana, Arial, sans-serif;
background-color: #ffeef8;
text-align: center;
padding: 0px 0px 0px 0px;
height: 100px;
background-image: url(./img/title.gif);
background-repeat: no-repeat ;
background-position:center;
margin-right:auto;
margin-left:auto;
position:relative;
}

/*adsビックバナー*/
#bannera {
padding: 3px 0px 0px 0px;
margin 0px 0px 0px 0px;
        border-bottom:1px solid #cc3363;
}


#banner h1{
width:750px;
text-align:left;
margin-right:auto;
margin-left:auto;
}
#banner a {
color: #fff0f0;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

/*タイトル文字*/
#banner h1 {
font-size: 12px;
font-weight: bold;
color: #fff1f1;
margin-bottom: 3px;
padding: 5px 0px 0px 8px;
}

/*サブタイトル文字*/
#banner h2 {
font-size:14px;
font-weight: bold;
color: #FFFFFF;
padding: 5px 0px 0px 15px;
}
/*メイン*/

#center {
float: left;
width: 415px;
overflow: hidden;
}

.content {
float:left;
width:415px;
overflow: hidden;
background-color: #FFFFFF;
text-align: left;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, sans-serif;
}

.content p {
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
line-height: 150%;
text-align: left;
}


.content h2 {
        font-size:16px;
        margin:5px 0 0px 0px;
        padding-left:15px;
        font-weight:bold;
        background: #9999FF;
        color:white;
}

.content h3 {
border-left:15px solid #000;
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
text-align: left;
font-weight: bold; 
margin: 30px 0px 10px 0px;
padding:1px 0 1px 10px;
}

.content h4 {
border-left:10px solid #000;
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
text-align: left;
font-weight: bold; 
margin: 30px 0px 10px 0px;
padding:1px 0 1px 10px;
}

.content h5 {
color: #666666;
font-size: 9px;
text-align: left;
margin: 10px 0px 10px 0px;
padding:1px 0 1px 10px;
}

.content h6 {
color: #000000;
font-size: 9px;
text-align: left;
margin: 10px 0px 10px 0px;
padding:1px 0 1px 10px;
}

.content p.posted {
color: #999999;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
border-top: 1px solid #999999;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}

.ctgy dt{
margin-bottom:0;
padding:0px 20px 0px 15px;
font-weight:bold;
font-size:17px;
color:#FFFFFF;
background-image:url(img/mark.gif);
background-position:left;
background-repeat:no-repeat;
background-color: #e8e8e8;
border-right:1px solid #999;
border-bottom:1px solid #999;
}
.ctgy dt a:link { color: #666; }
.ctgy dt a:hover{ color:red; }
.ctgy dt a:visited{ color: #666; }

.ctgy dd{
font-size:13px;
padding:0px 0px 0px 25px;
margin:0px 0px 30px 0px;
}

.large{
font-size:14px;
font-weight:bold;
margin-left:45px;
margin-bottom:30px;
}

.description{
padding:10px;
border-right:1px solid #387070;
border-left:1px solid #387070;
border-bottom:1px solid #387070;
background: #FAFAF3;
margin-top:0;
}

.entry-body{
padding:0 10px 10px 10px;
}


/*左サイド-------------------------*/

#left{
width:160px;
float:left;
overflow: hidden;
}

#left h2{
 background-color: #FFFFFF;
       font-size:14px;
       font-family:"ＭＳ Ｐゴシック";
       font-weight:normal;
       text-align:center;
}

#left h3{
font-size:14px;
line-height:14px;
font-family:"ＭＳ Ｐゴシック";
font-weight:normal;
text-align:center;
background: #FFEEF7;
color:#666;
padding: 5px 0px 5px 5px;
margin-bottom:5px;
border-top:1px solid #CC3366;
border-bottom:1px solid #CC3366;
border-left:5px solid #CC3366;
}

#left h4{
       font-size:11px;
       font-family:"ＭＳ Ｐゴシック";
       font-weight:normal;
       text-align:left;
       padding-left:5;
       margin-left:10px;
       color:#666;
}

#left ul{
        margin:0 0 0 0;
        padding:0;
        list-style-type:none;
}
#left ul li{
        font-size:12px;
        padding-left:5px;
text-align:left;
}

#left ul li ul{
        list-style-type:disc;
}

#left ul li ul li{
        border-style:none;
        margin-left:15px;
        padding-left:0;
}


/*右サイド-------------------------*/

#right {
float: left;
width: 190px;
overflow: hidden;
}

#right h3{
font-size:14px;
line-height:14px;
font-family:"ＭＳ Ｐゴシック";
font-weight:normal;
text-align:center;
background: #FFEEF7;
color:#666;
padding: 5px 0px 5px 5px;
margin-bottom:5px;
border-top:1px solid #CC3366;
border-bottom:1px solid #CC3366;
border-left:5px solid #CC3366;
}

#right h4{
font-size:12px;
line-height:15px;
font-family:"ＭＳ Ｐゴシック";
font-weight:normal;
text-align:left;
color:#666;
border-top:1px dashed #cc3369;
border-bottom:1px dashed #cc3369;
background: #FFEEF6;
}
#right ul{
        margin:0 0 10px 0;
        padding:0;
        list-style-type:none;
}
#right ul li{
font-size:12px;
line-height:15px;
font-weight:normal;
padding: 5px 0px 5px 5px;
text-align:left;
list-style-type:none;
border-bottom:1px dashed #cc3369;
}

#right ul ul{
        list-style-type:disc;
        margin:0 0 0 15px;;
        border-style:none;   
}

#right ul ul li{
        border-style:none;
        padding-left:0;
}

#right  h6 {
color: #000000;
font-size: 9px;
text-align: left;
margin: 10px 0px 10px 0px;
padding:1px 0 1px 10px;
}

#categories {
width: 190px;
 background-color: #FFFFFF;
overflow: hidden;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

/*XML・検索のテキスト*/
.link-note {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
text-align: right;
color: #1B2C3B;
margin-top: 3px;
margin-right:15px;
}

.foot {
padding-right: 0px;
margin-right: 0px;
margin-bottom:0;
text-align: center;
background: #CC3366;
color:#FFF;
}

h5 {
color: #666666;
font-size: 9px;
text-align: left;
margin: 10px 0px 10px 0px;
padding:1px 0 1px 10px;
}

