/** common start  ************************************************************************/
html {
	width:100%;
	height: 100%;
	margin:0 auto;
}

*:first-child+html {/*IE7*/
	width:auto;
	margin-left:1px;
}

body{
	
	width: 100%;
	height: 100%;
	margin:0 0;
	padding:0;
	/*background-color: #F3F3F3;*/
	
	/*font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'MS UI Gothic', 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;*/
	font-size: 75%;
	color: #333333;
	line-height: 140%;	
	
	background-color: #000000;
	background: url("../img/bg_container.jpg");
	background-repeat: repeat-y;
	background-position: center;

}


html>body {/*Excluding WinIE4-6, MacIE4, Netscape4*/
	width: 100%;
	background-color: #000000;
}

li{list-style: none;}

a{
color:#17387B;
text-decoration:none;
text-decoration:underline;
}
a:hover{
color:#EE0000;
text-decoration:underline;
/*font-weight: bold;*/
}

img {
	vertical-align: middle;
}

a img{
	border: none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
color: #003d4c;
margin:0.3em 0;
font-size: 180%;
}

h2{
	/*color:#c6c65b;*/
	padding-top: 0.5em;
	padding-bottom: 5px;
	font-size: 180%;
	font-weight: bold;
}

h3{
color:#c6c65b;
padding-top:2em;
font-size: 140%;
}

h4{
color:#c6c65b;
padding-top:0.5em;
font-weight:normal;
}

div.top_title {
	/*border: 1px solid #888888;*/
	padding: 4px;
	font-weight: bold;
	font-size: 130%;
	/*background-color: #E1F0F0;*/
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:red;
/*font-size: 16px;*/
/*background-color: #fff;*/
margin: 4px 0px;
font-weight: bold;
}
.error_message {
	/*clear: both;*/
}

div.top_error_message {
	border: 1px dotted #900;
	margin: 1em 0px;
	padding: 4px;
	font-weight: bold;
	color:red;
	background-color: #FFFF55;
}

div.top_info_message {
	border: 1px dotted green;
	margin: 1em 0px;
	padding: 4px;
	font-weight: bold;
	color:green;
}

.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
color: #0000FF;
/*background-color: #ddd;*/
}


#background{
	width: 800px;
	height: 100%;
	margin: 0px auto;
	background-color:#000;
	color:#FFF;
}

#body{
	/*padding: 8px;*/
	/*width: 773px;*/
}

#header{
	padding: 0px;
	background-color: #000000;
	border-bottom: 0px solid #ccc;
	height: 65px;
	color:#ffffff;
}

#header_logo{
	color: black;
	float: left;
	height: 50px;
}

#header_menu{
	margin-top: 5px;
	float: left;
	text-align: right;
	width: 400px;
	/*height: 42px;*/
}

#header_menu div{
	margin-top: 10px;
	/*margin-right: 20px;*/
}

#header_menu div a  img{
	/*
	border: 1px solid #C0C0C0;
	vertical-align: top;
	*/
}

#header_shoppingcart{
	float: right;
	/*background-color: #AA00EE;*/
	/*height: 42px;*/
}

#header_shoppingcart table{
	color: white;
	vertical-align: middle;
}

/**********************************************/
#menu{
	clear: both;
	margin-top: 0;
	height: 32px;
	background-color: #FFE8FF;
	font-weight: bold;
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-x;	
	border: 1px solid #CAD9EA; 
}

.menu_item a{
	display:block;
	padding:4px;
}

