@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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3",Osaka,'メイリオ','Meiryo',Verdana,Arial,"ＭＳ Ｐゴシック",san-serif;
	font-size: 1em;
}

/*font-size初期化*/
body{
	font-size:10px;
	_font-size:62.5%;/*IE6向け*/
	color:#555;
	background:url(../image/body_bg.jpg) left top repeat-x;
}

/*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;}

a:hover {color:#FF3366; text-decoration:underline;}

.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}
.mB10 {margin-bottom:10px;}


/*  テキスト特に指定しにくい場合
--------------------------------*/
.txt01 {
	font-size:1.2em;
	line-height:1.4;
}

/*  段組
--------------------------------------------------------*/
h1 {
	font-size:1.1em;
	height:30px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:20px;
}

#container {
	width:980px;
	margin:0 auto;
}

#content {
	padding:20px 0 30px 0;
}

/* secondary */
#beta {
	float:right;
	width:260px;
	padding:20px 20px 0 20px;
	background-color:#F6F6F6;
	line-height:1.8;
}

/* primary */
#alpha {
	float:left;
	width:640px;
	line-height:1.8;
}

/*  header
--------------------------------------------------------*/
#header {
	background:url(../image/header_bg.jpg) no-repeat;
	height:367px;
}

#header_logo {}


/*  gnav
--------------------------------------------------------*/
#gnav {
	height:46px;
	margin-bottom:20px;
	padding:15px 0 0 10px;
}

#gnav li {display: inline;}


#gnav li a  {
	font-size:1.2em;
	color:#fff;
	
	display: block;
	float: left;
	width: auto;
	padding:10px 20px;
	margin-right:10px;
}


#gnav li a:hover {
	color:#FF3366;
	text-decoration:none;
}

#gnav li a.stay {
	text-decoration:none;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	background-color: #FF3366;
}


/*  #beta　サイド
--------------------------------------------------------*/
h3.widget-header {
	font-size:1.6em;
	margin-bottom:10px;
	border-bottom:2px dotted #333;
	padding:5px 0;
}

.widget-content {
	margin-bottom:20px;
}

.widget-content ul {}

/* 2009-7-30 */
.widget-content ul li {
	font-size:1.2em;
	border-bottom:1px dotted #ccc;
	padding:3px 0;
}

.widget-content ul li a:hover {
	color:#FF3366;
}


/* 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.8em;
	border-left:5px solid #333;
	margin-bottom:20px;
	padding:5px 0 5px 15px;	
}

/*　投稿者・日付　*/
.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.8em;
	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.8em;
	padding:5px 10px;
	margin-bottom:10px;
	border-bottom:2px dotted #333;
}

.archive-content {
	padding:0 10px 20px;
}

/*ブログ記事*/
h1.entry-title {
	font-size:1.8em;
	border-left:5px solid #333;
	margin-bottom:20px;
	padding:5px 0 5px 15px;	
}

.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;
	background:url(../image/footer_bg.jpg) left top repeat-x;
	height:90px;
	padding:20px 0 0 0;
}

#footer-inner {
	width:980px;
	margin:0 auto;
}

.footer_nav {
	text-align:center;
	margin-bottom:20px;
}

.footer_nav li {
	display:inline;
	font-size:1.2em;
	border-right:1px solid #ccc;
	padding:0 10px;
}

.footer_nav li.last {
	border:none;
}

.footer_nav li a {
	color:#fff;
}

.footer_nav li a:hover {color:#FF3366;}

#footer h5 {
	text-align:center;
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:5px;
	color:#ccc;
}

address {
	text-align:center;
	font-size:1.2em;
	color:#ccc;
}

