/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	height: auto;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration:none;
}

a:hover {
	color: #37CDE8;
	text-decoration:none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #008C9B;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #006699;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #666666;
	font-size: 12px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 115px;
}

#navBar{
	background-color: #FFFFFF;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0%;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
}
#navBar02{
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
#navBar03{
	background-color: #FFFFFF;
	width: 150px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
#navBar04{
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0px;
}
#navBar05{
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: auto;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0px;
}
#content{
	float:left;
	width: 518px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	height: auto;
}
#content02{
	float:right;
	width: 555px;
	margin: 0;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content03{
	width: 780px;
	margin: 0;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}
#content03 td{
	padding:3px;
	}
#content03 .tab_form{
	padding:0px;
	}	
#content04{
	float:right;
	width: 605px;
	margin: 0;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content04 td{
	padding:3px;
	}
#content04 .tab_form{
	padding:0px;
	}


#content05{
	float:right;
	width: 555px;
	margin: 0;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.entry a {
	height: 26px;
	width: 80px;
	display: block;
	background-image: url(../img/t_entry.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	top: 0px;
	position: relative;
	right: 20px;
	float: right;
}

.login a {
	height: 26px;
	width: 80px;
	display: block;
	background-image: url(../img/t_login.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	top: 0px;
	position: relative;
	right: 10px;
	float: right;
}
.logout a {
	height: 26px;
	width: 80px;
	display: block;
	background-image: url(../img/t_logout.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	top: 0px;
	position: relative;
	right: 10px;
	float: right;
}
.mycart a {
	height: 26px;
	width: 80px;
	display: block;
	background-image: url(../img/t_mycart.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	top: 0px;
	position: relative;
	right: 10px;
	float: right;
}
.myaccount a {
	height: 26px;
	width: 80px;
	display: block;
	background-image: url(../img/t_myaccount.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	top: 0px;
	position: relative;
	right: 20px;
	float: right;
}
.cart_icon a {
	height: 22px;
	width: 80px;
	display: block;
	background-image: url(../img/cart.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	top: 8px;
	position: relative;
	right: 30px;
	float: right;
	color:#2065CC;
	text-decoration:none;
}

.cart_icon   a:link{
	text-decoration:none;
}			
.cart_icon  a:visited{
	text-decoration:none;
}			
.cart_icon  a:hover{
	color:#003399;
	background-image: url(../img/cart_on.gif);
	text-decoration:none;
}			

.mail a {
	height: 20px;
	width: 80px;
	display: block;
	text-align:center;
	text-decoration:none;
	color:#999999;
	top: 8px;
	position: relative;
	right: 30px;
	float: right;
}
.AboutUs a {
	height: 20px;
	width: 80px;
	display: block;
	text-align:center;
	text-decoration:none;
	color:#999999;
	top: 8px;
	position: relative;
	right: 15px;
	float: right;
}
.TopPage a {
	height: 20px;
	width: 80px;
	display: block;
	text-align:center;
	text-decoration:none;
	color:#999999;
	top: 8px;
	position: relative;
	right: 10px;
	float: right;
}
.entry a:hover {
	background-image: url(../img/t_entry_on.gif);
	background-repeat: no-repeat;
}

.login a:hover {
	background-image: url(../img/t_login_on.gif);
	background-repeat: no-repeat;
}
.mycart a:hover {
	background-image: url(../img/t_mycart_on.gif);
	background-repeat: no-repeat;
}
.myaccount a:hover {
	background-image: url(../img/t_myaccount_on.gif);
	background-repeat: no-repeat;
}
.logout a:hover {
	background-image: url(../img/t_logout_on.gif);
	background-repeat: no-repeat;
}
.mail  a:link {
	color:#0099CC;
	text-decoration:none;
	}
.mail  a:visited {
	color:#0099CC;
	text-decoration:none;
	}
.mail  a:hover {
	color:#0099CC;
	text-decoration:none;
	}

.TopPage a:link {
	color:#0099CC;
	text-decoration:none;
}
.TopPage a:visited{
	color:#0099CC;
	text-decoration:none;
}
.TopPage a:hover {
	color:#0099CC;
	text-decoration:none;
}
	
.AboutUs a:link {
	color:#0099CC;
	text-decoration:none;
	}
.AboutUs a:visited{
	color:#0099CC;
	text-decoration:none;
	}
.AboutUs  a:hover {
	color:#0099CC;
	text-decoration:none;
	}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName a{
	margin: 0px;
	display: block;
	height: 77px;
	width: 222px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/top_rogo.gif);
	background-repeat: no-repeat;
}
#siteName {
	text-indent:-999999px;
	float: left;
	}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



		

	
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10px;
	width: 518px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	height: 28px;
	color: #999999;
}



/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 12px;
}
#siteInfo_b{
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 26px;
}
.f_link {
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-decoration:none;
}

.f_link a:link {
	color:#0099CC;
	text-decoration:none;
	}
.f_link a:visited {
	color:#0099CC;
	text-decoration:none;
	}
.f_link a:hover {
	color:#0099CC;
	text-decoration:none;
	}


.f_copy {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.f_power a {
	width:100%;
	margin: 0px;
	color: #999999;
	text-align:right;
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 90%;
	border: 1px solid #CCCCCC;
	height: 90px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/t_search.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#search a {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 12px;
}

#search a:link {
	color: #006699;
	text-decoration:none;
}
#search a:visited {
	color: #006699;
	text-decoration:none;
}

