@charset "Shift_JIS";/* ---------------------------サイトスタイルセット--------------------------- */* {	margin					: 0;	padding					: 0;	}	body {	color					: #000;	background-color		: #eeeeee;	font-size				: 12px;	font-family				: "ＭＳ Ｐゴシック",Osaka, Verdana, Arial, sans-serif;	line-height				: 130%;	margin-left				: 5%;	margin-right			: 5%;	}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 {	font-size				: 12px;	padding					: 0;	margin					: 0;}/* ---------------------------コンテンツ背景色--------------------------- */#toppage {	background				:#ffffff;	padding					: 5px;	width					:551px;}/* ---------------------------文字寄せ--------------------------- */.left {	text-align				:left;}.right {	text-align				:right;}.center {	text-align				:center;}/* ---------------------------文字の大きさ--------------------------- */.small {	font-size				:12px;}.bigtext {	font-size				:14px;	font-weight				: bold;}.bigtext2 {	font-size				:14px;	font-weight				: nomal;}/* ---------------------------テキストカラー--------------------------- */.red {	color					:red;	background				:#ffe4e1;}.orange {	color					:#ff4c00;}.gray {	color					:#000000;}.b-gray {	background				:#c0c0c0;}.green {	color					:#33CC33;}.bgreen {	color					:#4c8e44;}.white{	color					: white;}/* ---------------------------打ち消し線--------------------------- */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;}/* ---------------------------【メールフォーム】--------------------------- */#mailformtable{	background-color		: #ffffff;}hr.dotted{	border-bottom			:dotted #4c8e44 1px;	margin					:0;	padding					:0;	height					:0;}hr.solid{	border-bottom:solid #4c8e44 3px;	margin					:0;	padding					:0;	height					:0;}hr.double{	border-bottom:double #4c8e44 3px;	margin					:0;	padding					:0;	height					:3px;}input,select,textarea{	padding					:2px;	margin					:2px;}