@charset "utf-8";
/* CSS Document */


/* 001 ========================================
 * トップページ用
 ======================================== */

#topleft {
	float:left;
	width:175px;
	padding-top:15px;
	}	
#comment {
	border:#CCCCCC 2px solid; 
	font-size:11px; 
	line-height:18px; 
	width:170px;
	}
#comment p {padding:5px;}
#comment span {color:#A00000;}
.title {font-size:13px; font-weight:bold; background-color:#EBEBEB;}
#comment a { color: #A00000; text-decoration:underline; }



#topright {
	float:right; 
	width:565px;
	padding-top:15px;
	}
#topright ul {
	margin: 0 0 0 2em; 
	padding:0; 
	list-style-image:url(../images/arrow.gif);
	}
#topright li {
	border-bottom:#999999 1px dotted; 
	padding-bottom:10px; 
	margin-bottom:10px;
	}
#topright li a {
	color:#A00000; 
	font-size:14px; 
	line-height:35px;
	}
	
.info {
	background:url(../images/info.gif) no-repeat;
	font-size:9px;
	border-bottom:#999999 1px solid;
	height:20px;
	text-align:right;
	margin-bottom:10px;
	}
	
.info2 {
	background:url(../images/p_info.gif) no-repeat;
	font-size:9px;
	border-bottom:#999999 1px solid;
	height:30px;
	text-align:right;
	margin-bottom:0px;
	color:#FFFFFF;
	
	}
	.info2 a:link {/*未訪問のリンク*/
color:#ffffff;
}
.info2  a:visited {/*訪問後のリンク*/
color:#ffffff;
}
