@import "css_common.css";


/*■見出しタグ情報*/

h2	{
	margin: 0;
	
	}


/*■ヘッダー部分*/

#header{
	width: 950px;
	height: 150px;
	margin: 10px auto;
	padding:0; 
	clear: both;
	background: #eee;
	background:url("../img/top.png") no-repeat left bottom;
	}



/*■全体レイアウト*/

#contener{
	float: right;
	width: 450px;
	}


/*■メインコンテンツ*/


.cttb{
	border:1px solid #cccccc;
	}

.cttb td{
	padding: 10px;
	text-align: left;
	border-bottom:1px solid #cccccc;
	}

.cttb th{
	padding: 10px;
	border-bottom:1px solid #cccccc;
	background:url("../img/bg.gif") repeat-x left top;
	}


ul.catchild{
	text-align: left;
	padding: 5px 10px;
	}


ul.catchild li{
	float: left;
	line-height: 30px;
	padding-left: 25px;
	margin: 0 5px;
	list-style: none;
	background:url("../img/folder.gif") no-repeat left center;
	}


/*■文字装飾*/

.red {color:#cc0000;}
.blue {color:#003399;}
.pink {color:#ff0066;}
.line{background-color: #cfee8e;}
.yellow{color: #fadc12;}


/*clearfix start*/
ul.catchild:after
{
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/