/* ---------------------------------------------------------------- */
/* 株式自動売買ソフトウェア 株ロボを作ろう！                        */
/*                                                                  */
/* Copyright (C) 2007 Shuwa System Co., Ltd. All rights reserved.   */
/* ---------------------------------------------------------------- */


/* 2 カラム レイアウト用のラップスタイル -------------------------- */
#wrap {
	position: relative;
	width: 750px;
	background-color: #ffffff;
}
/* ヘッダ用 ------------------------------------------------------- */
#header {
	float: left;
	padding-top: 8px;
	width: 750px;
}
/* 左側 メインコンテンツ用 ---------------------------------------- */
#main {
	float: left;
	width: 476px;
	padding: 8px 16px 8px 8px;
	font-size: 12pt;
}
/* 右側 サイトバー用 ---------------------------------------------- */
#sidebar {
	float: left;
	width: 241px;
	padding: 8px 0px 0px 8px;
	border-left-style: dotted;
	border-left-width: 1px;
}
/* フッタ用 ------------------------------------------------------- */
#footer {
	float: left;
	width: 750px;
	clear: both;
	padding-left:8px;
}


/* 週間 株ロボニュース -------------------------------------------- */
#headline {
	padding-top: 14pt;
	color: #663366;
	font-weight: bold;
	line-height: 175%;
}
#news {
	font-size: 10pt;
	line-height: 110%;
	background-color: #eeeeee;
	padding: 0.5em;
}


/* ナビゲーションバー --------------------------------------------- */
div#navigator {
	padding-left: 5px;
	border: 1px solid #cccccc;
	background: url(../img/navline.jpg) repeat-x bottom;
}
div#navigator ul {
	padding: 0px 10px 0px 0px;
	margin: 5px 0px;
	list-style-type: none;
}
div#navigator li {
	display: inline;
	background: url(../img/bar.gif) repeat-y left;
}
div#navigator li a {
	padding: 3px 10px;
	margin: 0px;
	margin-left: 0.5em;
	text-decoration: none;
}
div#navigator li a: hover {
	text-decoration: underline;
}
div#navigator li.sel a {
	font-weight: bold;
}
div#navigator li.tokushu {
	padding: 3px 10px;
	margin: 0px;
	margin-left: 0.5em;
	text-decoration: none;
	font-weight: bold;
}

/* 各種 HTML 要素の再定義 ----------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	font-size: 10pt;
	color: black;
}
h1 {
	color: blue;
	font-size: 45px ;
	font-family: "ＭＳ Ｐ明朝","細明朝体",serif;
	font-weight: bold ;
	padding-top: 25px;
	border-top: solid 1px #cccccc;
	margin: 5px;
}
h2 {
	font-size: 20px;
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	color: white;
	background-color: #ff6600;
}
h3 {
	padding: 15px 3px 0px 0px;
	border-top: 1px solid #999999;
	border-top-style: dotted;
	margin-top: 15px;
}
h3#top {
	padding: 15px 3px 0px 0px;
	border: 0px;
}
h4{
	font-size: 11pt;
	background-color: #eeeeee;
	border-left: solid 6px #999999;
	color: #666666;
	padding: 6px;
}
strong {
	color: #993333;
}
select{
	width: 15em;
}
pre{
	font-size: 10px;
	font-family: "ＭＳ ゴシック";
	color: white;
	background-color: navy;
	padding: 5px;
}
div#img {
	padding-top:10pt;
	padding-bottom:10pt;
}

/* ハイパーリンク ------------------------------------------------- */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: navy;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5c5c5c;
}
a:hover {
	background-color: navy;
	color: #ffffff;
}
a:active {
	background-color: navy;
	color: #ffffff;
}

