@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 {
	border-collapse: collapse;
	border-spacing: 0;
}
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: h;
}
abbr, acronym {
	border: 0;
}
strong{
	font-weight: bold;
}
span.attention{
	color: #FF0000;
	font-weight: bold;
}
html{  
	overflow-y:scroll;
}
/* body and base setting
----------------------------------------- */
body{
	padding: 0px;
	margin: 0px;
	font-family: verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #261E1C;
	background-image: url(/common/img/global/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 88%;
}

body#contents{
	background-image: url(/common/contents/img/bg.gif);
	font-size: 85%;
}

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

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

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

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

/* general style
----------------------------------------- */
p {

}
img {
	vertical-align: bottom;
}
/* link style
----------------------------------------- */
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #D4A57D;
	text-decoration: none;
}
a:active {
	color: #FFF;
}

/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left {
	float: left;
	clear: both;
	margin-right: 15px;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
img.right {
	float: right;
	clear: both;
	margin-left: 15px;
}

