@charset "utf-8";


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* clearfix end */



/*全ページ共通*/
/*------------------------------*/
body {
	font-size: 12px;
	_font-size: 80%;
	line-height:150%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}
#container {
	padding: 0px;
	margin: 0px auto;
	width: 894px;
}
img {
	border:none;
}
a, a:link, a:visited, a:hover img {
	text-decoration:none;
}
.clear {
	clear:both;
/*	height: auto;
	width: 1px;
	font-size:1px;*/
}
ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
	
	margin-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	_font-size: 80%;
	margin:0;
	padding:0;
}
a {
	color: #293F63;
}
a:link, a:visited {
	color: #293F63;
}
a:hover {
	color: #0066CC;
}
#page {
	padding: 0;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/*内容部分の白伸ばし用*/
/*------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
}
#container {
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}
#page{
	
	background-color: #FFFFFF;
}
body > #container {
	height: auto;
}

/*ヘッダ*/
/*------------------------------*/
#header {
	background-image: url(../images/headerline.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 71px;
	width: 840px;
	background-position: bottom;
	margin: 0px;
	position: relative;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
	padding-top: 10px;
	clear: both;
	height: auto;
	margin: 0px;
	padding-bottom: 10px;
}
#footer #copy {
	float: left;
}
#footer #footerlink {
	float: right;
}

#team a {
	width:200px;
	height:47px;
	background-image:url(../images/team.gif);
	text-indent:-9999px;
	display:block;
	margin:10px 0 0 0;
}



#header h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 185px;
	text-indent: -9999px;
	position: absolute;
	top: 13px;
	bottom: 0px;
	left: 9px;
}
#header h1 a {
	display: block;
	height: 41px;
	width: 185px;
}
#header #tenzizyologo {
	position: absolute;
	height: 41px;
	width: 189px;
	left: 193px;
	top: 14px;
}
#header #logoDaiken {
	position: absolute;
	height: 24px;
	width: 237px;
	top: 4px;
	right: 0px;
}
/*Navi--global*/

#navi {
	padding: 0px;
	width: 840px;
	height: 48px;
	text-align: left;
	margin: 0px;
	display:block;
	left: 0px;
	overflow:hidden;
}
#navi ul {
	list-style:none;
	width: 840px;
	height: 48px;
	margin: 0px;
	padding: 0px;
}
#navi p {
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#navi li {
	
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	height:48px;
}
#navi a {
	display:block;
	background:url(../images/navi.jpg) no-repeat top;
	text-decoration:none;
}
#navi #menu1 a {
	background-position:0px 0px;
	width:119px;
	height:48px;
}
#navi #menu1 a:hover {
	background-position:0px bottom;
}
#navi #menu2 a {
	background-position:-119px 0px;
	width:120px;
	height:48px;
}
#navi #menu2 a:hover {
	background-position:-119px bottom;
}
#navi #menu3 a {
	background-position:-239px 0px;
	width:120px;
	height:48px;
}
#navi #menu3 a:hover {
	background-position:-239px bottom;
}
#navi #menu4 a {
	background-position:-359px 0px;
	width:120px;
	height:48px;
}
#navi #menu4 a:hover {
	background-position:-359px bottom;
}
#navi #menu5 a {
	background-position:-479px 0px;
	width:120px;
	height:48px;
}
#navi #menu5 a:hover {
	background-position:-479px bottom;
}
#navi #menu6 a {
	background-position:-599px 0px;
	width:120px;
	height:48px;
}
#navi #menu6 a:hover {
	background-position:-599px bottom;
}

#navi #menu7 a {
	background-position:-719px 0px;
	width:121px;
	height:48px;
}
#navi #menu7 a:hover {
	background-position:-719px bottom;
}

/* firefoxでの線対応 */
a:focus{
/**/
	overflow: hidden;
/**/
}
/*end Navi--global*/
/*Navi--sub-top*/

#navi-subtop {
	position: absolute;
	top: 39px;
	right: -1px;
	padding: 0px;
	width: 214px;
	height: 21px;
	text-align: left;
	margin: 0px;
	display:block;
	overflow: hidden;

}

