@charset "UTF-8";

* {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo',
		'メイリオ', 'Arial', sans-serif;
	font-style: normal;
	line-height: 1.1;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	word-wrap: break-word;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-size: medium;
}

@media screen {
	* html body {
		behavior: url('/common/css/csshover2.htc');
	}
}

* a,form * {
	
}

.ll {
	font-size: xx-large;
}

.l {
	font-size: large;
}

.m {
	font-size: medium;
}

.s {
	font-size: small;
}

.ss *,.ss {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo',
		'メイリオ', 'Verdana', sans-serif;
	font-size: x-small;
	margin-top: 5px;
}

.center {
	text-align: center;
}

.red {
	color: #f00;
}

.blue {
	color: #1e0488;
}

.gray {
	color: #666;
}

.bold {
	font-weight: bold;
}

a {
	overflow: hidden;
}

hr {
	display: none;
}

ul {
	list-style: none;
	list-style-position: outside;
}

ol {
	margin-left: 2em;
}

li,li *,dt,dt *,dd,dd * {
	word-break: normal;
	word-wrap: normal;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

input,select,option,textarea {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Arial',
		sans-serif;
	line-height: 1;
	padding: 2px;
}

input.text {
	padding: 1px 2px 1px 2px;
}

span,em,br,a {
	font-weight: inheit;
}

strong {
	font-weight: normal;
}

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

caption,th {
	text-align: left;
}