@charset "utf-8";

/* サイトトップ
---------------------------------------- */
#container {
    width: 900px;
    background: transparent;
    margin: 0 auto;
    overflow: auto;
}

#wrapper {
    clear: both;
    width: 900px;
    margin: 0;    
    background: transparent;
}

#content {
    width: 900px;
    height: 2190px;
    margin: 0;    
    background: transparent url(../images/toppage-bg.jpg) left top no-repeat;
    overflow:auto;
}

div.content_section {
    width: 570px;
    margin: 120px 0 20px 320px;
    text-align: left;
    overflow:auto;
    line-height: 2.0;
    font-size: 14px;
    background: transparent;
}


#content h1,
#content h1 a:link {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    width: 900px;
/*    margin: 0 0 20px 0; */
    margin: 70px 0 0 0;
    color: #ff6600;
}

div.content_section h2.update {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #0099ff;
    border-bottom: solid #cccccc 1px;
    width: 200px;
}

div.content_section h2.menu {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #339966;
    border-bottom: solid #cccccc 1px;
    width: 200px;
}

div.content_section h3,
div.content_section h4 {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
    display: block;
}


div.content_section a:link,
div.content_section a:visited {
    color: #000000;
    text-decoration: none;
}

div.content_section a:hover {
    color: #ff6600;
    text-decoration: underline;
}

div.content_section a:active {
    color: #ff0000;
    text-decoration: underline;
}


div.content_section ul {
    margin: 10px 0 20px 1.5em;
}

div.content_section ul ul {
    margin: 0 0 0 2em;
}

div.content_section ul li li {
}



/* 今日の気分 更新内容表示
------------------------- */
div.feeling_update {
    padding: 5px;
/*    background: #ffe9d2; */
    display: inline;
}

.feeling_date {
    margin: 10px;
    font-size: 12px;
}

.feeling_title {
    margin: 10px;
    font-size: 14px;
}

/* ブログ 更新内容表示
------------------------- */
div.blog_update {
    padding: 0 0 5px 5px;
}

.blog_date {
    margin: 0 10px 10px 0;
    font-size: 12px;
}

.blog_entry_title {
    margin: 0 0 10px 10px;
    font-size: 14px;
}

p.blog_summary {
    display: block;
    width: 380px;
    margin: 0;
    padding: 0;
}

/* ニュース 最新記事タイトル表示
------------------------- */
li.news {
    list-style: none;
    line-height: 1.6;
}

span.news_title {
    margin: 0 10px 0 0;
}

span.news_date {
    margin: 0;
    font-size: 12px;
}

/* フッター 背景表示用
----------------------*/
#footer_wrapper {
    clear: both;
    width: 900px;
    margin: 0;
    padding: 20px 0 0 0;
	background: #ffd455 url(../images/bg_top_footer.png) left bottom no-repeat;    
}
