﻿@charset "utf-8";
/*
information{
	ファイル名 : /common/css/init.css;
	概要 : ブラウザ独自のスタイルの初期化を行っています;
}
index {
	1.ブラウザ独自のスタイルの初期化
}
*/


/* -----------------------------*/
/* 1.ブラウザ独自のスタイルの初期化 */
/* -----------------------------*/
* {
	margin:0;
	padding:0;
}
a img {
	border:0px;
}
a {
	color:#0000bb;
	font-decoration:underline;
}
a:visited {
	color:#82045c;
}
a:hover,
a:active {
	color:#398722;
}
noscript {
	font-weight:bold;
}

