@charset "utf-8";

html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica,"Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "generic font family";
}

/*font-size初期化*/

body{
	font-size:10px;
	_font-size:62.5%;/*IE6向け*/
	color:#555;
	background:url(../img/back.jpg) repeat;
}

/*border初期化*/

img,object{
	border:0;
}

/*table設定*/

table{
	border-collapse:collapse;
	border-spacing:0;
}
/*テキスト設定*/

p{
	text-align:justify;
	text-justify:distribute;
}

ul {list-style:none;}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

a:hover img {
	opacity : 0.8;
	filter: alpha(opacity=80);
}

a {
	color:#333;
	text-decoration:none;
}

.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}
.mB10 {margin-bottom:10px;}


/*  テキスト特に指定しにくい場合
--------------------------------*/
.txt01 {
	font-size:1.2em;
	line-height:1.4;
}

/*  段組
--------------------------------------------------------*/
#container {
	width:900px;
	margin:0 auto;
	background-color:#fff;
}

#content {
	width:880px;
	padding:15px 10px 0;
	overflow:hidden;
	_height:1%;
	clear:both;
}

#beta {
	float:left;
	width:200px;
}

#alpha {
	float:right;
	width:670px;
}

/*  header
--------------------------------------------------------*/
#header {
	width:900px;
	height:110px;
	background:url(../img/header_bg.jpg) no-repeat;
	margin-bottom:1px;
}

#header_logo {
	float:left;
	width:132px;
	height:81px;
	padding:15px 0 0 25px;
}

#header_navi {
	float:right;
	padding-top:3px;
}

#header_navi li {
	display:inline;
	color:#ccc;
}

#header_navi li a {
	padding:5px;
	color:#ccc;
}
/*  global_navi
--------------------------------------------------------*/
#global_navi {
	clear:both;
	height:40px;
	margin-bottom:1px;
}
	
#global_navi li {
	float:left;
	width:150px;
	height:40px;
}

#global_navi li img {
	vertical-align:bottom;
}
/*  #beta　サイド
--------------------------------------------------------*/
h3.widget-header {
	background:url(../img/blog-h3-widget-header.jpg) no-repeat;
	height:32px;
	line-height:32px;
	color:#333;
	font-size:1.2em;
	padding-left:20px;
	margin-bottom:10px;
}

.widget-content {
	margin-bottom:20px;
}

.widget-content ul {
	padding:0 10px;
}

/* 2009-7-30 */
.widget-content ul li {
	font-size:1.2em;
	border-bottom:1px solid #E1E1E1;
	padding:3px;
}

.widget-content ul li a:hover {
	color:#E0010D;
}


/* calendar
------------*/
.widget-calendar h3.widget-header {
	border:1px solid #333;
	border-bottom:0px;
	font-size:1.4em;
	padding:5px;
	margin-bottom:0px;
}

.widget-content table {
	width:100%;
}

.widget-content table th {
	background-color:#222;
	font-weight:normal;
}

.widget-content table th,.widget-content table td {
	text-align:center;
	padding:3px;
	border:1px solid #333;
}

.widget-content table td a {
	color:#0099CC;
}

/* ブログ記事
------------*/
h2.entry-title {
	font-size:1.4em;
	background:url(../img/blog-h2-entry-title.jpg) no-repeat;
	height:32px;
	line-height:32px;
	padding-left:15px;
	margin-bottom:10px;
}

/*　投稿者・日付　*/
.asset-meta {
	text-align:right;
	margin-bottom:10px;
}

/*　文章の中身　*/
.asset-body,
.comment-content {
	border:1px solid #333;
	background-color:#F7F7F7;
	padding:20px;
	margin-bottom:20px;
	
	/*2009-07-30*/
	font-size:1.2em;
}



/*  各ページの見出し
--------------------------------------------------------*/

/*アーカイブ*/

/*カテゴリ・月別アーカイブ*/
h1.archive-title {
	font-size:1.4em;
	background-color:#A70105;
	color:#fff;
	padding-left:15px;
	line-height:32px;
	margin-bottom:10px;
}

/*　カテゴリのタイトルがイタリックなのを修正　*/
h1.archive-title em {
	font-style:normal;
}

h2.archive-header {
	font-size:1.4em;
	padding:5px 10px;
	margin-bottom:10px;
	border-bottom:2px dotted #333;
}

.archive-content {
	padding:0 10px 20px;
}

/*ブログ記事*/
h1.entry-title {
	font-size:1.4em;
	background:url(../img/blog-h2-entry-title.jpg) no-repeat;
	height:32px;
	line-height:32px;
	padding-left:15px;
	margin-bottom:10px;
}

.entry-categories ul {
	padding:0 10px 20px;
}

h2.comments-header,
h2.trackbacks-header,
h2.comments-open-header {
	font-size:1.2em;
	background-color:#F7F7F7;
	padding:5px 15px;
	margin-bottom:10px;
	}


.trackbacks-info,
.comments-open-content {
	padding:0 10px 20px;
}



/*  footer
--------------------------------------------------------*/
#footer {
	clear:both;
	padding:15px;
}

#footer_navi {
	text-align:center;
	margin-bottom:15px;
}

#footer_navi li {display:inline;}

#footer_navi li a {padding:5px;}


address {
	font-style:normal;
	text-align:center;
}

