/*------------------------*/
/* 画面全体の基本的な設定 */
/*------------------------*/
* {
    /* 全体のパディングとマージンをクリアする */
    margin : 0px;
    padding : 0px;
    word-wrap : break-word;
    word-break : break-all;
}

body {
    background : #cc99cc;
}

#content_wrapper {
    /* 画面全体の背景や色、フォントの設定(ブログコンテンツ外側も含む) */
    background : url("/template/14/img/back.gif") ;
    background-position: center; 
    background-repeat: repeat-y;
    color : #030;
    font : 12px/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}

#content_wrapper #content {
    /* ブログコンテンツ全体の設定 */
    width  : 760px ;
    margin : 0 auto;
    background : #FED0E0;
}

img {
    border : 0px;
}

/*------------------------------*/
/* ヘッダータイトルに関する指定 */
/*------------------------------*/
#content #header {
    height : 200px;
    background : url("/template/14/img/header.jpg") no-repeat;
    color : #FFF;
    border-left : 1px solid #999999;
    border-right : 1px solid #999999;
    border-bottom : 4px solid #DA70D6;
    /* 折り返しの対応 */
    line-height : 4px;
    position : relative;
    overflow : hidden;
}

#content #p-header {
    height : 200px;
    background : url("/template/14/img/header.jpg") no-repeat;
    color : #FFF;
    border-left : 1px solid #999999;
    border-right : 1px solid #999999;
    border-bottom : 4px solid #DA70D6;
    /* 折り返しの対応 */
    line-height : 28px;
    position : relative;
    overflow : hidden;
}

#header #blogname {
    margin : 85px 350px 5px 32px;
    font-size : 22px;
    line-height : 24px;
}

#header #description {
    margin : 5px 397px 0px 13px;
    overflow : hidden;
    font-size : 14px;
    line-height : 18px;
}

#header #nagomi {
    /* なごみリンク */
    font-size : 14px;
    line-height : 14px;
    /* 一番下に貼り付ける記述 */
    position : absolute;
    bottom : 1px;
    right : 1px;
    overflow : hidden;
}

#header #navigator {
    font-size : 13px;
    color: #333;
    font-weight: normal;
    line-height : 13px;
    width : 760px; height : auto;
    font-weight : normal;
    text-align : center;
    /* 一番下に貼り付ける記述 */
    position : absolute;
    bottom : 0px;
}

#header a         { color : #FFF; text-decoration : none; background : none; font-weight: bold; }
#header a:link    { color : #FFF; text-decoration : none; background : none; font-weight: bold; }
#header a:visited { color : #FFF; text-decoration : none; background : none; font-weight: bold; }
#header a:active  { color : #FFF; text-decoration : none; background : none; font-weight: bold; }
#header a:hover   { color : #FFF; text-decoration : none; background : none; font-weight: bold; }

#header #navigator a         { color : #000; text-decoration : none; background : none; font-weight: normal; }
#header #navigator a:link    { color : #000; text-decoration : none; background : none; font-weight: normal;}
#header #navigator a:visited { color : #000; text-decoration : none; background : none; font-weight: normal;}
#header #navigator a:active  { color : #000; text-decoration : none; background : none; font-weight: normal;}
#header #navigator a:hover   { color : #FFF; text-decoration : none; background : none; font-weight: normal;}

#header #nagomi a         { color : #7EC722; text-decoration : none; background : none; }
#header #nagomi a:link    { color : #7EC722; text-decoration : none; background : none; }
#header #nagomi a:visited { color : #7EC722; text-decoration : none; background : none; }
#header #nagomi a:active  { color : #7EC722; text-decoration : none; background : none; }
#header #nagomi a:hover   { color : #7EC722; text-decoration : none; background : none; }



/*----------------------------*/
/* メニュー・記事に関する設定 */
/*----------------------------*/
#content #main {
    /* ブログ記事の表示位置の調整 */
    padding-top : 10px;
    border-left : 1px solid #999999;
    border-right : 1px solid #999999;
    border-bottom : 1px solid #999999;
    overflow : hidden;
}

#main .left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    width : 159px;
    margin-top : 10px;
    padding-right : 10px;
    overflow : hidden;
}

#main .middle {
    /* 記事の幅(予定幅 - マージン左右 - パディング左右) */
    width : 410px;
    overflow : hidden;
}

#main .right {
    /* サイドメニュー(右)の大きさ、背景の調整 */
    width : 159px;
    margin-top : 10px;
    padding-left : 10px;
    overflow : hidden;
}


/*--------------*/
/* メニュー設定 */
/*--------------*/
#content .side {
    /* サイドの一項目（カレンダー・最新記事など）*/
    
    /* 項目と項目の隙間は、ここで指定します */
    margin-bottom : 15px;
    padding: 0px 0px 0px 3px;
}

.side .side_title {
    /* サイドメニューのタイトル */
    padding-bottom : 5px;
    padding-left : 34px;
    font-weight : bold;
    color : #663333;
    background : url("/template/14/img/header_side.png") no-repeat center bottom;
}

.side .calendar_bg {
    /* カレンダー全体 */
    padding : 0px;
}