#search a:hover {
	color: #37CDE8;
	text-decoration:none;
}




#search .btn {
	float: right;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 5px;
	}

#search .str_comment
{
	color: #666666;
	font-size: 10px;
}

/************* #w_case styles ***************/

#w_case{
	font-size: 90%;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../img/t_w_case.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}



#w_case a {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 12px;
}

/************* #t_event styles ***************/

#t_event{
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	height: auto;
	margin-top: 5px;
}
#t_event h4 {
	background-image: url(../img/t_event_c.gif);
	background-repeat: no-repeat;
	height:22px;
	text-indent: -99999px;
}

#t_event p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	font-size: 12px;
	color:#666666;
}

#t_event a {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 12px;
	color: #006699;
	text-decoration:none;
}

/************* #t_newcase styles ***************/

#t_newcase{
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	height: auto;
	margin-top: 5px;
}
#t_newcase h4 {
	background-image: url(../img/t_newcase.gif);
	background-repeat: no-repeat;
	height:22px;
	text-indent: -99999px;
}

#t_newcase p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	font-size: 12px;
	color:#666666;
}

#t_newcase a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 12px;
}
#t_newcase a:link {
	color: #006699;
	text-decoration:none;
}
#t_newcase a:visited {
	color: #006699;
	text-decoration:none;
}

#t_newcase a:hover {
	color: #37CDE8;
	text-decoration:none;
}





/************* #t_book styles ***************/

#t_book{
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	height: auto;
	margin-top: 5px;
}
#t_book h4 {
	background-image: url(../img/t_book.gif);
	background-repeat: no-repeat;
	height:22px;
	text-indent: -99999px;
}

#t_book p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	font-size: 12px;
	color:#666666;
}

#t_book a {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 12px;
}
/************* #t_world styles ***************/

#t_world{
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	height: auto;
	margin-top: 5px;
}
#t_world h4 {
	background-image: url(../img/t_world.gif);
	background-repeat: no-repeat;
	height:22px;
	text-indent: -99999px;
}

#t_world .agency {
	margin: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	font-size: 12px;
	color:#666666;
	border: 1px solid #AECBFB;
	height: 163px;
}
#t_world .a_rogo {
	float:right;
	display: block;
	height: 48px;
	width: 109px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	clear:both;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
#t_world .b_rogo {
	float:left;
	display: block;
	height: 48px;
	width: 109px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}	
#t_world .c_rogo {
	float:right;
	display: block;
	height: 48px;
	width: 109px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	clear:both;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	}
#t_world .d_rogo {
	float:left;
	display: block;
	height: 48px;
	width: 109px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	}	


#t_world .a_text a {
	margin: 0px;
	padding-top: 17px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 10px;
	float: right;
	width: 110px;
	text-align: center;
}

/************* #t_change styles ***************/

#t_change{
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	height: auto;
	margin-top: 5px;
}
#t_change h4 {
	background-image: url(../img/t_change.gif);
	background-repeat: no-repeat;
	height:22px;
	text-indent: -99999px;
}

#t_change p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	font-size: 12px;
	color:#666666;
}



/*********** #navBar link styles ***********/


#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar02 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navBar02 ul {
	margin: 0px;
	padding: 0px;
}
#navBar02 a {
	display: block;
	height: 20px;
	width: 200px;
	margin-bottom: 5px;
	text-indent: 1em;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	border: 1px solid #999999;
	background-image: url(../img/s_menu_bk.gif);
	background-repeat: no-repeat;
}

#navBar03 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navBar03 ul {
	margin: 0px;
	padding: 0px;
}
#navBar03 a {
	display: block;
	height: 20px;
	width: 150px;
	margin-bottom: 5px;
	text-indent: 1em;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	border: 1px solid #999999;
	background-image: url(../img/m_menu_bk.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#navBar03 .navBar_on a {
	display: block;
	height: 20px;
	width: 150px;
	margin-bottom: 5px;
	text-indent: 1em;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	border: 1px solid #999999;
	background-image: url(../img/m_menu_bk_on.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#navBar04 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navBar04 ul {
	margin: 0px;
	padding: 0px;
}
#navBar04 a {
	display: block;
	height: 20px;
	width: 187px;
	margin-bottom: 5px;
	text-indent: 1em;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	border: 1px solid #999999;
	background-image: url(../img/s_menu_bk.gif);
	background-repeat: no-repeat;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	margin-top:7px;
	}
