@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);	/*斜線の壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

body#top {
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #00CDFF;	/*カーソルオーバー時の文字色*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;	/*HPの幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/
#header {
	height: 72px;	/*ヘッダーの高さ*/	
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	font-weight: normal;
	color: #00496A;		/*文字色*/
	position: absolute;
	left: 10px;		/*ヘッダーに対して左から10pxの位置に配置*/
	line-height: 20px;
}

#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対してサイト名ロゴを左から0pxの位置に配置*/
	top: 3px;	/*ヘッダーに対してサイト名ロゴを上から3pxの位置に配置*/
}

#announce {
	position: absolute;
	right: 185px;	/*ヘッダーに対してサイト名ロゴを左から0pxの位置に配置*/
	top: 83px;	/*ヘッダーに対してサイト名ロゴを上から3pxの位置に配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 2px;
}

ul#menu li {
	line-height: 70px;
	height: 70px;
	float: left;
	border-left: 1px solid #00131b;	/*メニュー間の境界線。左側に１本。*/
}

ul#menu li.last {
	border-right: 1px solid #00131b;	/*最後のメニュー用の右側の１本線。*/
}

ul#menu li a {
	color: #FFFFFF;	/*文字色*/
	display: block;
	height: 70px;
	width: 165px;	/*メニュー１個あたりの幅*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;	/*文字サイズ*/
}

ul#menu a:hover {
	color: #00496A;	/*カーソルオーバー時の文字色*/
	background-color: #FFFFFF;	/*カーソルオーバー時の背景色（白）*/
}



/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*メインコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 700px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 20px;
	display: inline;
	margin-left: 2px;
	padding-bottom: 50px;
}

#main h2 {
	font-size: 100%;
	border-bottom: 4px solid #00496a;	/*h2タグの下線*/
	color: #00496a;	/*h2タグの文字色*/
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#side {
	width: 280px;	/*幅*/
	float: right;	/*右よせ*/
	padding-top: 20px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;
	color: #FFFFFF;	/*h3タグ（SIDE MENUとか入っている所）の文字色*/
	background-color: #00496A;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 5px;	/*下に少し余白*/
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー（SIDE MENU）*/
#side ul.sidemenu a {
	display: block;
	text-decoration: none;
	width: 253px;
	padding-left: 10px;
	border-top: 1px solid #c9c9c9;		/*メニューの上の線*/
	border-right: 1px solid #c9c9c9;	/*メニューの右側の線*/
	border-bottom: 1px solid #c9c9c9;	/*メニューの下の線*/
	border-left: 4px solid #00496A;		/*メニューの左側の色の付いた線*/
}

#side ul.sidemenu li {
	margin-bottom: 5px;	/*メニュー同士の余白*/
}

#side ul.sidemenu a:hover {
	background-color: #f5f5f5;	/*カーソルオーバー時の背景色*/
}

#side ul.sidemenu li.background-lightgreen {
	background-color: lightgreen;	/*背景色*/
}

#side ul.sidemenu li.background-green {
	background-color: green;	/*背景色*/
}

#side ul.sidemenu li.background-orange {
	background-color: orange;	/*背景色*/
}

#side ul.sidemenu li.background-darkorange {
	background-color: darkorange;	/*背景色*/
}



/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*センタリング*/
	color: #FFFFFF;		/*文字色*/
	background-color: #00496A;	/*背景色*/
}
#footer a {
	color: #FFFFFF;
}



/*トップページのWhat's New欄
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*高さ*/
	overflow: auto;		/*この設定でiframeっぽく見える*/
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字に。通常がいいならこの1行削除。*/
	float: left;		/*日付を左よせに。*/
}

#main dl.new dd {
	border-bottom: 1px solid #999999;	/*情報ごとに入る下線*/
	padding-left: 8em;	/*日付を左よせしている分の余白*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 688px;
}

.ta1, .ta1 td, .ta1 th {
	border: 1px solid #002637;	/*線の色*/
}

.ta1 td, .ta1 th {
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th {
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 120px;	/*左側thタグの幅*/
	text-align: center;	/*センタリング*/
}

.ta1 th.price {
	width: 120px;	/*左側thタグの幅*/
}

.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background-color: #00496A;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #FFFFFF;	/*文字色*/
}

.ta1 th.tamidashi_beginner {
	width: auto;
	text-align: left;
	background-color: lightgreen;	/*テーブルの色が付いた見出し部分の背景色*/
	color: yellow;	/*文字色*/
}

.ta1 th.tamidashi_advanced {
	width: auto;
	text-align: left;
	background-color: orange;	/*テーブルの色が付いた見出し部分の背景色*/
	color: brown;	/*文字色*/
}

.ta1 th.tamidashi_application {
/*	width: 300px;*/	/*左側thタグの幅*/
	width: 50%;
	text-align: left;
	background-color: #fafafa;	/*左側thタグの背景色*/
}

