@charset "utf-8";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: ＃FFFFFF;
}

textarea {
	font-size: 11px;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
a {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #1D9A02;
}
img {
	border: none;
}
.look {
	background: #efefef;
}

.pankuzu{
font-size:10px;
margin-bottom:10px;
}

.catch{text-indent:-9999px;margin:0;padding:0;line-height:0;}


/*コンテナー
---------------------------------------------------------------------------------------*/
#container {
	background: ＃FFFFFF;
	text-align: left;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}



/*ヘッダー
---------------------------------------------------------------------------------------*/
#header {
	background: url() no-repeat;
	height: 82px;
}
#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	color: #81511c;			/*文字色（ここでは茶色）*/
	line-height: 1.2em;
	font-weight: normal;	/*通常の文字の太さに設定。もし太字にしたいならこの１行を削除する*/
	padding-left:0px;
	padding-top: 10px;
}



/*メインメニュー
---------------------------------------------------------------------------------------*/
ul#menu {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloat処理をここでクリア*/
	width: 865px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



/*メイン（右側）コンテンツ
---------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 560px;
	display: inline;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#main h2 {
	border-left:5px solid #B4202E;
	border-bottom:1px solid #831820;
	font-size: 14px;
	color: #333;		
	text-align: left;	
	line-height: 25px;
	margin:15px 0px 10px 10px;
	padding: 0px 0px 0px 10px;
}

#main p {
	padding: 0.5em 0px 1em 20px;	/*メインコンテンツ内の段落タグ<p>設定*/
}

#main a:hover img {
filter: Alpha(opacity=70);
opacity: 0.7; /*firefox safari*/
}

table.count{
	width:560px;
	margin: 0px 0px 0px 10px;
}

table.count th {
	background-color: ;
	font-weight: normal;
	text-align: center;
	font-size: small;
	line-height: 1;
	border: 0px solid #CCCCCC;
	padding: 2px;
}

table.count td {
	padding: 5px 10px;
	text-align: left;
	font-size: small;
	line-height: 1.5;
	border: 0px solid #CCCCCC;
	padding: 2px;
}

table.count2{
	width:560px;
	margin: 0px 0px 10px 10px;
}

table.count2 th {
	background-color: ;
	font-weight: normal;
	text-align: center;
	font-size: small;
	line-height: 1;
	border: 0px solid #CCCCCC;
	padding: 2px;
}

table.count2 td {
	padding: 5px 10px;
	text-align: center;
	font-size: small;
	line-height: 1.5;
	border: 0px solid #CCCCCC;
	padding: 2px;
}

.archive-content ul{
    font-size:12px;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 30px 0px;
}

.archive-content li{
    list-style:none;
    background:url('http://www.cor-web.org/img/point.jpg') no-repeat;
    backgroundposition:bottom;
    height:23px;
    padding: 7px 0px 0px 25px;
    margin: 0px 0px 0px 0px;
    border-bottom:1px dotted #E3E3E3;
}



/*サイド（左側）コンテンツ
---------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 260px;
	padding: 20px 0px 40px 15px;
}
#side h3 {
	font-size: 100%;
	background: #1D9A02 url(images/h3_bg.gif);	/*h3の背景画像設定*/
	color: #FFFFFF;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: center;		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}
#side p {
	padding: 0px 10px 1em;	/*サイドコンテンツ内の段落タグ<p>設定*/
}

/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#side img {
padding-bottom:10px;
}

#side a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}

/*サイドメニュー
---------------------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 20px;
}
ul.sidemenu li a {
	line-height: 36px;
	background: url(images/submenu_bg.gif) no-repeat;	/*サイドメニューの背景画像*/
	height: 36px;
	width: 280px;
	padding-left: 20px;
	display: block;
	color: #333333;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	background: url(images/submenu_bg_over.gif) no-repeat;	/*カーソルオーバー時のサイドメニューの背景画像*/
	color: #333333;
}



/*フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear: both;			/*mainとsideのフロート処理解除*/
	width: 865px;
	height:35px;
	padding-bottom:30px;
	background: url(http://cor-web.org/img/foot.jpg) no-repeat;
	text-align:left;
	font-size:small;
	line-height:2.8;
	color: #333333;
}
#footer a {
	font-size:small;
	color: #333333;
	text-decoration:none;
}
