@charset "UTF-8";

body {
	font-family:'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px auto;
	padding: 0px;
	background: #ececec url(image/style/background.png) repeat-y center;
	text-align: center;
	}

h1 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0px auto;
	float:left
	}
	
h2,h3 {
	color: #330099;
	padding: 3px;
	}

h2 {
	font-size: 125%;
	font-weight: bold;
	background: #ececec url(image/style/gradation-blue.gif) repeat-x;
	clear: both;
	padding: 5px;
	margin:5px;
	}

h3 {
	font-size: 100%;
	background: #ececec url(image/style/gradation-orange.gif) repeat-x;
	margin:2px 0px 4px;
	padding:3px 0px 3px;
	}

h5 {
	font-size: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 2px;
	border-bottom: 1px dotted;
	}

a:link {
	color: #330099;
	}

a:visited {
	color: #330099;
	}

a:hover {
	color: #aa2222;
	}

form {
	margin:0px auto;
	}

table {
	margin:0px auto;
	}

td{
	text-align:center;
	}

td h2 {
	font-size:100%;
	background:#ececec url(image/style/gradation-orange.gif);
	margin:2px 0px 2px;
	padding:3px 0px 3px;
	text-align:center;
	}

td p{
	background:#ececec url(image/style/gradation-orange.gif);
	margin:2px 0px 4px;
	padding:3px 0px 3px;
	text-align:center;
	}

blockquote {
	background-color: #eee;
	text-align:left;
	font-size:smaller;
	margin: 4px;
	padding: 4px;
	}

img{
	margin: 0px auto;
	border:0px;
	}
	
hr {
	clear: both;
	width: 95%;
	}

div.ctable {
	text-align: center; /* IEセンタリング */
	}

div.ctable table {
	margin: auto;
	text-align: left; /* IE弊害対策 */
	}

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	}

.chatbox {
	background:transparent url(image/style/background-chat.jpg) bottom right no-repeat;
	}
	
.f_none {
	float: none;
	}

.f_right {
	float: right;
	}

.f_left {
	float: left;
	}

.fontred {
	color:red;
	}

.fontgreen {
	color:green;
	}

.fontorange {
	color:orange;
	}

.reset{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1;
	font-size:100%;
}

/*** Table Style ***/

table.stock {
	text-align: left;/* IE対策 */
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	margin:1em auto;
	border-collapse:collapse;
	}

.stock td {
	/*color:#678197;*/
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:left;
	white-space: nowrap;
	}

.stock th {
	font-weight:normal;
	/*color: #678197;*/
	text-align:left;
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	white-space: nowrap;
	}

tr.odd td,
tr.odd .column {
	background:#f4f9fe url(image/style/background-table.gif) no-repeat;
	}

.column {
	background:#f9fcfe;
	}

/*** Windows-Like Menu ***/

#windows,#windows kbd{
	font:icon;
}
#windows{
	background:#ccc;
	line-height:1.6;
	border-bottom:2px groove #dedede;
	list-style-type:none;
	margin:0;
	padding:0 0 1px 5px;
}
#windows li{
	display:inline;
	margin:0 -3px 0 0;
	padding:0;
}
#windows a{
	text-decoration:none;
	color:#000;
	border:1px solid #ccc;
	padding:1px 4px;
}
#windows a:hover{
	border-color:#dedede #7b7b7b #7b7b7b #dedede;
	color: #555555;
}
#windows a:active{
	border-color:#7b7b7b #dedede #dedede #7b7b7b;
}
#windows a kbd{
	text-decoration:underline;
	font-size:110%;
}
