﻿@charset "UTF-8";

/*Web Font*/
@font-face {
font-family: ‘flopdesign-kana';
src: url(‘../Font/FLOPFONT-free/flopdesign-kana.eot’);
src: url(‘../Font/FLOPFONT-free/flopdesign-kana.eot?#iefix’) format(‘embedded-opentype’),
url(‘../Font/FLOPFONT-free/flopdesign-kana.woff’) format(‘woff’),
url(‘../Font/FLOPFONT-free/flopdesign-kana.ttf’) format(‘truetype’);
}

/*IE8以下でHTML5を使用する。*/
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary	{
	display:block;
}

/*bodyページ全体の設定*/
body {
	background-color: #BDB76B;/*全体の背景色-----------------*/
	
	font-family:’flopdesign-kana’,’ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Pro’,’メイリオ’,Meiryo,’ＭＳ Ｐゴシック’,’MS P’,sans-serif ;
	font-size: 15px;
	line-height: 170%;
	color :darkSlategray;
	
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

img  {
	border: none;
	vertical-align: top;
}

/*IE--BRバグ回避*/
br	{
	letter-spacing:normal;
}

/*pタグ空白消去*/
p	{
	margin:0px;
	padding:0px;
}

/*普通のテキストリンク-----------------*/
a:link       {text-decoration:none;color:darkSlategray;} /*メニュー・テキストリンクの色*/
a:visited    {text-decoration:none;color:darkSlategray;} /*メニュー・訪問済みのリンクの色*/
a:active     {text-decoration:none;color:#CCCCCC;} /*メニュー・クリック時のリンクの色*/
a:hover      {text-decoration:none;color:#FF69B4;} /*メニュー・マウス上にカーソルがある時のリンク色*/

/*container 本体設定*/
#container	{
	width:880px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*header footerの設定*/
#header	{
	width:880px;
	height:200px;
	margin:0px;
	padding: 0px;
	position:relative;
	background-color:#FF69B4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none; 
		
	background-image:url(./header-ns.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#footer	{
	clear: both;
	width:880px;
	margin:0px;
	padding: 0px;
	position:relative;
	background-color:#1E90FF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
}

#header h1	{
	font-size: 12px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

#footer p	{
	font-size: 10px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-weight: bold;
}

#header img{
	border: 0px;
	height: 127px;
	width: 226px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-ms-transition: 500ms ease-in-out;
	-o-transition: 500ms ease-in-out;
	transition: 500ms ease-in-out;
}
#header img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*side の設定*/
#side{
	width:220px;
	margin: 0px;
	padding: 10px;
	font-weight:bold;
	vertical-align:top;
	background-color:#EEF0EF;    /*----背景色-----#EEF0EF*/
	position: relative;
/*	top: 0px;
	left:0px;*/
	float: left;
}

/*side の背景*/
#side-back{
	background-image:url(./001.gif);
	height: 780px;
}

/*sideのnav部分-----------------*/
#side-back a.midashi	{
	padding:15px 8px;
	background-color:#5F9EA0;     /*----背景色-----*/
	color:#ffffff;      /*----文字色-----*/
	font-weight:bold;     /*----太文字-----*/
	font-size:20px;     /*----文字サイズ-----*/
	text-align:center;
	display: block;
}

#side-back a:hover{
	background:#FFD700;
	color :darkSlategray;
	
}

/*toppage の設定*/
#toppage	{
	width: 640px;
	height: 800px;
	background: #EEF0EF;
	margin:0px;
	padding:0px;
	overflow-y: auto;
	-ms-overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	position: relative;
	float: right;
}

#top-back	{
	width: 630px;
	height: 780px;
	margin: 0px;
	padding: 0px;

	background-image:url(./Synat.nat.jpg);
	background-repeat: no-repeat;
}

#top-back h1	{
	margin: 10px 0px 0px 0px;
	padding: 10px;
}

#top-back p	{
	margin: 0px;
	padding: 10px;
}

#top-back a	{
	font-weight: bolder;
}