.side .calendar_bg th.calendar {
    /* 曜日 */
    padding : 0 3px;
    text-align : center;
}

.side .calendar_bg td.calendar {
    /* 日付 */
    padding : 0 3px;
    text-align : center;
}

.side .side_text, .side .profile_name_text {
    width : 141px;
    padding : 2px 9px;
    white-space : normal;
    overflow-x : hidden;
}

/* ぷろふのテキストは横パディングしない */
.side .profile_name_text .side_text, .side .side_text .side_text {
    padding : 2px 0px;
}


/*------------*/
/* 記事の設定 */
/*------------*/
#content_wrapper #content #main .middle .entry {
    padding-bottom : 30px;
}

#main .middle .entry_header {
    /* 記事のタイトル */
    height : 35px;
    padding : 5px 35px 0px;
    font-weight : bold;
    color : #B22222;
    background : url("/template/14/img/header_main.png") no-repeat;
}

#content #main .middle .title {
    /* 記事タイトル */
    color : #333;
    font-weight : bold;
    padding : 3px 10px;
}

#main .middle .entry_text {
    font-size : 12px;
}

#main .middle .entry div.text, .comment_layer {
    /* 本文 */
    width : 370px;
    font-size : 12px;
    padding : 10px;
    line-height : 18px;
    white-space : normal;
    overflow-x : hidden;
}

#main .middle .continue {
    /* 続きを読む */
    font-size : 12px;
    padding : 10px;
}

#main .middle .posted {
    /* 記事の投稿者 */
    color : #999;
    padding : 3px 10px;
    text-align : right;
}

#main .middle .posted2 {
    /* 記事の投稿者 */
    color : #999;
    padding : 3px 10px 0px;
    text-align : right;
}

#content #footer {
    margin : 0px auto;
    text-align : center;
}

ul {
    list-style-type : none;
}

/* -------------- */
/* リンク色の設定 */
/* -------------- */
a         { color : #030; text-decoration : underline; background : none; }
a:link    { color : #030; text-decoration : underline; background : none; }
a:visited { color : #030; text-decoration : underline; background : none; }
a:active  { color : #030; text-decoration : underline; background : none; }
a:hover   { color : #030; text-decoration : underline; background : #998; }

.side a         { color : #030; text-decoration : none; background : none; }
.side a:link    { color : #030; text-decoration : none; background : none; }
.side a:visited { color : #030; text-decoration : none; background : none; }
.side a:active  { color : #030; text-decoration : none; background : none; }
.side a:hover   { color : #030; text-decoration : none; background : #998; }

.side .side_title a         { color : #8B4513; text-decoration : none; background : none; }
.side .side_title a:link    { color : #8B4513; text-decoration : none; background : none; }
.side .side_title a:visited { color : #8B4513; text-decoration : none; background : none; }
.side .side_title a:active  { color : #8B4513; text-decoration : none; background : none; }
.side .side_title a:hover   { color : #8B4513; text-decoration : none; background : #998; }

.side td.calendar a         { color : #030; text-decoration : underline; background : none; }
.side td.calendar a:link    { color : #030; text-decoration : underline; background : none; }
.side td.calendar a:visited { color : #030; text-decoration : underline; background : none; }
.side td.calendar a:active  { color : #030; text-decoration : underline; background : none; }
.side td.calendar a:hover   { color : #030; text-decoration : underline; background : #998; }


/*----------------------*/
/* マイポータル共通記述 */
/*----------------------*/
#portal_left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    width : 160px;
    float : left;
    padding : 0px 0px 0px 5px;
    background : #FED0E0;
    overflow-x : hidden;
}

#portal_left .side_title {
    /* サイドメニュー(左)のタイトル部 */
    text-align: left;
    font-weight : bold;
}

#portal_left .side_text {
    /* サイドメニュー(左)のテキスト部 */
    text-align: left;
}

#portal_right {
    /* 記事の幅(予定幅 - マージン左右 - パディング左右) */
    width : 560px;
    padding : 0px 12px 0px 0px;
    float : right;
}

#portal_right .portal_title_box {
    /* 記事のタイトル */
    height : 35px;
    padding : 5px 35px;
    text-align: left;
    line-height : 28px;
    font-weight : bold;
    color : #B22222;
    /* ヘッダの指定はここ */
    background : url("/template/14/img/main_portal.png") no-repeat center;
}

#portal_right .portal_title {
}

#portal_right .portal_text {
    /* 本文 */
    padding : 10px 0px 10px 10px;
    line-height : 18px;
    text-align: left;
}

.entry_text .cl {
    clear : both;
    padding : 0px;
}

.p-entry_text {
    border-left : 1px solid #999999;
    border-right : 1px solid #999999;
    border-bottom : 1px solid #999999;
}

.head {
    font : 24px bold;
    color : #FFF;
    padding-left: 50px;
}

.head a         { color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:link    { color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:visited { color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:active  { color : white; text-decoration : none; background : none; padding-right: 10px; }
.head a:hover   { color : white; text-decoration : none; background : none; padding-right: 10px; }

