@charset "utf-8";

/* =====================================
	body
====================================== */
body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	text-decoration: none;
}
p {
	margin: 0.8em;
}
/* =====================================
	clearFix
====================================== */
.clearFix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/* =====================================
	hdWrap
====================================== */
#hdWrap {
	width: 100%;
	height: 56px;
	border-bottom: 4px solid #ff1a77;
	border-top: 14px solid #ff91a5;	
}
#hdArea {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#hdArea h1 {
	color: #ffffff;
	font-size: 0.85em;
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: 2px;
}
#hdArea img {
	padding-left: 10px;
}
#hdArea ul {
	position: absolute;
	top: 7px;
	right: 10px;
	list-style-type: none;
}
#hdArea ul li {
	float: left;
	margin: 0;
	color: #bbbbbb;	
	padding: 0 2px 0 2px;
	font-size: 10px;
}
#hdArea ul li a{
	text-decoration: none;
	color: #bbbbbb;	
	padding: 0 2px 0 2px;
}
#hdArea ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #ffbcc9;
	padding: 0 2px 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#hdArea ul li a.current {
	text-decoration: none;
	color: #ffffff;
	background-color: #ffbcc9;
	padding: 0 2px 0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* =====================================
	wrapper
====================================== */
#wrapper {
	width: 880px;
	margin: 0 auto;
	background-image: url(../images/wrapper_bg.gif);
}

/* =====================================
	header
====================================== */
#header {
	width: 860px;
	margin: 0 auto 20px auto;
}

#mainImg {
	margin: 0 auto;
	width: 820px;
	height: 280px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
 
#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}

/* navMenu */
#navMenu {
	list-style-type: none;
	width: 820px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	background: #ffb2b5;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#navMenu li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navMenu li a {
	display: block;
	margin: 0;
	padding: 8px 0 8px 0;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.0;
	text-decoration: none;
}
#navMenu li a.current {
	background: #ff91a5;
	color: #eff7b1;
}
#navMenu li:hover > a {
	background: #ff91a5;
	color: #eff7b1;
}
#navMenu > li:hover > a {
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#navMenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#navMenu li:last-child ul {
	left: -100%;
	width: 100%
}
#navMenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
#navMenu li ul li a {
	padding: 10px;
	background: #ff91a5;
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
}
#navMenu li:hover ul li {
	overflow: visible;
	height: 28px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#navMenu li:hover ul li:first-child {
	border-top: 0;
}
#navMenu li:hover ul li:last-child {
	border-bottom: 0;
}
#navMenu li:hover ul li:last-child a {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* mainImg */
#mainImg {
	margin: 0 auto;
	width: 820;
	height: 280px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}

/* subImg */
#subImg {
	margin: 0 auto;
	width: 820;
	height: 220px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#subImg img {
	position: relative;
	top: 0;
	left: 20px;
}

/* =====================================
	contents
====================================== */
#contents {
	width: 860px;
	padding-bottom: 30px;
}

/* =====================================
	main
====================================== */
#main {
	width: 580px;
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}
#main h2 {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	height: 26px;
	background: url(../images/h2_bg.gif) no-repeat;
}
#main #section {
	margin: 10px;
}
#section p a {
	color: #06f;
}
#section p a:hover {
	text-decoration: underline;
}
#main #section .homeImg {
	float: right;
	margin: 0 0 10px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 5px 0px #ddd;
	-moz-box-shadow: 1px 1px 5px 0px #ddd;
	box-shadow: 1px 1px 5px 0px #ddd;
}
#main h3 {
	border-left: 5px solid #c33;
	padding: 0 0 0 8px;
	margin: 30px 0 0 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
#main h4  {
	margin: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
}


/* =====================================
	side
====================================== */
#side {
	float: right;
	width: 220px;
}
#side .sideBox {
	width: 210px;
	padding: 5px;
	background-image: url(../images/border_bg_1.jpg) ;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#side #lesson,
#side #purpose {
	width: 190px;
	padding: 10px 10px 5px 10px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#side h3 {
	margin: 0 auto 10px;
	border-left: 4px solid #c33;
	padding-left: 10px;
	line-height: 1.4em;
	font-weight: normal;	
}
#side #purpose h3 {
	border-left: 4px solid #ea9e87;
}

#side #lesson ul,
#side #purpose ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 0.875em;
	line-height: 2.4em;
}
#side #lesson ul li {
	border-top: 1px dotted #ddd;
	background: url(../images/arrow_side.gif) no-repeat left;
}
#side #purpose ul li {
	border-top: 1px dotted #ddd;
	background: url(../images/arrow_side_2.gif) no-repeat left;
}

#side #lesson ul li.last,
#side #purpose ul li.last {
	border-bottom: 1px dotted #ddd;
}
#side #lesson ul li a,
#side #purpose ul li a {
	color: #000;
	padding-left: 15px;
}
#side #lesson ul li a:hover,
#side #purpose ul li a:hover {
	color: #ff1a77;
}
#side #lesson ul li a.current,
#side #purpose ul li a.current {
	color: #ff1a77;
}
#side .banner h3 {
	padding: 0;
	margin: 0 0 15px 0;
	border: none;
}
#side .banner h3 a img{
	border: 1px solid #ccc;
	padding: 4px;
}
#side .banner h3 a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/* =====================================
	footer
====================================== */
#footer {
	background-color: #ff91a5;
	color: #fff;
	margin-bottom: -10px;
}
#footerMenu {
	width: 860px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}
#footerMenu h4 {
	float: left;
	font-size: 0.9em;
	padding: 0 20px 0 50px;
	margin: 0;
	height: 70px;
	border-right: 1px dotted #fff;
}
#footerMenu ol {
	float: left;
	margin: 0;
	padding: 0 20px 0 15px;
	list-style-type: none;
	font-size: 0.875em;
}
#footerMenu ol li a {
	color: #fff;
}
#footerMenu ol li a:hover {
	color: #eff7b1;
}
#footer address {
	clear: both;
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 0.85em;
	padding-top:10px;
}

/*==========================================
 WebFont
===========================================*/
@font-face{ 
	font-family: 'FontIcon';
	src: url('../font/LigatureSymbols.eot');
	src: url('../font/LigatureSymbols.eot?#iefix') format('embedded-opentype'),
			 url('../font/LigatureSymbols.woff') format('woff'),
			 url('../font/LigatureSymbols.ttf') format('truetype'),
			 url('../font/LigatureSymbols.svg#LigatureSymbols') format('svg');
	src: url('../font/LigatureSymbols.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*==========================================
 pageTop
===========================================*/
#pageTop {
	position: fixed;
	bottom: 120px;
	right: 0;
}
#pageTop a {
	background: #ff91a5;
	text-decoration: none;
	color: #fff;
	width: 30px;
	padding: 5px 10px;
	text-align: center;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#pageTop a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#pageTop a:before {
	font-family: FontIcon;
	font-size: 3.0em;
	content: "\E135";
}