/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background-image:url(http://www.cfcnetwork.net/kuchi/img/body.gif);
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	}

td
{
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	text-align:left;
	line-height:160%;
}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a
	{
	color: #0000FF; 
	font-weight: bold;
	}
a:visited {color:#990099;}
a:hover {color:#808080;}
a img {border: none;}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:720px;
	margin:0 auto 5px auto;
	padding:auto;
	background-color: #FFFFFF;
	text-align:left;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/


#banner
	{
	margin: 0; /* 外の隙間 ピッチリ合わせている */
	width:720px;
	height: 153px; /* サイトロゴの高さ */
	background-image: url(http://www.cfcnetwork.net/kuchi/img/banner_bg.jpg); /* 背景画像 */
	background-repeat:no-repeat; /* 背景画像の表示のさせ方 繰り返しなし */
	}

#banner h1
	{
/* ページタイトル */
margin: 0px;
padding: 5px 0px 0px 15px;
text-align: left;
font-size: 13px;
color: #82582E;
	}

#banner p{ /* ページトピック */
margin: 2px 0px 0px 0px; /* サイト名の下に表示 */
padding: 0px 0px 0px 30px;
text-align: left;
font-size: 13px;
color: #666666;
}



/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:720px;
	}

#main
	{
	float:left;
	width:500px
	}

#main p
	{
	margin:7px 0;
	}

#main-inner
	{
	margin-left:20px;
	line-height:160%;
	}


/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	background:url(img/des_bg.jpg) center bottom no-repeat;
	margin-top:10px;
	border:1px solid #ccc;
	width:480px;
	}

#main_des h2
	{
	background-image:url(http://www.cfcnetwork.net/kuchi/img/h2_des.jpg);
	background-repeat: no-repeat;
	height:35px;
	line-height: 39px;
	margin: 0;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 16px;
	}

#main_des p
	{
	padding: 5px;
	}


/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box
	{
	width:480px;
	margin-top:10px;
	}

#box p
	{
	padding: 5px;
	}


#box h2
	{
	background-image:url(http://www.cfcnetwork.net/kuchi/img/h2.jpg);
	background-repeat: no-repeat;
	height:35px;
	line-height: 39px;
	margin: 0;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 16px;
	}

/* 上（カテゴリ用・エントリ下用）と下（エントリ上用）は同じ役割 */

#box .title
	{
	background-image:url(http://www.cfcnetwork.net/kuchi/img/h2.jpg);
	background-repeat: no-repeat;
	height:35px;
	line-height: 39px;
	margin: 0;
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 16px;
	}

#box .title2
	{
	background-image:url(http://www.cfcnetwork.net/kuchi/img/icon_aqua_yajirusi.gif);
	background-repeat: no-repeat;
	background-position: 1% 30%;
	font-size:13px;
	letter-spacing:1px;
	margin:10px 5px 0 5px;
	padding-left:35px;
	color:#000000;
	}










/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:right;
	width:200px;
	background:#ECF1F4;
	margin-top:10px;
	}


/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/

.category
	{
	}



.category h3
	{
	padding:5px 0 5px 30px;
	font-size:13px;
	background-image: url(http://www.cfcnetwork.net/kuchi/img/h3_side.jpg);
	color: #666666;
	}

.category ul
	{
	list-style-type: disc;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 8px;
	margin-left: 8px;
	}

.category ul li
	{
	padding-top:3px;
	padding-bottom:3px;
	}



/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:720px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.cfcnetwork.net/kuchi/img/footer_bg.gif);
	height: 36px;
	border-top:1px #000000 solid;
	}


#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
margin: 0px;
padding: 10px 8px 0 0; /* サイトコピーライトの上からの位置 */
color: #1A50B8;
font-size: 12px;
}





/* アライン  */
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.floleft { float: left; margin-right:8px; }
.floright { float: right; }

p.space{margin:0;}
p.clear{margin:0; clear: both;}

strong{background-color: #FFFF66;}

/* 太字 */
.bold{font-weight:bold;}

/* 太字＋赤 */
.redbold{font-weight:bold; color:#cc0000;}

/* 赤 */
.red{color:#cc0000;}

/* 太字＋オレンジ */
.orangebold{font-weight:bold; color:#FF6600;}

/* グレー */
.gray{color:#666666;}

/* 黄色い太線 */
.yellowbar{background-color: #FFFF66; font-weight:bold;}

/* リンク集の点線 */
.link {
	border-bottom:dotted 1px #999999;
	margin: 0;
	padding: 0;
	}

/* SBM */
ul.sbm{
	text-align:center;
}
li.sbm{
	display: inline;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
}

/* エントリの日付 */
.date{margin:10px 0 0 0; padding-left: 5px; }
.pan2{background-color: #ECF1F4; padding:0 0 0 5px; margin:0; text-decoration:underline; font-size:9px;}

.google1{margin:0; padding:0 0 0 4px; }
.google2{margin:0; padding:0 0 0 6px; text-decoration:underline; font-size:9px; color:#999999;}