@charset 'EUC-JP';

/* 基本要素定義 */

body{
	margin: 16px 3%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, sans-serif;
	color: #00008b;
	background-image : url(white-based.jpg);
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	font-size: 14px;
}

a:link{
	color: #4169e1;
	font-weight: bold;
}

a:hover{
	color: #87cefa;
	font-weight: bold;
}

a:visited{
	color: #4169e1;
	font-weight: bold;
}

a.outer{
	padding-right: 12px;
	background: url(link-icon_external.png) no-repeat right;
}

br.clear{
	clear: both;
}

table td{
	vertical-align: text-top;
}

td.indexcol{
	white-space: nowrap;
}

td.company-index{
	white-space: nowrap;
	color:				#0e3403;
	background-color:	#f2f2f2;
}

td.company-contents{
	background-color:	#ffffff;
	width:				406px;
}

img{
	border:	0;
}
/* トップヘッダー定義 */

img.header-image{
	float: left;
	margin: 0px 6px 0px 0px;
}

div.header-title{
	font-size: 90%;
	font-weight: bold;
}

/* 見出し定義 */

h1.big-header{
	font-size: 200%;
	border-bottom: dotted 3px;
	margin-top: 30px;
}

div.quickjump{
	padding: 0px 0.5em;
	text-align: left;
	background-color: #f5f5f5;
	filter: Alpha(Opacity=70); opacity:.70; /* for IE and Firefox */
	font-size: 90%;
	color: #87ceeb;
	border-left: solid 8px;
	border-bottom: dotted 2px;
	height: 1.5em; /* IEのFilterバグ回避 */
}

div.quickjump a:link{
	color: #4169e1;
}

div.quickjump a:hover{
	color: #87ceeb;
}

span.quickjump-text{
	color: black;
}
/* 小見出し定義 */

h2.catcher{
	font-size: 150%;
	border-bottom: dotted 3px;
}

/* フッタ定義 */

div.rights{
	font-size: 80%;
	text-align: right;
}

/* イメージサムネイル */

div.imagethumb{
	float: right;
	margin: 0px 1em;
	text-align: center;
}

div.imagethumb2{
	float: right;
	margin: 0px 1em 0px 0em;
	text-align: center;
}


div.imagethumb img{
	margin: 0px 0px 6px 0px;
}

span.imagethumb-caption{
	font-size: 80%;
}

/* トップページ用 */

div.topimagethumb{
	float: left;
	margin: 0px 1em;
	text-align: center;
}

div.topimagethumb img{
	margin: 6px 6px 6px 6px;
}

span.topimagethumb-caption{
	font-size: 80%;
}

h2.top-catcher{
	font-size: 150%;
	text-align: left;
}

h2.top-catcher a{
	color: #00008b;
	text-decoration: none;
}

p.top-text{
	margin: 1.5ex 10% 0px 2em;
}

/* メインテキスト */
p.main-text{
	margin: 1.5ex 10% 0px 2em;
}

ul{
	margin: 0.5ex 0.5em
;
}

