@charset "UTF-8";
/*
ダウンロード
*/

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
@import "unit_layout_noside.css";
@import "unit_head.css";
@import "unit_content.css";
/*
@import "unit_bottom.css";
@import "unit_side.css";
*/

h4{
	background:			url("../img/common/h4_line.gif") left bottom no-repeat;
	color:				#57b4e1;
	font-weight:		bold;
	padding-bottom:		10px;
	
}
h5{
	font-size:			100%;
	font-weight:		bold;
}

ul{
	padding-left:		2em;
}

#contentBox-main p a.sygHideButton{
	background:			url("../img/common/mark_triangle.gif") left center no-repeat;
	padding-left:		10px;
}
#contentBox-main p a.sygHideButton:hover{
	background:			url("../img/common/mark_triangle.gif") left center no-repeat;
	background-color:	#ffffcc;
}

.mirrorList{
	border:				solid 1px #86c2e6;
	background:			#e7f9ff;
	padding:			4px;
}

.mirrorList dt a{
	color:				#339;
}
.mirrorList dt a:hover{
	background-color:	#ffffcc;
}
.mirrorList dd{
	margin-bottom:		10px;
}
.mirrorList dd a{
	color:				#339;
	font-weight:		bold;
}
.mirrorList dd a:hover{
	background-color:	#ffffcc;
}

/*******************
* コラム
*/
.column{
	border:				solid 1px #3793E6;
	background:			#ffe;
	padding:			8px;
}

