html {
/* overflow-y: scroll; */
	/* filter: expression(document.execCommand("BackgroundImageCache", false, true)); */
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E5E5E5;
	text-align: center;
}
/* ================== */
/*  リンク関連        */
/* ================== */

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ================== */
/*  フォント関連・他  */
/* ================== */

h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 120%;
}
h2 {
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B4B4B4;
	border-left-color: #B4B4B4;
	text-indent: 10px;
	background-color: #E6E6E6;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: bold;
	padding-top: 11px;
	color: #000000;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B4B4B4;
	border-left-color: #B4B4B4;
	width: 220px;
	text-indent: 10px;
	background-color: #E6E6E6;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
strong {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #B4B4B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-left: 10px;
}
.red {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	color: #FF0000;
}
.red_bold {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	color: #FF0000;
	font-weight: bold;
}
.icon {
	width: 70px;
	margin-right: 6px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #940000;
	color: #FFFFFF;
	margin-top: 1px;
	display: block;
	clear: both;
	float: left;
}
.image_left {
	float:left;
	margin-right: 40px;
}
/* ================== */
/*  container         */
/* ================== */

#container {
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
}
/* ================== */
/*  ヘッダー          */
/* ================== */

#header {
	width: 780px;
	float: left;
	height: 110px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(image/all/img_bg_header.gif);
}
#header_left {
	width: 200px;
	float: left;
	height: 100px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#header_right {
	width: 545px;
	float: right;
	height: 75px;
	text-align: right;
}
#header_right_01 {
	width: 535px;
	float: right;
	height: 55px;
	text-align: right;
	margin-top: 20px;
	color: #FFFFFF;
	margin-right: 10px;
}
#header_right_02 {
	width: 540px;
	height: 20px;
	text-align: right;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#header_logo {
	width: 260px;
	height: 80px;
	float: left;
}
/* ================== */
/*  コンテンツ        */
/* ================== */
					
#contents {
	width: 770px;
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-left: 10px;
}
#contents_breadcrumb {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/* ================== */
/*  メイン領域関連    */
/* ================== */

#main {
	width: 540px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CCCCCC;
	float: left;
}
#main_02 {
	float: left;
	width: 540px;
	text-align: center;
}
#main_02 img {
	border: 1px solid #333333;
}
.main_free_00 {
	width: 540px;
	float: left;
	text-align: left;
}
.main_free_20 {
	margin-bottom: 20px;
	float: right;
	width: 540px;
}
.main_text_00 {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	text-align: left;
}
#main_text_40 {
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 520px;
}
#main_text_00_border {
	width: 518px;
	float: left;
	border: 1px solid #333333;
	text-align: left;
}
#main_infomation_01 {
	float: left;
	width: 538px;
	background-color: #F3F3F3;
	border: 1px solid #BFBFBF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 70px;
	text-align: center;
}
/* ================== */
/*  サイドバー関連    */
/* ================== */

#side {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.side_titlebar {
	width: 100%;
	float: left;
	height: 35px;
}
.side_btn_bg {
	width:200px;
	text-decoration:none;
	float: left;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FAFAFA;
}
.side_btn_bg_10 {
	width:200px;
	text-decoration:none;
	float: left;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FAFAFA;
	margin-bottom: 10px;
}
.side_btn a {
	width:200px;
	color:#0000FF;
	text-decoration:none;
	float: left;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	margin-top: 1px;
	margin-bottom: 1px;
}
.side_btn a:hover {
	color:#0000FF;
	text-decoration:none;
	background-color: #FFFF99;
}
.side_btn_text {
	text-indent: 22px;
	display: block;
	margin-top: 8px;
}
/* ================== */
/*  フッター関連      */
/* ================== */
#footer {
	width: 780px;
	clear: both;
}
#move_pagetop {
	width: 775px;
	text-align: right;
	padding-right: 5px;
	margin-top: 40px;
	margin-bottom: 10px;
}
#footer_in {
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #CCCCCC;
}
/* ================== */
/*  テーブル関連      */
/* ================== */

/*  main   */

table.main_01 {
	width : 500px;
	border-collapse : collapse;
	border : 1px none #cccccc;
	empty-cells : show;
	text-align: left;
}
table.main_01 th {
	width : 115px;
	line-height : 18px;
	vertical-align : top;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	font-weight : normal;
	background-color: #F3F3F3;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}
table.main_01 td {
	vertical-align : top;
	line-height : 18px;
	padding : 5px 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
