* {
margin: 0;
padding: 0;
}

body {
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",;
	font-size:10px;
	color:#AEAEAE;
	background:#FFF;
	margin:0px;
	padding:0px;
	} 

a:link		{ color: #DDD; text-decoration: none; }
a:visited	{ color: #DDD; text-decoration: none; }
a:active	{ color: #DDD; text-decoration: none; }
a:hover		{ color: #999; text-decoration: none; }

table,td,tr,div,form {
	margin:0px;
	padding:0px;
	}

img {
	border:none;
	}

ul {
	list-style-type: none;
	line-height:120%;
	margin:0px;
	padding:0px;
	}

input,textarea {
	color: #666;
	font-size :12px;
	border:1px #CCC solid;
	background-color:#FFF;
	padding: 2px;
	}


/* レイアウト---------------------------------------------------------------------- */

#back {
	width:880px;
	background:#444 url(./template/grid/img/bg.gif);
	border-right:2px solid #AEAEAE;
	border-left:2px solid #AEAEAE;
	margin:0px auto;
	padding:0px 10px;
	}

#head{
	width:880px;
	background: #2E2E2E;
	border-bottom:3px #FF9933 solid;
	}

#main	{ width:500px;float:left; }
#side_1 { width:180px;float:left;margin-left:10px;}
#side_2 { width:180px;float:left;margin-left:10px;}

#copy {
	margin-top:30px;
	border-bottom:20px #838383 solid;
	color:#FFF;
	text-align:right;
	}


/* ヘッダー---------------------------------------------------------------------- */

#head .site_title {
	font-size:14px;
	margin:0px 10px;
	}

#head .description {
	margin:0px 10px;
	}

#head ul {
	margin:0px 10px 10px 0px;
	}

#head a:link	{ color: #FF9933; text-decoration: none; }
#head a:visited	{ color: #FF9933; text-decoration: none; }
#head a:active	{ color: #FF9933; text-decoration: none; }
#head a:hover	{ color: #999; text-decoration: none; }


/* ナビゲーション---------------------------------------------------------------------- */

#navi {
	color:#666;
	font-size:12px;
	margin-bottom:10px;
	}

#navi .cell_1 { background:#8E8E8E;}

#navi .cell_2	  { width:10px;}
#navi .cell_2 img { width:10px; height:20px;}

#navi span { margin: 0px 5px;}

#navi a:link	{ color: #333; text-decoration: none; }
#navi a:visited	{ color: #333; text-decoration: none; }
#navi a:active	{ color: #333; text-decoration: none; }
#navi a:hover	{ color: #666; text-decoration: none; }


/* エントリー ---------------------------------------------------------------------- */

#entry { margin-bottom:20px; }


/* state部分 ---------*/
#entry .state {
	width:150px;
	color:#FFF;
	background:#FF9933;
	text-align:right;
	padding:5px 0px; 
	}
#entry .state ul {
	margin-right:5px;
	margin-bottom:10px;
	}

#entry .state a:link	{ color: #FFF; text-decoration: none; }
#entry .state a:visited	{ color: #FFF; text-decoration: none; }
#entry .state a:active	{ color: #FFF; text-decoration: none; }
#entry .state a:hover	{ color: #444; text-decoration: none; }


/* state_bottom部分(矢印の部分) ---------*/
#entry .state_bottom { background: url(./template/grid/img/state_bottom.gif) no-repeat bottom;}
#entry .state_bottom img { width:5px; height:50px; }


/* entry_main部分 ---------*/
#entry .entry_main { border-left:1px #AFAEAE dotted; }

.entry_title {
	font-size:15px;
	color:#FFF;
	margin-left:10px;
	margin-bottom:10px;
	}

.entry_body {
	font-size:13px;
	line-height:170%;
	margin-left:10px;
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #999;
	border-left:3px solid;
	margin: 10px 5px;
	padding:0px 5px;
	}

.pict { display:block; }


/* コメント・トラックバック部分 ---------*/
#comment {
	color:#CCC;
	line-height:150%;
	margin-left:160px;
	}

#comment .title {
	color:#FFF;
	font-weight:bolder;
	padding-bottom:5px;
	border-bottom:1px solid;
	}

#comment .tb {
	border-bottom:1px dotted #808080;
	padding:10px 0;
	}

#comment .state {
	color:#AEAEAE;
	background:url(./template/grid/img/arrow.gif) no-repeat;
	background-position:0px 6px;
	padding-left:9px;
	margin-bottom:5px;
	}

#comment .tb_url {
	color:#FFF;
	font-size:15px;
	}

#comment .tb_title {
	font-weight: bold;
	}

#set_cookie { border:none;background:none; }



/* サイドメニュー---------------------------------------------------------------------- */

.linktitle {
	color:#FF9933;
	font-size:12px;
	margin-bottom:7px;
	}

.linktext {
	border-bottom:1px solid #926335;
	padding-bottom:10px;
	}



.linktext ul { margin:0px 0px 10px 10px; }

.linktext li {
	background:url(./template/grid/img/arrow.gif) no-repeat;
	background-position:0px 4px;
	padding-left:9px;
	margin-bottom:5px;
	}



/* カレンダー ---------*/

.calendar {
	font-family: "Verdana";
	text-align:center;
	line-height: 140%;
	margin-bottom:10px;
	}

.calendar table {
	width:100%;
	margin:0px auto;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}



/* アマゾン ---------*/
.amazon { margin-bottom:20px; }
.amazon_text { line-height:140%; }


/* サーチ ---------*/
.search { margin-bottom:10px;}
.search .title { color:#FF9933;}

.search input {
	color: #666;
	font-size :12px;
	border:1px #926335 solid;
	background-color:#BBB;
	padding: 2px;
	}
.search .button { margin-left:5px;}

/* バナー ---------*/
.jugem_bana {margin-bottom:10px;}


