/* 共通 */
body {
	font-family:"Verdana", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#000;
	background:#fff;
	margin:0;
	padding:0;
}

body, table {
	font-size:small;
	line-height:125%;
}

p, dd, li {
	font-size:small;
	line-height:150%;
}

img {
	border:0;
}

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

ul, ol {
	margin-left:1.75em;
	padding-left:0;
}

address {
	font-style:normal;
}

hr {
	display:none;
}

sup {
	font-size:smaller;
	line-height:125%;
}

/* 入力エリア for Mac */
input, textarea, select, option {
	font-family:Osaka;
}

/* 部品 */
.clsMono {
	font-family:monospace;
}

.clsPageA, .clsClear, .clsClearL, .clsClearR {
	font-size:1px;
	line-height:1px;
	height:1px;
	position:relative;
	top:-1px;
}

.clsClear {
	clear:left;
	clear:right;
	clear:both;
}

.clsClearL {
	clear:left;
}

.clsClearR {
	clear:right;
}

.clsHidden {
	display:none;
}

.clsIcon, .clsIconL, .clsIconR {
	vertical-align:middle;
}

.clsIconL {
	margin-right:4px;
}

.clsIconR {
	margin-left:4px;
}

ul.clsMenu {
	font-size:small;
	line-height:125%;
	margin:0;
	padding-left:0;
	list-style:none;
}

#idsNaviTop, #idsNaviBottom, #idsNaviMenu, #idsNaviContent {
	display:none;
}

.clsAlt {
	display:none;
}

.clsCellR {
	display:block;
	text-align:right;
}

.clsCellC {
	display:block;
	text-align:center;
}

.clsWarning {
	color:red;
}

.clsRemark {
	background-color:#FFFFCC;
}

/* 部品：ボーダー */
.clsBorder {
	display:block;
	background-repeat:repeat-y;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 1px;
}

.clsBorderT {
	display:block;
	background-repeat:no-repeat;
	padding-top:1px;
}

.clsBorderB {
	display:block;
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:1px;
}

/* コンテンツ */
.clsContent h3, .clsContent p, .clsContent ul, .clsContent dl, .clsContent form {
	margin-top:1em;
	margin-bottom:1em;
}
