/*
ここは消さないで下さい
Title: sample05
CSSLicense: Tsunehisa Hazama
*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #f5f5dc;
	margin : 0px 0px 0px 0px;
	background: url("http://www.2466.in/blog/img/back.gif");
	background-repeat: repeat-x;
	color:#666;
	font-size: 12px;
	line-height: 150%;
}


/* 画像の属性等 */
img {
	border-style: none;
	}

strong {
	color: #FF0000;
}

/*  ページナビ  */
.navi {
	height: 20px;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	color:#3C6031;
	text-indent: 15px;
	margin: 0px;
	background-color: #EBF3E9;
}

.navi a{
	color: #3C6031;
	font-weight: bold;
	text-decoration: none;
}

.navi a:hover {
	color: #FFCC00;
}

/* TAB部分の指定 */
#tab {
	height: 25px;
	background-color: #FFF;
	text-align: right;
}

#tabline {
	height: 30px;
	background-color: #3C6031;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px 0px 20px;
}

/* ボックスの指定 */
.indexbox {
	color:#FFF;
	text-decoration:none;
	width:180px;
	height:20px;
	margin-top: 15px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("http://www.2466.in/blog/img/index01.gif");
}
.box {
	color:#444;
	text-decoration:none;
	width:168px;
	display: block;
	font-size: 12px;
	padding: 5px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #4D7942;
	background-color: #EBF3E9;
}

.detail {
	text-align:right;
	font-size: 12px;
	margin-right:5px;
	margin-top;10px;
	margin-bottom;5px;
}

/* リンクの属性（未指定の時） */
a {
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
}

/* --------- 基本設定 ----------------------------------　*/
#base {
	width: 100%;
	margin: 0px;
}

#wrapper {
	width: 100%;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("http://www.2466.in/blog/img/top.gif");
	background-repeat: no-repeat;
}
---------------------------------------------------------

/* ブログの枠等の属性 */
#container {
	width: 100%
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 60px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -900px;
}
		
#header h1 a {
	width:400px;
	height:60px;
	background-image: url("http://www.2466.in/blog/img/top.gif");
	display: block;
}

#header h1 a:hover {
	background-image: url("http://www.2466.in/blog/img/top.gif");
}

/* お気に入りの指定 */
#header .favorite {
	margin: -90px 10px;
	text-align : right;
}
		
/*左サイドバー部分*/
#left {
	width: 190PX;
	float: left;
	margin-left:5px;
	padding-top: 0px;
	padding-bottom:10px;
}

#left h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: #666666;
	margin-bottom: 5px;
}
		
#left p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

#left a {
	color: #8080C0;
}
		
#left a:hover{
	color : #FF6600;
}

/*------メニュー部分------*/
#left .index{
	color:#FFF;
	text-decoration:none;
	width:180px;
	height:20px;
	margin-top: 15px;
	text-align: center;
	display: block;
	font-size: 12px;
	background-image: url("http://www.2466.in/blog/img/index01.gif");
}

#left .menu a	{
	color:#444;
	text-decoration:none;
	width:178px;
	height:20px;
	text-indent: 5px;
	display: block;
	font-size: 12px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #4D7942;
	background-color: #EBF3E9;
}
		
#left .menu a:hover{
	background-repeat: no-repeat;
	background-color: #DBE3C6;
}

#left .new a	{
	color:#444;
	text-decoration:none;
	width:168px;
	height:22px;
	padding: 3px 5px 3px 5px;
	display: block;
	font-size: 10px;
	line-height: 110%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #4D7942;
	background-color: #EBF3E9;
}
		
#left .new a:hover{
	background-repeat: no-repeat;
	background-color: #DBE3C6;
}


#left #searchform	{
	margin-top: 5px;
}
		
#left #searchform p	{
	margin-top: 2px;
	margin-bottom: 2px;
}

/*右サイドバー部分*/
#right {
	width: 190PX;
	float: right;
	margin-right;5px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#right h2 {
	font-size: 12px;
	font-family: Verdana,Helvetica,sans-serif;
	color: white;
	margin-bottom: 5px;
}

#right p {
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
#right a {
		color: #0080FF;
}

#right a:hover{
		color : #FF6600;
}


/*エントリー部分*/
#content {
	height: 100%;
	margin: 15px 200px 0px 210px;
}

#content h2 {
	font-size: 12Px;
	color: #3C6031;
	text-indent: 5px;
	font-weight:bold;
}
		
#content h3	{
	border: 1px solid #CCC;
	background-color: #E0EDDE;
	text-indent: 5px;
	color: #666;
	font-size:12px;
	font-weight:bold;
}
				
#content h4	{
	font-size: 12Px;
	font-weight:bold;
	color: #8080C0;
	margin-left: 10px;
	text-align: left;
}
	

#content p{
	font-size: 12Px;
	color: #666666;
	line-height: 140%;
	margin-left:15px;
	margin-right:5px;
}

#content a{
	color: #8080C0;
}

#content A:hover{
	color : #FF6600;
}		

/*フッター部分*/
#footer {
	padding-top: 3px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}
		
#footer p {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
		
#footer a {
	color: #0080FF;
}

#footer A:hover{
	color : #FF6600;
}

/* Copyrights */
.copyrights {
	clear: both;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 12px;
    text-align: center;
	height: 20px;
	margin: 0;
	background-color: #FFF;
}

.copyrights p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666666;
}
