@charset "utf-8";
/* CSS Document */


/* ========初期化設定======== */
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
html{
    height:100%;
}

body {
	background:#fdc6e9;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	margin:0 auto;
    padding:0;
}

a {
	color: #0066ff;
}

a:visited {
	color: #0066ff;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: underline;
}

a img{
	border:none;
}

.thankslink a{
	color: #0099FF;
	text-decoration:underline;
}
.thankslink a:hover{
	color: #990000;
	text-decoration: none;
}
.osu a:hover {
	position:relative;
	top:1px;
	left:1px;
	
}
h1,h2,h3,h4,h5,h6 {
   margin:0;
}

img{
	border:0;
}
img.w100p {
	width:100%;
}
hr{
  	border-top:solid 1px #999999;
	width:94%;
	height:1px;
	margin-top:30px;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 
dl dt{
	font-weight:bold;
}
dd {
	margin-bottom:30px;
}
/* ======== 全体 ======== */

.clear {
	clear:both;
}
.imgl {
	float:left;
	margin:0 10px 10px 30px;
}
.imgr {
	float:right;
	margin:10px;
}
.imgr2 {
	float:right;
	margin:0 0 10px 10px;
}
hr .footer {
	border-top:solid 1px #999999;
	width:95%;
}


/* ========全体レイアウト======== */
#wrapper {
	width:900px;
	background:url("../images/bg_wrapper.png") 0 0 repeat-y;
	text-align:center;
	margin:0 auto;
	position:relative;
	bottom:0;
	padding-bottom:100px;
}

#container {
	background:#fff;
	margin:0 25px;
	text-align:left;
	padding:20px 0;
	width:94%;
}

#header {
	width:900px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}

#nav {
	width:100%;
	float:left;
    background:#fff url("../images/menu_bg.jpg") 0 0 repeat-x;
	position:relative;
	top:0;
}

#contents {
	float:left;
}

#main {
	width:100%;
	float:left;
}

#side {
	width:26%;
	float:left;
	margin-left:2%;
}


#footerlink {
	position:relative;
	top:15px;
	padding:0 100px;
}

#footer {
	width:900px;
	height:40px;
	background:#000;
	margin:0 auto;
	position:absolute;
    bottom:0px;
	left:7px;
	border-top:4px solid #666;
}



/* ========ヘッダー======== */
#header {
}

#headlink {
margin:0;
}

#headlink ul {
	font-size:80%;
	float:right;
	margin:0;
color:#fff;
}
#headlink li {
	list-style:none;
	float:right;
	margin-left:10px;
	color:#fff;

}

#headlink li a {
	color:#fff;
	text-decoration:none;
}




/* ========MENU CUSTOMIZE======== */
div#nav ul {
   width:800px;
   margin:0 auto;
   padding:0;
}

div#nav li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
   font-weight:bold;
}

div#nav li a{
   display:block;
   width:132px;
   color:#5A5132;
   line-height:30px;
   border-right:1px solid #D8D8D8;
   font-weight:bold;
}

div#nav li.home a {
   border-left:1px solid #D8D8D8;
}

div#nav li a:hover {
   color:#FF6600;
   text-decoration:none;
   background:#fff url("../images/menu_bg.jpg") 0 -30px repeat-x;
   z-index:100;
}




/* ========本文======== */

h2 {
		font-weight:bold;
	font-size:1.8rem;
	color:#000;
	text-align:left;
	background:#fff;
	padding:10px;
}

h3 {
	font-weight:bold;
	font-size:1.5rem;
	color:#fff;
	text-align:left;
	background:#666;
	padding:10px;
}

h4 {
	font-size:2rem;
}


p {
	margin:20px 25px;
	line-height:160%;
	font-size:1rem;
}
a {
	color:#fff;
	text-decoration:none;
}
a.buttoncss {
	background:#009;
	padding:30px 30px;
	color:#fff;
	border-radius: 10px;		/* CSS3草案 */
   -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
   -moz-border-radius: 10px;	/* Firefox用 */
   font-size:1.6rem;
   font-weight:bold;
   margin:30px auto;
   text-align:center;
}
a:hover.buttoncss   {
	position:relative;
	top:1px;
	right:1px;
	text-decoration:none;
}
a.buttoncssb {
	background:#C03;
	padding:30px 30px;
	color:#fff;
	border-radius: 10px;		/* CSS3草案 */
   -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
   -moz-border-radius: 10px;	/* Firefox用 */
   font-size:1.6rem;
   font-weight:bold;
   margin:30px auto;
   text-align:center;
}
a:hover.buttoncssb   {
	position:relative;
	top:1px;
	right:1px;
	text-decoration:none;
}

a.button  {
	margin:20px auto;
	text-align:center;
	position:relative;
}
a:hover.button img {
	position:relative;
	top:1px;
	left:1px;
}
.tokutennaiyo {
	font-size:130%;
	color:#F06;
	font-weight:bold;
}
.discription {
   background: #eee;
   padding: 30px;
   line-height:200%;
   font-size:20px;
   font-family:"MS明朝",Hiragino mincho pro, mincho,serif;
   text-align: left;
   border-radius: 10px;		/* CSS3草案 */
   -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
   -moz-border-radius: 10px;	/* Firefox用 */
}
.sp-20px {
	margin-top:20px;
}
.sp-50px {
	margin-top:50px;
}
.sp-70px {
	margin-top:70px;
}
.sp-100px {
	margin-top:100px;
}
.sp-200px {
	margin-top:200px;
}



/* ========フッター======== */
#footerlink ul {
	position:relative;
	margin:0 auto;
}

#footerlink li {
	float:left;
	font-size:80%;
	list-style-type:none;
}


#footer .copy {
	font-size:80%;
	position:relative;
	top:10px;
        color: #fff;
}




/* ========文字======== */

.white {
	color:#fff;
}
.b {
	font-weight:bold;
}
.rb {
	font-weight:bold;
	color:#e84466;
}
.f-60 {
	font-size:60%;
}
.f-75 {
	font-size:75%;
}
.f-80 {
	font-size:80%;
}
.f-150 {
	font-size:150%;
}
.f-190 {
	font-size:190%;
}
.f-230 {
	font-size:230%;
}
.sign {
	font-weight:bold;
	font-family:"ＭＳ 明朝","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


/* ========囲み======== */

.prof {
   background: #fff;
   margin: 100px auto;
   border:#c8e605 solid 5px;
   padding:50px;
}

.prof h4 {
	font-weight:bold;
	font-size:1.7rem;
	color:#000;
	background:#c8e605;
	padding:15px;
}

.prof h5 {
	margin-top:20px;
	text-align:center;
	font-size:1.5rem;
}

.prof p {
	font-size:1rem;
	line-height:1.4;
	margin:30px;

}
.prof ul{
	margin:30px;
}
.prof ul li {
	font-size:.9rem;
	margin:1px auto;
}

/* ========フォーム======== */
.form01 table {
border:3px #ccc solid;
padding:10px;
font-size:75%;
background:#fff;
}
 .form_exp {
	border:dashed 1px #999999;
	padding:20px;
	font-size:70%;
}



input[type=button].new-aqua {
  width: 400px;
  height: 50px;
  background: #cde;
  border: 2px solid #ccc;
  border-color: #8ba2c1 #5890bf #4f93ca #768fa5;
  font: 600 25px/1 Lucida Sans, Verdana, sans-serif;
  color: #fff;
  text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;
  box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
  -moz-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
  -webkit-box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0 #6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
}
.new-aqua:hover {
  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}

