/* CSS Document */
body { 
	font-size: 80%;
	text-align: center;
	background: url("/img/common/bg_basic.gif") #FFFFFF;
	/*background: #F2EFE9;*/
}



td,th { 
	_font-size: 80%;
}

h1, h2, h3, h4, h5, h6,ul,li, p address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

ul{ list-style: none;}

img{ border: none;}

A:link {  color: #0000FF; text-decoration: underline}
A:visited {  color: #663399; text-decoration: underline}
A:hover { color: #FF3300;  text-decoration: underline}



/*-----------------------------------------------------------
レイアウト
-------------------------------------------------------------*/

#main {
	width: 900px;
	margin: 10px auto;
}

#left-210 {
	width:210px;
	float: left;
}

/* 2カラムならこれがメイン */
#right-560 {
	width:680px;
	float: right;
}



/* 3カラム用　さらに680内を500-10-170に分ける */
#left-380 { /* その後400pxに拡張 */
	width:500px;
	float: left;
}

#right-170 {
	width:170px;
	float: right;
}





#hdr-blank {
	background: url(/imgs/bg_hdr_blank.gif) no-repeat;
	width:900px;
	min-height:158px;
	_height:158px; /* IE用Hack */
	margin: 5px auto 5px;
}

#hdr-inner {
	margin:0;
	padding: 20px 15px 10px 15px;
	text-align: left;
}

#hdr-inner h1{
	font-weight	:bold;
	color: #000;
	font-size: 160%;
}




#hdr-ad {
	background: url(/imgs/bg_hdr_ad.gif) no-repeat;
	width:900px;
	height:35px;
	margin: 0 auto;
	padding-top: 2px;
}

#hdr-ad-inner { /* アドセンスの位置調整 */
   padding: 10px 0px 8px 20px;
   text-align: left;
}


#footer {
	margin:15px auto;
	padding: 10px 5px;
	text-align: left;
	clear: both;
}

#footer-inner {
	color: #000000;
	font-size: 90%;
	text-align: left;
}

/*-----------------------------------------------------------
メニュー210px
mid top btmの順に使う
-------------------------------------------------------------*/
.menu-gry-top-210 {  /*これに中身*/
	background: url(/imgs/menu_gry_top_210.gif) no-repeat left top;
	text-align: left;
	padding: 5px 8px;
}

.menu-gry-btm-210 {
	background: url(/imgs/menu_gry_btm_210.gif) no-repeat left bottom;
}


/* 右210px用 btm mid topの順に使う ----------------------------------------------------------------*/


.menu-gry-top-210 {  /*これに中身*/
	background: url(/imgs/menu_gry_top_210.gif) no-repeat left top;
	padding: 10px 8px 0;
}

.menu-gry-mid-210 {
	background: url(/imgs/menu_gry_mid_210.gif) repeat-y left top;
	padding: 0px;
	text-align: left;
	/*border: 1px solid #f00;*/
}

.menu-gry-btm-210 {
	background: url(/imgs/menu_gry_btm_210.gif) no-repeat left bottom;
	padding-bottom: 10px;
}


/*-------------------------------------------------------------------------*/



/* btm mid topの順に使う ----------------------------------------------------------------*/


.menu-gry-top-170 {  /*これに中身*/
	background: url(/imgs/menu_gry_top_170.gif) no-repeat left top;
	padding: 10px 8px 0;
}

.menu-gry-mid-170 {
	background: url(/imgs/menu_gry_mid_170.gif) repeat-y left top;
	padding: 0px;
	text-align: left;
	/*border: 1px solid #f00;*/
}

.menu-gry-btm-170 {
	background: url(/imgs/menu_gry_btm_170.gif) no-repeat left bottom;
	padding-bottom: 10px;
}


/*-------------------------------------------------------------------------*/




.list-green ul{
	margin: 5px 10px;
	padding: 0;
}

.list-green li{
	margin: 2px 0 0;
	padding: 2px 0;
	_height: 20px;
	min-height: 20px;
	padding-left: 20px;
	line-height: 140%;	/* ボーダーからの上距離 */
	background: url(/imgs/icon/arrow16.gif) no-repeat 0 2px;
	border-bottom: 1px dotted #cccccc;
}

.list-common ul{
	margin: 0;
	padding: 0;
}

.list-common li{
	margin: 2px 0;
	padding: 0 0 0 13px;
	line-height: 140%;	/* ボーダーからの上距離 */
	background: url(/imgs/icon/arrow_right.gif) no-repeat left 5px;
}


/*-----------------------------------------------------------
タグ用のリスト
-------------------------------------------------------------*/




.entry-tag {
	font-size: 90%;
	margin: 2px 10px 2px 0;
	display: inline;
	line-height: 120%;	/* ボーダーからの上距離 */
}

/* サイドバー タグクラウド */

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline;}
.module-tagcloud li { margin-right: 3px; line-height: 140%;}
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }




/*-----------------------------------------------------------
記事タイトル
-------------------------------------------------------------*/
.title-green {
	margin: 0 0 0px 0;
	padding: 0;

	background: url(/imgs/bg_title_green.gif) no-repeat right;
}

.title-green h2 {
	padding: 7px 0 0 12px;
	text-align: left;
	min-height: 29px;
	_height: 29px;
	color: #333333;
	font-weight: bold;
}

.title-green-normal {
	background: url(/imgs/bg_title_left_green_nml.gif) no-repeat left;
}

.title-green-org {
	background: url(/imgs/bg_title_left_org.gif) no-repeat left;
}


