/* Last Updated */
/*************************************************************/
/*
 *  June 17, 2009
 *
 */
 
 
/* Browser Default Initialization */
/*************************************************************/
html { overflow-y: scroll;}
address, caption, cite, code, dfn, em, strong, th, var	{ font-style: normal;}
table	{ border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left;}
q:before ,q:after { content: '';}
object, embed { vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
img, abbr, acronym, fieldset { border: 0;}


*{
	margin:0;
	padding:0;
}

img{ border:0;}

/* site initial setting */
/*************************************************************/

body{
	background:#ede9e8;
	color:#333; /* default text color */
}

a:link {
	color:#333;
	text-decoration:underline;
}

a:visited {
	color:#666;
}

a:hover {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

/* FONT */
/*************************************************************/

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center; 	
}  

/* outline */
/*************************************************************/

#container {
	width:823px;
	/*width:800px;*/ 
	margin:0 auto; 
	text-align:left; 
	background:#FFF;
	border:4px solid #f7d8d0;
}  

#header {
	text-align:center;
}

#contents { 
	margin:0 10px; 
}  

#right_column { 
	float:right;
	width:643px;
	/*width:620px;*/
	margin-top:10px;
}  

#left_column { 
	float:left; 
	width:150px;
	margin-top:10px;
}  

#footer{
	margin-top:4px;
	color:#666;
	font-size:10px;
	text-align:center;
}

.clear { 
	clear:both; 
}
  
.clear hr { 
	display:none; 
}

/* header */
/*************************************************************/
#top_image{
	margin:10px auto;
	/*width:800px;
	margin-top:10px;
	margin-bottom:10px;*/
}

#menu{
	/*height:55px;*/
	margin:0 auto;
	font-size:13px;
}

#menu_main{
	height:25px;
}

#menu_sub{
	margin-top:15px;
	margin-bottom:15px;
	/*margin:15px;*/
	text-align:left;
	border-bottom:1px solid #CCC;
}

#menu_sub a{
	margin:auto 2px;
	color:#666;
	text-decoration:none;
}


/* jmenu */
/*************************************************************/
.jquerycssmenu{
	/*border-bottom:1px solid #666;*/
	/*padding-left: 18px;*/ /*offset of tabs relative to browser left edge*/
	/*padding-left: 15px;*/ /*offset of tabs relative to browser left edge*/	
	/*width:800px;*/
	/*float:none;*/
}
	
.jquerycssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	display:inline;	
	position:relative;
	float:left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display:block;
	background:#FFF /*url(images/tintblue.gif)*/ top center repeat-x;/*background of tabs (default state)*/
	padding:5px 7px 4px 7px;
	margin-right:0px;/*spacing between tabs*/
	/*margin-right: 3px;*/ /*spacing between tabs*/
	border:1px solid #666;
	/*border-bottom-width:0;*/
	color:#2d2b2b;
	text-decoration:none;
}

* html .jquerycssmenu ul li a
{
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jquerycssmenu ul li a:hover{
	/*background-image: url(images/tintbluedark.gif);*//*tab link background during hover state*/
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
	display:block;	
	position:absolute;
	border-top:1px solid #666;	
	left:0;
	visibility:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display:list-item;
	float:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top:0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font:normal 13px;
	width:160px;/*width of sub menus*/
	background:#FFF;
	color:#666;
	padding:4px 5px;
	margin:0;
	border-top-width:0;
	border-bottom:1px solid #333;
}

/*sub menus hover style*/
.jquerycssmenu ul li ul li a:hover{
	background:#eff9ff;
	color:#333;
}

/* CSS classes aplied to down and right arrow images */
.downarrowclass{
	position:absolute;
	top:7px;
	right:5px;
}

.rightarrowclass{
	position:absolute;
	top:5px;
	right:5px;
}

/* left column */
/*************************************************************/
.leftc_button{
	width:150px;
	height:80px;
	margin:0;
	padding:0;
}

.ad_banner{
	width:150px;
	margin-bottom:5px;
}

/* login box */
/*************************************************************/

#loginbox{
	width:150px;
	margin-top:5px;
	margin-bottom:5px;
	background:#808080;
	color:#fff;
	font-size:14px;
	text-align:center;
}

