/* CSS Document */
@charset "utf-8";

@import url("calendar.css");
@import url("popup.css");

/* basic
--------------------------------------------------------*/
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body {
	margin: 0px;
	background-color: #EEEEEE;
}

form, input { margin: 0; padding: 0; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote
{
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 11px;
	color:#6F2F30;
	padding-left: 5px;
	padding-top: 5px;
}

.clearFloat {
	clear: both;
}
.clearLeft {
	float: left;
}
a:link, a:visited, a:hover {
	color:#0000FF
	text-decoration: none;
}
a:hover{
	color: #006699;
	text-decoration: underline;
}

.Text11{
}
/* layout
--------------------------------------------------------*/
#MainFrame {
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	position: relative;
}
#MainFrame #Inner{
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
#Bottom {
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 784px;
	margin-right: auto;
	margin-left: auto;
}
#MainContents{
	background-image: url(../img/header_under.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#MainContentsInner{
	padding-right: 50px;
	padding-left: 50px;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	padding-bottom: 30px;
}

/* Header
--------------------------------------------------------*/
#Header {
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 778px;
}
#Header #Logo {
	padding-left: 6px;
	padding-top: 18px;
}

#H1Area  {
	background-color: #366385;
	height: 17px;
	text-align: right;
}
#H1Area h1 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
}
#HeaderLink {
	position: absolute;
	left: 511px;
	top: 5px;
	width: 200px;
	font-size: 11px;

}
#HeaderLink a, a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#HeaderLink a:hover {
	text-decoration: underline;
	color: #3399CC;
}
#HeaderLink table td {
	background-image: url(../img/h_dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 5px;
	padding-left: 8px;
}


/* Search
--------------------------------------------------------*/
#Search{
	margin: 0px;
}
#Search Table{
	margin: 0px;
	font-size: 12px;
	color: #666666;
}
#Search Table th{
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 130px;
	text-align: left;
}
#Search Table .Td01{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #006699;
	background-color: #F7F9F9;
	padding: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#SearchTitle {
	text-indent: -9999px;
	background-image: url(../img/top_search_title.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 350px;
}
#SearchSk{
	margin: 0px;
	font-size: 12px;
	color: #666666;
}
#SearchSk Table{
	background-image: url(../img/search_sk_bg.gif);
	background-repeat: no-repeat;
	height: 16px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.SearchCap{
	font-size: 11px;
	color: #FF0000;
	line-height: 12px;
	margin-top: 5px;
}
.Schedule{
	margin-top: 5px;
}
.TdMargin5 {
	padding-right: 2px;
	padding-left: 2px;
}

/* Loading
--------------------------------------------------------*/
#Loading {
	text-align: center;
	margin: 100px;
}


/* btn
--------------------------------------------------------*/
.BtnArea01 {
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.BtnArea02 {
	text-align: center;
	margin-bottom: 5px;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.BtnMargin01 {
	margin: 5px;
}
/* Footer
--------------------------------------------------------*/
#Footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#FooterLink {
	background-image: url(../img/footer_link_bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 10px;
}
#FooterText {
	text-align: center;
	color: #666666;
	padding-top: 23px;
	font-size: 10px;
}
#FooterText a, a:visited {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
}
#FooterText a:hover {
	text-decoration: underline;
	color: #FF6600;
}


/* other
--------------------------------------------------------*/
#FlowMargin {
	margin-bottom: 20px;
}
#OtherMargin01 {
	margin-bottom: 10px;
}
.OtherTitle {
	margin-bottom: 20px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 17px;
	color: #666666;
	background-image: url(../img/o_title_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 14px;
	font-weight: bold;
}
.OtherTd01 {
	font-size: 13px;
	color: #666666;
	background-color: #E6E6E6;
	text-align: center;
	font-weight: bold;
}
.OtherTd02 {
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
	padding-left: 5px;
}
.OtherTd03 {
	font-size: 16px;
	color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.OtherTd04 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BCBCBC;
	text-align: center;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.OtherSkTd01 {
	font-size: 13px;
	color: #666666;
	background-color: #E6E6E6;
	text-align: center;
	font-weight: bold;
}
.OtherSkTd02 {
	font-size: 13px;
	color: #666666;
	background-color: #F7F7F7;
	text-align: center;
}
.OtherSkTd03 {
	font-size: 16px;
	color: #FF0000;
	background-color: #F7F7F7;
	text-align: center;
	font-weight: bold;
}
.ResultTitle {
	font-size: 15px;
	color: #666666;
	margin-bottom: 6px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #3399CC;
}
.ResultSubTitle {
	font-size: 13px;
	color: #006666;
	margin-bottom: 6px;
	padding-left: 13px;
	border-left-width: 3px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Caution {
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	background-image: url(../img/caution.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-left: 23px;
	background-color: #F5F5F5;
	margin-bottom: 5px;
}
.Caution02 {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	background-image: url(../img/caution_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-left: 23px;
	background-color: #F4F9F7;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #D6E9E1;
}
.PoricyArea {
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-align: center;
	margin: 10px;
}