#sectionLinks li{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks li{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom:4px;
	margin-left: 5px;
}
#sectionLinks a:link{
	padding: 2px 0px 2px 6px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	color: #006699;
	text-decoration:none;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 6px;
	color: #006699;
	text-decoration:none;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 6px;
	color: #37CDE8;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.site_search {
	width: 400px;
	float: right;
	position: relative;
	top: 20px;
	right: -150px;
	height: 25px;
	margin: 0px;
	padding: 5px;
}
.site_search form {
	text-align: right;
}
#main_block {
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#sub_block {
	height: 38px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#sub_block02 {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 90px;
}
#user_name {
	width: 250px;
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #008C9B;
	text-align: right;
}

#content iframe {
	padding-left: 10px;
	width: 508px;

}

.s1 a {
	text-indent: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	background-image: url(../img/arrow_a.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
#main_block #navBar .dhtmlgoodies_answer .s2 a {
	text-indent: 1.2em;
	color: #666666;
	font-weight:normal;
}
#content02 h4 {
	display: block;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	background-color: #0066CC;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#content02 .c_name {
	display: block;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
	padding-top: 3px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../case/img/name_bk.gif);
}
/**************  **************/
.s_number {
	font-size:12px;
	color: #999999;
	font-weight:bold;
	padding-bottom: 10px;
	}
.s_number .font16 {
	font-size:16px;
	color: #006699;
	}

.s_form {
	margin-bottom:10px;
	}
.t_form {
	margin-bottom:10px;
	}	
.sf01 {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 20px;
	}	
.sf02, .sf03, .sf04, .sf05, .sf06 {
	text-indent: 1em;
	font-size: 12px;
	}	

.sf07 {
	padding-left: 1em;
	font-size: 12px;
	line-height: 18px;
	}		
.text_base {
	font-size: 12px;
	line-height: 18px;
	}


	
#navBar02 .categoly {
	width: 200px;
	display: block;
	height: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #008C9B;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}	
	
#navBar03 .categoly {
	width: 200px;
	display: block;
	height: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #008C9B;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}		
	
	
#content02 h3 {
	padding-bottom: 10px;
}
#content03 .book {
	text-align: left;
}
#content03 .book td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
#content03 .book .book_t {
	font-size: 14px;
	font-weight: bold;
	color: #008C9B;
}
.red {
	color:#CC0000;
	}#content03 .cash {
	background-color: #CCCCCC;
}
#content03 .cash td {
	background-color: #FFFFFF;
}
#content03 .kanren {
	background-color: #008C9B;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 0.5em;
}
#main_block h4 {
}
#m_title {
	display: block;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	margin-bottom: 10px;
	background-color: #005199;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 1em;
	margin-top: 0px;
	line-height: 22px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4687FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.flow {
	height: 30px;
	margin-bottom: 5px;
}
.exp {
	height: 22px;
	color: #003399;
	font-size: 14px;
	text-indent: 0.5em;
	line-height: 20px;
}
.s_form p {
	background-color: #0066CC;
	height: 22px;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 0.5em;
	line-height: 22px;
}
.s_form .shop_off {
	background-color: #666666;
	height: 22px;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 0.5em;
	line-height: 22px;
}
.font12 {
	font-size:12px;
	}
.shop {
	margin-top: 3px;
	background-color: #CCCCCC;
	font-size: 12px;
}
.shop td {
	background-color: #FFFFFF;
}
.shop .shop_cat {
	background-color: #E9E7D8;
}
.price {
	font-weight: bold;
	color: #FF6633;
}
.gray a {
	color: #999999;
}
#navBar03 .end a {
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(../img/spacer.gif);
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navBar03 .faq a {
	background-color: #FFFFFF;
	color: #666666;
	background-image: url(../mycart/img/btn_bk.gif);
	font-weight: normal;
	border: 1px solid #CCCCCC;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	text-indent: 0em;
}
.buy {
	height: 20px;
	background-color: #004883;
}
.event {
	height: 20px;
	background-color: #007E8B;
}
.part {
	height: 20px;
	background-color: #8C835B;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-indent: 1em;
}

.c_title {
	font-weight: bold;
	color: #008C9B;
	font-size: 14px;
}
.que {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #E9E7D8;
}
.red12 {
	font-size:12px;
	color:#CC0000;
	font-weight:normal;
	}
.red10 {
	font-size:10px;
	color:#CC0000;
	font-weight:normal;
	}
