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

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

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

ul#panlist{
	list-style-type: none;
	text-align:right;
	margin:-18px 0px 0px 850px;
	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;
}


/* テキスト  
---------------------------- */ 

/*ul.subTitle{
	width:706px;
	font-size: 80%; 
	margin:0px 10px 50px 20px;
}*/

ul.subTitle{
	font-size: 80%; 
	margin:0px 0px 50px 0px;
}

ul.subTitle li{
	width:690px;
	list-style-type: upper-roman;
	list-style-position: inside;
	margin:0px 0px 15px 0px;
	padding:5px 10px;
	color:#000;
	font-weight: bold;
	border-left:5px solid #000;
	border-bottom:1px solid #000;
}

/* ie6ハック */
* html ul.subTitle li{
	border:0px;
	list-style:none;
	margin:0px 0px 0px 0px;
}


.main p{
	line-height:160%;
	margin:0px 15px 30px 10px;
	color:#000;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ie6ハック */
* html .main p{
	border:0px;
	list-style:none;
	margin:0px 15px 15px 10px;
}

.main p a{
	color:#F60;
}



.main dl{
	line-height:160%;
	margin:0px 15px 20px 0px;
}

.main dl dt{
	color:#000;
	margin:15px 0px 0px 10px;
}

.main dl dd{
	color:#000;
	margin:0px 0px 0px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.main dl dt a{
	color:#F60;
}




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

.sideList li{
	background:url(../img/about/icon02.gif) no-repeat left;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	color:#333;
}

.sideList li a{
	color:#333;
}




