/*基本設定*/
body 
{
	width:632px;
	background-color: #FFFFFF;
}

blockquote 
{
	color:#802080;
}

A:link { color:#003399; text-decoration: underline; }
A:visited { color:#003399; text-decoration: none; }
A:hover { color:#CC0000; text-decoration: underline; }

/*見出し*/
h1 {
	font-size: 120%;
	font-weight: normal;
	}
h2 {
	font-size: 100%;
	font-weight: normal;
	}
h3 {
	font-size: 80%;
	font-weight: normal;
	line-height: 125%;
	}
/*見出し装飾*/
#kazari{
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #0099CC;
	border-bottom-color: #0099CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #EAEAEA;
}
#kazari-bg{
	font-weight: normal;
	background-color: #3333FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
#kazari-bg2{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #333333;
	margin-bottom: 0px;
	text-align: center;
}
/*段落*/

/*フォント関連*/
.fsize80 {
	font-size: 80%;
}
.white{
	color: #FFFFFF;
}
.line-h150 {
	line-height: 150%;
}
.article {
	line-height: 125%;
	font-size: 80%;
}
.bigarticle {
	font-family:'ＭＳ Ｐ明朝',OSAKA,sans-serif;
	font-weight: normal;
	line-height: 160%;
	font-size: 18pt;
}
.bg-blue {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	background-color: #0033FF;
}
.note{
	font-size: 80%;
	color: #FF6633;
}
/*レイアウト用ボックス*/
.mybody{
	width:630px;
	background-color: #FFFFFF;
}
.myheader{width:100%; 
}
.contents{
	width:100%;
}
.myfooter{width:100%;
}

/*リスト*/
ul.disc {list-style-type:none;
}
li {
	margin-top: 5px;
}
/*会員申し込みページ*/
.formcontents{
	width:100%;
	margin-left: 10px;
}
.formcontents h2 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-left: 6px;
}

/*チャート部分などの背景とボックス*/
.flow{
	text-align: center;
	background-color: #CCFFFF;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 20px 20px 20px 20px;
}
/*要素をほぼセンタリング*/
.center{
	margin-left: 40%;
}
/*コンテンツエリア内のテーブル（ランキング表など）*/
.contents table{
	margin-top: 10px;
	margin-left: 30px;
	border-color: #999999;
	border-collapse:collapse;
	font-size: 80%;
}
.contents table th{
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
	font-style: normal;
	border: solid 1px;
	padding: 4px 4px 4px 4px;
}
.contents table td{
	padding: 4px 4px 4px 4px;
	border: solid 1px;
}
/*コンテンツエリア内のh2*/
.contents h2 {
	font-size: 90%;
	color: #333333;
	font-weight: normal;
	margin-left: 6px;
}
.contents h2#kazari{
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #0099CC;
	border-bottom-color: #0099CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #EAEAEA;
}
.red {
	color: #FF0000;
}
.fsize100 {
	font-size:medium;
}
/*出版日*/
.titledate 
{
	font-size: small;
	color:#FF0033;
}
.return
{
	
}
/*バックナンバー案内*/
.attention 
{
	color:#CC0000;
	font-size:small;
}
/*コピーライト表示*/
.copyright
{
	text-align:right;
	font-size:small;
}
	
/*インデックス用の定義リスト*/
dl {
	margin-top: 10px;
	margin-bottom: 6px;
	line-height: 150%;
}
dt {
	margin: 4px;
}
dd {
	margin-left: 20px;
	margin-top: 6px;
}
/* お知らせ欄 */
.infoheader
{
	width:631px;
	text-align:center;
	background-color:Teal;
	color:White;
}
.info
{
	width:622px;
	margin-left:8px;	
}
.infobox
{
	width:622px;
	border:1px solid Teal;
	font-size:small;	
}

.centering
{
	text-align:center;
}

/* div でクラス指定することでテーブルの文字サイズを１００％のままに */
.normal table{
	margin-top: 10px;
	margin-left: 30px;
	border-color: #999999;
	border-collapse:collapse;
	font-size: 100%;
}
.normal table th{
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
	font-style: normal;
	border: solid 1px;
	padding: 4px 4px 4px 4px;
}
.normal table td{
	padding: 4px 4px 4px 4px;
	border: solid 1px;
}

/* div でクラス指定することでテーブルの文字サイズを１００％のままにかつ枠なし */
.noborder table{
	margin-top: 10px;
	margin-left: 30px;
	border-color: #ffffff;
	border: solid 0px;
	border-collapse:collapse;
	font-size: 100%;
}
.noborder table th{
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
	font-style: normal;
	padding: 4px 4px 4px 4px;
}
.noborder table td{
	border-color: #ffffff;
	border: solid 0px;
	padding: 4px 4px 4px 4px;
}
/* センタリング */
.ctbox
{
	border-color: #808080;
	border: solid 1px;
	text-align:center;
	padding: 2px 2px 2px 2px;
}
.ct
{
	text-align:center;
	width:100%;
}
.ct40
{
	text-align:center;
	width:40%;
}
.ct60
{
	text-align:center;
	width:60%;
}
.ct80
{
	text-align:center;
	width:80%
}
.right
{
	text-align:right;
}
.left
{
	text-align:left;
}
.large
{
	font-size:120%;
}
.hline
{
	border-color: #808080;
	border: solid 1px;
}

.indent {
	margin-left: 3em;
}

.indentc {
	color:#802080;
	margin-left: 3em;
}
