/* --------------------------------------*/
/* On2基本 */
/* --------------------------------------*/
BODY{
	font-size:12px;
	color:#000000;
	background-color: #ffffff;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	}

/* aタグ共通スタイル */
a:link { color: #3300cc; text-decoration : none }
a:visited {color: #3300cc; text-decoration : none}
a:hover {color: #000000; text-decoration : underline}

/* 画像の枠 */
img { border-style: none }

/* 見出しサイズ 0423 */
h1	{ font-size: 16px; color: #666666;}
h2	{ font-size: 14px; color: #666666;}
h3	{ font-size: 12px; }
h4,h5,h6 { font-size: 10px; }

/* 見出しタグのインライン化 */
h1,h2,h3,h4,h5,h6 { display:inline }

/* 見出しタグのインライン化 */
form { display:inline }

/* テーブル見出し文字の太さを標準化 */
th	{ font-weight:normal }

/* p要素のマージンを標準化 */
p	{
	margin:0px;
	padding:0px;
	}

/* ul要素のマージンを標準化 */
ul	{
	margin:0px;
	padding:0px;
	}

/* --------------------------------------*/

/* --------------------------------------*/
/* テキスト */
/* --------------------------------------*/

/* コピーライト */
.copy-right { font-size: 10px; margin-right: 10px; margin-left: 10px; margin-top: 5px;}

/* ニュース */
.newsyo { font-size: 11px; margin-top:12px; line-height: 13px; margin-top: 13px;}

/* 基本テキスト左5px空け */
.hidari5 { margin-left: 5px;}

/* 基本テキスト左10px空け */
.hidari10 { margin-left: 10px;}

/* 基本テキスト左12px空け */
.hidari12 { margin-left: 12px;}

/* 基本テキスト左20px空け */
.hidari20 { margin-left: 20px;}

/* 基本テキスト右5px空け */
.migi5 { margin-right: 5px;}

/* 基本10pxテキスト */
.saizu10 { font-size: 10px; line-height: 14px}

/* 基本赤 */
.aka { color: #fa3a47}

/* 基本青 */
.ao { color: #0000ff}

/* 基本白に裏が青 */
.shiroao { color: #ffffff;
background:#3300FF;
text-align:center;}

/* 基本黒に裏が灰色 */
.kurohaiiro { color: #000000;
background:#cccccc;
text-align:center;}



/* 基本白 */
.shiro { color: #ffffff}

/* 後レポオレンジ */
.orenji { color: #ff6600}

/* 10px赤 */
.saizu10aka { font-size: 10px; line-height: 14px; color: #fa3a47}

/* spanで強調 */
.futoji { font-weight: 500;}

/* アンダーライン */
.rain { text-decoration: underline; } 

/* 抹消線 */
.raindead { text-decoration: line-through; } 

a#ao { color: #0000FF;}

.css01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	text-align:left;
}
.css02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	font-weight: bold ;
	line-height: 20px;
	color: #336699;
}
.css03 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	font-weight: bold ;
	line-height: 20px;
	color: #6699CC;
}
.css04 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	color: #000000;
	text-align:left;
}
.css05 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	font-weight: bold ;
	line-height: 20px;
	color: #336699;
	text-align:left;
}
.css06 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	font-weight: bold ;
	line-height: 20px;
	color: #000000;
	text-align:left;
}
.font1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	color: #999999;
	text-align:left;
	margin-left:5px;
}


/* --------------------------------------*/
/* テーブル */
/* --------------------------------------*/
/* 基本テーブルタイトルバック*/
.thaikei1 { background-color: #e9ebea }
/* 基本テーブル枠線*/
.twaku { background-color: #999999 }
/* セルを白くする*/
.bgffffff { background-color: #ffffff }
/* セルを黒くする*/
.bg000000 { background-color: #000000 }
/*タイトル*/
#maintable{
background-image:url(share_img/back_pattern.jpg);
width:755px;
}
.w-back{
background-image:url(share_img/w_back.jpg);
width:725px;
}

/* 位置*/
div#block-left {
float:left;
margin:0pc;
}

div#block-right {
float:right;
margin:0pc;
}

div#contents {
padding-left:10px;
padding-right:10px;
}

/* --------------------------------------*/
/* トップ */
/* --------------------------------------*/
/* What's new*/
div#whats {
float:right;
width:335px;
margin:0pc;
}


.border01 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align:center;
	
}.border00 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align:center;
	
}


