@charset "utf-8";

/*--------------------*
 * ページ全体
 *--------------------*/

* {
	margin:0px;
	padding:0px;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-bottom:10px;
	color:#666666;
	background-color:#f7f7f7;
	background-image:url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#all {
    width:760px;
	margin: 0px auto;
	padding:0px;
	background-color:#FFFFFF;
}
img {
    border:none;
}

/*--------------------*
 * リンク
 *--------------------*/

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}

/*--------------------*
 * ヘッダー
 *--------------------*/

#header {
	width:760px;
}
#header_middle {
	height:65px;
}
#header_left {
	width:325px;
}
#header_center {
	width:285px;
}
#header_right {
	width:150px;
	text-align:right;
}
#header_top_line1 {
	height:2px;
	background-color:#08348a;
}
#header_top_line2 {
	height:3px;
	background-color:#e5e5e5;
	margin-bottom:2px;
}
#header_bottom_line {
	height:2px;
	background-color:#08348a;
}

.header_small_text {
	font-size: 11px;
}

/*--------------------*
 * 左メニュー
 *--------------------*/

#left_menu {
	width:189px;
	float:left;
/*	border-left:1px solid #cccccc; */
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
#left_menu li {
	list-style:none;
}
.left_menu_head {
	padding-top:6px;
	padding-bottom:9px;
	border-bottom:1px dotted #cccccc;
}
.left_menu_head_1 {
	padding-top:5px;
	padding-bottom:0px;
	font-family: meiryo;
}
.left_menu_head_1 a {
	margin-top:1px;
	font-weight:bold;
	color:#08348a;
}
.left_menu_head_1 table tr th,td {
	vertical-align:baseline
}
.left_menu_head_1 table tr td {
	padding-left:5px;
}
.left_menu_head_2 {
	margin-top:4px;
	margin-bottom:1px;
}
.left_menu_text01 {
	font-size:11px;
	margin: 5px 0 0;
}
.left_menu_text01 a {
	color: #08348a;
	text-decoration: none;
}
.left_menu_text01 a:hover {
	color: #08348a;
	text-decoration: underline;
}
.left_menu_text02 {
    font-size:11px;
    color:#666;
    line-height:1.3em;
    margin-bottom: 10px; 
}
.left_menu_text03 {
    font-size:11px;
    color:#666;
    line-height:1.3em; 
}
/*--------------------*
 * 右メニュー
 *--------------------*/

#right_menu {
	float:left;
	width:570px;
	min-height:30em;
	/* min-heightをIE6に対応させるためのハック */
	height: auto !important;
	height: 30em;
}
#contents {
	width:550px;
	padding-top:10px;
	padding-left:20px;
	min-height:30em;
	/* min-heightをIE6に対応させるためのハック */
	height: auto !important;
	height: 30em;
}
#contents_normal_footer {
	margin-top:60px;
	margin-bottom:9px;
	padding-left:20px;
}
#bread_list {
	width:550px;
	margin:4px 0px 6px 20px;
}

/*--------------------*
 * コンテンツ
 *--------------------*/

.inner_menu_a {
	margin-bottom:20px;
}
.inner_menu_a_header {
	padding:5px;
	color:#08348a;
	background-color:#EEFAFF;
	font-weight:bold;
	margin-bottom:10px;
}
.inner_menu_a_text {
	padding-bottom:4px;
}
.inner_menu_sublink {
	font-size: 90%;
}
.inner_menu_help {
	font-size: 90%;
}
.inner_menu_b_header {
	border-left:5px solid #08348a;
	padding-left:6px;
	color:#08348a;
	font-weight:bold;
	margin-bottom:5px;
	font-size: 14px;
	font-family: meiryo;
}
.inner_menu_b_text {
	margin-bottom:10px;
}
.contents_normal_title {
	border-bottom:1px dotted #08348a;
	padding-bottom:7px;
	margin-top:20px;
	margin-bottom:10px;
}
.service {
	margin-bottom:20px;
}
.menu_b {
	margin-bottom:5px;
	width:374px;
}
.menu_b_title {
	font-weight:bold;
	color:#08348a;
	width:374px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #cccccc;
	font-family: meiryo;
}
.menu_b_text {
	font-size:91%;
	line-height:1.5em;
}

/*--------------------*
 * フッター
 *--------------------*/

#footer {
	clear:both;
}
#footer_text {
	width:484px;
	line-height:1.5em;
}
#footer_logo {
	width:276px
	text-align:right;
}

/*--------------------*
 * エラー
 *--------------------*/

.form-error {
	background-color:#FFF0FF;
}
.error-message {
	color:#FF0000;
}

