@charset "UTF-8";

/*==================================================
	Site name : NICHIBAN
	Modified  : Jul. 3, 2010
	Directory : /shared/css/
==================================================*/
h1 {
	font-size: 138.5%;/* 18px */
}
h2 {
	font-size: 123.1%;/* 16px */
}
h3 {
	font-size: 108%;/* 14px */
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight: bold;
}
optgroup {
	font-weight: normal;
}
abbr, acronym {
	border-bottom: 0;
	cursor: help;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left: 1em;
}
table {
	border: 1px solid #000;
}
th, td {
	border: 1px solid #000;
	padding: .5em .8em .4em .7em;
}
th span, td span {
	font-size: 93%;
}
th {
	font-weight: bold;
	text-align: center;
}
caption {
	margin-bottom: .5em;
	text-align: center;
}
sup {
	vertical-align: text-top;
	line-height: 1;
}
sub {
	vertical-align: text-bottom;
	line-height: 1;
}
/* for Opera */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding: 2px;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}

/*	Common class
==================================================*/
.column, .block {
	float: left;
	display: inline;
}
.right {
	float: right;
}
.photo img {
	border: 1px solid #888;
}
.print {
}
.clear {
	clear: both;
}


