@charset "Shift_JIS";/* ---------------------------サイトスタイルリセット--------------------------- */* {	margin					: 0;	padding					: 0;	}	body {	color					: #000;	background-color		: #fff;	font-size				: small;	font-family				: Osaka, Verdana, Arial, sans-serif;	line-height				: 130%;	}img {	border					: none;	}h1, h2, h3, h4, h5, h6, p, address {	font-size				: 100%;	font-weight				: normal;	font-style				: normal;}p {	text-align				: left;	padding					: 0;	margin					: 0;}table,tr,td {	padding					: 0;	margin					: 0;}/* ---------------------------文字寄せ--------------------------- */.left {	text-align				:left;}.right {	text-align				:right;}.center {	text-align				:center;}/* ---------------------------文字の大きさ--------------------------- */.small {	font-size				:x-small;}.bigtext {	font-size				:1.25em;	font-weight				: bold;}.bigtext2 {	font-size				:1.2em;	font-weight				: nomal;}/* ---------------------------テキストカラー--------------------------- */.red {	color					:red;	background				:#ffe4e1;}.orange {	color					:#ff4c00;}.gray {	color					:#000000;}.b-gray {	background				:#c0c0c0;}.green {	color					:#33CC33;}.bgreen {	color					:#4c8e44;}/* ---------------------------打ち消し線--------------------------- */del {	color					:#ff4c00;}/* ---------------------------非表示--------------------------- */span.none{	display					:none;}/* ---------------------------サイト全体のリンク--------------------------- *//* 未訪問リンク */a {	text-decoration			:UNDERLINE;	color					:#000000;} /* マウスが乗ったとき */a:hover {	text-decoration			:UNDERLINE;	color					:#33CC33;} /* 未訪問リンク(アンダーラインなし) */a.noneline {	text-decoration			:none;	color					:#000000;} .green a {	color					:#33CC33;}/* ---------------------------コンテンツ背景色	background				:#336633;--------------------------- */#toppage {	background-image		:url(../img/back.gif);	background-repeat		:repeat;}#mainsite-categorypage {	background				:#ffddff;}/* ---------------------------コンテンツ背景色	background				:#336633;--------------------------- */#TOP{	display					:none;}