.buy_body {
	width: 80%;
	text-align: left;
	padding: 7px;
	border: 1px solid #CCCCCC;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.buy_t {
	font-weight: bold;
	color: #CC0000;
	width: 80%;
	font-size: 14px;
	padding: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.buy_c {
	font-weight: bold;
	color: #CC0000;
	width: 82%;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}
.buy_b {
	width: 81%;
	text-align: left;
	padding: 5px;
	line-height: 16px;
	color: #0066CC;
}
.buy_r {
	width: 60%;
	text-align: left;
	padding: 5px;
	line-height: 16px;
	color: #CC0000;
}
.buy_btn {
	width: 80%;
	text-align: center;
	padding: 7px;
	border: 1px solid #CCCCCC;
	line-height: 18px;
	margin-bottom: 20px;
}
.buy_message {
	width: 80%;
	text-align: center;
	padding: 7px;
	border: 1px solid #CCCCCC;
	line-height: 18px;
	margin-bottom: 20px;
	background-image: url(../mycart/img/thanks_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.buy_button a {
	display:block;
	background-image: url(../mycart/img/btn_bk.gif);
	width: 220px;
	height: 22px;
	margin-bottom: 10px;
	border: 1px solid #95B8F9;
	font-size: 12px;
	line-height: 18px;
	padding-top: 3px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.blue_t {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #0066CC;
	color: #FFFFFF;
}
.mid {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
}
.ok_btn {
	padding: 5px;
	background-image: url(../img/bk_pink.gif);
}
sup {
	color: #CC0000;
}
.gray {
	color: #999999;
}
.yellow {
	color: #FFFF00;
	font-size:12px;
	font-weight:normal;
}
.yellow10 {
	color: #FFFF00;
	font-size:10px;
	font-weight:normal;
}
.orange {
	color: #FF9900;
	font-size:12px;
	font-weight:normal;
}
.btn_a a {
	width: 115px;
	display: block;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-image: url(../img/gm_bk.gif);
	background-repeat: no-repeat;
	line-height: 18px;
}
.kiyaku p {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.kiyakuheader {
	height: 23px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.login_area {
	border: 2px solid #CCCCCC;
}
.login_w {
	width: 60%;
	text-align: left;
	padding: 5px;
	line-height: 16px;
	clear: both;
}
.login_w2 {
	width: 40%;
	text-align: left;
	padding: 5px;
	line-height: 16px;
}
.login_w3 {
	width: 20%;
	text-align: center;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.l_title {
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../img/bk03.gif);
	height: 25px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.bord {
	border: 1px solid #FF9900;
}
/*
iframe {
	border: 1px solid #CCCCCC;
}
*/
.t_number {
	text-align: center;
	height: 20px;
	width: 20px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-image: url(../img/gm_bk.gif);
	float: left;
	color: #666666;
}
.t_number02 {
	text-align: center;
	height: 20px;
	width: 5px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-image: url(../case/img/name_bk.gif);
	float: left;
	color: #666666;
}
.t_title {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-indent: 1em;
	color:#008C9B;
}
.t_text {
	padding-top: 5px;
	clear: both;
	margin-bottom: 20px;
}
.t_column {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
.c_text {
	padding-top: 5px;
	clear: both;
	margin-bottom: 30px;
}
.reg td {
	padding: 3px;
}
.reg {
	background-color: #999999;
}
.t_link {
	text-align: right;
}
.pagetop {
	text-align: right;
}
.e_btn {
	text-align: center;
	margin-top: 5px;
}
.f12 {
	background-color: #CCCCCC;
}
.f12 td {
	text-indent: 1em;
}
.c_column {
	height: 80px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #ECF9FF;
	margin-bottom: 20px;
}
.c_column p {
	color: #666666;
	background-color: #ECF9FF;
	font-size: 12px;
	line-height: 18px;
	text-indent: 0px;
	display: block;
}
.t_text ol {
	margin: 0px;
	padding-left: 30px;
}

.t_text li {
	text-indent: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.k_title {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-indent: 1em;
	color:#0033CC;
}
.k_column {
	padding-bottom: 5px;
	padding-top: 10px;
}
.k_text {
	padding-top: 5px;
	clear: both;
	margin-bottom: 20px;
	padding-left: 35px;
}
#content02 p {
	line-height: 20px;
}
.c_text li {
	text-indent: 0em;
	list-style-image: url(../img/dot01.gif);
	padding-top: 3px;
}
.c_text ul {
	display: block;
	padding-left: 1.5em;
	text-indent: 0em;
}
.c_text p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 0px;
}
.title4 {
	text-align: left;
	padding-top:20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCCC;
	margin-bottom: 3px;
}
.call {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.green {
	color: #008C9B;
}
.guideline {
	margin-top: 20px;
	text-align: center;
}
.forms td {
	padding: 5px;
	font-size: 14px;
	text-indent: 1em;
	color: #FF6600;
}
.forms {
	margin-top: 10px;
	margin-bottom: 10px;
}
