﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: course.css
-----------------------------------*/

/*-----------------------------------
学科紹介
-----------------------------------*/
#course_area {
	background:url(../index/images/course_bg.jpg) repeat-y;
	width:785px;
	height:auto;
	margin:0px;
	padding:10px 0px 40px 0px;
}

#course_box {
	background:url(../index/images/course_title.jpg) no-repeat;
	width:748px;
	height:auto;
	margin:0px 0px 0px 19px;
	padding:133px 0px 0px 0px;
}

#course_box_left {
	width:152px;
	height:auto;
	float:left;
}

#course_box_left p {
	width:145px;
	height:auto;
	font-size:70%;
	font-weight:bold;
	text-align:center;
	line-height:2em;
	color:#075967;
	margin:30px 0px 0px 0px;
}

#course_box_right {
	width:584px;
	height:auto;
	float:right;
	padding:0px 0px 0px 0px;
}