.sub { /* 小見出し用　strongに適用*/
	display: block;
	font-weight: bold;
	margin: 10px 0 5px;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #aaa;*/
}

.entry-img {
	margin: 20px auto;
	text-align: center;
}



/*-----------------------------------------------------------
サイドバータイトル　アイコンと併用
-------------------------------------------------------------*/
.title-side {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #BBB;
}

.title-side h2 {
	padding: 2px 0 0 20px;
	text-align: left;
	min-height: 16px;
	_height: 16px;
	color: #333333;
	font-weight: bold;
}

.title-green-org { /* 強調用タイトル */
	background: url(/imgs/icon/bg_title_left_org.gif) no-repeat left;
}

.icon-calendar { /* カレンダー */
	background: url(/imgs/icon/calendar.gif) no-repeat left;
}

.icon-cat { /* カテゴリー */
	background: url(/imgs/icon/flag_green.png) no-repeat left;
}

.icon-tag-green { /* タグ */
	background: url(/imgs/icon/tag_green.png) no-repeat left;
}

.icon-month { /* 月別 */
	background: url(/imgs/icon/icon_attachment.gif) no-repeat left;
}

.icon-entry { /* 最近のエントリー */
	background: url(/imgs/icon/calendar_edit.png) no-repeat left;
}

.icon-comment { /* 最近のコメント */
	background: url(/imgs/icon/comment.png) no-repeat left;
}

.icon-tb { /* 最近のトラックバック */
	background: url(/imgs/icon/list_comments.gif) no-repeat left;
}

.icon-month { /* 月別 */
	background: url(/imgs/icon/icon_attachment.gif) no-repeat left;
}


/*-----------------------------------------------------------
記事本文
-------------------------------------------------------------*/

.entry-each {
	margin-bottom: 20px;
	margin-right: 3px;
	padding: 5px;
	background: url(/imgs/bg_entry.gif);
	border: 1px solid #eeeeee;
}

.entry-each-inner {
	padding: 10px 15px 10px;
	line-height: 150%;
	text-align: left;
	background: #FFF;
	bottom: 2px solid #f00;
}

.entry-title {
	margin: 5px 0 15px;
	padding: 1px 0 1px 10px;

}

.entry-title h2 {
	margin-bottom: 2px;
	font-size: 110%;
	font-weight: bold;
}

/* エントリー　２分割 */
.layout-left {
	float: left;
	margin: 0 0 20px;
}

.layout-right {
	float: right;
	margin: 0 0 20px;
}

/* エントリー　 */




.entry-footer-mid {
	margin-top: 15px;
	padding-top: 2px;
	text-align:left;
border: 1px dotted #ccc;
}

.entry-footer-btm {
	margin-top: 15px;
	padding-top: 2px;
	text-align:right;
border: 1px dotted #ccc;
}

.entry-tags-header {

	display:inline;
}
.entry-tags-list {
	display:inline;
}





/*-----------------------------------------------------------
コメント
-------------------------------------------------------------*/

.comment-footer {
	margin: 5px 0 25px;
	padding-top: 5px;
	font-size: 90%;
	border-top: 1px dotted #ccc;
	text-align: left;
}

.entry-comment {
	text-align: left;
}

.entry-comment p{
	margin: 0;
	padding: 0;
}

.entry-comment-title {
	margin: 35px auto 20px;
	padding: 2px 0 3px 8px;
	font-weight: bold;
	text-align: left;
	border-left: 5px solid #BCDA17;
	border-bottom: 1px solid #CCC;
}

#comments-form {
	text-align: left;
	margin: 30px auto 10px;
}

#comments-form-title{
	margin-bottom: 5px;
	padding: 0 0 3px;
	text-align: left;
	font-weight: bold;
}

#comments-form p{
	margin: 5px 0;
	padding: 0;
}

#comments-form textarea{
	margin: 5px 0;
	width: 300px;
	margin: auto;
}



/*-----------------------------------------------------------
トラックバック
-------------------------------------------------------------*/
#tb-url {
	background: #F1F1F1;
	padding: 10px;
	margin: 10px auto;
}


.tb-header {/**/
	margin: 35px auto 10px;
	padding: 2px 0 3px 8px;
	font-weight: bold;
	border-left: 5px solid #BCDA17;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.tb-each {
	margin-bottom: 25px;
	text-align: left;
}

.tb-content {
}


.tb-footer {
	margin: 5px 0 15px;
	padding-top: 5px;
	font-size: 90%;
	border-top: 1px dotted #ccc;
	text-align: left;
}








/*-----------------------------------------------------------
カレンダー
-------------------------------------------------------------*/

#calendar-table {
width: 150px;

	padding: 0;
	text-align: center;
}

#calendar-table td{

}





/*-----------------------------------------------------------
track-word
-------------------------------------------------------------*/
#track-word {
	margin:0;
	padding:0;
	text-align: left;
	list-style:none;
	font-size:90%;
	line-height:100%;
	overflow:hidden;
}

#track-word li{
	display:inline;
	padding-right: 10px;
}




/*-----------------------------------------------------------

-------------------------------------------------------------*/

.red_b {
	font-weight: bold;
	color: #FF0000;
}


.red120_b {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}


.red140_b {
	font-size: 140%;
	font-weight: bold;
	color: #FF0000;
}


.red200_b {
	font-size: 200%;
	font-weight: bold;
	color: #FF0000;
}








.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.padding-left-15 {
	margin-left: 15px;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-5-10 {
	padding: 5px 10px;
}

.align-center {
	width: 100%;
	text-align: center;
}

.float-left { float: left;}
.float-right { float: right;}

.clear { clear: both;}

