@charset "utf-8";

/***初期化CSS***/
@import "reset.css";

/***固定レイアウトCSS***/
@import "layout.css";


/***̑その他のクラスCSS***/
@import "other_class.css";#pankuzuspace a {
	text-decoration: none;
	color: #103056;
}
#main_1columnver h4 {
	font-weight: bold;
	color: #0D2B4C;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 99%;
}
.whatsnew_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	width: 90%;
}
