@charset "shift_jis";

/*** 画面チェック用の記述です ***/
/*a:visited {
	color: #0000FF;
}*/
/*******************************/

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
}

h1 {
	font-size: 150%;
	line-height: 150%;
}

h2 {
	font-size: 130%;
	line-height: 150%;
}

h3 {
	font-size: 120%;
	line-height: 150%;
}

h4 {
	font-size: 110%;
	line-height: 150%;
}

h5, h6 {
	font-size: 100%;
	line-height: 150%;
}

th, td {
	font-size: 100%;
	line-height: 150%;
}

p, ul, dl {
	line-height: 150%;
}

li {
	margin-bottom: 5px;
}

img {
	border: 0;
}

hr {
	height: 0;
/*	visibility: hidden;   */
	margin: 15px 15px 0 32px;
	clear: both;
}

address {
	font-style: normal;
}


.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}

.floatclear {
	clear: both;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}


.nojs {
	margin: 0;
	padding: 3px 20px 0;
	text-align: right;
}

.nocss {
	display: none;
}
/*** google検索 ***/
#cse-search-box{
	float:left;
	margin:0;
	padding:18px 0 0 10px;
	text-align:right;
	}
#cse-search-box p{
	margin: 0;
	padding: 0;
	line-height: 100%;
}
/*** google検索 ***/
/*** フッター ***/
#footer {
	margin: 20px 0 0;
	padding: 2px 25px 2px;
	background-color: #F9FFE6;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top: 1px solid #99CC00;
	border-bottom: 1px solid #99CC00;
	text-align: left;
}

#credit {
	margin: 15px 0 10px;
	text-align: center;
	font-style: normal;
	line-height: 150%;
}
#credit {
	margin: 0 5px;
}

#copyright {
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
}



