﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
header {
	width: 800px;
	height: 70px;
	margin: 20px auto 40px auto;
	position: relative;
}

header h1 {
	margin : 0;
	position: absolute;
}
nav {
	position: absolute;
	right: 0;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
}
nav ul li {
	float: left;
}

nav ul li a:hover{
    opacity:0.7;
}

footer p {
	margin-bottom: 0;
	padding: 14px 0 14px 0;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	text-align: center;
}

footer small {
    font-size : 100%;
}

/* 基本レイアウト ここまで↑ */
#main h1 {
    margin: 0px 20px 0px 0px;
    padding: 8px 3px 40px 0px;
    background-image: url("images/h1.png");
    background-repeat: no-repeat;
    font-size: 162%;
}


/* 「校舎のご案内」ページ ここから↓ */
/* img.float_right */
img.float_right{
	margin-bottom:20px;
	margin-left:20px;
	float:right;
}

/* 「校舎のご案内」ページ ここまで↑ */
 
/* 「学費一覧」ページ ここから↓ */

table{
    width:568px;
    margin-bottom:20px;
    border-collapse: collapse;
}

table caption {
    text-align: left;
}

table th, table td {
    width: 190px;
    padding: 10px;
    border: solid 1px #7aa7a2;
    text-align: center;
}

table th {
    background-color: #cce8e4;
}

table td.price {
    width: 125px;
}

table td.price {
    text-align: right;
}

/* 「学費一覧」ページ ここまで↑ */

/* 「ご意見」ページ ここから↓ */
form{
	margin-top:30px;
}
input.textfield,textarea{
	border:1px solid #d1ccb4;
}
input.textfiled{
	width:250px;
}
textarea{
	width:500px;
	height:170px;
	overflow-y: scroll;
}
/* 「ご意見」ページ ここまで↑ */