.menu_item a:hover{
	background-color: #99CC00;
}
/*
#menu{
	clear: both;
	margin-top: 0;
	height: 32px;
	background: #FFF url("../images/menu_bg.gif");
	border: 1px solid #CAD9EA; 
	background-repeat: repeat-x;
	font-weight: bold;
}

#menu dl {
	float:left;
	margin:0 0 0 0;
}

#menu dl.clear {
	clear:both;
}

#menu dl dt {
	display:block;
	margin:0;
}

#menu dl dt.separator2 {
	display:block;
	margin:0;
	width:238px;
}

#menu dl dt.separator3 {
	display:block;
	margin:0;
	width:340px;
}

#menu dl dt a {
	margin-top: 1px;
	display:block;
	text-indent:-9999px;
}

#menu a.register{
	margin-left: 10px;
	width:120px;
	height:26px;
	background:url(../images/btn_menu_register.gif) no-repeat 0px 0px;
}

#menu a.register:hover{
	background:url(../images/btn_menu_register.gif) no-repeat 0px -26px;
}

#menu a.mypage1{
	width:158px;
	height:26px;
	background:url(../images/btn_menu_mypage.gif) no-repeat 0px 0px;
}

#menu a.mypage1:hover{
	background:url(../images/btn_menu_mypage.gif) no-repeat 0px -26px;
}

#menu a.guide{
	width:110px;
	height:26px;
	background:url(../images/btn_menu_guide.gif) no-repeat 0px 0px;
}

#menu a.guide:hover{
	background:url(../images/btn_menu_guide.gif) no-repeat 0px -26px;
}

#menu a.question{
	width:120px;
	height:26px;
	background:url(../images/btn_menu_questions.gif) no-repeat 0px 0px;
}

#menu a.question:hover{
	background:url(../images/btn_menu_questions.gif) no-repeat 0px -26px;
}

#menu a.logout{
	width:104px;
	height:26px;
	background:url(../images/btn_goto_logout.gif) no-repeat 0px 0px;
}

#menu a.logout:hover{
	background:url(../images/btn_goto_logout.gif) no-repeat 0px -26px;
}

#menu a.mypage2{
	width:104px;
	height:26px;
	background:url(../images/btn_goto_mypage1.gif) no-repeat 0px 0px;
}

#menu a.mypage2:hover{
	background:url(../images/btn_goto_mypage1.gif) no-repeat 0px -26px;
}

#menu a.login{
	width:104px;
	height:26px;
	background:url(../images/btn_goto_login.gif) no-repeat 0px 0px;
}

#menu a.login:hover{
	background:url(../images/btn_goto_login.gif) no-repeat 0px -26px;
}
*/
/**********************************************/

#submenu{
	/*margin-top: 20px;*/
	background: url(../images/cb2-and-pb_bg.gif);
	color: white;
	width: 198px;
	height: 800px;
	/*float: left;*/
	text-align: center;
	border-right: 1px solid #E7E7E7;
}

#top_message{
	padding: 10px;
}

#content{
	margin-top: 2px;
	margin-left: 5px;
	color: #888888;
	/*background-color: #EE55CC;*/
	/*color: white;*/
	/*float: right;*/
	/*padding: 5px;*/
	/*width: 560px;*/
}

#small_content{
	padding: 10px;
	text-align: center;
	color: #888888;
}

#footer{
	margin-top: 20px;
	/*border-top: 1px solid #AAAAAA;*/
	text-align: center;	
	background-color: #000000;
	color: #888888;
	height: 60px;
}

/** common end  ************************************************************************/


/** product list start  ************************************************************************/

.plist_table{
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	border-left: 1px dotted #AAAAAA;		
}

.plist_table tr td{
	border-right: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	padding: 2px;
}

.plist_table tr td table tr td{
	border-right: 0px;
	border-bottom: 0px;
}

.pi_title {
	font-weight: bold;
}

.pitem tr td{
	vertical-align: top;
}

.pitem_ul { margin-top: 0px; margin-left: 0px; }
/*.pitem_ul li { float: left; }*/
/*.pitem_ul li { color: #333; padding: 4px 15px 3px; background: url(images/yaji_b.gif) no-repeat -5px 6px; }*/
.pitem_ul li { color: #333; padding: 4px 10px 3px; background: url(../images/yaji2.gif) no-repeat -2px 8px; }

.pitem div.summary {
	font-size: 80%;
	line-height: 12px;
}

.pitem td.name {
	line-height: 14px;
}

/** product list end  ************************************************************************/

table.form {
	border: 0px;
	background-color: #FFEEFF;
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	width: 100%;
	text-align: left;
	/*border: 2px dotted #993333;*/
	border: 2px solid #AAAAAA;
}

table.form tr.header{
	background-color: #124384;
	color: #FFFFFF;
}

table.form tr th {
	/*width: 30%;*/
	padding: 4px;
	border: 1px dotted #808080;
	background-color: #E9D2FF;
	/*white-space: nowrap;*/
	/*text-align: right;*/
}

table.form tr th.anotherColor {
	/*background-color: #FFFFB3;*/
}

table.form tr td {
	/*width: 70%;*/
	padding: 4px;
	border: 1px dotted #808080;	
}

table.form tr td.anotherColor {
	background-color: #E6E6FF;
}

table.no_border tr td{
	border: 0px;
	padding: 0px;
}

table.form1 {
	border: 0px;
	background-color: #FFEEFF;
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	width: 100%;
	text-align: left;
	/*border: 2px dotted #993333;*/
	border: 1px solid #AAAAAA;
}

table.form1 tr.header{
	background-color: #124384;
	color: #FFFFFF;
}

table.form1 tr th {
	/*width: 30%;*/
	padding: 4px;
	border: 1px dotted #808080;
	background-color: #E9D2FF;
	/*white-space: nowrap;*/
	/*text-align: right;*/
}

table.form1 tr th.anotherColor {
	/*background-color: #FFFFB3;*/
}

table.form1 tr td {
	/*width: 70%;*/
	padding: 8px;
	/*border: 1px dotted #808080;*/	
}

table.form1 tr td.anotherColor {
	background-color: #E6E6FF;
}

#viewNavigation a{
	color: #69789C;
	font-style:normal;
	font-weight: bold;
}

