﻿@import "http://";

/* ページ全体の基本的な設定と背景色 */
body {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
        	text-align: center;
        
	}

/* 指定が無い時のリンクの下線の有無 */
a {
	text-decoration: none;
	}

/* 指定が無い時の未読リンクの色 */
a:link {
	color: #006699;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color: #006699;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #FF3333;
	text-decoration: underline;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#banner1 h2 {
                font-size:10px;
	margin:5px auto 2px auto;
	width:740px;
	color:#999999;
	text-align:right;
	font-weight:normal;
                }

#banner2 {
	color: #ffffff;
	text-align: left;
	padding-top: 25px;
	background-color: #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 45px;
	width:740px;
	}

#banner2 h1 {
	font-size: large;
	font-weight: bold;
	line-height: 120%;
	padding-left: 20px;
	}

#banner2 a {
	color: #ffffff;
	}

#topicpath {
	background-color: #999999;
	text-align: left;
	margin : 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width:740px;
	}

#topicpath h3 {
	padding-left:10px;
	color: #ffffff;
	font-size: 10px;
	}

#topicpath a {
	color: #ffffff;
	}

#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 740px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}

#adsense {
	text-align: center;
	font-size: x-small;
	margin : 0px 0px 5px 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.1em;
	}


/* エントリー全体を入れるＢＯＸの基本設定 */
#center {
	float: left;
	width: 540px;
	
	overflow: hidden;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 20px 30px 5px 30px;
	background-color: #FFFFFF;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 150%;
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	text-align: right;
	font-weight: bold;		
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	}

/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-left: 4px solid #FF8C00;	
	}

/* contentで指定されているＢＯＸの中でh2タグを使用した時の設定（日付） */
.content h4 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}



/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: right;
		
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
	}

/* 個別アーカイブのナビゲーション */
.navi {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	line-height: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding-right: 15px;
	padding-top: 10px;
	}

/* メニュー枠内でh2タグを使用した時の設定 */
.sidebar h2 {
	color: #666666;
	font-size: small;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #000000;
	}

.ad1 {
	font-size: small;
        	text-align: center;
	}

.ad1 hr {
	border:0px;
	background-color: #999999; 
	height: 5px; 
	}

.mainlist {
	font-size: x-small;
	}

.mainlist ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none; 
	}

.mainlist ul ul{
	margin: 0px;
	padding: 0px 0px 0px 40px;
	list-style-type: none;
	}

.mainlist hr { border:1px dashed #999999;}


/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	padding-left: 10px;
	}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	list-style-type: none;	
	}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
	}

/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	text-align: left;
	padding: 5px 2px 2px 10px;
	margin-bottom: 10px;
	}

.adsense-right {
	text-align: center;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 2px 2px 10px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

.sidebar hr { border:1px dashed #999999;}

.content p.about {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;	
	line-height: normal;
	border: 2px dotted #8faebe;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	}

.toptitle	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #8faebe;
	background-color: #eaf2ff;
	text-align: center;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#eaf2fb;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b8dafc;
	}



#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { 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; }

#footer {
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-size: x-small;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 20px;
	
	}


