@charset "Shift_JIS";
/*common css*/

html {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin-top: 0;margin-right: 0;margin-bottom: 0;margin-left: 0;padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;list-style-type: none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var,i {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight: inherit;}
input,textarea,select {*font-size:100%;}
legend {color:#000;}

body { font:13px/1.231 Meiryo,arial,helvetica,clean,sans-serif; *font-size:small; *font:x-small;}
table {font-size: inherit; font-size: 100%;}
pre,cpde,kbd,samp,tt {font-family: monospace; *font-size:108%; line-height: 100%;}

/*--basic style--*/
body {
	padding:0;
	margin: 0;
	font-size: 12px;
	font-family:"Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color:#000;
	float:left;
}

form option {font-size: 12px;}

a img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

a {color:#194dcf; text-decoration : none; }
a:link { color : #194dcf; }
a:visited { color: #194dcf; text-decoration : none; }
a:hover { color:#194dcf; text-decoration : underline; }
a:active { color: #194dcf; text-decoration : none; }


/*▼ 2009/04/22 rc.noda add ▼*/
/***** メッセージが長い場合の折り返し処理 *****/
.wordbreak {
	font-family:"Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
/*▲ 2009/04/22 rc.noda add ▲*/


/****** エラー ******/
p.error{
color:#e60012;
font-weight:bold;
margin-top:5px;
clear:both;
}

div.error {
color:#e60012;
font-weight:bold;
margin-top:5px;
clear:both;
}

span.error {
color:#e60012;
font-weight:bold;
margin-top:5px;
clear:both;
}

/*共通フォントサイズ
------------------------------------------------------*/
.font_10 { font-size:10px; }
.font_11 { font-size:11px; }
.font_12 { font-size:12px; }
.font_13 { font-size:13px; }
.font_14 { font-size:14px; }
.font_15 { font-size:15px; }
.font_16 { font-size:16px; }
.font_17 { font-size:17px; }
.font_18 { font-size:18px; }
.font_19 { font-size:19px; }
.font_20 { font-size:20px; }
.font_21 { font-size:21px; }
.font_22 { font-size:22px; }
.font_23 { font-size:23px; }
.font_24 { font-size:24px; }
/*------------------------------------------------------*/
