@charset "EUC-JP";

/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Contents
  ++++++++++++++++++++ */
  
  /* Reset
---------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	color: #400;
	font-size: 11px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "MS P¥´¥·¥Ã¥¯", sans-serif;
	font-weight: normal;
}


/* Global Settings
---------------------------------------------------------------------------------------- */
body {
	color: #512929;
	background-color: #FFF;
}
img {
	border: 0;
}
p {
	margin-bottom: 1.5em;
}
a,
a:visited {
/*	color: #512929; */
	color: #000;
	text-decoration: none;
}
a:active,
a:hover {
	color: #512828;
/*	color: #8333AC; */
	text-decoration: none;
}
table {
	border: 0;
}
strong {
	font-weight: bold;
}
ul {
	list-style: none;
}
.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.hiddentext {
	display: none;
}
.msg {
	color: #ED1C24;
}
.text_s {
	font-size: 90%;
}
.text_ss {
	font-size: 80%;
}


/* Layout
---------------------------------------------------------------------------------------- */
#wrapper_index {
	width: 800px !Important;
	width: 900px;
	padding: 150px 50px 0;
}
#wrapper {
	width: 800px !Important;
	width: 900px;
	padding: 50px;
	background: transparent url(../img/background.gif) no-repeat;
}

#contents {
	width: 800px;
}
#navigation {
	width: 350px !important;
	width: 404px;
	padding-right: 54px;
	float: left;
}
#main {
	width: 336px !important;
	width: 396px;
	padding-left: 58px;
	float: right;
	text-align: left;
}

/* Contents
-------------------------------------------------------- */
.select_language {
	width: 800px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
#footer {
	width: 800px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}

