@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_content.css";
@import "unit_layout_noside.css";
@import "unit_menu.css";
@import "unit_dropdown.css";


/*
イントロ用
*/

h3{
	margin-bottom:		1em;
}

h4{
	margin-bottom:		1em;
}
.column h5{
	color:				#c65604;
	font-size:			100%;
	margin-bottom:		0.5em;
}
.value{
	margin-bottom:		2em;
}
.r{
	float:				right;
	margin-left:		10px;
}

/* リンク */
p a{
	color:				#115cb0;
	border-bottom:		dashed 1px #115cb0;
}
p a:hover{
	background-color:	#fff7d1;
}
