/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}

a{/*リンクされた文字*/
	color:#0944AB;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color:#0944AB;
	font-style:normal;
	text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
	color:#0944AB;
	text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
	color:#6d9bed;
	font-style:normal;
	text-decoration:underline;
}
a:active {/*クリック中*/
	text-decoration:none;
}
/*- Menu Tabs 10 Start-------------------- */

#tabs10 {
	float:left;
	width:100%;
	font-size:150%;
	border-bottom:1px solid #2763A5;
	line-height:normal;
	text-align: center;
}
#tabs10 ul {
	margin:0;
	padding:5px 0 0 3px;
	list-style:none;
}
#tabs10 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs10 a {
	float:left;
	background:url("image/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	width:104px;
	height:36px;
}

#tabs10 a span {
	float:left;
	display:block;
	background:url("image/tabright10.gif") no-repeat right top;
	padding:10px 6px 10px 2px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs10 a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs10 a:hover {
	background-position:0% -42px;
}
#tabs10 a:hover span {
	background-position:100% -42px;
}

#tabs10 #current a {
	background-position:0% -42px;
}
#tabs10 #current a span {
	background-position:100% -42px;
}
/* Google Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body{
		font-size:11px;
	}
	#tabs10 {
		font-size:145%;
	}
	#tabs10 a {
		height:41px;
	}
}

/*- Menu Tabs 10 End---------------------- */

.font_b_false{font-weight:normal;}
.font_8 {font-size: 8px;}
.font_10 {font-size: 10px;}
.font_10_white {font-size: 10px; color: #FFFFFF;}
.font_10_white_b {font-size: 10px; color: #FFFFFF;font-weight: bold;}
.font_11 {font-size: 11px;}
.font_12 {font-size: 12px;}
.font_12_b		{font-size: 12px; font-weight: bold;}
.font_12_white {font-size: 12px; color: #FFFFFF;}
.font_12_white_b		{font-size: 12px; color: #FFFFFF;font-weight: bold;}
.font_15 {font-size: 15px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.font_15 {
		font-size: 14px;
	}
}
.font_18 {font-size: 18px;}
.font_24 {font-size: 24px;}
.font_32 {font-size: 32px;}
.font_blue {color: #0000FF;}
.font_orange {color: #FF6600;}
.font_336699 {color: #336699;}
.font_CC33CC {color: #CC33CC;}
.font_999999 {color: #999999;}
.font_CF4A57 {color: #CF4A57;}
.font_red {color: #FF0000;}
.font_gray{color:#999999;}
.font_lightgray{color:#BBBBBB;}
.font_white {color: #FFFFFF;}
.space_3 {padding:3px;}
.space_5 {padding:5px;}
.space_10 {padding:10px;}
.space_15 {padding:15px;}
.space_20 {padding:20px;}
.space_left5 {padding-left:5px;}
.space_left10 {padding-left:10px;}
.space_left15 {padding-left:15px;}
.space_left20 {padding-left:20px;}
.space_left30 {padding-left:30px;}
.space_right5 {padding-right:5px;}
.space_right10 {padding-right:10px;}
.space_right15 {padding-right:15px;}
.space_right20 {padding-right:20px;}
.space_right30 {padding-right:30px;}
.space_bottom10 {padding-bottom:10px;}
.top_text{
	color:#000000;
	font-size: 12px;
	font-weight:normal;
	vertical-align:bottom;
	line-height:0%;
}

.backcolor_lightblue{background-color:#C4D2E2;}
.backcolor_99CCFF{background-color:#99CCFF;}

/* タイトル枠 */
.lbor{/*全体枠*/
  width: 480px;/*全体の幅*/
  border-left: solid 4px #3B3BFF;/*枠色*/
  border-bottom: solid 1px #3B3BFF;
}
.title{/*タイトル部分*/
  width: 100%;
  font-size: 10pt;/*文字サイズ*/
  font-family: Impact,Arial,Verdana,sans-serif;
  letter-spacing: 0.4em;
  color: #FFFFFF;/*文字色*/
  background-color: #3B3BFF;/*背景色*/
  padding: 1px 1em 1px 0.7em;
  border-left: solid 3px #CED9FF;
	filter: alpha(style=1, opacity=100, finishopacity=0);
}
/* タイトル枠 */

/* テーブル */
.cel1_top{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel1_middle{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel1_buttom{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel2_top_left{
	border-top-style:none;
	border-left-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel2_top_right{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel2_middle_left{
	border-top-style:none;
	border-left-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel2_middle_right{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel2_buttom_left{
	border-top-style:none;
	border-left-style:none;
	border-bottom-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel2_buttom_right{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel3_top_left{
	border-top-style:none;
	border-left-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel3_top_right{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel3_middle_left{
	border-top-style:none;
	border-left-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel3_middle_right{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel3_buttom_left{
	border-top-style:none;
	border-left-style:none;
	border-bottom-style:none;
	padding-left:10px;
	padding-right:10px;
}
.cel3_buttom_right{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	padding-left:10px;
	padding-right:10px;
}
.table_waku{
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}
.cel_top_line{
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
}
.cel_left_line{
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
}
.cel_right_line{
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
}
.cel_bottom_line{
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}
.under_line{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
}
.line-height_150{
	line-height:150%;
}
.top-animation {
  width: 760px;
}
.copyright{
	color: #FFFFFF;
	font-size: 8px;
}	
