@charset "EUC-JP";

/* Core-----------------------------------------------------------------------------

 -Initializations / Rules
		-common header
		-text
		-Form
 -Base Link
 -Common Layout
 -Global Navi
		-You are here & rool over
 -Sub Navi
 -Ext navi
 -Common parts
 -index
----------------------------------------------------------------------------------*/


/* Initializations / Rules
------------------------------------------------------------------*/ 
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	}

body{
	background-color:#e9e9e9;
	margin: 0px;
	text-align:center;
	font:12px "Verdana", "Arial";
	line-height:20px;
	color:#444;
	}

img {
	border: none;
	}
	
img.b,
img.boxPart{
	display:block;
	}

th,td{
	vertical-align: top; 
	text-align:left;
	font:12px/18px  "Verdana", "Arial";
	}

.floatRight{
	float:right;
	display:inline;
	}
	
.floatLeft{
	float:left;
	display:inline;
	}
	
.clear{
	clear: both;
	font: 1px/1px monospace;
	}

.clear2{
	_clear:both;
	display:none;
	_display:inline;
	font: 1px/1px monospace;
	}

.clearfix:after{ 
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}

.clearfix{ 
	display:inline-block;
	}

* html .clearfix{
	height:1px;
	}

.clearfix{
	display:block;
	}

.alignRight{
	text-align:right;
	}

.alignCenter{
	text-align:center;
	}

hr {
	color:#000;
	background-color:#000;
	height:1px;
	border:none;
	margin:0 10px;
	}

/* ====common header====*/
h1{
	float:left;
	}
	
h2{
	float:right;
	}
	
h3{
	background:url(../_img/h3_bg.gif) no-repeat;
	font-weight:bold;
	color:#19a5d8;
	font-size:12px;
	height:30px;
	padding:0 0 0 18px;
	}
	
h4{}
h5{}
h6{}


/* ====text==== */
strong{
 	color:#19a5d8;
	font-weight:bold;
	}


em{
 	color:#eb6100;
	font-weight:bold;
	}

b{
 	color:#19a5d8;
	font-weight:bold;
	}

p{
	margin:0 0 15px 0;
	}
	
.noMarg{
	margin-bottom:0 ! important;
	}

.supp{
	font-size:10px ! important;
	line-height:14px ! important;
	}
	
.imgBox{
	margin:0 0 20px 0;
	}


/* ====Form==== */
input {
	font-size:12px;
	/*height:16px;
	_height:19px;
	border:1px solid #333;
	vertical-align:middle;*/
	}
	
label{
	cursor: pointer;
	}

/* ====test tool==== */
/*div { border:1px red dashed; }*/


/* Base Link
------------------------------------------------------------------*/
a{
	color:#6a6262;
	}
	
a:hover{
	text-decoration:none; 
	color:#6a6262;
	}


/* Common Layout
------------------------------------------------------------------*/
#container{
	text-align : left;
	margin:0px auto;
	width: 800px;
	background-color:#fff;
	}

#header{
	background:url(../_img/master/header_bg.gif) repeat-x;
	height:68px;
	margin:0 0 7px 0;
	}

#mainBody{
	width:560px;
	float:left;
	display:inline;
	margin:0 0 0 10px;
	padding-top:3px;
	}

#extArea{
	width:213px;
	float:right;
	display:inline;
	margin:0 8px 0 0;
	}

#footer{
	background:url(../_img/footer_bg.gif) repeat-x;
	height:45px;
	padding:0 10px;
	}

#footer p{
	font-size:10px;
	line-height:14px;
	margin:10px 0 0 0;
	color:#666;
	}
	
#footer p.floatRight{
	font-size:10px;
	line-height:14px;
	margin:10px 0 0 0;
	color:#333;
	}
	
#footer a{
	color:#666;
	}
	
#footer a:hover{
	text-decoration:none; 
	color:#666;
	}

/* Global Navi
------------------------------------------------------------------*/
#globalNavi{
	float:left;
	width:186px;
	}
#globalNavi img{
	display:block;
	}

#globalNavi a{
	color:#666;
	}

#globalNavi ul{
	margin:0 0 0 12px;
	}

#globalNavi li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	}

#globalNavi .naviBox{
	margin:0 0 0 12px;
	width:174px;
	background:url(../_img/navi_bg.gif) repeat-y;
	}

#globalNavi .naviTxt{
	margin:0px 20px;
	background:url(../_img/navi_box_bg.gif) repeat-y;
}

#globalNavi .naviBoxIn{
	margin:0 0 0 12px;
	width:174px;
	background:url(../_img/navi_box_bg.gif) repeat-y;
	}

/* ====You are here & rool over==== */



