html, body, div, h1, h2, h3, p, span, a, ul, li {
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

body {
	background: #003;
	font-size: 12px;
	text-align: left;
	color: #fff;
}

h1 { font-size: 14px; }

h2 { font-size: 12px; }

.red { color: #f60 !important; }

.bold { font-weight: bold; }

div#frame_header_start {
	width: 950px;
	height: 411px;
	margin: 0 auto;
}

div#frame_header_follow {
	width: 950px;
	height: 327px;
	margin: 0 auto;
}

div#frame_header_start div.spacer_left, div#frame_header_follow div.spacer_left {
	background: #1a1a48;
	width: 559px;
	height: 35px;
	float: left;
}

div#frame_header_start div.spacer_cnt, div#frame_header_follow div.spacer_cnt {
	background: #d9d9e1;
	width: 138px;
	height: 35px;
	float: left;
}

div#frame_header_start div#navi_top, div#frame_header_follow div#navi_top {
	width: 253px;
	padding: 16px 0 6px 0;
	font-size: 10px;
	text-align: right;
	float: left;
}

div#frame_header_start div#navi_top a, div#frame_header_follow div#navi_top a {
	text-decoration: none;
	color: #fff;
}

div#frame_header_start div#banner_left_start {
	background: url('../img/head_1_start.jpg') no-repeat;
	width: 697px;
	height: 376px;
	float: left;
}

div#frame_header_start div#banner_right_start {
	background: url('../img/head_2_start.jpg') no-repeat;
	width: 253px;
	height: 376px;
	float: right;
}

div#frame_header_follow div#banner_left_follow {
	background: url('../img/head_1_follow.jpg') no-repeat;
	width: 697px;
	height: 292px;
	float: left;
}

div#frame_header_follow div#banner_right_follow {
	background: url('../img/head_2_follow.jpg') no-repeat;
	width: 253px;
	height: 292px;
	float: right;
}

div#frame_header_start div#navi_cnt, div#frame_header_follow div#navi_cnt {
	width: 138px;
	margin-left: 559px;
}

div#frame_header_start div#banner_left_start div#navi_cnt ul, div#frame_header_follow div#banner_left_follow div#navi_cnt ul {
	list-style-type: none;
}

div#frame_header_start div#banner_left_start div#navi_cnt ul li, div#frame_header_follow div#banner_left_follow div#navi_cnt ul li {
	margin: 10px 0 0 15px;
}

div#frame_header_start div#banner_left_start div#navi_cnt ul li a, div#frame_header_follow div#banner_left_follow div#navi_cnt ul li a {
	text-decoration: none;
	color: #000;
}

div#frame_header_start div#banner_left_start div#navi_cnt ul li ul li, div#frame_header_follow div#banner_left_follow div#navi_cnt ul li ul li {
	padding: 0;
	margin: 5px 0 0 10px;
	line-height: 11px;
	
}

div#frame_header_start div#banner_left_start div#navi_cnt ul li ul li a, div#frame_header_follow div#banner_left_follow div#navi_cnt ul li ul li a {
	font-size: 10px;
	line-height: 11px;
}

div#frame_wrapper {
	background: #d9d9e1 url('../img/bg_repeat.jpg') repeat-y;
	width: 950px;
	line-height: 24px;
	padding: 35px 0 35px 0;
	margin: 0 auto;
}

div#frame_wrapper div#frame_left {
	width: 479px;
	padding: 5px 40px 0 40px;
	float: left;
}

div#frame_wrapper div#frame_left p {
	margin: 0 0 10px 0;
}

div#frame_wrapper div#frame_left table.info {
	width: 400px;
	margin: 20px 0 0 0;
}

div#frame_wrapper div#frame_left div.hdl {  }

div#frame_wrapper div#frame_left div.line {
	margin: 15px 0;
	border-bottom: dotted #d9d9e1 1px;
}

div#frame_wrapper div#frame_cnt {
	width: 108px;
	padding: 0 15px 15px 15px;
	color: #003;
	float: left;
}

div#frame_cnt a, td a, div#frame_left a {
	text-decoration: none;
	color: #f60;
}

div#frame_cnt {
	font-size: 11px;
	line-height: 17px;
}

div#frame_wrapper div#frame_cnt div.spacer {
	padding: 0 0 15px 0;
}

div#frame_wrapper div#frame_right {
	width: 193px;
	padding: 0 30px;
	float: left;
}

div#frame_wrapper div#frame_right div.img {
	padding: 20px 0 0 0;
}

div#frame_wrapper div.object_box {
	width: 870px;
	padding: 0 40px 0 40px;
}

div#frame_wrapper div.object_box div.object_left {
	width: 479px;
	padding: 5px 40px 0 0;
	float: left;
}

div#frame_wrapper div.object_box div.object_left a, p a {
	text-decoration: none;
	color: #f60;
}

div#frame_wrapper div.object_box div.object_cnt {
	width: 108px;
	padding: 0 15px;
	color: #003;
	float: left;
}

div#frame_wrapper div.object_box div.object_right {
	width: 193px;
	padding: 0 0 0 20px;
	float: left;
}

div#frame_wrapper div.line {
	margin: 30px 40px;
	border-bottom: dotted #d9d9e1 1px;
}

div#frame_footer {
	width: 870px;
	padding: 10px 40px 40px 40px;
	margin: 0 auto;
}

div#frame_footer div.txt {
	font-size: 10px;
}

* html div#frame_wrapper div#frame_right { padding: 0 30px 0 0; width: 193px; float: right; }


div.clr { clear: both; }