@charset "utf-8";

/*========= front-page =========*/
#front_page_archives ul { margin:0px; padding:0px; width: 100%; }
#front_page_archives ul li {
	color: #000000;
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: url(images/list.png) no-repeat left 5px;
	padding-left: 13px;
	list-style-type: none;	
}
#front_page_archives li a {
	color: #000;
	text-decoration: none;
}
#front_page_archives li a:hover {
	color: #00006c;
	text-decoration: underline;
}


#front-page-h1 {
    font-size: 18px;
	line-height:18px;
	color: #990000;
	margin: 0px;
	padding: 0px 0px 3px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #EDEDED;
}

/*========= text=========*/
.text_brown{ color:#990000; }

/* table */
.datatable1 {
    background-color:#f4f9fa;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-left:1px;
	width:490px;
	
}
.datatable1 td {
    padding:5px;
	border: 1px #d6e5e9 solid;
}
.datatable1 td a{
   text-decoration:underline;
   font-weight:bold;
}
.datatable1 td a:hover{
   text-decoration:none;
}
.datatable1 th {
    padding:5px;
	border: 1px #d6e5e9 solid;
	font-weight:normal;
	background-color: #eeeeee;
	width:100px;
	text-align:center;
}

.datatable1 th.width10{
    width:10px;
}

/*If IE6*/
*html .datatable1 th.widthauto{
    width:auto;
}

/*If IE7*/
*+html .datatable1 th.widthauto{
    width:auto;
}

.datatable1 td.card1-design,
.datatable1 td.card-design {
	padding: 5px;
}

.datatable1 td.card-design img {
	width: 80px;
	height: 51px;
	margin:0px;
	display:inline;
}

.datatable1 td.card1-design img {
	margin:0px;
	display:inline;
}

/*=== caption ===*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 5px 5px 5px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
    text-align:center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
/* pagetop */
.pagetop{ float:right;background:url(images/icon2.gif) left no-repeat; padding-left:14px; clear:both; margin:0 10px 10px 0;}
.pagetop a{ color:#000; }	

/*　画像マウスオーバー効果　*/
a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
