/* ------------------------------------------- 

	common.css
	
	-1.基本設定
	-2.ヘッダーの設定
	-3.コンテンツの設定
	-4.エントリーの設定
	-5.サイドバーの設定
	-6.フッターの設定
	-7.（以下、変更の必要なし）
	

--------------------------------------------- */



/* ------------------------------------------- 

	-1.基本設定

--------------------------------------------- */


/* bodyの設定 */
body {
	margin:0;
	background:url(../img/bg.jpg) repeat-x center top #FCF0DC;
	text-align:center;
	font-size: 90%;
	line-height: 1.4;
	color:#333;
	}
	
body,x:-moz-broken {
margin-left:1px;
}

/* リンクカラー設定 */
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;
	}
	


/* ブログ全体のサイズなどの設定 */
#container {
	padding:0;
	margin:0 auto;
	}
	
#all{
	background:url(../img/container_bg.jpg) top center repeat-y;
	text-align:center;
	padding:0;
	margin:0 0 0 0px;
	position:relative;
	left:11px;
	}
	
html[xmlns*=""] body:last-child #all{
	position:relative;
	left:12px;
	padding:0 0 0 1px;
	}

	
#container_2{
	width:905px;
	background:url(../img/all_bg.jpg) top center no-repeat;
	padding:0 0 0 0;
	margin:0 auto;
	}
	
.border_top{
	width:897px;
	margin:0 auto;
	padding:0 25px 0 0;
	display:inline;
	}

#container a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}



/* ------------------------------------------- 

	-2.ヘッダーの設定

--------------------------------------------- */


/* バナー部分の枠設定 */
#banner {
	height:406px;
	background:url(../img/head.jpg) top center no-repeat;
	padding:0 0 0 0;
	margin:0;
	_margin:0 2px 0 0;
	}
	
*+html #banner {
	margin:0 2px 0 0;
	}
	
html[xmlns*=""] body:last-child #banner{
	padding:0 0 0 0;
	margin:0 0 0 1px;
	}

/* バナー部分のタイトルの色と装飾 */
#banner h1 a{
	width:405px;
	height:175px;
	border:none;
	margin:0 auto;
	padding:0;
	position:relative;
	top:64px;
	display:block;
	}




/* ------------------------------------------- 

	-3.コンテンツの設定

--------------------------------------------- */


/* コンテンツブロック部分の枠設定 */
.content {
	margin:0;
	padding:0 0px 10px 0px;
	}
	
.page{
	margin:0 0 10px 0;
	}


/* コンテンツヘッダー設定 */
.contentheader {
	margin:0;
	padding:0;
	font-size: 80%;
	}


/* コンテンツセパレーター設定 */
.contentseparater{
	margin:10px 0 10px 0;
	padding:0;
	}

/* ページ中央部分のフッター設定 */
.contentfooter{
	margin:10px 0 5px 0;
	padding:0;
	}



/* ------------------------------------------- 

	-4.エントリーの設定

--------------------------------------------- */


/* エントリブロック及びエントリ本文の設定 */
.entry {
	border: none;
	font-size: small;
	}
	
.entry_list{
	border:1px solid #ccc;
	padding:0px 10px 0px 10px;
	margin:0px 0 25px 0;
	}

/* エントリヘッダー（日付）設定 */
.entryheader {
	margin:5px 0 0 0;
	padding:2px;
	border-bottom: 1px dashed #ccc; 
	color: #666;
	font-size: 80%;
	overflow:hidden;
	width:100%;
	}
	
.entryheader .day{
	display:inline;
	float:left;
	width:150px;
	text-align:left;
	}
	
.entryheader .category{
	text-align:right;
	float:right;
	}

/* エントリタイトル設定 */
.entry  h3 {
	margin:10px 0 10px 0;
	padding:0 0 0 25px;
	color:#71020C ;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	background:url(../img/point_t.gif) left top no-repeat;
	clear:both;
	}

.entry h3 a:link ,.entry h3 a:visited{
	text-decoration:none;
	color:#71020C;
}
	

.entry h3 a:hover ,.entry h3 a:active{
	text-decoration:none;
	color:#B6496B;
}


/* エントリセパレータ設定 */
.entryseparater{
	margin:0 0 15px 0;
	padding: 0px;
	height: 15px;
	border-bottom: 1px dashed #ccc;
	}
	
