@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/
body {
	font-size: 12px;
	line-height:150%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック";
	background-image: url(../images/bbg.gif);
	background-repeat: repeat-x;
}
#container {
	padding: 0px;
	margin: 0px auto;
	width: 932px;
}
img {
	border:none;
}
.clear {
	clear:both;
}
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;
}


/*内容部分の白伸ばし用*/
/*------------------------------*/

#container {
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}
#page{
	margin: 0px 0px 15px;
	padding: 0px;
}


/*ヘッダ*/
/*------------------------------*/
#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: 10px;
	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;
}
#header h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 159px;
	text-indent: -9999px;
	position: absolute;
	top: 13px;
	bottom: 0px;
	left: 9px;
}
#header h1 a {
	display: block;
	height: 41px;
	width: 159px;
}
#header #tenzizyologo {
	position: absolute;
	height: 41px;
	width: 189px;
	left: 175px;
	top: 13px;
}
#header #logoDaiken {
	position: absolute;
	height: 24px;
	width: 58px;
	top: 4px;
	right: 0px;
}
/*Navi--global*/

#navi {
	padding: 0px;
	width: 840px;
	height: 48px;
	text-align: left;
	margin: 0px;
	display:block;
	left: 0px;
}
#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:138px;
	height:48px;
}
#navi #menu1 a:hover {
	background-position:0px bottom;
}
#navi #menu2 a {
	background-position:-138px 0px;
	width:140px;
	height:48px;
}
#navi #menu2 a:hover {
	background-position:-138px bottom;
}
#navi #menu3 a {
	background-position:-278px 0px;
	width:140px;
	height:48px;
}
#navi #menu3 a:hover {
	background-position:-278px bottom;
}
#navi #menu4 a {
	background-position:-418px 0px;
	width:140px;
	height:48px;
}
#navi #menu4 a:hover {
	background-position:-418px bottom;
}
#navi #menu5 a {
	background-position:-558px 0px;
	width:140px;
	height:48px;
}
#navi #menu5 a:hover {
	background-position:-558px bottom;
}
#navi #menu6 a {
	background-position:-698px 0px;
	width:142px;
	height:48px;
}
#navi #menu6 a:hover {
	background-position:-698px 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;
}

#content {
	margin: 0px;
	padding: 0px 0px 40px;
	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;
}
.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: 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;
}
.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 25px;
}

/*カテゴリー別メニュー基礎*/
/*------------------------------*/
#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: 69px;
}
#categoryMenu .menu dt a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	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: 12px;
	_font-size: 85%;
}
#categoryMenu .menu dd a:hover,
#categoryMenu .menu dd a.menuon {
	color:#293F63;
	background-position: 180px center;
}

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

/*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;
}
.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%;
}
#kizi {
	background-image: url(../images/bgm.gif);
	background-repeat: repeat-y;
}
#kizi #kiziIn {
	margin: 0px auto;
	padding: 0px;
	width: 843px;
}
#boxinfo {
	background-image: url(../images/bbbbg.gif);
	background-repeat: repeat;
	margin: 0px 0px 15px;
	padding: 20px;
}
#boxleft {
	float: left;
	width: 578px;
	font-size: 10px;
	line-height: 130%;
}
#noxright {
	float: right;
	width: 195px;
}
#info1 {
	float: left;
	width: 265px;
}

#info2 {
	float: right;
	width: 260px;
}
#comtst {
	margin: 15px 85px 15px 20px;
	padding: 0px;
}
.gakusei {
	width: 250px;
	float: left;
	margin: 0px;
	padding: 15px;
}
.gName {
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	margin: 5px 0px 15px;
	padding: 5px 0px;
	font-size: 10px;
}
.gName .ca {
	font-weight: bold;
	color: #FF3399;
	font-size: 12px;
	margin: 5px 0px;
	padding: 0px;
}
.gakusei .nai {
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}
#footercon {
	margin: 5px 0px 15px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