legend {
	font-weight: bold;
}

.box-m1 {
	padding: 10px;
	border: 1px solid #B0BEC7;
	background-color: #F6F6FF;
	font-weight: bold;
	font-size: 100%;
}

.box-m1 table.c1{
	border-bottom: 1px dotted #B0BEC7;
	width: 100%;
}

.box-m2 table.c1{
	border-bottom: 1px solid #B0BEC7;
	width: 100%;
	font-size: 120%;
	background-color: #F6F6FF;
}

.box-m2 table.c2{
	width: 100%;
	background-color: #FFFFFF;
}

.box-m1-btm {
	padding: 3px;
	border-top: 0px;
	border-left: 1px solid #B0BEC7;
	border-right: 1px solid #B0BEC7;
	border-bottom: 1px solid #B0BEC7;
	background-color: #F6F6FF;
	text-align:right;
}

table.pagination {
	width: 100%;
}

#pagination{
	color: #8A8178;
}

#pagination a {zoom:1; padding: 0.25em 0.4em; border: solid 1px #eee; text-decoration: underline; }
#pagination .this-page, .block {zoom:1; padding: 0.25em 0.4em;border: solid 1px #eee; border-color: #eee; font-weight: bold;font-size:12px; background: #eee; color: #8A8178; text-decoration: none;}
#pagination .result {zoom:1; padding: 0.25em 0.4em;border: solid 1px #eee; border-color: #eee; font-weight: bold;font-size:12px; /*background: #eee;*/ color: #8A8178; text-decoration: none;}
#pagination a:hover {background: #039; border-color: #00d; text-decoration: none;color:#fff;}
#pagination .title {zoom:1; padding: 0.25em 0.4em;border: solid 1px #eee; border-color: #eee; font-weight: bold;font-size:12px; /*background: #eee;*/ color: #000000; text-decoration: none;}



.mouseover1 {
	background-color: #FF9999;
	cursor:pointer;
	cursor:hand;
}

.mouseover2 {
	background-color: #FFCCCC;
	cursor:pointer;
	cursor:hand;
}

input.all{
	
}

input.alphabet_and_number{
	ime-mode: disabled;	
}

input.alphabet{
	ime-mode: disabled;	
}

input.number{
	ime-mode: disabled;	
}

.small {
	font-size: 80%;
	line-height: 12px;
}

table.view_result,
table.view {
	border: 0px;
	/*background-color: #C0C0C0;*/
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	width: 100%;
	text-align: left;
	border: 2px solid #c6c6c6;
}

table.view_result tr.header,
table.view tr.header{
	background-color: #565656;
	color: #FFFFFF;
}

table.view_result tr th,
table.view tr th {
	/*width: 150px;*/
	padding: 4px;
	border: 1px dotted #c6c6c6;
	background-color: #EEEEEE;
}

table.view_result tr td,
table.view tr td {
	/*width: 350px;*/
	padding: 2px;
	border: 1px dotted #c6c6c6;	
}





table.view_result2{
	border: 0px;
	/*background-color: #C0C0C0;*/
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	width: 100%;
	text-align: left;
	border: 2px solid #c6c6c6;
}

table.view_result2 tr th{
	width: 80px;
	padding: 10px;
	border: 1px dotted #c6c6c6;
	background-color: #EEEEEE;
	text-align: center;
}

table.view_result2 tr td{
	padding: 4px;
	font-size:14px;
}

.left {
  width: 80px;
  float: left;
  padding-left: 8px;
  padding-bottom:5px;
  margin-left: 20px;
  height: 62px;

}

.category {
 border: 2px solid #ddd;
 border-collapse: separate;
}

