@charset "Shift_JIS";

/*------------------------------------------------------------------
CSS Information

 File Name:      base.css
 Author:         Fumitomo Amamiya - Macaya
 Style Info:     デフォルトのスタイル調整 基本リンクカラー設定
------------------------------------------------------------------*/

/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/

body {
	background: url(../images/bg.jpg) repeat-x;
	color: #333333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

select,
input,
textarea {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

li {
	list-style-type: none;
}

hr,
legend {
	display: none;
}

caption {
	display: none;
}

p {
	margin-bottom: 1em;
}

/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a:link {
	color: #0066FF;
	text-decoration: underline;
}

a:visited {
	color: #0066FF;
	text-decoration: underline;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}