@charset "UTF-8";

/***********************************************/
/* top.css                             */
/*  index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/***********************************************/
/*TOP PAGE                     */
/***********************************************/







/*  contents   */
/***********************************************/





#main-area {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 50px 30px 50px;
	width: 900px;
	background-color: #FFF;
	clear: both;
	background-image: url(../../image/content_bg.jpg);
	background-repeat: no-repeat;
}






/*  right_menu contents  */


#right_menu_area{
	padding:0px 0px 0px 0px;
	width: 240px;
	margin-bottom: 30px;	
	float:right;
}


/*  menu  */


#accordion {
	margin: 10px 0px 10px 0px;
	width: 238px;
	margin: 0px auto;
	border: 1px solid;
	border-top: none;
	border-bottom: none;
	border-color: #DADADA;
}
	
.accordion dd .active {
	background:url(../../center_info/image/accordion/accordion_active.gif) no-repeat;
	background-position:left center;
}
	
.accordion ul{
	list-style:none;
}

.accordion li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	font-size:0.85em;
	line-height:3em;
	text-align:left;
	list-style:none;
	padding-left:0px;
	text-indent:20px;
	background:url(../../center_info/image/accordion/accordion_b1.gif) no-repeat;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-width:0px 0px 1px 0px;
}

.accordion a{
	display:block;
	background-position:left center;
}

.accordion a:hover{
	display:block;
	background:url(../../center_info/image/accordion/accordion_b2.gif) no-repeat;
}









/*  contents left  */


#contents_left_area{
	margin: 0px 0px 0px 0px;
	width:620px;
	float:left;
	text-align:left;
}


#contents_main_title h1{
	padding: 5px 0px 5px 0px;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: 1px;
	font-size: 18px;
	font-weight: bold;
	color: #434343;
}




#contents_text_area{
	margin: 20px 0px 20px 0px;
	width: 620px;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}


.image_left{
	margin: 10px 10px 10px 0px;
	float:left;
}


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






/*  table  */

#table_contents table,th,td{
	margin: 10px 0px 10px 0px;
	padding:5px;
	border:1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse:collapse;
	font-size:14px;
	line-height: 24px;
}




#network h1{
	padding: 0px 0px 5px 0px;
	border-bottom-color: #90D7ED;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: bold;
	color: #09C;
}

#network h2{
	padding: 0px 0px 0px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #0CC;
}