.category th { background-color: #ffffff; }
.category td { background-color: #e6eed5; }



.right{
  width: 550px;
  float: left;
  padding-left: 10px;
  padding: 3px;
  margin:0px;
  height: 61px;
}

table.login_table {
	border: 0px;
	/*background-color: #C0C0C0;*/
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	width: 100%;
	text-align: left;
	border: 2px solid #c6c6c6;
}

input{
	font-family:Arial, Helvetica, sans-serif;
}

table.main {
	border: 0px;
	/*background-color: #C0C0C0;*/
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	width: 100%;
	text-align: left;
	border: 2px solid #c6c6c6;
	background-color:#FFF;
}

table.main tr.header{
	background-color: #565656;
	color: #FFFFFF;
}
table.main tr.header a{
	text-decoration:none;
}

table.main tr.cross1{
	background-color: #FFFFFF;
}

table.main tr.cross2{
	/*background-color: #f6f6f1;*/
	background-color: #EEEEEE;
}

table.main tr th {
	padding: 4px;
	border: 1px dotted #d9d9d9;
}

table.main tr th a {
	color: #FFFFFF;
}

table.main tr th a:hover {
	color: #FFFFFF;
}

table.main tr td {
	padding: 8px;
	border: 1px dotted #d9d9d9;	
}

table.main tr.highlight{
	background-color: #3d80df;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

table.main1 {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	border: 2px solid #000;
}

table.main1 tr td, table.main1 tr th {
	padding: 4px;
	border: 1px solid #000;
	font-size: 22px;
	font-weight: bold;
}

font.required {
	font-size: 80%;
	color: #2A00E1;
}

button.top_page, button.top_page_yellow, button.top_page_green, button.top_page_orange , button.top_page_purple {
	width: 160px; 
	height: 49px;
	font-weight: bold;
	color: #315AAA;
	background: url("../img/button_big.gif") no-repeat 0 0;
	/*
	background-repeat: repeat-y;
	background-position: center;
	*/	

	border:none;
}

button.top_page:hover, button.top_page_yellow:hover, button.top_page_green:hover, button.top_page_orange:hover, button.top_page_purple:hover {
	/*background-color: #3d80df;*/
	cursor:pointer;
	cursor:hand;
	color: #A10000;
	background: url("../img/button_big.gif") no-repeat 0 -50px;
}

button.top_page {
	background: url("../img/button_big.gif") no-repeat 0 0;
}

button.top_page:hover {
	background: url("../img/button_big.gif") no-repeat 0 -50px;
}

button.top_page_yellow {
	background: url("../img/button_big_yellow.gif") no-repeat 0 0;
}

button.top_page_yellow:hover {
	background: url("../img/button_big_yellow.gif") no-repeat 0 -50px;
}

button.top_page_green {
	background: url("../img/button_big_green.gif") no-repeat 0 0;
}

button.top_page_green:hover {
	background: url("../img/button_big_green.gif") no-repeat 0 -50px;
}

button.top_page_orange {
	background: url("../img/button_big_orange.gif") no-repeat 0 0;
}

button.top_page_orange:hover {
	background: url("../img/button_big_orange.gif") no-repeat 0 -50px;
}

button.top_page_purple {
	background: url("../img/button_big_purple.gif") no-repeat 0 0;
}

button.top_page_purple:hover {
	background: url("../img/button_big_purple.gif") no-repeat 0 -50px;
}

button.button-behavior-hover1{
	/*background-color: #3d80df;*/
	cursor:pointer;
	cursor:hand;
	color: #A10000;
	background: url("../img/button_big.gif") no-repeat 0 -50px;
}

div.top_page {
	font-size: 120%;
	font-weight: bold;
	color: #A10000;
}

table.view_result {
	font-size: 120%;
	line-height: 150%;
	/*letter-spacing: 2px;*/
	font-family: Arial;
}

table.view_result tr th {
	width: 100%;
	padding: 8px;
	font-weight: bold;
}

table.view_result tr td {
	width: 100%;
	padding: 8px;
}

table.view_result1 {
	border-collapse: collapse;
	border: 2px solid #c6c6c6;
}

table.view_result1 tr th {
	padding: 8px;
	font-weight: bold;
	border: 1px dotted #d9d9d9;
}

table.view_result1 tr td {
	padding: 8px;
	border: 1px dotted #d9d9d9;
}


/***** for print ******/
#for_print {
	text-align:left;
	font-style:normal;   
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
}

#for_print table, #for_print th, #for_print td {    
     margin:0;   
     padding:0; 
}
#for_print table {
	 width:100%;
	 border: 2px solid #c6c6c6;
}

.year_button {
	background: url("../img/year_button.gif");
	background-repeat: repeat-y;
	background-position: center;
	font-size:150%;
	font-weight: bold;
	line-height: 200%;
	width: 90px;
	height: 40px;	
}

.month_button {
	background: url("../img/month_button.gif");
	background-repeat: repeat-y;
	background-position: center;
	font-size:150%;
	font-weight: bold;
	line-height: 200%;
	width: 71px;
	height: 39px;	
}

.result_view {
	width: 100%;
	text-align: left;
	border: 2px solid #c6c6c6;
	font-size: 120%;
	letter-spacing: 2px;
	line-height: 25px;
}

 /***** for print ******/