/* Menu
------------------------------------------------------------------*/
h3.menuTit{
	width:583px;
	padding:5px 0px 0px 10px;
	background:url(../_img/p01_menutit.gif) no-repeat;
	font-weight:bold;
	color:#666;
	display:block;
	}

.menu {
	float:left;
	width:583px;
	margin:10px 0px 0px 15px;
	_margin:7px 0px 0px 11px;
	}
	
.menuList{
	background:url(../_img/menu_arrow.gif) no-repeat left center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 18px;
	}
	
.ishida_link {
	color:blue;
}

.ishida_link span{
	color:green;
}

.menuLeft{
	margin-left:20px;
	}
.menuLeft li{
	list-style:none;
}
.menuLeft {
    color:gray;
}

.menuBox{
	background:url(../_img/menu_bg.gif) repeat-y;
	}



/* Ext Navi
------------------------------------------------------------------*/


/* Common parts
------------------------------------------------------------------*/


/* index 
------------------------------------------------------------------*/
.pageTop{
	margin:15px 0 30px 0;
	text-align:right;
	font-size:10px ! important;
	line-height:14px ! important;
	padding:0px 0 30px 0;
	}

.pageTop a{ 
	color:#666;
	}

.pageTop a:hover{ 
	color:#666;
	}	
		
	
.mainArea{
	margin:5px 0 15px 24px;
	float:left;
	width:560px;
	}


.index .mainTxt{
	margin:0 22px 0 5px;
	background:url(../_img/img_box_bg.gif) repeat-y;
	}
	
.imgIn p{
	padding:0px 15px 15px 29px;
	}

.imgIn{
	margin:10px 20px;  
}

.num01{
	background:url(../_img/num_01.gif) no-repeat left center;
	padding-left:29px;
}
.num01up{
	background:url(../_img/num_01.gif) no-repeat;
	padding-left:29px;
	}
.num02{
	background:url(../_img/num_02.gif) no-repeat left center;
	padding-left:29px;
	}
.num02up{
	background:url(../_img/num_02.gif) no-repeat;
	padding-left:29px;
	}

.num03{
	background:url(../_img/num_03.gif) no-repeat left center;
	padding-left:29px;
	}
.num03up{
	background:url(../_img/num_03.gif) no-repeat;
	padding-left:29px;
	}
.num04{
	background:url(../_img/num_04.gif) no-repeat left center;
	padding-left:29px;
	}

.num04up{
	background:url(../_img/num_04.gif) no-repeat;
	padding-left:29px;
	}
.num05{
	background:url(../_img/num_05.gif) no-repeat left center;
	padding-left:29px;
	}
.num05up{
	background:url(../_img/num_05.gif) no-repeat;
	padding-left:29px;
	}
.num06{
	background:url(../_img/num_06.gif) no-repeat left center;
	padding-left:29px;
	}
.num06up{
	background:url(../_img/num_06.gif) no-repeat;
	padding-left:29px;
	}
.num07{
	background:url(../_img/num_07.gif) no-repeat left center;
	padding-left:29px;
	}
.num07up{
	background:url(../_img/num_07.gif) no-repeat;
	padding-left:29px;
	}
.num08{
	background:url(../_img/num_08.gif) no-repeat left center;
	padding-left:29px;
	}
.num08up{
	background:url(../_img/num_08.gif) no-repeat ;
	padding-left:29px;

	}
.num09{
	background:url(../_img/num_09.gif) no-repeat left center;
	padding-left:29px;
	}
	
.num09up{
	background:url(../_img/num_09.gif) no-repeat ;
	padding-left:29px;

	}
.num10{
	background:url(../_img/num_10.gif) no-repeat left center;
	padding-left:29px;
	}
	
.num10up{
	background:url(../_img/num_10.gif) no-repeat ;
	padding-left:29px;

	}
.num11{
	background:url(../_img/num_11.gif) no-repeat left center;
	padding-left:29px;
	}
	
.num11up{
	background:url(../_img/num_11.gif) no-repeat ;
	padding-left:29px;

	}
/* p01
------------------------------------------------------------------*/
.txtArea{
	margin-bottom:25px;
}

.txtArea p{
	margin: 0 0 0 0;
}

.p01 .mainArea{
	margin:30px 0 0 11px;
	width:560px;
	}

.p01 .mainImgbox{
	background:url(../_img/img_box_bg.gif) repeat-y;
	padding:0px 15px 0px 29px;
	}

	
.p01 .p01Img03Box{
	margin-left:12px;
	}
	
.p01 .bbImg03{
	background:url(../_img/p01_img03_bg.gif) repeat-y;
	}
	
.p01 .bbImg06{
	background:url(../_img/p01_img06_bg.gif) repeat-y;
	}
	
	
	

