@charset "UTF-8";

/**
 * リセット処理
 */
body{
	text-align:left;
	color:#333333;
}
body,input,textarea,select,option,button{
	font-family:sans-serif;
	font-size:small;
	line-height:1.6em;
}
table{
	border-collapse:collapse;
}
td, th{
	empty-cells:show;
	vertical-align:top;
}
img{
	border:0px;
	vertical-align:bottom;
}
p{
	display:block;
	padding:0px;
}
div{
	display:block;
	padding:0px;
	margin:0px;
}
pre{
	font-family:monospace,sans-serif;
}
address{
	font-style:normal;
	text-decoration:none;
}
span{
	display:inline;
	padding:0px;
	margin:0px;
}
ul>li{
	list-style-type: disc;
}
ol>li{
	list-style-type: decimal;
}

a , a *{ cursor:pointer; }

p ,
address ,
pre ,
ul ,
ol ,
dl ,
blockquote{
	margin-top:1em;
	margin-bottom:1.5em;
	line-height:1.6em;
}

h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
	font-size:100%;
	padding:0px;
	margin-top:1em;
	margin-bottom:0.5em;
	line-height:1.6em;
}
h1{
	margin-top:1.5em;
	font-size:xx-large;
}
h2{
	margin-top:1.5em;
	font-size:x-large;
}
h3{
	font-size:108%;
	font-size:large;
}

/**
 * コンテンツ領域
 * div.contents が、テーマとコンテンツの領域の境界線となる。
 */
div.contents{
	display:block !important;
	text-align:left;
}


