/***********************************************/
/*       copyright(C)2006 Country Farm         */
/***********************************************/

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

body {
	line-height: 1.4;
	color: #333333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}

a {
	color: #0066CC;
}

a:visited {
	color: #0066CC;
}

a:hover {
	color: #6699CC;
}

img {
	border: none;
}

#flame{
	margin: 0;
	width: 613px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/flame_bg.jpg);
	background-repeat:repeat-y;
	overflow: auto;
}
	
/* ヘッダー部分
---------------------------------------------*/

#header {
	position: relative;
	height: 105px;
	width: 613px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/header_bg.jpg);
}

.logo {
	position: absolute;
	left: 24px;
	top: 16px;
	margin: 0;
}

.header_about {
	position: absolute;
	left: 480px;
	top: 2px;
	width:131px;
	height: 14px;
}


/* コンテンツ
---------------------------------------------*/

#tmidashi {
	width: 613px;
	height: 59px;
}



/* ブログ
---------------------------------------------*/

#maincontents {
	width: 420px;
	float: left;
	overflow:hidden;
}

.entry {
	width:400px;
	height: auto;
	margin: 0 0 15px 20px;

}

.entry .head{
	width: 400px;
	height: 45px;
	background-image:url(../images/entry_header.jpg);
	background-repeat: no-repeat;
	background-position:left center;
}

.entry .head h2{
	width: 370px;
	padding-left:32px;
	padding-top:8px;
	color:#336699;
	font-size:13px;
	line-height:14px;
}

.entry .head p{
	width: 370px;
	padding-left:32px;
	color:#336699;
	font-size:12px;
}

.entry .body{
	width:400px;
	background-image:url(../images/entry_body.jpg);
	background-repeat: repeat-y;

}

.entry .body p{
	width: 355px;
	margin: 0 0 0 20px;
	padding: 0 0 0 2px;
	background-image: url(../images/p_under.gif);
	background-repeat: repeat-y;
	line-height: 28px;
	color:#333333;
}

/*---テンプレートオリジナルクラス----------------------------*/
.entry .body img.left {

    float       : left;
    margin      : 1em 1em 1em 0px;
}
.entry .body img.right {

    float       : right;
    margin      : 1em 0px 1em 1em;
}
.entry .foot{
	clear:both;
	width:400px;
	height: 27px;
	margin: -2px 0 0 0;
	padding: 8px 0 0 0;
	background-image:url(../images/entry_footer.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	color:#FFFFFF;
}

.entry .foot li{
	padding-left: 200px;
	font-size:10px;
	list-style:none;
}

/* メニュー
---------------------------------------------*/

#side {
	float: right;
	width: 175px;
}


.menu {
	width: 160px;
	height: auto;
	list-style-type: none;
	margin: 0 0 20px;
	background-image:url(../images/menu_body.jpg);
	background-repeat:repeat-y;
	
}

.menu li {
	height: 14px;
	margin-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
}

.menuhd {
	width: 160px;
	margin:0;
}

.menubg {
	width: 160px;
	padding: 0 0 25px 0;
	margin:0;
	font-size: 12px;
	background-image:url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}

.red {
	color:#FF0000;
}

.blue {
	color:#0066CC;
}

.green {
	color:#339933;
}