/* ------------------------------------------- 

	common.css
	
	-1.基本設定
	-2.ヘッダーの設定
	-3.コンテンツの設定
	-4.エントリーの設定
	-5.サイドバーの設定
	-6.フッターの設定
	-7.（以下、変更の必要なし）
	

--------------------------------------------- */



/* ------------------------------------------- 

	-1.基本設定

--------------------------------------------- */


/* bodyの設定 */
body {
	margin:0;
	background:url() fixed  #fff center top;
	text-align:center;
	font-size: 90%;
	line-height: 1.4;
	color:#333;
	}

/* リンクカラー設定 */
a:link,
a:visited {
	text-decoration:underline;
	color: #3398FC;
}

a:hover,
a:active{
	text-decoration:none;
	color:#333;
}



/* 見出し用タグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border:0px solid;
	}

/* ブログ全体のサイズなどの設定 */
#container {
	margin:0 auto;
	padding: 0px;
	width: 823px;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
	color:#666;
	}
p{
	margin:0px;
	padding:0px;
	}
	
#container a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}



/* ------------------------------------------- 

	-2.ヘッダーの設定

--------------------------------------------- */


/* バナー部分の枠設定 */
#banner {
	text-align: left;
	height: 433px;
	border-top: none;
	}

/* バナー部分のタイトルの色と装飾 */
#banner h1 a{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:823px;
	height: 347px;
	border-top: none;
	background:url(../img/head.jpg) no-repeat center center #fff;
	margin:51px 0 35px 0;
	padding:0;
	}






/* ------------------------------------------- 

	-3.コンテンツの設定

--------------------------------------------- */


/* コンテンツブロック部分の枠設定 */
.content {
	margin:0;
	padding:0;
	}


/* コンテンツヘッダー設定 */
.contentheader {
	margin:0;
	padding:0;
	font-size: 80%;
	}


/* コンテンツセパレーター設定 */
.contentseparater{
	margin:0px 0 0px 0;
	padding:0;
	}

/* ページ中央部分のフッター設定 */
.contentfooter{
	margin:0px 0 0px 0;
	padding:0;
	}



/* ------------------------------------------- 

	-4.エントリーの設定

--------------------------------------------- */


/* エントリブロック及びエントリ本文の設定 */
.entry {
	margin:0;
	padding:5px 0px 0px 0px;
	border: none;
	font-size: small;
	width:438px;
	}

.entry-title{
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
	padding:12px 0 0 2px;
	margin:0 0 10px 0;
}

/* エントリヘッダー（日付）設定 */
.entryheader {
	margin:0px 0 0px 0;
	padding:0px 0 11px 0px; 
	color: #666;
	font-size:10px;
	}
	

.entryheader p{
	text-align:left;
	font-size:10px;
	}


/* エントリタイトル設定 */
.entry h3 {
	margin:0px 0 0px 0;
	font-weight: bold;
	text-align: left;
	font-size:18px;
	font-weight:bold;
	color:#71020C !important;
	}

.entry h3 a:link ,.entry h3 a:visited{
	text-decoration:none;
	color:#71020C !important;
}
	

.entry h3 a:hover ,.entry h3 a:active{
	text-decoration:none;
	color:#B6496B !important;
}


/* エントリセパレータ設定 */
.entryseparater{
	margin:0px 0 0px 0;
	padding: 0px;
	height: 5px;
	}
	
/* エントリフッター */
.entryfooter{
	margin:0 0 15px 0;
	padding:0px;
	height: 15px;
	}
	
/* エントリpタグ設定 */
.entry  p {
	margin:0 0 1em 0;
	font-weight: normal;
	}
	
/* エントリh2設定 */
.entry  h2 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	}
/* エントリ者情報設定 */
.entry  p.posted {
	clear:both;
	margin:17px 5px 40px 0;
	color: #666;
	padding:3px 3px 0 3px;
	border:1px #999 dashed;
	font-size: 80%;
	text-align: right;
	}
	
	


/* ------------------------------------------- 

	-5.サイドバーの設定

--------------------------------------------- */
	

/* サイドバーとフリーエリアの枠設定 */
.sidebar , .freearea{
	margin:0px 0px 0px 0;
	padding: 0px 0 0px 0px;
	background: #FFF; 
	font-size: 80%;
	text-align:left;
	}

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2{
	padding:0px 0 8px 9px;
	background:;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin:0 0 0px 0;
	text-align:left;
	color:#71020C;
	font-weight:bold;
	}
sidebar h1{
	margin:0;
	padding:0;
	}

.freetitle h2{
	padding: .0px 0 0px 5px;
	background:;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin:0 0 0 0;
	text-align:left;
	color:#71020C;
	font-weight: bold;
	}

.sidebar-top{
margin:0;
	padding:0;
}
.sidebar-top img {
	margin:0px 0 0px 0;
	padding:20px 0 0 0;
	height:6px;
	}

/* サイドバー小項目の配置 */
.sidebar ul {
	margin: 0px;
	padding:0px 0 0 5px;
	text-align:left;
	}

/* サイドバー小項目の設定 */
.sidebar li {
	margin:0 10px 10px 0;
	padding: 0px;
	list-style-type: none;
	}

/* サイドバー内画像の枠 */
.sidebar img {
	margin-bottom: 5px;
	}

/* サイドバー内リンク設定 */
.link-note {
	margin:0 0 15px 0;
	padding: 3px;
	}


/* プロフィール写真の配置 */
.photo {
	margin-bottom: 10px;
	text-align: center;
	background:url(../img/profil-bottom.gif)  no-repeat left bottom;
	}

/* プロフィール写真の枠 */
.photo img {
	text-align:center;
	}

.photo li{
	margin:5px 0 0 0;
	padding:0;
	}

.rss{
	margin:0 0 0 0;
	padding:5px 0 10px 0;
	}

/* コメント設定 */
#comment-data {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 180px;
	border-right: 1px dashed #999999;
	
	}
	
.plus{
	margin:5px 0 15px 0;
	background:url(../img/link_bg.jpg) bottom center no-repeat;
	border-left:2px solid #73050F;
	border-right:2px solid #73050F;
	border-top:2px solid #73050F;
}

.plus img{
	border-bottom:2px dotted #73050F;
	padding:0 0 5px 0;
	margin:0;
}
	

	
.official a:link,
.official a:visited {
	color: #A30212 !important;
	text-decoration:underline !important;
}

.official a:hover,
.official a:active{
	text-decoration:underline !important;
	color:#FC1B31 !important;
}
	


/* ------------------------------------------- 

	-6.フッターの設定

--------------------------------------------- */


/* ページ最下部フッターの枠設定 */
#footer {
	width: 823px;
	margin:0px 0 0 0;
	padding:8px 0 0 0;
	}

#footer-top {
	background: url(../img/footer.gif) no-repeat bottom #999; 
	color: #FFFFFF;
	text-align:left;
	font-size:10px;
	}

#footer p {
	padding:11px 0px 11px 9px
	}
	
#footer-bottom{
	color:#666;
	font-size:10px;
	padding:5px 0 35px 0;
	margin:0px 0 0 0;
	}




/* ------------------------------------------- 

	-7.以下変更の必要なし

--------------------------------------------- */

#powered {
	margin-top: 50px;
	color: #333;
	font-size: small;
	text-align: left;
	}

/* コメント入力フォーム設定 */
textarea[id="comment-text"] {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	width: 80%;
	}

textarea.comment-text {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	}

