@charset "UTF-8";

/*グローバルCSS [utf-8]*/

/* +++++++++++++++++ HTMLtag +++++++++++++++++ */

body {

	/*background:#fff url(../image/common/bg_body.gif) repeat;*/
	background-color:#fff9f1;
	font:small/130% 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	color: #3D1F0D;
	margin: 0px;
	padding: 0px;
	}
h2,h3,h4 {
	font-size: 1.1em;
	line-height: 100%;
	}
	
h6{
	font-size: 0.98em;
	line-height: 100%;
	}
div,p,ul {
	line-height: 130%;
	text-align:left;
	}
hr {
	display:none;
	}
	h1 {
	margin:0px;
	padding:20px 0px 10px 12px;
		font-size: 1.4em;
	line-height: 100%;
	}
h2,h3,h4,h5,h6,p,div,ul,li,form,dl,dt,dd {
	margin:0px;
	padding:0px;
	}
ul {
	list-style-type:none;
	}
a:link {
	color: #007B4A;
	text-decoration: none;
	}
a:visited {
	color: #007B4A;
	text-decoration: none;
	}
a:hover {
	color: #C30;
	text-decoration: none;
	}
a:active {
	color: #C30;
	text-decoration: none;
	}
img {
	border:0px;
	}

/* +++++++++++++++++ custom class +++++++++++++++++ */

.clear {
	height:1px;
	font-size:1px;
	clear:both;
	}
.text-hidden {
	text-indent:-9999px;
	}
.text-center {
	text-align:center;
	}
.text-right {
	text-align:right;

	}