@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1 {
	font-size: 12px;
	width:800px;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
	color: #FFFFFF;
	background-color: #CC0000;
}

img,img a{
	border:0;
}
p{
	padding: 5px 0;
}

ul,ol{
	list-style-position: inside;
	line-height: 150%;
}

.clear{
	clear: both;
}

/*全体*/
div#maintable{
	width:800px;
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	margin:auto;
	padding:0 9px;
	background-repeat: repeat-y;
}

/*ヘッダー*/

.header_left{
	width:156px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom:10px;
	float:left;
}
.header_right{
	width:574px;
	height: 86px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 20px 20px 0 20px;
	float:right;
	background-image: url(../img/header_right_text.jpg);
	background-repeat: no-repeat;
}

/*ナビバー*/
.navi_bar{
	clear: both;
	padding: 5px 10px;
}

/*左ブロック*/
div#block_left{
	float: left;
	width: 580px;
	padding: 20px 0 15px 10px;
}
div#block_left .title{
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 2px 8px;
	border-left: solid 5px #CC3300;
	border-bottom: solid 1px #CC3300;
}

div#block_left .content{
	padding: 5px;
	line-height: 130%;
	margin-bottom: 20px;
}

/*カテゴリテーブル*/
table.cate{
	width: 580px;
	margin-bottom: 20px;
	font-size: 12px;
	background: #F0F0F0;
	table-layout: fixed;
	border-collapse: collapse; 
}
table.cate td{
	padding: 10px 5px 10px 20px;
	background-image: url(../img/icon_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}	

/*トップページブログ*/
div.blog_text{
	width: 250px;
	float: right;
	padding: 0 0 30px 10px;
}
div.download_text{
	width: 250px;
	float: left;
	padding: 0 10px 30px 0;
}

/*右ブロック*/
div#block_right{
	float: right;
	width: 180px;
	padding: 20px 10px 15px 0;
}

div#block_right .content{
	padding: 5px;
	color: #000000;
	background: #F0F0F0;
}

div#footer{
	clear: both;
	background: #CC0000;
	color: #FFFFFF;
	text-align: center;
}
div#footer a{
	color: #FFFFFF;
}

.none{
	display: none;
}
