/**********************************************
	縦スクロールバーを常に表示
**********************************************/
html {
	overflow-y:scroll;
}

/**********************************************
	マージンの無効化
**********************************************/
* {
	margin:0;
	padding:0;
}

/**********************************************
	画像の初期化
**********************************************/
img {
	vertical-align:bottom;
	border:0;
}

/**********************************************
	回り込み解除
**********************************************/
.clear {
	clear:both;
}

/**********************************************
	ヌルフォント
**********************************************/
.nul {
	font-size:0;
}

/**********************************************
	文字強調
**********************************************/
em {
	font-style:normal;
	font-weight:bold;
}

/**********************************************
	リンクの設定
**********************************************/
a:link    {
	color:#27537a;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:active  {
	color:#27537a;
	text-decoration:none;
}
a:hover   {
	color:#27537a;
	text-decoration:underline;
}

/**********************************************
	スタイルシートセレクタ
**********************************************/
#selectCSS {
	text-align:right;
	height:28px;
	line-height:28px;
	font-size:12px;
}

#regular {
	margin-right:1em;
	padding-left:14px;
	background:url("../images/minus.gif") no-repeat left center;
}

#larger {
	padding-left:14px;
	background:url("../images/plus.gif") no-repeat left center;
}

/**********************************************
	パンくずリスト
**********************************************/
#breadcrumbs {
	margin-bottom:10px;
	font-size:0.9em;
}

#breadcrumbs span {
	margin:0 0.5em;
}

/**********************************************
	フォームの設定
**********************************************/
form label {
	cursor:pointer;
}

form .checkbox {
	vertical-align:middle;
}

.btn_c1 {
	width:8em;
	text-align:center;
}

.btn_c2 {
	width:12em;
	text-align:center;
}

.ri_a {
	text-align:right;
	ime-mode:auto;
}

.le_a {
	text-align:left;
	ime-mode:auto;
}

.ri_j {
	text-align:right;
	ime-mode:active;
}

.le_j {
	text-align:left;
	ime-mode:active;
}

.ri_d {
	text-align:right;
	ime-mode:disabled;
}

.le_d {
	text-align:left;
	ime-mode:disabled;
}

/**********************************************
	ボックス
**********************************************/
.boxTitle {
	margin-top:10px;
	padding:2px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background-color:#2b4576;
}

.boxDetail {
	margin-bottom:1em;
	padding:1em;
	background-color:#f0f0f0;
}

/**********************************************
	その他共通項目
**********************************************/
h2 {
	margin-bottom:5px;
	padding-left:0.25em;
	font-size:1.7em;
	font-weight:bold;
	color:#074e8b;
	border-left:10px solid #074e8b;
}

h3 {
	margin-bottom:5px;
	font-size:1.3em;
	font-weight:bold;
	color:#0063af;
}

.detailBlock {
	margin-bottom:20px;
	margin-left:20px;
}

.descript {
	margin:1em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#d2370c;
}

