@charset "utf-8";
/* CSS Document */

html, body{
	font-size:12px;
	height: 100%;
	margin: 0;  
    padding: 0;  
    text-align: center;
}
body{
	background:#EFE9E3;
	color: 
	font-family: Arial, Helvetica, "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 100%;
	font-weight: normal;
	width:100%;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px;
}
h1{font-size: x-large;}
h2{font-size: large;}
h3{font-size: medium;}
h4{font-size: small;}
h5{font-size: x-small;}
h6{font-size: xx-small;}

table{
	border-collapse: collapse;
}
th{
	vertical-align: top;
}

p{margin: 0px; padding: 0px;}

a{
	color:#360;
	text-decoration: none;
}
a:visited{
	color:#360;
}
a:hover{
	color:#F00;
	text-decoration: underline;
}
a:active{
	color:#F00;
}
a:focus{
	outline:none;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;
}

ul,ol,li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.cl {
	display: inline-block;
}

div.cboth{
	clear:both;
}
