* {
    margin: 0;
    padding: 0;
}
html{height: 100%;}
/* BODY-------------------------------*/
body {
     background: #ffffff;
    margin: 0;
    padding: 0;
    line-height:150%;
    letter-spacing: normal;
    color: #333;
    list-style: none;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}
/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
     margin: 0;
     padding: 0;
     border: 0;
}
/* strong */
strong {font-weight: normal;}
/* 画像の属性 */
img {border: none; margin: 0;}
.img-left {    float: left;margin: 5px 10px 5px 0;}
.img-right {float: right;margin: 5px 0 5px 10px;}
.img-center {;margin: 10px auto;}
a:link, a:visited, a:active {color: #003399;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}
/* 基本設定 ----------------------------- */
#base{
    width: 922px;
    margin: 0 auto;
    background: url("http://ee-urban.jp/img/base_back.gif") repeat-y;
    text-align: center;
    position: relative;
}
#wrapper {
    width: 922px;
    margin: 0 auto;
    text-align: center;
}
/*  ヘッダー  */
#header {
    height:25px;
    margin: 0;
    color: #FFF;
    background: url("http://ee-urban.jp/img/header.gif") no-repeat;
    text-align: left;
}
#header h1{
 position: absolute;
 top: 3px;
 left: 20px;
 font-size: 14px;
 font-weight: normal;
 color: #ccc;
}
#header p#smap{
     position: absolute;
     top: 3px;
     right: 80px;
     margin: 0;
     font-size: 12px;
     text-align: right;
}
#smap a:link, #smap a:visited, #smap a:active {color: #FFF;text-decoration: underline;}
#smap a:hover{color : #FF9900;text-decoration: none;}
#header2 {
    height:326px;
    margin: 0;
    color: #FFF;
    text-align: left;
    background: url("http://ee-urban.jp/img/header2.jpg") no-repeat;
}
#header2 h2{
    position: absolute;
    top: 80px;
    right: 35px;
    width: 370px;
    font-size: 100%;
    font-weight: normal;
    color: #333;
    text-align: left;
}
/*  メインメニュー  */
#gmenu{
    position: absolute;
    left:10px;
    top: 195px;
    margin: 0 auto;
    width: 922px;
    height: 25px;
    background: #13007D;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: left;}
