@charset "UTF-8";

@import url("style_common_contents.css");

/*=================================================================================================================
 MainFrame
===================================================================================================================*/
div#main_frame {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*=================================================================================================================
 LeftColumn
===================================================================================================================*/
div#left_column {
	float: left;
	width: 170px;
}

dl#side_navi dt {
	height: 108px;
	text-indent: -9999px;
}

dl#side_navi dd a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

/*=================================================================================================================
 MainColumn
===================================================================================================================*/
div#main_column {
	width: 630px;
	float: left;
}

div#main_column h2 {
	width: 610px;
	height: 70px;
	margin-left: 10px;
}

/**
* GlobalNavi
*********************************************************/
ul#global_navi {
	height: 38px;
	width: 630px;
}

ul#global_navi li {
	float: left;
}

ul#global_navi li a {
	display: block;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
}

/**
* BreadCrumbs
*********************************************************/
div#bread_crumbs {
	margin: 5px;
	width: 620px;
	height: 23px;
}

/**
* Contents
*********************************************************/
/* Contents共通 */
div#contents {
	width: 580px; /* 630-左パディング-右パディング */
	padding: 0px 25px 50px 25px;
	min-height: 500px;
}

* html div#contents {
	/* IE6のみ(min-heightの代替) */
	height:expression("500px");
}

.contents_part {
	margin-top: 15px;
}

.subheader{
	width: 580px;
	height: 25px;
	line-height: 150%;
	text-indent: 35px;
	margin-bottom: 15px;
}

.subheader_mini{
	width: 230px;
	height: 25px;
	line-height: 150%;
	text-indent: 35px;
	margin-bottom: 10px;
}

.slim{
	font-weight: normal;
}

.ar_text{
	text-indent: 14px;
	vertical-align: top;
}

.line_text {
	border-bottom: 1px solid #c0dbe4;
	padding: 0px 0px 5px;
}

.grow_text {
	line-height: 280%;
}

.message_ok {
	color: blue;
}

.message_error {
	color: red;
}

.p_w_shrink {
	padding-left: 5px;
	padding-right: 5px;
}

.caution {
	font-size: 77%;
}

ul.common_ul_root {
	margin-left: 15px;
	margin-bottom: 25px;
}
ul.common_ul_root li a {
	display: block;
}
ul.common_ul_root li a:hover {
	color: #005EA2;
	background-color: #f7f9fd;
}
ul.common_ul_branch {
	margin-left: 15px;
	margin-right: 0;
}
ul.common_ul_branch li a {
	display: block;
}

ul.index_ul_root {
	margin-left: 5px;
	margin-bottom: 15px;
}
ul.index_ul_root li a {
	display: block;
}
ul.index_ul_root li a:hover {
	color: #005EA2;
	background-color: #f7f9fd;
}

.table_type1
,.table_type2
{
	border-style: none;
	margin-bottom: 30px;
}
.table_type1 th {
	border-style: none;
	border-bottom-style: dotted;
	border-color: #999;
	background-color: #ffffff;
	vertical-align: top;
	width: 100px;
}
.table_type1 td {
	border-style: none;
	border-bottom-style: dotted;
	border-color: #999;
	width: 500px;
}

.table_type2 td {
	border-style: none;
	border-bottom-style: dotted;
	border-color: #999;
	width: 580px;
}

div#contents p {
	margin: 0px 0px 15px 5px;
}

.center {
	text-align: center;
}

ul.inline_list_left li {
	display: inline;
	margin-right: 10px;
}
ul.inline_list_right {
	float: right;
	margin-right: 10px;
}
ul.inline_list_right li {
	display: inline;
	margin-left: 10px;
}

/* ページ別スタイルはstyle_common_contents.css参照 */

