/* ページ全体・ヘッダー・フッター */
*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	overflow-y: scroll;
}
body{
	font-size: normal;
	height: 100%;
	background-color: #ffffff;
}
div#container{
	width: 780px;
	margin: 0px auto;
	position: relative;
	min-height: 100%;
	border-left: #0000aa 1px solid;
	border-right: #0000aa 1px solid;
	min-height: 100%;
}
* html div#container {
	height: 100%;
}
div#header {
	display: block;
	height: 70px;
	width: 100%;
	background-color: #0088ff;
	background-image: url("../images/isdntitlelogo.png");
	background-repeat: no-repeat;
	border-bottom: #ffff00 4px solid;
}
div#main{
	padding-top: 0;
	padding-bottom:50px;
	margin-left: 15px;
	margin-right: 15px;
	zoom: 1;/*IE6*/
}
div#mainright{
	padding-top: 0;
	margin-right: 15px;
	zoom: 1;/*IE6*/
}
div#topright{
	float: right;
	width: 297px;
	padding-bottom:50px;
}
div#topleft{
	float: left;
	width: 468px;/*483-15*/
	padding-top:50px;
	padding-bottom:70px;
	padding-left:15px;
	font-size: small;
}
div#footer{
	clear:both;
	position: absolute;
	text-align: right;
	bottom: 0px;
	height: 21px;
	width: 750px;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffaa;
}

/* タイトル・サブタイトル */
h1 {
	font-size: x-large;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #ffffff;
	width: 600px;
	padding-top: 11px;
	padding-left: 180px;
}
div#description {
	font-weight: bold;
	color: #ffffff;
	width: 580px;
	height: 25px;
	padding-top: 0.3em;
	padding-left: 200px;
}

/* メニュー表示 */
div#menubox {
	font-size: small;
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 286px;
	margin-right: 0;
	border-bottom: #ccccff 2px solid;
}
ul.menu {
	margin: 0;
}
li.menu {
	margin-left: 0.5em;
	margin-right: 0.5em;
	display: inline;
	list-style: none;
}

/* 検索 */
div.searchbox{
	font-size: small;
	text-align: right;
	padding-top: 1.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 1.5em;
}

/* 小見出し */
h2 {
	font-size: large;
	padding-top: 0.1em;
	padding-left: 0.3em;
	border-left: #0088ff 3px solid;
	border-bottom: #0088ff 1px solid;
	margin-bottom: 0.5em;
	margin-top: 2em;
	background-color: #ffffcc;
}
h3 {
	font-size: medium;
	border-bottom: #0088ff 2px solid;
	width: 62%;
	padding-top: 0.1em;
	padding-left: 0.3em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-top: 2em;
	background-color: #ffffcc;
}

/* タグごと */
p {
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	text-indent: 0.3em;
}
p.comment { /* 色をグレーにするだけ */
	color: #aaaaaa;
}
/* 広告表示 */
p.ad{
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

code { /* コード文字列:OCRBが入っていればそれで表示する */
	font-family: "OCRB", monospace;
	font-size: 100%;
	letter-spacing: -0.1ex;
}

/* テーブル */
table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
}
table.list{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
th,td{
	vertical-align:center;
	border:solid 1px #0088ff;
	text-align:left;
	padding: 0.3em 0.5em;
}
td.disp-isdn{
	white-space: nowrap;
}
td.issue-date{
	white-space: nowrap;
}

caption{
	text-align:left;
}

/* リスト */
ul,ol,dl{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 3.5em;
	margin-right: 1em;
}
ul.link{
	list-style-image: url("../images/redarrow.png");
	padding-left: 1em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
li{
	line-height: 1.5em;
	display:list-item;
}
dl{
	margin-top: 0.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
dt{
	margin-top: 0.3em;
	line-height: 1.5em;
}
dd{
	line-height: 1.5em;
	margin-left: 2em;
}

/* イメージ */
img,a img{
	vertical-align:bottom;
	border:none;
	background:transparent;
}
/* サンプル画像表示 */
img.sampleimage{
	float: right;
	margin-right: 1.8em;
	padding: 4px;
	border: #0088ff 1px solid;
	background: #ffffff;
}
/* サンプル画像表示 */
img.topimage{
	margin-bottom: 5px;
}

/* サークルリストアイコン */
img.circlelist{
	vertical-align:text-bottom;
	margin-left: 0.5em;
}
object,embed{
	vertical-align:top;
}
/* form */  
button, fieldset, form, input, label, legend, select, textarea {
	font-size: 100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

