﻿@charset "utf-8";
/* CSS Information
------------------------------------------------
File name: design.css
Editors: Naoto Yanai
Last Editor: Naoto Yanai
Date: 2009.4.10
------------------------------------------------ */

/* class
------------------------------------------------*/
.bannerArea {
	margin-bottom: 20px;
}

.noteList {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 10px;
}


/* keyVisual
------------------------------------------------*/
#keyVisual {
	position: relative;
	width: 570px;
	height: 372px;
	margin-bottom: 10px;
	background: url(../img/student/stu_bg01.jpg) left top no-repeat;
}

#keyVisual h2,
#keyVisual h3,
#keyVisual ul,
#leed01, #leed02 {
	position: absolute;
}

#keyVisual h2 {
	top: 36px;
	left: 62px;
}

#keyVisual h3 {
	top: 92px;
	left: 20px;
}

#keyVisual ul {
	top: 152px;
	left: 50px;
}

#keyVisual li {
	margin-bottom: 8px;
}

#leed01 {
	top: 264px;
	left: 20px;
}

#leed02 {
	top: 98px;
	left: 393px;
}


/* wrapper
------------------------------------------------*/
#wrapper {
	width: 530px;
	margin: 0 auto;
}


/* priceList
------------------------------------------------*/
#priceList {
	margin-bottom: 25px;
}

#priceList .note {
	color: #CC0000;
	font-weight: normal;
}

#priceList dt {
	width: 120px;
	margin-right: 5px;
	float: left;
}

#priceList dd {
	margin-left: 120px;
}

#priceNote {
	margin: -29px 0 6px 300px;
	line-height: 1.2;
}

* html #priceNote {
	margin-top: -25px; 
}

* + html #priceNote {
	margin-top: -27px;
}



/* priceTable
------------------------------------------------*/
.priceTable {
	width: 530px;
	margin-bottom: 15px;
	border: 1px solid #666;
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0; /* IE6/7は未対応 */
}

.priceTable caption {
	display: none;
}
/*
#productName{width: 174px;}
#printSpot{width: 110px;}
#printNumber01,
#printNumber02,
#printNumber03 {
	width: 80px;
}
*/
.priceTable th,
.priceTable td {
	text-align: left; /* 初期化 */
	vertical-align: middle; /* 初期化 */
}

.priceTable th {
	padding: 9px 0 5px 10px;
	background: #e5e5e5;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: normal;
}

.priceTable td {
	padding: 8px 10px 8px 10px;
	border: 1px solid #666;
}

.priceTable .first-child td {border-top: none;}

.dashed td {border-top: 1px dashed #666;}
.borderNone td {border-bottom: none;}

.priceTable td span {
	color: #0099CC;
	font-weight: bold;
}


/* goTop
------------------------------------------------*/
#goTop {
	width: 125px;
	margin-left: auto;	
}




































