/*** 基本タグ設定 ***/
h1{
	font-size:2.5em;
}
h2{
	font-size:2em;
}
h3{
	font-size:1.5em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1.1em;
}
table {
	border:solid 1px #3E63EC;
	margin-right:auto;
	margin-left:auto;
}
td, th {
	border:solid 1px #3E63EC;
}
blockquote {
	margin-left:1em;
}


.contents {
	width:600px;
	background-color: #FFFFFF;
	margin-left: auto;		/* 中央揃え */
	margin-right: auto;		/* 中央揃え */
	padding: 1em 1em 1em 1em;
}

/** 2004.05.30 Ryusei 修正
.textLeft を外す。つまり、指定タグ要素以外は、親要素の属性を継承する **/

.textLeft p, .textLeft ul, .textLeft ol, .textLeft blockquote {
	text-align: left;
}

ul {
	list-style-image: url('./images/orange_flower_icon.gif');
}

body {
	text-align:center;
}

dl {
	text-align: left;
}
dt {
	text-decoration: underline;
}
dd {
	margin-bottom: 0.5em
}