#loginbox form{
	/*position:relative;*/
	width:140px;
	padding:5px;
}

#loginbox fieldset{
	border:solid 1px #fff;
}

#loginbox h2{
	font-size:18px;
	text-align:center;
}

#loginbox a{
	color:#fff;
}

.lbl{
	/*width:50%;*/
	text-align:center;
	font-size:14px;
}

.boxes{
	margin:5px;
	/*width:50%;*/
}

.boxes input{
	border:#FFF;
}

#loginbox br{
	clear:both;
	height:0;
	width:0;
	font-size:0;
	line-height:0;
}

#loginbox p{
	font-size:10px;
	text-align:center;
	margin-top:10px;
}

.loginboxline{
	position:relative;
	margin:5px;
	border:solid 1px #fff;	
}

/* contents box */
/*************************************************************/

.boxtitle{
	height:100px;
	padding-right:20px;
	border:0;
	background:#808080;
	/*background:#BA0F0F;*/
}

.boxtitle_h1{
	padding-top:20px;
	color:#FFF;
	font-size:28px;
	font:Verdana, Geneva, sans-serif;
	text-align:left;
	text-indent:10px;
	/*text-align:right;*/
}

.boxtitle_h3{
	color:#fff;
	font-size:15px;
	font:Verdana, Geneva, sans-serif;
	text-align:left;
	text-indent:10px;
	/*text-align:right;*/
}

.infobox{
	/*height:380px;*/
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px solid #CCC;
	background:#fff;
	overflow:hidden;
	/*overflow:auto;*/
}

.infobox p{
	padding:5px;
	font-size:12px;
}

.infobox td{
    padding-right:5px;
    padding-left:5px;
}

.table_border{
	border:outset 3px #CECECE;
}

.table_bgcolor_blue{
	background:#A6CAF0;
}

.subtitle{
	color:#333;
	font-size:20px;
	line-height:16px;
	margin-bottom:0;
	margin-top:5px;
}

.subtitle2{
	color:#333;
	font-size:16px;
	line-height:16px;
	margin-bottom:0;
	margin-top:5px;
}

.tablerow_hight tr{
	height:30px;
}

.float{
    float: left;
    margin-right: 1em;
}

.floatclear{
    clear: both;
}

/*.infobox table{
	margin-left:10px;
	margin-right:10px;
}*/

/* copy from previous CSS */
/*************************************************************/
.date_brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #705E1F;
}
.index_brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #705E1F;
}
.index_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}
.index_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #B90D0D;
}
.textblack_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*color: #000000;*/
}

li.textblack_body{
	list-style:inside disc;
	text-indent:30px;
}

td.textblack_body{
	padding:5px;
}

span.textblack_body{
	padding:5px;
}

.textblack_body a:visited{
	color:#666;
	text-decoration:underline;	
}

.textblack_body a:hover{
	/*color:#000;*/
	color:#333;
	font-weight:bold;
	text-decoration:underline;	
}

/*.textblack_body td{
	padding:10px;
}*/

.textred_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #B90D0D;
}

.textred_body a:visited{
	color:#B00;
	text-decoration:underline;
}

.textred_body a:hover{
	color: #B90D0D;
	font-weight:bold;
	text-decoration:underline;
}

.textbrown_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#333;
	/*color: #705E1F;*/
}

.textbrown_body a:visited{
	color:#666;
	/*color:#751;*/
	text-decoration:underline;
}

.textbrown_body a:hover{
	color:#333;
	/*color:#705E1F;*/
	font-weight:bold;
	text-decoration:underline;
}

.textwhite_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.title_details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: #BA0F0F;*/
}
.bodytext_jp {
	/*font-family: "Osaka", "ＭＳ ゴシック", "平成角ゴシック";*/
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

