@charset "utf-8";

/* ----------------------------------------------------------

Created : 2008,09/16
Copyright (C) Trans New Technology, Inc. All right reserved.

---------------------------------------------------------- */


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
	font-size:100%;
}
 html, {
 overflow-y: scroll;
}

html,
body {
	height: 100%;
}

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;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align:left;
}

:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,
q:after {
	content:'';
}

abbr,
acronym {
	border:0;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:
 Meiryo,  "メイリオ",  "ＭＳ Ｐゴシック",  Osaka,  Arial,  Verdana,  Helvetica,  sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

*:first-child+html body {
	font-family:
 Meiryo,  "メイリオ",  Arial,  Verdana,  Osaka,  "MS P Gothic",  "ＭＳ Ｐゴシック",
}

* html body {
	font-family:
 Meiryo,  "メイリオ",  Arial,  Verdana,  Osaka,  "MS P Gothic",  "ＭＳ Ｐゴシック",
}

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

a:hover,
a:active {
	text-decoration: underline;
}

table {
	width: 100%;
	overflow: auto;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th {
	font-weight: bold;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

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

textarea {
	font-family: "ＭＳ ゴシック", monospace;
}


label {
	margin-bottom: 0.5em;
	cursor: pointer;
}

address {
	font-style: normal;
}

img,
object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

em {
	font-style: normal;
}
.strong {
	font-weight: bold;
}

/*													基本クラス

--------------------------------------------------------------- */

.no-margin {
	margin: 0;
	padding: 0;
}

.none {
	display: none;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fontsize-big {
	font-size: 130%;
}

.fontsize-small {
	font-size: 90%;
	line-height: 1em;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.paragraph {
	padding-left: 10px;
}
.red {
	font-size: larger;
	font-weight: bold;
	color: #FF0066;
	line-height: 2em;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}

.clearfix {
	display:block;
}

/* end MacIE5 */
