@charset 'UTF-8';


/* RESET */
html, body,
div,
ul, ol, li,
dl, dt, dd,
table, tr, td, th,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote, fieldset,
form, input, button, textarea {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
pre, code, address, caption, cite, code,
em, strong, th {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
}

ul, ol, li {
	list-style: none;
}

fieldset, img {
	border: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td {
	vertical-align: top;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

button {
	background-color: transparent;
	text-decoration: none;
}

label {
	cursor: pointer;
}

/* IEPNGFIX */
img { behavior: url(lib/iepngfix.htc); }


/* ELEMENT */
body {
	clear: both;
	background: #fff url("images/back.gif") repeat 0 0;
	text-align: center;
	color: #736357;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	font-family :
	Meiryo,
	'メイリオ',
	'ＭＳ Ｐゴシック',
	"MS P Gothic",
	sans-serif;
}

body div {
	text-align: left;
}

a {
	color:  #77A99C;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/*a:link, a:visited, a:active {
	text-decoration: none;
}*/

a:active,
a:focus {
	outline:none;
}

a:hover {
	color:  #57897C;
	text-decoration: underline;
	cursor: pointer;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* Default Class */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: right;
}

.image-left {
	float: left;
	padding: 0 10px 10px 0;
}

.image-right {
	float: right;
	padding: 0 10px 0 10px;
}

.clear {
	clear: both;
}

.display-none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.red {
	color: #c7003b;
}

.strong,
.bold {
	font-weight: bold;
}

.tipped {
	color: #aaa;
}

/* <a href="#" class="tooltip">Tooltip<span>This is the crazy little Easy Tooltip Text.</span></a> */
a.tooltip span {
	display: none;
	padding: 5px;
	margin-left: 8px;
	width: 130px;
}

a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #6c6c6c;
}

img.thumbnail150 {
	max-width: 150px;
	max-height: 150px;
}

/*
* html body img.thumbnail150 {
	width: expression(this.width >= this.height ? "150px" : "auto");
	height: expression(this.width <= this.height ? "150px" : "auto");
}

*+html body img.thumbnail150 {
	width: expression(this.width >= this.height ? "150px" : "auto");
	height: expression(this.width <= this.height ? "150px" : "auto");
}*/

