@charset "UTF-8";

body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}

body {
	background: #fff;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size:85%; 
	line-height:160%; 
}

p {
	margin-bottom: 1em;
	text-align:justify; text-justify:inter-ideograph;
}

p.small {
	font-size:90%; 
	margin: 0.5em;
}

img {
	border-style:none;
}

#logo {
	display: block;
	padding: 20px;
	margin: 0 auto;
	width: 780px;
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

.content {
	background: #fff;
	padding: 10px 60px 30px;
	margin: 0 auto 30px;
	width: 680px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#page-top {
	text-align: right;
	margin-top: 20px;
}
#page-top a {
	color:#666;
	text-decoration: none;
}
#page-top a:hover {
	text-decoration: underline;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
.content a {
	color:#0080B0;
	text-decoration:underline;
}

.content a:hover {
	color:#0080B0;
	text-decoration:none;
}

.content h2 {
	margin:45px 0 10px 0;
	font-weight:bold;
	font-size:18px;
	border-bottom:2px solid #f69;
}

.content ul {
	margin:2em 0 1.5em 30px;
	padding:0;
}

.content ul li,
.content ol li {
	margin: 0.5em 0;
}

/* ========CUSTOMIZE======== */

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.center {
	margin: 0 auto; 
	text-align: center; 
}

.right {
	float: right; 
	clear: both; 
	margin: 0 0 15px 15px; 
}

.left {
	float: left; 
	margin: 0 15px 15px 0; 
}

.clear {
	clear: both; 
}

.learnbox {
	width: 300px
}