/* エントリフッター */
.entryfooter{
	margin:0 0 15px 0;
	padding:0px;
	height: 15px;
	}
	
/* エントリpタグ設定 */
.entry  p {
	margin:0 0 1em 0;
	font-size: small;
	font-weight: normal;
	}
	
.entry  p img{
overflow:auto;
	padding:0 5px 0 0;
	}
	
/* エントリh2設定 */
.entry  h2 {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	}
/* エントリ者情報設定 */
.entry  p.posted {
	clear:both;
	margin:10px 0 10px 0;
	border-top:1px dashed #ccc;
	color: #666;
	padding:10px 0 0 0;
	text-align:center;
	font-size: 80%;
	}
	
	
	


/* ------------------------------------------- 

	-5.サイドバーの設定

--------------------------------------------- */

/* サイドバー */
.sidebar{
	border:1px solid #ccc;
	} 
	
	
.sidebar a:link,
.sidebar a:visited {
	text-decoration:none;
	color: #333;
}

.sidebar a:hover,
.sidebar a:active{
	text-decoration:underline;
	color:#3398FC;
	}
	

/* サイドバーとフリーエリアの枠設定 */
.sidebar , .freearea{
	margin:0px 0px 25px 0;
	padding: 0px;
	background: #FFF; 
	font-size: 80%;
	border:1px solid #ccc;
	}
	
.freearea{
	padding: 0px 0 20px 0;
	background: #FFF; 
	font-size: 80%;
	border:1px solid #ccc;
	}
	
.freearea p{
	margin:0px 0px 0px 0;
	padding: 0px;
	text-align:center;
	}
	
.official{
	margin:0 0 0 10px !important;
	padding:10px 10px 0 15px !important;
	text-align:left !important;
	font-size:107%;
	font-weight:bold;
	background:url(../img/right.gif) left 14px no-repeat;
	}
	
.official a:link,
.official a:visited {
	color: #A30212;
	text-decoration:underline;
}

.official a:hover,
.official a:active{
	text-decoration:underline;
	color:#FC1B31;
}

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2 , .freetitle{
	padding: 5px;
	background:url(../img/title_bg.jpg) top center repeat-x #A50212;
	text-align:left;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin:0 0 10px 0;
	color:#fff;
	border-bottom:1px solid #ccc
	}

/* サイドバー小項目の配置 */
.sidebar ul {
	margin: 0px;
	padding:0 0 0 10px;
	}

/* サイドバー小項目の設定 */
.sidebar li {
	margin:0 0 3px 0;
	padding: 0px 0 0 15px;
	list-style-type: none;
	background:url(../img/right.gif) left 4px no-repeat;
	}

/* サイドバー内画像の枠 */
.sidebar img {
	margin-bottom: 5px;
	}

/* サイドバー内リンク設定 */
.link-note {
	margin:0 0 15px 0;
	padding: 3px;
	}


/* プロフィール写真の配置 */
.photo {
	text-align: center;
	border: 1px solid #ccc;
	margin:8px 8px 5px 8px;
	padding:5px 5px 0 5px;
	}

/* プロフィール写真の枠 */
.photo img {
	border: 1px solid #ccc;
	}

/* コメント設定 */
#comment-data {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 180px;
	border-right: 1px dashed #999999;
	}
		
.child_category{
	margin:0 0 3px 0;
	padding: 0px 0 0 0px;
	background:url(../img/right.gif) left 4px no-repeat;
	}

.profile li{	
	background:none !important;
	padding:0 !important;
	}
	
.profile .name{
	text-align:center;
	}
	
.profile .rss{
	margin:10px 0 8px 0 !important;
	}


/* ------------------------------------------- 

	-6.フッターの設定

--------------------------------------------- */


/* ページ最下部フッターの枠設定 */
#footer {
	height:160px;
	background:url(../img/footer_bg.jpg) top center no-repeat ;
	color: #666;
	padding:0;
	margin:0 0 0 1px;
	}
	
html[xmlns*=""] body:last-child #footer{
	margin:0 0 0 2px;
	}
	
#footer p{
	margin:0 auto;
	padding:20px 0 0 0;
	font-size:77%;
	text-align:center;
	}


/* ------------------------------------------- 

	-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;
	}

