@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*グローバル
----------------------------------------------*/
* {margin:0; paddding:0; font-family: Verdana, Arial, sans-serif;}
body { background-color: #F2F2F2; margin: 0px; font-size:12px; text-align:center; line-height:1.5em;}
ul {list-style:none;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
a:link , a:visited , a:active {text-decoration:none; border:none;}
a:hover,  {border: none; }
a img { border: 0;}
p { margin-top: 15px; margin-bottom: 15px;}
.clear {clear:both;}

/*コンテナの設定‥背景画像・左から2番目のグレーの部分の幅の変更*/
#nomal #container {margin-left:auto; margin-right:auto; width:770px; background:url(/img/bg_container.gif); text-align:left;}
#blog #container {margin-left:auto; margin-right:auto; width:770px; background:url(/img/bg_blog.gif); text-align:left;}

/*ヘッダ
----------------------------------------------*/
#header {width:770px; height:18px; _height:22px; background:url(/img/bg_header.jpg) no-repeat; text-align:right; color:#aaa; padding-top:4px; margin-top:0;}
#header a {color:#fff;}
#header p {padding-right:25px; margin-top:-2px;}

/*フッタ
----------------------------------------------*/
#nomal #footer { background:url(/img/bg_footer.gif) no-repeat; width:770px; height:55px;}
#blog #footer { background:url(/img/blog_img/bg_footer.gif) top no-repeat; width:770px; height:55px; margin-right:auto; margin-left:auto; margin-top:-15px;}


/*メインコンテンツ
----------------------------------------------*/
#M_container {margin-left:77px;}/*←2列目以降の大枠*/

	/*ノーマルページのリンク*/
	#nomal .column_L { float:left; width:138px; _margin-top:-13px;}
	#nomal .link_list { float:left; width:138px; }
													/* ★↓トップページのコンテンツリスト背景画像　縦のサイズにも注意 */
	#nomal .link_list .ul_background{ background:url(/img/top_img_070303.jpg) no-repeat; height:447px;}
	#nomal .link_list ul{ padding-left:5px;  padding-top:30px;  }
	#nomal .link_list li{margin-top:5px; width:133px; border-bottom:1px solid #999; letter-spacing:0.2em; line-height:140%;}
	#nomal .link_list a:link, #nomal .link_list a:visited { color:#fff; padding:0 0 0 5px;}
	#nomal .link_list a:hover {color:#fff; text-decoration:none; background:#D91; padding:2px 15px; width:128px;}
	#nomal .contents { margin-left:158px; width: 510px; padding-top:20px;}

	/*ブログページの右カラム*/
	.blog_contents { margin-left:168px; width: 500px; padding-top:20px;}
	.blog_contents a:link , .blog_contents a:visited { color:#069;}
	.blog_contents a:hover { color:#069; }


	/*ブログページの左カラム*/
	#blog .blog_column_L { float:left; width:148px; background:url(/img/blog_img/blog_img.jpg) no-repeat; padding-top:30px; _margin-top:-13px;}
	.blog_column_L  a:link, .blog_column_L  a:visited { color:#fff;}
	.blog_column_L .side a:hover { color:#fff; text-decoration:none; background:#D91;}


/*タイトル
----------------------------------------------*/
#title {margin-left:6px; float:left; _margin-left:3px; margin-top:20px; width:70px;}
#title span {font-size:0px; height:0; width:0; text-indent:-20000px;}	
#title a:link , a:visited {text-decoration:none; border:none;}
#title a:hover, a:active {text-decoration: underline; border: none; }

/*------------------------------------------------------------------
　設定用
-------------------------------------------------------------------*/

.WORK visible {height:1px;}

/*------------------------------------------------------------------
　三十路日記用
-------------------------------------------------------------------*/
.sep {color:#8B8; margin:50px auto;}
.title_header{color:#36C; padding-bottom:100px;}


/*------------------------------------------------------------------
　BLOG用
-------------------------------------------------------------------*/

/* リンク 
a , a:link , a:visited { color: #006699; text-decoration: none; }
a:hover { color: #006699; text-decoration: underline; }
a:active {}*/

/* 順序なしリスト */
ul, ol { padding-left: 16px;}
#blog ul li { list-style-type: circle;}

/* 定義リスト */
dl {}
dt {}
dd { padding-left: 8px;}

/* フォーム */
form { margin: 0px;}
#search-options,
input { padding: 1px; font-size: 12px;}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}


/* エントリー日付 */
.date { color: #ffffff; height:23px; margin:10px 0 0 5px; padding: 2px 0 0 7px; background:url(/img/blog_img/bg_date_title.gif) no-repeat; font-size: 11px; font-weight: bold;}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* エントリー */
.entry {width: auto; margin: 0 0 15px; color: #36414d; background:#fff; font-size:12px; line-height:150%; word-break: break-all;}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header { text-align:center; margin: 10px auto 0 ; color: #444444; font-size: 16px; font-weight: bold;}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー-------------------------------------------------*/
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    background: none;
    letter-spacing: 0.1em;
}
.calendar {
    text-align: center;
    color: #aab;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 22px;
	text-weight:400;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {}
.holiday {color: #eee;}
.saturday {color: #eee;}
.calendar a {font-weight:bold; color:#fff; border-bottom:1px soild #aaa; border-right:1px soild #aaa;}


/* サイドメニュータイトル */
.sidetitle {margin-top: 3px; padding: 2px 0 1px; _padding: 1px 0 2px; text-align: center; color: #444; background: #e6e6e6; font-size: 10px; line-height: 140%;}

/* サイドメニュー */

.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}
.side a { padding-left:5px;}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}


/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 360px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments { margin: 10px 5px; color: #36414d; margin-left:100px;	margin-right:20px;}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin-left: 10px;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}
input,textarea { font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif; font-size:12px;}



