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

/*************************
	index.html
*************************/

.index_contents
{
	width: 560px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#index_title01
{
	text-indent: -9999px;
	background: url( ../image/index_title01.jpg ) no-repeat;
	width: 550px;
	height: 46px;
}

#next_page
{
	padding: 10px;
	text-align: right;
}

#course1
{
	padding: 10px;
	width: 255px;
/*
	border: 1px solid #cccccc;
*/
	float: left;
	background-color: #ffffff;
	line-height: 150%;
}

#course2
{
	padding: 10px;
	width: 255px;
/*
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
*/
	float: left;
	background-color: #ffffff;
	line-height: 150%;
}

#course3
{
	padding: 10px;
	width: 255px;
/*
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
*/
	float: left;
	background-color: #ffffff;
	line-height: 150%;
}

#course4
{
	padding: 10px;
	width: 255px;
	float: left;
	background-color: #ffffff;
	line-height: 150%;
}

#index_title02
{
	text-indent: -9999px;
	background: url( ../image/index_title02.jpg ) no-repeat;
	width: 550px;
	height: 46px;
	margin-bottom: 10px;
	margin-top: 30px;
/*
	border-left: 5px solid #ff7e00;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
*/
}

#index_faq
{
	padding-left: 10px;
	line-height: 150%;
}

#footer a
{
	text-decoration: none;
}

