/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* IE6 以上はこちらも必要 */
html{
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#771111;
	scrollbar-face-color:#FFCCCC;
	scrollbar-highlight-color: #CC2222;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
}
body{
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#771111;
	scrollbar-face-color:#FFCCCC;
	scrollbar-highlight-color: #CC2222;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #FF3399;
	font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #FF6060;
	position : relative;
	top:0px;
	left:0px;
}
a {
	font-size: 10px;
}
a:active {
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
#secondol {
	list-style-type:lower-roman;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	width: 100%;
}

#masthead a:link, #masthead a:visited{
	border-bottom-style:none;
}

#masthead a:hover {
	background-color: #FFFFFF;
}


#navBar{
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 150px;
	position:absolute;
	left: 0px;
	top: 60px;
}



#navBarRight {
	padding: 0px;
	background-color: #FFF6FF;
	position:absolute;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 655px;
	width: 200px;
	left: -3px;
	top: 0px;
	font-size: medium;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFAFF;
	border-right-color: #FFFAFF;
	border-bottom-color: #FFFAFF;
	border-left-color: #FFFAFF;
}

#content{
	float:none;
	width: 500px;
	margin-top: 0;
	margin-right: 0px;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 150px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFBB;
}

#content .nounderlineTable a:link, #content .nounderlineTable a:visited{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.subtitle_text{
	font-size: 8pt;
	line-height:17px;
	color: #006600;
	font-weight: bold;
}

.subtitle_text strong{
	font-size: 9.5pt;
	color: #66CC00;
	font-weight: bold;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

.pageNameClass{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	background-image:url( http://ribbon.to/images/navigation.jpg );
	white-space: nowrap;
	width:800px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav a:link, #globalNav a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}
#globalNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #FF6060;
	position : relative;
	top:0px;
	left:0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 85%;
}

.feature a:link, .feature a:visited{
	font-size: 85%;
}

#NoUnderline a:link, #NoUnderline a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.feature h3{
	padding: 0px 0px 2px 0px;
	font-size:14px;
	color:#FF9900;
}

.feature img{
/*	float: left; */
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature .infotext{
	color: #990000;
	font-size: large;
	font-weight: bold;
}

.feature .higtlighttext{
	font-size:110%;
	font-weight:bold;
	color:#FF0000;
}

.feature table.bluetable{
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	color:Teal;
	border:1px solid #5566ff;
}

.feature .bluetable tr{
	border-collapse: collapse;
	color:Teal;
	border:1px solid #5566ff;
}

.feature .bluetable td{
	border-collapse: collapse;
	color:Teal;
	border:1px solid #5566ff;
}

.feature .bluetable th{
	color:Navy;
	font-family:"MS UI Gothic",Osaka;
	background-color:#ddddff;
	border:1px solid #5566ff;
}

.feature  h4{
	color:#466646;
	font-size:11pt;
	font-weight:bold;
	border-bottom-style: double; 
	border-top-style: double; 
	background-color:#F7FFF5;
	text-align:left;
	margin: 6px 0px 6px 0px;
}

.feature h4 .h4_oomidashi{
	font-size:18pt;
	font-stretch:semi-expanded;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #555555;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width:800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#siteInfo #copyright{
	padding: 10px 10px 10px 10px;
	width: 650px;
	text-align:center;
}


/* 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{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBarRight ul a:link, #navBarRight ul a:visited {display: block;}
#navBarRight ul {list-style: none; margin: 0; padding: 0;}


#navBarRight li {
	border-bottom: 1px solid #EEE;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

/* fix for browsers that don't need the hack */
html>body #navBarRight li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks .mentetitle a:link, #sectionLinks .mentetitle a:visited{
	color:#FFFFFF;
	background-color: #FF0066;
	font-weight:bold;
	border-bottom-style: none;
}

#sectionLinks #selectedtitle a:link, #sectionLinks #selectedtitle a:visited{
	color:#FFBBEE;
	background-color: #000000;
	font-weight:bold;
	border-bottom-style: none;
}

#sectionLinks #selectedtitle a:hover{
	color:#FF0044;
	background-color: #EEEEEE;
}

#sectionLinks #signuptitle a:link, #sectionLinks #signuptitle a:visited{
	color:#0000FF;
	background-color: #CCFF00;
	font-weight:bold;
	border-bottom-style: none;
}

#sectionLinks #signuptitle a:hover{
	color:#CCFF00;
	background-color: #0000FF;
}


#sectionLinks #signuppg_title a:link, #sectionLinks #signuppg_title a:visited{
	color:#0000FF;
	background-color: #FFCC00;
	font-weight:bold;
	border-bottom-style: none;
}

#sectionLinks #signuppg_title a:hover{
	color:#FFCC00;
	background-color: #0000FF;
}


#sectionLinks #signuputext_title a:link, #sectionLinks #signuputext_title a:visited{
	color:#0000FF;
	background-color: #99FFFF;
	font-weight:bold;
	border-bottom-style: none;
}

#sectionLinks #signuputext_title a:hover{
	color:#99FFFF;
	background-color: #0000FF;
}


#sectionLinks .subtips a:link, #sectionLinks .subtips a:visited{
	padding: 1px 0px 1px 30px;
	border-bottom-style: none;
}

#sectionLinks .subtips a:hover{
	padding: 1px 0px 1px 30px;
}

#sectionLinks a {
	font-size:11px;
}

#sectionLinks a:link{
	padding: 1px 0px 1px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	border-bottom-style: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 1px 0px 1px 10px;
	border-bottom-style: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 1px 0px 1px 10px;
	color:#FF00CC;
	border-bottom-style: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 2px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a {
	font-size:11px;
}

#navBarRight .relatedLinks li {
	border-bottom: 1px solid #FFF6FF;
}


.relatedLinks a:link{
	padding: 1px 0px 1px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	border-bottom-style: none;
}

.relatedLinks a:visited{
	padding: 1px 0px 1px 10px;
	border-bottom-style: none;
}

.relatedLinks a:hover{
	padding: 1px 0px 1px 10px;
	border-bottom-style: none;
}

/************** #advert styles **************/

#advert{
	padding: 1px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align:center;
}

#advert img{
	display: block;
}

#mybanner h3{
	padding: 1px 0px 1px 10px;
}

#mybanner p{
	line-height:20%;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***********************/
.feature #maintable {
	border-collapse: collapse;
	border-top-width:0px;
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
}

.feature #maintable td img{
	padding: 1px 0px 0px 0px;
	margin: 0 0px 0px 0;
}

.formstyle01 {
	font-size: 9pt;
	color: #666666;
	background-color: #FFFFFF;
	border-left: 1px #FF6060 solid;
	border-right: 1px #FF6060 solid;
	border-top: 1px #FF6060 solid;
	border-bottom: 1px #FF6060 solid;
}

.formstyle02 {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6060;
	border-left: 1px #FF6060 solid;
	border-right: 1px #FF6060 solid;
	border-top: 1px #FF6060 solid;
	border-bottom: 1px #FF6060 solid;
}
