/* CSS Document */

body {
	filter:expression('');
}

body {
	background-image: url(../img_b/bg.gif);
	background-position: top;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
	background-repeat: repeat-x;
}


#head {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
}

#page {
	width: 902px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#menu {
	width: 223px;
	float: right;
	margin-right: 13px;
}

#menu ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu h2 {
	width: 209px;
	margin: 8px 1px 0px 1px;
	padding: 0px 7px 0px 5px;
	background-color: #909090;
	font-size: 10px;
}

.cate {
	width: 221px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
}

#article {
	width: 610px;
	float: left;
	background-image: url(../img_b/c_bg.gif);
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
}

#article h3 {
	font-size: 14px;
	font-weight: bold;
	color: #850000;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(../img_b/icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#article h4 {
	font-size: 10px;
	margin-bottom: 35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.textright{
	text-align: right;
	clear: both;
}
#lefthead{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 12px;
}

#footermenu {
	width:900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
}

.footermenu_m {
	margin-top: 27px;
}

#footerbg {
	background-image: url(../img_b/bg2.gif);
	padding-bottom: 40px;
	background-color: #F3F3F3;
	padding-top: 10px;
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}

#footertext {
	width:900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
}



#article img {
	margin-bottom: 10px;
}

#pagetop {
	position: fixed;
	width: 34px;
	right: 0px;
	bottom: 150px;
}

/* IE pagetop */
#pagetop {
	position:fixed;
	_position:absolute;
	z-index:2;
	top:auto;
	left:auto;
/*下からのピクセル数*/
	bottom:150;
	right: 0;
/*下からのピクセル数*/
	_bottom:expression(this.style.filter = '', '150');
	_right: expression(this.style.filter = '', '0');
}

#footer_img{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	height: 12px;
}


/**** format ***/
.right{
	float: right;
}

.left{
	float: left;
	margin: 0px;
	padding: 0px;
}

.text10px{
	font-size: 10px;
	line-height: 1.4em;
}

.clear{
	clear: both;
}

a {line-height: 1.6em;}
a:link    { color: #580016 ; text-decoration: underline }
a:visited { color: #580016 ; text-decoration: underline }
a:hover   { color: #CC0033 ; text-decoration: underline }


/******　clearfix　******/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
