﻿@charset "utf-8";

/*//////////////////////////////////////////////////

Title : common.css

For   : common uses


Copyright (C)2008 Grand Marche Co., Ltd. All rights reserved.

//////////////////////////////////////////////////*/
/*--------------------------
	commons
--------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,form,input,fieldset,ul,ol,li,dl,dt,dd  {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #cccccc;
}
h1,h2,h3,h4,h5,h6,th,address,strong,em  {
	font-weight: normal;
	font-style: normal;
}
ul,ol  {
	list-style: none;
}
table  {
	border-collapse: collapse;
}
th,td  {
	text-align: left;
	vertical-align: top;
}

/*--------------------------
	spacer 
--------------------------*/
.spacer5 {
	margin-top: 5px;
}
.spacer10 {
	margin-top: 10px;
}
.spacer20 {
	margin-top: 20px;
}
.spacer30 {
	margin-top: 30px;
}
.spacer50 {
	margin-top: 50px;
}
.spacer100 {
	margin-top: 100px;
}
/*--------------------------
	リンク色の初期値 
--------------------------*/
img { border: none;}
.linkA a:link { text-decoration: none; color:#039; }
.linkA a:visited { text-decoration: none; color:#039; }
.linkA a:hover { text-decoration: none; color:#f60; }
.linkA a:active { text-decoration: none; color:#039; }
.linkA a[name]:hover { text-decoration: none;color:#000000;}

.linkB a:link { text-decoration: none; color:#000; }
.linkB a:visited { text-decoration: none; color:#000; }
.linkB a:hover { text-decoration: none; color:#f60; }
.linkB a:active { text-decoration: none; color:#039; }
.linkB a[name]:hover { text-decoration: none;color:#819623;}

.linkC a:link { text-decoration: none; color:#093488; }
.linkC a:visited { text-decoration: none; color:#093488; }
.linkC a:hover { text-decoration: underline; color:#99cc00; }
.linkC a:active { text-decoration: underline; color:#99cc00; }
.linkC a[name]:hover { text-decoration: underline;color:#819623;}

a:link { text-decoration: none; color:#093488; }
a:visited { text-decoration: none; color:#093488; }
a:hover { text-decoration: none; color:#093488; }
a:active { text-decoration: none; color:#093488; }
a[name]:hover { text-decoration: none; color:#093488; }

/*--------------------------
	クリアー
--------------------------*/
 
.clear  {
	clear: both;
}
