@import "styles-site.css";

.mainback {
	background-attachment: scroll;
	background-image: url(img/mainback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.headline {
	background-attachment: scroll;
	background-image: url(img/headline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.headback {
	background-attachment: scroll;
	background-image: url(img/headback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.naviback {
	background-attachment: scroll;
	background-image: url(img/naviback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footline {
	background-attachment: scroll;
	background-image: url(img/footline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.copyright {
	font-size: 12px;
	line-height: 15px;
	color: 000033;
}
.titleback {
	background-attachment: scroll;
	background-image: url(img/titleback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.maintxt {
	font-size: 12px;
	line-height: 15px;
	color: #070707;
}
.maintxt_2 {
	font-size: 12px;
	line-height: 15px;
	color: #999;
}
.line {
	background-attachment: scroll;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	width: auto;
}
.title {
	font-size: 14px;
	line-height: 17px;
	color: 000033;
	height: 22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.link { text-decoration: none;} 
.link:link { color: #000099; } 
.link:visited { color: #c80015; } 
.link:hover { color: #FF0000;}
.link {font-size:12px;}
.kb:hover {BACKGROUND-COLOR:#FFFF00;
}

#banner a.menubutton {
  color: #000000;
  float: left;
  display: block;
  width: 99px;
  height: 23px;
  background: url(/img/bu_off.jpg) no-repeat;
  font-size: 14px;
  margin: 0;
 /*font-family: sans-serif;*/
  font-family: "Osaka", "ＭＳ ゴシック";
  font-weight: bold;
/* 
 margin-right: 2px;
  margin-bottom: 5px;
*/
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 24px;
  text-decoration: none;
}

#banner a.menubutton:hover {
  color: #000000;
  background: url(/img/bu_on.jpg) no-repeat;
/*
  background: url(/img/bu_on.jpg) no-repeat;
 text-decoration: underline;
*/
}















/* add by yosshi */


.entry_date {
	padding:2px 10px;
	font-size: 12px;
	color:#666;
}

#topicpath {
	padding: 2px 0px 2px 15px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
}


.alphablock {
	width: 500px;
	background: #F3F3F3;
	margin-bottom: 10px;
}
.alphablock .titled {
	height: 24px;
	background: url(img/titleback.jpg) repeat-x;
	border-left: solid 5px #000066;
	border-bottom: solid 2px #000066;
}
.alphablock .titled h2 {
	font-size: 14px;
	color: 000033;
	margin: 0;
	padding: 4px 0 0 5px;
	line-height: normal;
}
.alphablock .titled .titledleft {
	float: left;
}
.alphablock .titled .titledright {
	float: right;
}
.alphablock .maintext {
	padding: 10px;
	font-size: 12px;
	color: #070707;
}

.alphablock dl.entry {
	margin: 0;
	padding: 5px 0;
	border-bottom: dotted 1px #666;
	font-size: 12px;
	color: #070707;
}




.alphablock dl.entry:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
.alphablock dl.entry {
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	border-bottom: dotted 1px #666;
	font-size: 12px;
	color: #070707;
}
/* no ie mac \*/
.alphablock dl.entry { height: 1%; }
.alphablock dl.entry { display: block; }
/* */



.alphablock dl.entry dt {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	background: url(/img/icon.gif) 5px .3em no-repeat;
}

.alphablock dl.entry dd {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
	margin-top: -1.3em;
}
/* no ie mac \*/
.alphablock dl.entry dd { margin-top: 0; }
/* */
.alphablock dl.entry dd img {
	vertical-align: bottom;
}
.alphablock dl.entry dd p {
	margin: 0;
	padding: 0;
}

.alphablock ul.entry {
	margin: 0;
	padding: 5px 0;
	border-bottom: dotted 1px #666;
	font-size: 12px;
	color: #070707;
}
.alphablock ul.entry li {
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
	background: url(/img/icon.gif) 5px .3em no-repeat;
	list-style-type: none;
}




.betablock {
/*	width: 250px;*/
	background: #F3F3F3;
	margin-bottom: 10px;
}
.betablock .titled {
	height: 24px;
	background: url(img/titleback.jpg) repeat-x;
	border-left: solid 5px #000066;
	border-bottom: solid 2px #000066;
}

.betablock .titled h2 {
	font-size: 14px;
	color: 000033;
	padding: 4px 0 0 5px;
	margin: 0;
	line-height: normal;
}
.betablock .entry p {
	padding: 5px 10px;
	font-size: 12px;
	color: #070707;
}
.betablock .entry img {
	padding: 0 0 10px 10px;
}





#alpha-inner {
	padding-bottom: 30px;
}


.searchresult {
	margin: 0 10px;
	padding:0;
}


.searchresult h3 {
	margin: 0;
	padding:0;
}




/*ヘッダー非テーブル化*/
.firstline, .secondline, thirdline {
	width: 800px;
}

.firstline {
	position: relative;
	height: 54px;
	background: url(/img/firstline.gif) 0 0 repeat-x;
}
.firstline h1 {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
.firstline h1 a {
	display: block;
	width: 300px;
	height: 49px;
	background: url(/img/logo.gif) no-repeat;
}
.firstline h1 span {
	display: none;
}
.firstline .firstlineright {
	position: absolute;
	right: 5px;
	bottom: 1px;
}



.secondline {
	height: 29px;
	background: url(img/naviback.jpg) repeat-x;
}

.secondline ul {
	margin: 0;
	padding: 0;
}
.secondline li {
	float: left;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.secondline li a {
	display: block;
	width: 100px;
	height: 29px;
	background: url(/img/bu_off.jpg) no-repeat;
	font-size: 10px;
	margin: 0;
	font-family: "Osaka", "ＭＳ ゴシック";
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
}
.secondline li.m1 a {
	font-size: 12px;
}

.secondline li a:hover {
	background: url(/img/bu_on.jpg) no-repeat;
}
.secondline li a span {
	display: block;
	padding-left: 25px;
	padding-top: 8px;
}

.thirdline {
	height: 119px;
	background: url(/img/photo.jpg) 0 0 no-repeat;
}
.thirdline span {
	display: none;
}
.searchsubmit {
	width: 36px;
	height: 20px;
	border: none;
}

input {
	font-family:Osaka,Verdana,Arial;
}
select {
	max-width: 400px;
	font-size: 12px;
}


img, a img {
	border: none;
}

h2.titledleft {
	margin: 0;
	padding: 0;
}



.maintext h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #9C867B;
	font-weight: bold;
}

.maintext ul,
.maintext ol {
	margin-left: 0;
	padding-left: 2em;
}
.maintext li {
	margin-bottom: .5em;
}
.maintext li ul,
.maintext li ol {
	margin-top: .5em;
}
.maintext ul.circle li {
	list-style-type: circle;
}
.maintext ul.square li {
	list-style-type: square;
}
.maintext ol.upper-roman li {
	list-style-type: upper-roman;
}

.betablock ul,
.betablock ol {
	margin-left: 0;
	padding-left: 2em;
}
.betablock li {
	margin-bottom: .5em;
	padding-right: .5em;
}
.betablock li {
	list-style-type: circle;
}




/* セミナー */
.maintext .seminar-column01 {
	margin: 1em 0;
	padding: 10px;
	background: url(img/seminar-column01.gif) 465px 5px no-repeat;
	background-color: #DAE0E6;

}
.maintext .seminar-column02 {
	margin: 1em 0;
	padding: 10px;
	background: url(img/seminar-column02.gif) 465px 5px no-repeat;
	background-color: #DEE6DA;
}

.maintext .seminartitle {
	background: url(img/seminarinfo.gif) no-repeat;
	padding-left: 15px;
	border-bottom: solid 1px #000066;
	color: #000080;
	font-weight: bold;
}
.maintext .seminarinfo p {
	margin: 5px 0 10px 0;
	padding: 0 5px;
}
.maintext .seminarspeakerinfo {
	padding: 0 5px;
}
.maintext .notice {
	margin-top: 1em;
	padding: 0 5px;
	font-size: 10px;
	color: #c00;
}







/* 書籍とビデオ */

.bookinfo:after,
.videoinfo:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
.bookinfo,
.videoinfo {
	display: inline-block;
	margin: 1em 0;
	padding: 10px;
/*	background: #fff;*/
}
/* no ie mac \*/
.bookinfo,
.videoinfo {
	height: 1%;
}
.bookinfo,
.videoinfo {
	display: block;
}
/* */

img.bookimg {
	float: left;
	border: solid 1px #ccc;
	margin-right: 10px;
	padding: 5px;
}
.bookcontenthead,
.videocontenthead {
	clear: both;
	background: url(img/seminarinfo.gif) no-repeat;
	padding-left: 15px;
	border-bottom: solid 1px #000066;
	color: #000080;
	font-weight: bold;
}
.bookcontent01,
.videocontent01 {
	margin-bottom: 1em;
	padding: 10px;
	background: url(img/seminar-column01.gif) 465px 5px no-repeat;
	background-color: #EDF3FF;
}
.bookcontent01 table tr,
.bookcontent01 table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.bookcontent01 table tr.sub td {
	padding-left: 2em;
	font-size: 85%;
}
.bookcontent01 table td.col1 {
	white-space: nowrap;
}
.bookcontent01 table td.col2 {
	padding-left: 1em;
}


.bookcontent02,
.videocontent02 {
	margin-bottom: 1em;
	padding: 10px;
	background: url(img/seminar-column02.gif) 465px 5px no-repeat;
	background-color: #DEE6DA;
}






.tocontact {
	text-align: right;
	padding: 0 10px 10px 0;
}

















#footer { position: relative; }
#footer-inner { position: static; }

#footer {
	width: 800px; /* necessary for ie win */
	background: #fff;
	background: url(img/footline.gif) repeat-x;
}

#footer-inner {
	padding: 10px;
	text-align: right;
	background: url(img/headline.gif) bottom left repeat-x;
}