@charset "utf-8";
/* css document */

* {
	margin:0;
	padding:0;
	outline:0;
}

/*document-reset*/
body {
	font-family: Arial,sans-serif;
	color: #727272;
	font-size: 12px;
}
a {
	text-decoration: none;
	border: none;
	color: #1f5d8a;
}

a:hover {
	text-decoration: underline;
}

table, img {
	border: none;
}

.hidden {
	position:absolute;
	left:-9000px;
	top:0;
}
.clear {
	clear:both;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:visited {
	border: 0;
}
#nav a img{
	border: none;
}


/*font-reset*/

h1 {
	font-size:2.0em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.5em;
}
h5 {
	font-size:1.4em;
}
h6 {
	font-size:1.3em;
}

h1,h2,h3,h4,h5,h6,ul,ol,li{
	margin-bottom:0.5em;
}

hr {
	height:1px;
	line-height:1px;
	color:#666366;
	background:#666366;
	border:none;
}

/*CONTENT RESET*/

#content-sidebar-wrap {
}

#content-sidebar-wrap p, .content-sidebar-wrap ul{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

.content-sidebar-wrap ul,
.content-sidebar-wrap ol {
	margin-left: 0;
}
	.content-sidebar-wrap ul li{
		list-style: none;
		padding-left: 20px;
	}

.content table {
	border:1px solid #CCCCCC;
	border-bottom:none;
	border-right:none;
	border-collapse: collapse;
	background:#fdfcfa
}

.content td {
	padding:5px;
	border:1px solid #CCCCCC;
}
