/* ------------------------------
 default
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,p,blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

/* ------------------------------
 全体設定
------------------------------ */
html {
	height: 100%;
}

BODY {
	background-color: #f3f3f3; *
	font-size: small; *
	font: x-small;
	color: #444444;
}

A:link {
	COLOR: #574e47;
	TEXT-DECORATION: underline;
}

A:visited {
	COLOR: #574e47;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #574e47;
	TEXT-DECORATION: none;
}

IMG {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BORDER-LEFT: 0px;
	BORDER-BOTTOM: 0px;
	MARGIN-BOTTOM: 20px;
}

IMG.space {
}

HR {
	CLEAR: both;
	BORDER-RIGHT: #73665e 0px solid;
	BORDER-TOP: #73665e 1px solid;
	MARGIN: 0px;
	OVERFLOW: hidden;
	BORDER-LEFT: #73665e 0px solid;
	BORDER-BOTTOM: #73665e 0px solid;
	HEIGHT: 1px;
}

h2 {
	color: #73665e;
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 2px 5px 3px;
	border-left: 4px solid #73665e;
	border-bottom: 1px solid #73665e;
}

h3 {
	font-size: 120%;
	margin: 2em 0 2em 0;
	letter-spacing: 0.1em;
	padding: 0.3em 0 0.3em 0.7em;
	border-bottom: 1px solid #CCCCCC;

}

h4,h5 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3 {
	color: #666;
	margin-bottom: 0;
}

table,th,td {
	font-size: 100%;
}

P {
	font-size: 90%;
	margin: 1em 1em;
	line-height: 200%
}

ul {
	font-size: 90%;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 10px;
}

/* ------------------------------
 class
------------------------------ */ 
table.normal {
    border:1px solid #000000;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    margin: 1em 0em;
}
.normal th{
    border:1px solid #000000;
    background-color:#cccccc;
    padding:0.3em 0.3em;
}
.normal td{
    border:1px solid #000000;
    padding:0.3em 0.3em;
	vertical-align:top;
}

table.layout{
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font: x-small;
}
.layout td{
    padding:1em 1em;
	vertical-align:top;
}


/* ------------------------------
 ID
------------------------------ */ 
/* バックグラウンド */
#background {
	border: none;
	background-position: center;
    width:100%;
    min-height:95%;
    text-align:center;
	BACKGROUND-COLOR: #CCC;
}

/* コンテナ */
#contents {
    text-align:center;
	width: 852px;
	min-height: 50%;
	display:block;
	margin: auto;
	border: 1px solid #000000;
	BACKGROUND-COLOR: #fff;
}

div#head {
	margin-bottom: 20px;
}


#head h1 {
	padding: 0.3em 1em 0.3em 1em;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #fff
}


div#main {
	padding-bottom: 30px;
    text-align:left;
    width:750px;
    margin:0px auto;
}

#footer {
	clear: left;
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
	color: white;
}
