﻿/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#003366;text-decoration:underline}
A:visited { color: #003366;text-decoration:underline}
A:hover   { color: #006600;text-decoration:none}
A:active  { color: #0000FF;text-decoration:none}

/* Hタグ文字設定 */
h1 {
	font-size: 10px;
 margin: 0;
} 

/* ↓サイト毎の設定は以下に記載↓ */
body {
	background-image: url(images/share/background.jpg);
	margin: 0px;
	color: #333333;
} 

.form_table{
font-size:12px;
color:#FF6600;
}

.form_table td{
border-bottom:1px dashed #999; 
}

.line{
border-left:1px dashed #999;
}

.caption{
font-size:10px;
color:#999;
}

.company_bt{
border-bottom:1px dashed #CCCCCC; 
border-top:1px dashed #CCCCCC; 
}

.company_line{
border-bottom:1px dashed #999999; 
}

.company_line02{
border-bottom:1px dashed #CCCCCC; 
}