@charset "utf-8";


/* -----------------------------------------------------------
CSS Information

 File name:      link.css
 Style Info:     link.htmのスタイルを定義
----------------------------------------------------------- */

/*===========================================================左側メニュー=====*/

#contents .left_menu{
	float:left;
	margin-top:74px;
	}

#contents .left_menu .left01{
	width:154px;
	background: url(/honmon/images/left_menu_01b.gif) 0 0 no-repeat;
}

#contents .left_menu .left02{
	width:154px;
	background: url(/honmon/images/left_menu_02b.gif) 0 0 no-repeat;
}

#contents .left_menu .left03{
	width:154px;
	background: url(/honmon/images/left_menu_03b.gif) 0 0 no-repeat;
}

#contents .left_menu .left04{
	width:154px;
	background: url(/honmon/images/left_menu_04b.gif) 0 0 no-repeat;
}

#contents .left_menu .left05{
	width:154px;
	background: url(/honmon/images/left_menu_05b.gif) 0 0 no-repeat;
}


#contents .left_menu li a { 
	width: 100%;
	height: 100%;
	display: block;
}

	
#contents .left_menu li a:hover img {
	visibility: hidden;
}



/*===========================================================中央部分==========*/

#contents .main_box{
	width:610px;
	margin:0px;
	float:left;
	margin-left:16px;
	}

#contents .main_box h3{
	margin:26px 0px 20px 0px;
}

#contents .main_box h4{
	width:610px;
	}

#contents .main_box .area{
	text-align:left;
	line-height:1.3em;
	background-image:url(/img/box_body.gif);
	background-repeat:repeat-y;
	width:530px;
	padding:20px 40px 0px 40px;
	}
	
#contents .main_box .area p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

/*======================================================================table=========*/

#contents .main_box .area table{
	width:530px;
	border:1px solid #DDD; border-collapse:collapse;
	margin:0px auto 30px auto;
	text-align:left;
}

#contents .main_box .area table tr td{
	width:auto;
	padding:2px 4px 2px 4px;
	border:1px solid #DDD;
}

#contents .main_box .area table tr .add{
	width:90px;
}

#contents .main_box .area table tr .temple{
	color:#00B8DE;
	text-align:center;
	width:90px;
	padding:3px 4px;
}

#contents .main_box .area table tr .temple a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	color: #00B8DE;
}


#contents .main_box .area table tr .url{
	padding-left:5px;
	width:auto;
	}

#contents .main_box .area table tr .foreign{
	text-align:center;
	width:210px;
	}

#contents .main_box .area table tr .url a:link,
#contents .main_box .area table tr .url a:visited,{
	color:#00F;
	}

#contents .main_box .area table tr .url a:hover,{
	color:#00F;
	text-decoration:underline;
}

#contents .main_box .area table tr .url a:active{
	color:#00F;
	}

/*===============================================================================*/




#contents .main_box .area .next_button {
	text-align:right;	
	background-image:url(/img/box_body.gif);
	pading-right:45px;
	margin:20px 0px;
	}
	
#contents .main_box .box_bottom{
	width:610px;
	height:43px;
	margin-bottom:20px;
	background-image:url(/img/box_bottom.gif);
	}

#contents .main_box .box_bottom a{
	text-decoration:none;
	}
	