﻿@charset "utf-8";
/* CSS Document */

/*----------	基本設定	----------*/


body{
	background:url(../img/bg_img.jpg) #FFFFFF repeat-x;
	color:#000;
	height:100%;
	margin:0;
	font-size:85%
}

/*----------	各種設定	----------*/

address{
	background:#201116;
	color:#FFF;
	font-style: normal; 
	padding:5px;
	margin:0 auto;
	}