@charset "UTF-8";
/* center style
---------------------------*/
#center h2 {
	margin-top: 13px;
	margin-left: 22px;
	margin-bottom: 7px;
}
/* news_title 2016/05/17 H.Endo
---------------------------*/
#center #news_title {
	width: 496px;

	background-color: #FFCC66;
	display: inline-block;
}
#center #news_title h2 {
	margin-left: 0px;
}
#center #news_title .rec_banner {
	width: 250px;
	color: #222;
	/*position: relative;*/
	padding: 5px;
}
/*#center #news_title .rec_banner a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	border:2px solid #00171F;
}*/
/* news
---------------------------*/
#center #news {
	width: 496px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	
	/* 2016/02/02 H.Endo */
	/* 2016/12/22 H.Endo */
	/*height: 500px;*/
	height: 650px;
	overflow: auto;
}
#center #news dt {
	margin: 0px 0px 5px;
	float: left;
}
#center #news dd {
	margin: 0px 0px 5px 6em;
}
/* under item
---------------------------*/
#center #item_01 {
	width: 496px;
	height: 255px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#center #item_01 ul {
	list-style: none;
}
#center #item_01 ul li a {
	display: block;
	height: 103px;
	width: 103px;
	border: 1px solid #DDDDDD;
	text-indent: -9999px;
}
#center #item_01 ul li a:hover {
	display: block;
	height: 103px;
	width: 103px;
	border: 1px solid #990000;
	text-indent: -9999px;
}
#center #item_01 #c_item_1 {
	margin-right: 25px;
	float: left;
	background-image: url(/images/top/c_item1.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_2 {
	float: left;
	margin-right: 25px;
	background-image: url(/images/top/c_item2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_3 {
	float: left;
	margin-right: 25px;
	background-image: url(/images/top/c_item3.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_4 {
	float: left;
	background-image: url(/images/top/c_item4.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_5 {
	float: left;
	margin-right: 25px;
	margin-top: 25px;
	background-image: url(/images/top/c_item5.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_6 {
	float: left;
	margin-top: 25px;
	margin-right: 25px;
	background-image: url(/images/top/c_item6.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_7 {
	float: left;
	margin-top: 25px;
	margin-right: 25px;
	background-image: url(/images/top/c_item7.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_8 {
	float: left;
	margin-top: 25px;
	background-image: url(/images/top/c_item8.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_1 a:hover {
	float: left;
	background-image: url(/images/top/c_item1_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_2 a:hover {
	float: left;
	background-image: url(/images/top/c_item2_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_3 a:hover {
	float: left;
	background-image: url(/images/top/c_item3_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_4 a:hover {
	float: left;
	background-image: url(/images/top/c_item4_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_5 a:hover {
	float: left;
	background-image: url(/images/top/c_item5_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_6 a:hover {
	float: left;
	background-image: url(/images/top/c_item6_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_7 a:hover {
	float: left;
	background-image: url(/images/top/c_item7_f2.jpg);
	background-repeat: no-repeat;
}
#center #item_01 #c_item_8 a:hover {
	float: left;
	background-image: url(/images/top/c_item8_f2.jpg);
	background-repeat: no-repeat;
}

/* privacy style
---------------------------*/
#privacy_name {
	text-align: right;
	margin-top: 20px;
}
#privacy_policy,
#privacy_about {
	margin-top: 20px;
}
#privacy_policy dt,
#privacy_about dt {
	font-size: 110%;
	color: #000000;
	margin-top: 20px;
}
#privacy_policy dd,
#privacy_about dd {
	padding-left: 2em;
}
#privacy_policy ul {
	margin-top: 15px;
}
#privacy_policy li {
	list-style-type: decimal;
	margin-left: 1em;
}
#privacy_about li {
	list-style-type: decimal;
	margin-left: 6em;
}
#privacy_foot {
	text-align: right;
	height: 107px;
	padding-left: 20px;
	margin-top: 100px;
}
#privacymark {
	float: left;
	height: 107px;
	width: 100px;
}
#privacy_inquiry dl {
	margin-left: 8em;
	margin-top: 10px;
}
#privacy_inquiry dt {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#privacy_inquiry dd {
	padding-left: 6em;
	margin: 0px;
}

/* quality style
---------------------------*/
#quality_name {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#quality_policy ol {
	padding-left: 1.5em;
	margin-left: 0;
}
#quality_policy ol li {
	margin-bottom: 1.5em;
}

/* sitemap style
---------------------------*/
#alltoppage {
	margin-top: 30px;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	line-height: 1;
}
#alltoppage p {
	background-image: url(/images/common/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
}
#co_pages ul,
#rec_pages ul,
#tec_pages ul {
	list-style-type: none;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#co_pages .line_a {
	background-image: url(/images/common/arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	line-height: 1;
	margin-top: 10px;
}
#co_pages .line_b {
	line-height: 1;
	background-image: url(/images/common/arrow2.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 2em;
	padding-left: 2em;
}
#co_pages .line_c {
	line-height: 1;
	background-image: url(/images/common/arrow2.gif);
	background-repeat: no-repeat;
	margin-left: 4em;
	margin-top: 7px;
	padding-left: 2em;
}
#rec_pages .line_a {
	background-image: url(/images/common/arrow3.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	line-height: 1;
	margin-top: 10px;
}
#rec_pages .line_b {
	line-height: 1;
	background-image: url(/images/common/arrow3.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 2em;
	padding-left: 2em;
}
#rec_pages .line_c {
	line-height: 1;
	background-image: url(/images/common/arrow3.gif);
	background-repeat: no-repeat;
	margin-left: 4em;
	margin-top: 7px;
	padding-left: 2em;
}
#tec_pages .line_a {
	background-image: url(/images/common/arrow4.gif);
	background-repeat: no-repeat;
	padding-left: 2em;
	line-height: 1;
	margin-top: 10px;
}
#tec_pages .line_b {
	line-height: 1;
	background-image: url(/images/common/arrow4.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 2em;
	padding-left: 2em;
}
#tec_pages .line_c {
	line-height: 1;
	background-image: url(/images/common/arrow4.gif);
	background-repeat: no-repeat;
	margin-left: 4em;
	margin-top: 7px;
	padding-left: 2em;
}
/* search result style
---------------------------*/
#center #search {
	width: 496px;
	text-align: left;
}
#center #search #ctrl {
	font-size:small;
}
#center #search #result {
	font-size:small;
}
#center #search #navi {
	font-size:small;
}
#center #search #list {
	font-size:small;
}
#center #search #list .hilight{
	color:#006600;
}
#center #search dt {
	margin: 0px 0px 5px;
}
#center #search dd {
	margin: 0px 0px 5px 3em;
}
#center #search dl {
	margin: 0px;
}
