* {
    margin-top: 0;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif ;
    word-break: break-all;
}


#layout {
    width: 780px;
    padding-top: 0px;
    position: relative;
    margin:0 auto;
}

#header {
    width : 780px;
    height : 90px;
    margin-top:  0px;
    padding-top: 0px;
    text-align: left;
}

#content {
    width : 750px;
    margin: 0px 15px 0px 15px;
}

#menu {
    float : left;
    width : 160px;
    margin: 20px 15px 0px 0px;
    text-align: left;
    overflow:hidden;
    font-size: 11px;
}

#main {
    margin: 20px 15px 0px 0px;
    float : left;
    width : 420px;
    text-align: left;
}

#menu_2 {
    float : left;
    width : 140px;
    right: 15px;
    margin: 20px -15px 0px 0px;
    text-align: left;
    font-size: 11px;
}

#footer {
    clear : both;
    width: 780px;
    color: gray;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

/* タイトル */
.site_title {
    font-weight: bolder;
    text-align: center;
    padding-top: 20px;
}
.site_title a{
    font-size: 18px;
    text-decoration: none;
}
.site_title a:hover {
    text-decoration : underline;
}

/* 説明文 */
.site_intro {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding: 0px 15px 0px 15px;
}

/* メニュー、便利ナビ見出し */
.menu_area h2, #benri_navi_area h2 {
    font-weight: bold;
    padding: 2px 0px 3px 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

/* 記事タイトル */
.entry_table h2 {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 10px 10px 10px;
}
.entry_table h2 a{
    text-decoration: none;
}
.entry_table h2 a:hover {
    text-decoration: underline;
}

h4, h5, h6 {
    font-size: 12px;
}

/* リンク */
a {
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}

/* プロフィール画像 */
.pay img, .plugin-myimage {
    margin-bottom: 10px;
} 

/* リスト */
.menu_area ul {
    text-align:left;
    margin: 0px 0px 10px 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
}


.menu_area li,
#benri_navi_area li {
    text-align: left;
    line-height: 130%;
    padding: 1px 0px 3px 20px;
    text-decoration: none;
    list-style-type: none;
}

.menu_area a,
#benri_navi_area a {
    text-decoration: none;
}
.menu_area a:hover,
#benri_navi_area a:hover {
    text-decoration: underline;
}

/* プラグイン */
.plugin_area {
              margin : 10px 5px 10px 5px;
}
.plugin_content {
                 margin : 10px 0px 0px 0px;
}
.menu_content {
               margin : 10px 5px 0px 5px;
}

/* エントリー */
.entry_table{
    width: 420px;
    margin-bottom: 30px;
    overflow:hidden;
}

/* 記事本文 */
.entry_text {
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0px 10px 0px 10px;
}

/* 記事画像 */
.entry_text img {
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
} 
.entry_text a {
               text-decoration: none;
}
.entry_text a:hover {
               text-decoration: underline;
}

.entry_text img {
                 padding: 0px;
                 margin-right: 10px;
                 margin-bottom: 10px;
} 

/* テーブル */
.entry_table table,
.entry_table td,
.entry_table th {
    border-collapse: collapse;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 0px 0px 10px 0px;
    font-size:12px;
}

/* テーブルキャプション */
.entry_table caption {
    border-collapse: collapse;
    padding: 3px;
    margin: 10px 0px 0px 0px;
    font-size:12px;
}

/* ヘッダ背景色 */
#header {
    background-color: #B13F42;
    border-bottom: 1px solid #E9CFCF;
}

/* フッタ背景色 */
#footer {
    background-color: #FFF;
    border-top: 1px solid #E9CFCF;
}

/* ボディ背景色 */
#layout {
    background-color: #FFF;
    border-left: solid 1px #750000;
    border-right: solid 1px #750000;
}

/* 記事部分 & メニュー 背景色 */
#main , .menu_area {
    background-color: #FFF;
}

/* 記事欄 背景色 */
.entry_table{
    background-color: #FFF;
    border: 2px solid #E9CFCF;
}

/* 文字色の設定 */

/* タイトル 文字色 */
.site_title a {color: #FFF;}
.site_title a:hover {color: #FFF;}

/* サイト説明文 */
.site_intro {color: #FFF;}

/* メニュー、便利ナビ見出し 文字色 */
h2 {
    color: #750000;
}

.menu_area h2, #benri_navi_area h2 {
    border-left: 4px solid #B13F42;
    border-bottom: 1px solid #E9CFCF;
}

/* 記事タイトル 文字色 */
.entry_table h2 a {
    color: #750000;
}
.entry_table h2 a:hover {
    color: #750000;
}

/* リンク 文字色 */
a {color: #B13F42;}
a:hover {color: #B13F42;}

/* リスト 文字色 */
li {color: #333;}
li a {color: #333;}
li a:hover {color: #B13F42;}

/* 記事 文字色 */
.entry_text {color: #333;}

#footer a {color: #B13F42;}

/* 画像の設定 */

/* 背景画像 */
body {
      background: url(img/new_navi_bg_o2.gif);
}

.detail_1 {
	height:180;
	width:390;
	border-bottom:1px solid gray;
	overflow-y:scroll;
}
.detail_4 {
	float:left;
	width:30%;
}
.detail_5 {
	float:right;
	width:55%;
	border:1px;
}

