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

/* メイン  
-------------------------------------------------------------------------------- */ 

/* パンくずリスト  
---------------------------- */ 

ul#panlist{
	list-style-type: none;
	text-align:right;
	margin:-18px 0px 0px 815px;
	padding:0px;
	position: absolute;
}

#panlist li{
	display:inline;
	font-size:75%;
	color:#000;
	margin:0px 0px 0px 5px;
}

#panlist li a{
	color:#000;
}


/* タイトル  
---------------------------- */ 

h1{
	width:960px;
	position: relative;
	margin:0px;
}

.main h2{
	font-size:85%;
	margin:0px 0px 0px 10px;
}

#img img{
	margin:5px 0px 20px 0px;
}


table{
	width:700px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	font-size:90%;
	margin:0px 0px 10px 10px;
}

table tr td{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:10px;	
}


table tr.tbg td{
	background-color:#ededed;
	font-weight: bold;
}

.main ul{
	margin:0px 0px 20px 10px;
}

.main ul li{
	font-size:75%;
	line-height:140%;
	list-style-type: none;
}

.main p{
	font-size:85%;
	font-weight: bold;
	margin:0px 0px 0px 10px;
	color:#ff1f00;
}

.main dl{
	font-size:85%;
	margin:0px 0px 0px 10px;
}

.main dl dt{
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	background:url(../img/common/icon01.gif) no-repeat left center;
}

.main dl dd{
	margin:0px 0px 15px 15px;
	line-height:160%;
	font-weight:normal;
}

.main dl dd a{
	color:#000;
	cursor: pointer;
	font-weight:normal;
}

.main dl dt a{
	color:#000;
	text-decoration: underline;
	cursor: pointer;
}

.main dl dt.sp03{
	margin:0px 0px 15px 0px;
}

.main dl dd b a{
	color:#000;
	cursor: pointer;
	font-weight:normal;
}



/* サイド  
-------------------------------------------------------------------------------- */ 

.side dl dd.daylist{
	background:url(../img/common/icon01.gif) no-repeat left;
	margin:0px 0px 5px 20px;
	padding:0px 0px 0px 15px;
	color:#333;
}

.side dl dd.daylist a{
	color:#333;
}