.ta1 td.price {
	text-align: center;	/*センタリング*/
}

.ta1 td.schedule {
	text-align: center;	/*センタリング*/
}

.ta1 td.apply {
	width: 25%;
	text-align: center;	/*センタリング*/
}

.ta1 td.blank {
	background-color: #FFE9E9;
}



/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box {
	background-color: #FFFFFF;	/*ボックスの背景色（白）*/
	border: 1px solid #c9c9c9;	/*ボックスの枠線*/
	margin-bottom: 1em;		/*ボックスの下に空間を空ける設定*/
	padding: 5px;			/*ボックス内の余白*/
}



/*写真用ボックス設定
---------------------------------------------------------------------------*/
.photobox {
	/*ボックスの背景色（白）*/
	background-color: #FFFFFF;
	/*ボックスの枠線*/
/*	border: 1px solid #c9c9c9;*/
	/*ボックスの上下に空間を空ける設定*/
	margin-top: 1em;
	margin-bottom: 1em;
	/*ボックス内の余白*/
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/*ボックス1個あたりの設定*/
.photobox div {
	/*上下左右のボーダーの幅と線種と色の設定*/
	border: 1px solid #c9c9c9;
	/*ボックス内の余白*/
	padding: 15px;
	/*幅*/
	width: 150px;
	/*行間*/
	line-height: 1.4;
	/*左側に寄せる設定*/
	float: left;
	/*ボックスの右側に10pxあける設定*/
	margin-right: 10px;
	/*ボックスの左側に30pxあける設定*/
	margin-left: 30px;
	/*ボックスの下に1em(１文字分)あける設定*/
	margin-bottom: 1em;
	/*文字サイズ*/
	font-size: 11px;
	/*ボックスの背景画像設定*/
	background-image: url(images/photobox_bg.png);
	/*背景画像をリピートさせない*/
/*	background-repeat: no-repeat;*/
	/*背景画像を左上によせる設定*/
	background-position: left top;
	/*背景画像を右下によせる設定*/
/*	background-position: right bottom;*/
	/*ボックスの高さ*/
	height: 230px;
	/*ボックスから中身が飛び出た場合にスクロールバーを出す設定*/
	overflow: auto;
	display: inline;
	/* センタリング */
	text-align: center;
}

/*h3タグ設定*/
.photobox h3 {
	/*文字色*/
	color: #1A3212;
	font-size: 100%;
	/*背景色*/
	background-color: #FFFFFF;
/*	background-color: #f1ebe5;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*センタリング*/
	text-align: center;
	/*上下左右のボーダーの幅と線種と色の設定*/
	border: 1px solid #c9c9c9;
/*	border: 1px solid #CCCCCC;*/
}

/*段落タグの余白設定*/
.photobox p {
	padding: 0px !important;
	/*背景色*/
/*	background-color: #FFFFFF;*/
	/* 左寄せ */
	text-align: left;
/*	text-decoration: underline;*/
	/*上下左右のボーダーの幅と線種と色の設定*/
/*	border: 1px solid #c9c9c9;*/
}



/*細々
---------------------------------------------------------------------------*/
#buy form {
	text-align: right;
}

#buy table {
	margin-bottom: 5px;
}

#buy th {
	border: hidden;
	text-align: left;
	padding: 0px;
}

#buy td {
	border: hidden;
	text-align: left;
	padding: 0px;
}

ul.disc {
	padding: 0px 0px 0px 35px;
	list-style: disc;
}

img.left {
	margin-left: 5px;
	float: right;
}

img.right {
	margin-right: 5px;
	float: left;
}

img.e_mail {
	/* 余白 */
	padding-left: 6em;
}

.color1 {
	color: #FF0000;
}

.lightgreen {
	color: lightgreen;
}

.green {
	color: green;
}

.blue {
	color: blue;
}

.orange {
	color: orange;
}

.darkorange {
	color: darkorange;
}

.brown {
	color: brown;
}

.look {
	background-color: #ebebeb;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}

.faq {
	width: 100%;
/*
	height: 150px;
	overflow: auto;
*/
}

.question {
	/* 余白 */
	padding-left: 12px;
/*
	text-decoration: underline;
*/
	/* 太字 */
	font-weight: bold;
	/* 斜体 */
	font-style: italic;
}

.answer {
	/* 余白 */
	padding-left: 12px;
	/* 太字 */
	border-bottom: 1px solid #999999;
}

.small {
	font-size: small;
}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}

.large {
	font-size: large;
}

.x-large {
	font-size: x-large;
}

.xx-large {
	font-size: xx-large;
}

.bold_large {
	font-size: large;
	font-weight: bold;
}

.bold_x-large {
	font-size: x-large;
	font-weight: bold;
}

.bold_xx-large {
	font-size: xx-large;
	font-weight: bold;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}