#navi-subtop ul {
	list-style:none;
	width: 214px;
	height:21px;
	margin:0px;
	padding:0px;

}
#navi-subtop p {
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	font-size:9px;
	height:10px;
}
#navi-subtop li {
	
	float:left;
/*	width:117px;*/
	margin:0px;
	padding:0px;
	display:block;
}
#navi-subtop a {
	display:block;
	background:url(../images/subnavi.jpg) no-repeat;
	text-decoration:none;	
}
#navi-subtop #menu1 a {
	background-position:0px 0px;
	width:107px;
	height:21px;
}
#navi-subtop #menu1 a:hover {
	background-position:0px bottom;
	cursor:pointer;
}
#navi-subtop #menu2 a {
	background-position:-108px 0px;
	width:107px;
	height:21px;
}
#navi-subtop #menu2 a:hover {
	background-position:-108px bottom;
	cursor:pointer;
}

/*0805*/
#navi-subtop2 {
	position: absolute;
	top: 39px;
	right: -1px;
	padding: 0px;
	width: 155px;
	height: 21px;
	text-align: left;
	margin: 0px;
	display:block;
	overflow: hidden;

}

#navi-subtop2 ul {
	list-style:none;
	width: 155px;
	height:21px;
	margin:0px;
	padding:0px;

}
#navi-subtop2 p {
	text-indent:-9999px;
	padding:0px;
	margin:0px;
	font-size:9px;
	height:10px;
}
#navi-subtop2 li {
	
	float:left;
/*	width:117px;*/
	margin:0px;
	padding:0px;
	display:block;
}
#navi-subtop2 a {
	display:block;
	background:url(../images/subnavi_request.jpg) no-repeat;
	text-decoration:none;	
}
#navi-subtop2 #menu a {
	background-position:0px 0px;
	width:155px;
	height:21px;
}
#navi-subtop2 #menu a:hover {
	background-position:0px bottom;
	cursor:pointer;
}



#content {
	margin: 0px;
	padding: 0px 0px 20px;
	background-image: url(../images/topimg_co_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*
.pagelinkTop {
	text-align:right;
	height: auto;
	width: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;

	
}
.pagelinkTop a,
.pagelinkTop a:visited {
	background-image:url(../images/linksento.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	width: 150px;
	float: right;
	text-align: left;
	height: 20px;
	margin: 10px 0px 0px;
	padding: 0px;
}
.pagelinkTop a:hover {
	background-image:url(../images/linksento.jpg);
	background-position: right bottom;	
}
*/

.lineDott {
	background-image: url(../images/dott.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
	clear: both;
}
.btnEcbu {
 clear:both;
}
.btnEcbu p {
	text-indent: -9999px;
}
.btnEcbu a {
	display:block;
	height: 21px;
	width: 120px;
	background-image: url(../../images/btn_etcbu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
.btnEcbu a:hover {
	background-position: bottom;
}
.btnMore {
 clear:both;
}
.btnMore p {
	text-indent: -9999px;
}
.btnMore a {
	display:block;
	height: 21px;
	width: 120px;
	background-image: url(../../images/btn_more.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
.btnMore a:hover {
	background-position: bottom;
}
.shadow {
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

/*------------------------------*/
#categoryMenu {
	float: left;
	width: 193px;
	margin:15px 0;
}
#contentsformat {
	float: right;
	width: 606px;
/*	margin:15px 0 10px; */
	margin:0 0 10px;
}

h2.title {
	padding-top:0;
}
h2.title_L {
	padding:0 0 28px;
	background:url(../../images/format_ll.jpg) no-repeat bottom;
}

/*カテゴリー別メニュー基礎*/
/*------------------------------*/
#categoryMenu dl.menu {
	background-image: url(../images/category_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 34px;
}
#categoryMenu .menu dt {
	background-repeat: no-repeat;
	height: 15px;
	height: 69px;
	/*追加080509*/
	background-image: url(../images/category_menu.gif);	
	text-indent:-9999px;	
}
#categoryMenu .menu dt a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:15px;
	height: 69px;	
}
#categoryMenu .menu dd {
	background-repeat: repeat-y;
	background-image: url(../images/category_menu_back.gif);
}
#categoryMenu .menu dd a {
	display:block;
	width:140px;
	margin: 0 auto;
	border-top: 1px none #E4E4E4;
	background-image: url(../images/category_menu_button.gif);
	text-decoration:none;
	padding: 0.8em 12px 0.8em 20px;
	border-right: 1px none #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px none #E4E4E4;
}
#categoryMenu .menu dd a:link,
#categoryMenu .menu dd a:visited {
	color:#293F63;
	background-position: 0px center;
	font-size: 11px;
	_font-size: 85%;
}
#categoryMenu .menu dd a:hover ,
#categoryMenu .menu dd a.menuon,
#categoryMenu .menu dd a.menuon:visited{
	color:#993300;
	background-position: 180px center;
}





