@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: ”;
}
abbr, acronym {
	border: 0;
}

p:after,
ul:after,
dl:after,
div:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

/* body and base setting
----------------------------------------- */
body#home {
	padding: 0px;
	margin: 0px auto;
	font-family:  verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #3D2B01;
	text-align: center;
	background-color: #FDFFF7;
	background-image: url(../img/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 14px;
	letter-spacing: 0.05em;
}

body#contents {
	padding: 0px;
	margin: 0px auto;
	font-family:  verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #3D2B01;
	text-align: center;
	background-color: #FDFFF7;
	background-image: url(../img/contents_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* for IE6 */
* html body{
  font-size: 88%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* for IE7 */
*:first-child+html body{
  font-size: 88%;
}

/* general style
----------------------------------------- */
p {
}
img {
	vertical-align: bottom;
}
/* link style
----------------------------------------- */
a:link {
	color: #FF9933;
	text-decoration: underline;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #7FAA50;
	text-decoration: none;
}
a:active {
	color: #7FAA50;
}
/* layout parts
----------------------------------------- */
.none {
	clear: none;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
img.left {
	float: left;
	margin-right: 15px;
	/*margin-bottom: 15px;*/
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
img.right {
	float: right;
	padding-top: 5px;
	margin-left: 10px;
	/*margin-bottom: 15px;*/
}
span.attention {
	color: #E50000;
}
span.check {
	font-size: 18px;
	font-weight: 800;
	background: #FA9D1C;
	padding: 5px;
}
td.small {
	font-size: 84%;
	*font-size: 80%;
}