#gmenu li a:link, #gmenu li a:visited, #gmenu li a:active {
    float: left;
    width: 120px;
    height: 25px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 180%;
    overflow: hidden;
    border-right: 1px solid #BBB;
    display: block;
}
#gmenu li a:hover{background: #630A15;color: #FFF;}
.rss{    
    position: absolute;
    top: 3px;
    right: 15px;
}
/*  パンくずリスト  */
.navi {
    margin :0 0 10px;
    width: 100%;
    font-size: 10px;
    padding: 0 5px;
    text-align: left;
}
.navi a {
    color: #337799;
    text-decoration: none;
}
.navi a:hover {
    color: #FF6633;
    text-decoration: underline;
}
/*  記事枠等の属性  */
#content {
    width: 922px;    
    margin: 20px auto 0px auto;
    padding: 0;
    background: #FFF;
    overflow: hidden;
}
#content h2{
    margin: 5px 0 10px 10px;
    font-size: 138%;
     color: #732640;
    font-weight: bold;
    text-align: left;
    text-indent: 5px;
    line-height: 150%;
     border-left: 8px solid #B50C47;
}
#content h3{
    margin: 10px 0 10px 0;
    border: 0px;
    color: #0F3357;
    font-weight: bold;
    font-size: 123%;
    line-height: 160%;
    display: block;
    text-align: left;
    text-indent: 10px;
    background: url("http://ee-urban.jp/img/h3_back.gif") no-repeat top left;
}
#content h3 a {
    color: #990033;
    text-decoration: underline;
}
#content h3 a:hover {
    color: #FF0000;
    text-decoration: none;
}
h3.trackbacks-header,h3.comments-header{
    margin: 10px 10px 10px 0;
    border-bottom: 1px solid #DDD;
     color: #732640;
    font-weight: bold;
    font-size: 108%;
    line-height: 150%;
    display: block;
    text-align: left;
    background: #FFF;
}
#content h4 {
    margin: 10px 10px 10px 0;
    border-bottom: 1px solid #DDD;
     color: #732640;
    font-weight: bold;
    font-size: 108%;
    line-height: 150%;
    display: block;
    text-align: left;
}
#content h5 {
    margin: 10px 10px 10px 0;
    color: #555;
    font-weight: normal;
    font-size: 100%;
    line-height: 150%;
    display: block;
    text-align: left;
}
/*記事枠*/
#content .posted {
    text-align: right;
    font-size: 10px;
    margin: 0px 20px 10px 0;
}
#content .doc{
    margin: 0 10px 0px 20px;
    text-align: left;
}
#content .doc p{
    padding: 5px 0;
}
#content .qrcode{
    float:right;
    width: 150px;
    height: 180px;
    border: 1px solid #CCC;
}
#content .inner{
    padding: 15px 10px 10px 10px;
    font-size: 10px;
    text-align: center;
    line-height: 120%;
}
/* ---- 関連記事リスト属性----- */
#content ol{
    margin: 0px 0px 0px 30px;
}
#content li{
    margin: 0;
    font-size: 100%;
    line-height: 19px;
}
/* ---- 相互リンクリスト属性----- */
#content .slink ul{
    margin: 10px 5px 20px 20px;
}
#content .slink ul li{
    margin: 0;
    font-size: 12px;
    line-height: 150%;
}
/*----- trackbacks & Comments-----*/
#content #trackbackdata, #content #commentdata{
    font-size: 12px;
    color: #888;
    margin: 10px 0 10px 10px;
}
#content #trackbackdata .post1{
    font-size: 10px;
    color: #888;
    margin: 0;
    border-bottom: 1px solid #888;
}
#content #commentdata .post2{
    margin-bottom: 10px;
    font-size:10px;
    text-align: right;
}
#content .error {
    font-size : 14px;
    color: red;
    border: 1px solid red;
    padding: 5px;
    text-align: center;
}
#content .next{
    text-align: right;
    font-size: 12px;
}
#news{
    margin-left:20px;
}
#news dl{
    margin: 10px 0 40px 0;
    color: #555;
    text-align: left;
}
#news dt a{
    margin: 0 0 0 20px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
}
#news dd{
    margin: 0 0 0 25px;
    color: #666;
    font-size: 12px;
}
#news h3{
    margin: 15px 0 0 0;
    padding: 3px 0 0 0;
    border: 0px;
    color: #0F3357;
    font-weight: bold;
    font-size: 123%;
    line-height: 234%;
    display: block;
    text-align: left;
    text-indent: 1em;
    background: url("http://ee-urban.jp/img/m_top_news_h3.gif") no-repeat top left;
}
#news h3 a {
    color: #CC2F1F;
    margin: 10px 0 0 30px;
    text-decoration: underline;
}
#news h3 a:hover {
    color: #FF0000;
    text-decoration: none;
}
#news .day {
    width:100px;
    float: left;
    padding: 0 0 0 17px;
    background: url(http://ee-urban.jp/img/m_top_news_arrow.gif) no-repeat 0px center;
    font-size:115% !important;
    font-size:110%;
    border-bottom:1px dotted #cccccc;
}
#news .news_title {
    width:300px;
    float: left;
    text-align: left;
    padding-left:7px;
    font-size:115% !important;
    font-size:110%;
    border-bottom:1px dotted #cccccc;
}
/*ボトムメニュー*/
/*フッターメニュー*/
ul#fmenu{
    padding: 10px 120px;
    list-style: none;
    text-align: center;
}
#fmenu li{
    margin: 0;
    line-height: 150%;
    display: inline;
}
/*フッターナビ*/
.f_navi {
    clear: both;
    text-align: right;
    margin: 0px;
    padding: 10px 20px 15px 15px;
    font-size: 85%;
}
.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}
/*フッター*/
#footer{
     clear: both;
     width: 922px;
     height: 60px;
     margin: 0px auto;
     color: #CCC;
     padding: 0;
     text-align: left;
    background: #ffffff;
}
#footer .copyright{
    text-align: center;
margin-bottom:30px;
    padding: 15px 0 0 0;
    font-size: 12px;
    line-height: 120%;
}
#footer a:link, #footer a:visited, #footer a:active {color: #FFCCFF;text-decoration: none;}
#footer a:hover{color : #FF3300;text-decoration: underline;}
/* タグ指定 */
.module-tagcloud{
    margin: 0;
}
.module-tagcloud h2{
 margin: 10px 0 0 0;
 height: 22px;
 color: #FFF;
 font-weight: bold;
 line-height: 180%;
 text-indent: 10px;
 text-align: left;
 background: #AE1125;
 display: block;
}
.module-tagcloud .module-content{
    margin: 0;
    background: #EEE;
    text-align: left; 
}
.module-tagcloud .module-content .module-list{
    padding: 5px;
    list-style: none;
}
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }
.tag_line{
    margin: 10px;
    text-align: left;
}
.comments-open-content{
    margin-top:10px;
    margin-bottom:20px;
    margin-left:20px;
    text-align:left;
}
.comments-open-header h2{
    margin-top:10px;
}
