﻿@charset "UTF-8";

body {
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
	font-family: 'Noticia Text', serif;
	position: relative;
}




.fclear{
	clear: both;
}

#container{
overflow:hidden;

}

#main{
	margin:0 0 0 250px;
	min-height: 400px;
	padding: 100px 0 0;
}

h1{
	color: #FFFFFF;
	text-align: center;
	margin: 0px auto 90px;
	padding: 50px 0 0 0;
	font-size: 30px;
	font-family: 'Felipa', cursive;
}

ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: 'Felipa', cursive;
}

li{
	text-align: center;;
}

li a{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

li a:hover{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #B163A3;
	opacity: 0.5;
}

li .carrent{
	display: inline-block;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}

nav{
	width :250px;
	float:left;
	margin: 100px auto 0;
	font-family: 'Felipa', cursive;
}

nav li{
	font-size: 20px;
	margin: 10px 42px;
	width: 180px;
	height:60px;
	line-height:3em;
}

nav li a{
	width: 180px;
	height:60px;
}

nav li .carrent{
	width: 180px;
	height:60px;
}

.sumbox{
	width:240px;
	height:170px;
	margin: 0px 20px 20px;
	float: left;
	border: 1px solid #FFFFFF;
	padding: 20px;
}

.sumbox img{
	margin-bottom: 7px;
}

.sumbox a {
	color: #FFFFFF;
	text-decoration: none;
}

.sumbox a:hover{
	opacity: 0.5;
}

#child {
	width : 450px;
	margin: 0 auto;
	/*float: left;*/
	/*position: relative;*/
	/*left: 50%;*/
}

#child li{
	font-size: 18px;
	float: left;
	width: 160px;
	height:54px;
	line-height: 3em;
	margin: 10px 32px;
	/*position: relative;*/
	/*left: -50%;*/
}

#child li a{
	width: 160px;
	height:54px;
}

#child li a:hover{
	opacity: 0.5;
}

#child li .carrent{
	width: 160px;
	height:54px;
}

#child1{
	margin:100px 0 0 250px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left:0;
	min-height: 480px;
}

#child2{
	margin:100px 0 0 250px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0;
	min-height: 480px;
}

#footer {
/*	border-top: 1px solid #ffffff;*/
	height:30px;
	width:100%;
	margin:50px auto;
	padding: 10px 0 0 0;
/*	background-color: #ffffff;*/
/*	opacity: 0.5;*/
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	font-family: 'Felipa', cursive;
/*	position: absolute;
	bottom: 0;*/
}

.footer {
/*	border-top: 1px solid #ffffff;*/
/*	height:30px;*/
	width:100%;
	margin:40px auto 0;
	padding: 10px 0 0 0;
/*	background-color: #ffffff;*/
/*		opacity: 0.5;*/
	text-align: center;
	font-size: 11px;
	line-height:2em;
	color: #FFFFFF;
	font-family: 'Felipa', cursive;
/*	position: absolute;
	bottom: 0;*/
}



