/*
UTF-8で保存！
	--------------------------------
	Created: 2008.05.30
	Last Modified: 2009.03.25
	--------------------------------
*/

/* --------------------------------
	初期化
-------------------------------- */

/* 余白 */
* { margin:0; padding:0;}

/* アピアランス */
img { border:none; }
label { cursor:default; }

/* タイポグラフィ */
h1, h2, h3, h4, h5, h6,
p, address, div,
dl { font-weight:normal; font-style:normal; }

em,
strong { font-weight:bold; font-style:normal; }

a:link,a:visited { color:#449a46; text-decoration:none; }
a:hover,a:active { color:#449a46; text-decoration:underline; }

/* clearfix: Ver. 2007.05.31 */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
/*Hides from IE-mac*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/*End hide from IE-mac*/

/*for DW8*/
.clearfix {
	overflow:hidden;
}

/* --------------------------------
	要素別スタイル
-------------------------------- */
body {
	color:#666;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size:77%;
	line-height:130%;
	background: url(../img/bg_container.png) right -180px no-repeat;
	}

/*input, select, textarea { color:#333333;font-family:"ＭＳ Ｐゴシック", sans-serif; font-size:12px; }*/
html>/**/body input,
html>/**/body select,
html>/**/body textarea { color:#333333;font-family:sans-serif; font-size:12px; }/* IE7 を除くモダンブラウザにのみ適用*/

.tf{
	width:240px;
	}
.ta{
	width:240px;
	}


ul{
	clear:both;
	}
	
li{
	list-style:none;
	}
	
.l{
	float:left;
	margin:5px;
	vertical-align:top;
	}
	
.clear_right{
	clear:both;
	text-align:right;
	}
.clear_left{
	clear:both;
	text-align:left;
	}
.clear_center{
	clear:both;
	text-align:center;
	}
.grn{
	color:#449a46;
	}

/**********************全体ラップ*********************/
#container_vga{
	width:640px;
	margin:0 auto 0 auto;
	/*background-color:#fff;*/
	}
/*右部右部右部右部右部右部右部右部右部*/

#left{
	width:160px;
	float:left;
	margin-top:70px;
	/*background-color:#ccc;*/
	}

#header_img a{
	background: url(../img/160_120_blk_png24.png) 0 0 no-repeat;
	width:160px;
	height:120px;
	display: block;
	text-decoration:none;
	}

#left h1{
	display:none;
	}
#left h2{
	display:none;
	}

#left_menu{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:95%;
	letter-spacing:1px;
	}
#left_menu ul{
	padding:0 0 0 30px;
	}
#left_menu li{
	margin-bottom:2px;
	}
#left_menu a{
	width:75px;
	display:block;
	color:#666;
	border-left:5px solid #fff;
	padding-left:20px;
	}
#left_menu a.on{
	background-color:#D6E9D7;
	color:#449a46;
	border-left:5px solid #449a46;
	text-decoration:none;
	}
#left_menu a:hover{
	background-color:#D6E9D7;
	color:#449a46;
	border-left:5px solid #449a46;
	text-decoration:none;
	}
	
#left h3{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:95%;
	letter-spacing:1px;
	padding-left:10px;
	}
#blogfeed{
	margin:50px 0 0 0;
	/*background-color:#fff;*/
	}
#blogmenu{
	margin:50px 0 0 0;
	/*background-color:#fff;*/
	}

ul.rss-items{
	padding:5px 10px 0 10px;
	font-size:85%;
	}
li.rss-item{
	padding:0 5px 5px 5px;
	}
span.rss-date{
	font-family:"Times New Roman", Times, serif;
	}

.linktext ul{/*ブログ用*/
	padding:5px 10px 0 10px;
	font-size:85%;
	}
.linktext li{
	padding:0 5px 5px 5px;
	}

.amazon{/*ブログでオススメ商品を指定すると勝手に出てくる*/
	padding:10px;
	font-size:90%;
	}
	
/*メインメインメインメインメインメイン*/
#main{
	width:480px;
	float:left;
	margin:0;
	/*background-color:#999;*/
	}
#pankuzu{
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	margin:150px 0 0 20px;
	}
	
#flash_space{
	margin:10px 0 10px 0;
	padding:0;
	/*background-color:#CCC;*/
	width:480px;
	height:480px;
	}

#main_inner{
	margin:25px 25px 50px 25px;
	/*border:1px solid #eee;*/
	}
#main_inner h3{
	font-size:95%;
	font-weight:bold;
	padding-left:5px;
	border-left:5px solid #449a46;
	margin-bottom:10px;
	/*border-bottom:1px solid #449a46;*/
	}

#main_inner h2{/*ブログ記事タイトル用*/
	font-size:95%;
	font-weight:bold;
	padding-left:5px;
	border-left:5px solid #449a46;
	margin-bottom:10px;
	/*border-bottom:1px solid #449a46;*/
	}


.times{
	font-family:"Times New Roman", Times, serif;
	}

#main_inner h4{
	font-size:90%;
	font-weight:bold;
	padding:5px 0 5px 10px;
	}

#main_inner p{
	font-size:90%;
	margin:0 20px 15px 20px;
	}


div.entry{
	margin-bottom:30px;
	}


p#topmain{/*トップページのみ*/
	margin:50px 20px 15px 20px;
	/*background-color:#eee;*/
	}
p#blog,form#blog{/*ブログページのみ*/
	margin:0 15px 15px 15px;
	}

#navi{/*ブログページのみ*/
	text-align:center;
	font-size:90%;
	margin:30px;
	}

	
table#data {
	width:90%;
	margin:10px auto 0 auto;
	padding: 0;
	border-collapse: collapse;
	}

#data td{
	width:50%;
	font-size:90%;
	margin: 0;
	padding: 3px 5px 3px 10px;
	border: #e5e5e5 1px solid;
	}

#data th{
	width:50%;
	color:#666;
	white-space: nowrap;
	font-size:90%;
	background-color:#eee;
	font-weight:normal;
	margin:0;
	padding: 3px;
	border: #e5e5e5 1px solid;
	}
#main_inner p#plus_table{
	font-size:90%;
	text-align:right;
	margin:0 20px 15px 20px;
	}








/*下部下部下部下部下部下部*/
#footter{
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	font-size:x-small;
	clear:both;
	padding:50px 0 150px 0;
	/*background-color:#ccc;*/
	}

