/*-- < 個別CSS > --*/

.main {
	margin: 10px;
	background-image: url('jacket.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
}

h1	{
	text-indent: 10px;
	font-size: 160%;
	border-bottom: 4px solid #F9AC8A;
}

h2	{
	margin: 20px 200px 0px 0px;
	font-size: 120%;
	border-bottom: 1px solid #F9AC8A;
}

.orange	{
	color: #F9AC8A;
}

.rallydet	{
	margin: 5px 10px 10px 30px;
}

table.circleinfo	{
	margin: 10px;
}

table.circleinfo thead td	{
	font-weight: 800;
	background-color: #FECFB9;
	text-align: center;
}

table.circleinfo td	{
	padding: 1px 7px;
	vertical-align: top;
}

table.circleinfo .bg1 td	{
	background-color: #ffffff;
}

table.circleinfo .bg2 td	{
	background-color: #FEEEE7;
}

.back	{
	text-align: center;
	margin: 10px;
}

/*-- < 個別CSSここまで > --*/



/*-- < 以下基本CSS > --*/

/*-- < デフォルト > --*/

*	{
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font-style:normal;
	font-size: 100%;
}

img {
	vertical-align: bottom;
	margin:0px 1px;
    border:none;
}

body {
	font-size:83%;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
    background-color: #FFFFFF;
}

a {
    color: #3333AA;
    text-decoration:underline;
}

a:visited	{
	color:#993399;
}

a:hover {
    color:#BB5555;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6	{
    text-align:left;
}

hr	{
}

dl	{
}

dt	{
	font-weight:bold;
}

dd	{
	margin-left:25px;
}

/*-- < デフォルト ここまで > --*/


/*-- < 一般レイアウト > --*/

.lv1	{
	margin-left: 10px;
}

.lv2	{
	margin-left: 20px;
}

.lv3	{
	margin-left: 30px;
}

.white {
  color: #FFFFFF;
}

.red {
  color: #FF0000;
  font-weight:500;
}

.relative	{
	position: relative;
}

.clear	{
    clear:both;
}

.f_left	{
	float: left;
}

.f_right	{
	float: right;
}

.left {
  text-align: left;
}

.center	{
    text-align:center;
}

.right {
  text-align: right;
}

.margintop1 {
  margin-top: 10px;
}

.margintop2 {
  margin-top: 20px;
}

.margintop3 {
  margin-top: 30px;
}

.margintop5 {
  margin-top: 50px;
}

.marginbottom1 {
  margin-bottom: 10px;
}

.marginbottom2 {
  margin-bottom: 20px;
}

.marginbottom3 {
  margin-bottom: 30px;
}

.marginboth {
  margin: 15px 0px;
}

.marginleft1 {
  margin-left: 10px;
}

.marginleft2 {
  margin-left: 20px;
}

.marginright1 {
  margin-right: 10px;
}

.middle	{
	vertical-align: middle;
}

.top	{
	vertical-align: top;
}

/*-- < 一般レイアウトここまで > --*/



