/*slide show-func import */
@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 2px 2px 2px 2px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",
				"ＭＳゴシック","メイリオ","ＭＳ Ｐゴシック",sans-serif; 	/* family added */
}

#contents{
	padding: 0px;
	margin: 0 auto;
	background-color:#FFFFFF;
	width: 900px;	/* width added */
	height:148px;
	text-align: left;

}

/* IE */
*html #contents{
	padding: 0px;
	margin: 0 auto;
	background-color:#FFFFFF;
	width: 900px;	/* width added */
	height:148px;
	text-align: left;

}

/*** title Start ***/
.title {
	background: url(../img/main_header.jpg) no-repeat;
	height: 100px;

}

/* IE */
*html .title {
	background: url(../img/main_header.jpg) no-repeat;
	height: 100px;

}

/* Link Banner Start */
#toplink {
	clear: both;
	float: right;
	width: 155px;
	height: 45px;
	margin: 0;
/*	margin-top: 10px;
	margin-bottom: -10px;
*/

}

/* IE */
*html #toplink {
	clear: both;
	float: right;
	width: 155px;
	height: 45px;
	margin: 0;
}

#toplink img{
	clear: both;
	padding-right: 3px;
	padding-top: 10px;
	margin: 0;

}

/* IE */
*html #toplink img{
	clear: both;
	padding-right: 2px;
	padding-top: 2px;
	margin: 0;

}

/* Link Banner End */

/* googlesearch Start */
#googlesearch {
	clear: both;
	float: right;
	width: 220px;
	height: 55px;
	margin: 0;
}

/* IE */
*html #googlesearch {
	clear: both;
	float: right;
	width: 220px;
	height: 55px;
	margin: 0;
}

#googlesearch form{
	clear: both;
	padding-right: 5px;
	padding-top: 20px;
	margin: 0;
}

/* IE */
*html #googlesearch form{
	clear: both;
	padding-right: 5px;
	padding-top: 15px;
	margin: 0;
}

#cse-hosted {
	clear: both;
	padding-left: 30px;
	width: 880px;
}

*html #cse-hosted {
	padding-left: 30px;
	width: 900px;
}

#cse {
	width: 800px;
}
/* googlesearch End */

/*** title End ***/

/*** chromestyle Start ***/
#chromemenu{
	background: #4169E1;  /* 2012.08.13 back color input */
	height: 35px;

}

/* IE */
*html #chromemenu{
	background: #4169E1;  /* 2012.08.13 back color input */
	height: 35px;

}

.chromestyle ul{
	margin: 0;
	padding: 0;
}

/* IE */
*html .chromestyle ul{
	margin: 0;
	padding: 0;
}

.chromestyle ul li{
	list-style-type: none;
    display:table-cell;
    *display:inline;
    *zoom:1;
    margin:0;
    padding:0;
}

/* IE */
*html .chromestyle ul li{
	list-style-type: none;
    display:table-cell;
    *display:inline;
    *zoom:1;
    margin:0;
    padding:0;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /* THEME CHANGE HERE */
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:16px;
	z-index:100;
	background-color: #ffffff;  /* 240813 pull up back color check */
	width: 150px;
	visibility: hidden;
	text-align: left;
}

/* IE */
*html .dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /* THEME CHANGE HERE */
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:16px;
	z-index:100;
	background-color: #ffffff;  /* 240813 pull up back color check */
	width: 150px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #003399;				/* 240813 pull up font color check */
}

/* IE */
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #003399;				/* 240813 pull up font color check */
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

/* IE */
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
/*** chromestyle End ***/