/**/
.midashi {
	color:#003366;
	background-image: url(../images/midashi.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size:14px;
	
}
.midashiMarginT0 {
	color:#003366;
	background-image: url(../images/midashi.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size:14px;
}
.midashi2 {
	color:#003366;
	background-image: url(../images/midashi_s.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size:14px;
	
}
.midashi2MarginT0 {
	color:#003366;
	background-image: url(../images/midashi_s.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size:14px;
}
.boxRead {
	font-size: 13px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right:15px;
	color:#666666;
}

/*TXT*/
.txtSmall {
	font-size: 10px;
	_font-size: 70%;
	line-height: 180%;
}
.txtMidium {
	font-size: 14px;
	_font-size: 100%;
	line-height: 180%;
}

/**/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}
.imgSpace {
	padding: 10px 0px;
}
.imgSpaceTop {
	padding: 10px 0px 0px 0px;
}
.imgSpaceUnder {
	padding: 0px 0px 10px 0px;
	margin:30px 0 0 0;
}
.imgSpaceLeft {
	padding: 0px 0px 0px 10px;
}
.imgSpaceRight {
	padding: 0px 10px 0px 0px;
}
.space50 {
	width:auto;
	height:50px;
	padding:0px;
	margin: 0px;
}
.space40 {
	width:auto;
	height:40px;
	padding:0px;
	margin: 0px;
}
.space30 {
	width:auto;
	height:30px;
	padding:0px;
	margin: 0px;
}
.space20 {
	width:auto;
	height:20px;
	padding:0px;
	margin: 0px;
}
.space15 {
	width:auto;
	height:15px;
	padding:0px;
	margin: 0px;
	font-size:1px;
	line-height:100%;
}
.space10 {
	width:auto;
	height:10px;
	padding:0px;
	margin: 0px;
	font-size:1px;
	line-height:100%;
}
.space05 {
	width:auto;
	height:5px;
	padding:0px;
	margin: 0px;
	font-size:1px;
	line-height:100%;
}
#contentsformat h2 {
	background-image: url(../../images/format_l.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 28px;
	margin:-10px 0 9px;
}
.linkBox a:link,
.linkBox a:visited {
	background-image: url(../images/linknomomalicon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #993300;
	font-weight: bold;
}
.linkBox {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.pageNaviList {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.pageNaviList ul {
	clear: both;
	float: none;
}
.pageNaviList li {
	float: left;
	width: 280px;
}
.pageNaviList a,
.pageNaviList a:visited {
	display: block;
	background-image: url(../images/pageancer.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 25px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
	margin-bottom: 2px;
	width: 250px;
}
.pageNaviList a:hover {
	background-color:#EFEFEF;
}
#sideBanners {
	margin-top: 9px;
	margin-bottom: 9px;
}
#sideBanners img {
	margin-bottom: 9px;
}


/*20080509*/
.pagelinkTopHyouji {
	text-align:right;
	height: auto;
	width: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;

	
}
.pagelinkTopHyouji a,
.pagelinkTopHyouji a:visited {
	background-image:url(../images/linksento.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	width: 150px;
	float: right;
	text-align: left;
	height: 20px;
	margin: 8px 0px 0px;
	padding: 0px;
}
.pagelinkTopHyouji a:hover {
	background-image:url(../images/linksento.jpg);
	background-position: right bottom;	
}


.hyoujiBox .linkBox {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.midashiMarginT0L {
	color:#003366;
	background-image: url(../images/midashi_long.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size:14px;
}

