/*----------------------------------------
    タグ全体に定義
----------------------------------------*/

BODY{
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;
	background-color: #6699CC;
	background-image: url(/image/1/wp_all.gif);
}


TH,TD{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;

	border-collapse: collapse;
	word-break: break-all;
	empty-cells: show;
}

INPUT{
	/* 背景・ボーダーを指定するとINPUTボタンも反応するので、SELECT・TEXTAREAとは別に定義 */ 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;
}

SELECT,TEXTAREA{
	margin: 2;
	padding: 2;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;

	background-color: #FFFFFF;
	border: solid #999999 1px;
}


#wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(/image/1/wp_all_top.jpg) top repeat-x;
}





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

.text_Ssize {	font-size: 11px;	line-height: 12px;	}
.text_SSsize {	font-size: 10px;	line-height: 11px;	}
.text_Lsize {	font-size: 15px;	line-height: 17px;	}
.text_LLsize {	font-size: 18px;	line-height: 20px;	}

.copyright {
	color: #999999;
	padding: 2px;
	letter-spacing: 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.errormessage{
	font-size: 12px;
	color: #FF0033;
}

.comment {
	font-size: 11px;
	color: #999999;
}

.prot_comment_text {
	color: #FF0000;
	font-size: 12px;
	line-height: 16px;
/*
	list-style-image: url(/images/icon_prot.gif);
	list-style-type: none;
*/
}

/*----------------------------------------
    リンク
----------------------------------------*/


A{
	color: #F30;
	text-decoration: underline;
}

A:hover, a:active {
	color: #FFF;
	background-color: #F30;
	text-decoration: none;
}




/*----------------------------------------
    フォーム
----------------------------------------*/

input.textinput_100{
	width:100px;
	height: 20px;
	margin: 2;
	padding: 2;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #999999 1px;
}

input.textinput_200{
	width:200px;
	height: 20px;
	margin: 2;
	padding: 2;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #999999 1px;
}

input.textinput_300{
	width:300px;
	height: 20px;
	margin: 2;
	padding: 2;
	color: #000000;
	background-color: #FFFFFF;
	border: solid #999999 1px;
}

input.button_50{	cursor: hand;	width: 50px;	height: 25px;	}
input.button_100{	cursor: hand;	width: 100px;	height: 25px;	}
input.button_200{	cursor: hand;	width: 200px;	height: 25px;	}

textarea.textarea_100{	height: 200px;	width: 100px;	}
textarea.textarea_200{	height: 200px;	width: 200px;	}
textarea.textarea_300{	height: 200px;	width: 300px;	}

select.select_100{	height: 20px;	width: 100px;	}
select.select_200{	height: 20px;	width: 200px;	}
select.select_300{	height: 20px;	width: 300px;	}

/*----------------------------------------
    テーブル
----------------------------------------*/

td.border_underline {
	padding: 5px;
	border-bottom: dotted #999999 1px;
}

td.border_underline_orange_head {
	padding: 5px;
	border-bottom: dotted #FF9933 1px;
	color: #666666;
	background-color: #FFFFCC;
}
td.border_underline_orange {
	padding: 5px;
	border-bottom: dotted #FF9933 1px;
}

td.space {
	padding: 5px;
}

table.table_100{	width: 100px;	}
table.table_200{	width: 200px;	}
table.table_300{	width: 300px;	}
table.table_400{	width: 400px;	}

/*----------------------------------------
    その他
----------------------------------------*/

.bg_no_repeat{
	background-repeat: no-repeat;
}

.point_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0033;
}

.text_emphasize {
	font-weight: bold;
	color: #336699;
}
