@charset "euc-jp";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	line-height:140%;
	color: #333;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.both {
	clear: both;
}

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#head_navi li a:link, #head_navi li a:visited {
	text-decoration: none;
	color: #000000;
}

#head_navi li a:hover{
	text-decoration: underline;
	color: #000000;
}


/* ヘッダー 
---------------------------------------------------------------*/

#header {
	height: 128px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 25px;
	height: 20px;
	color:#000000;
}

h1 a , h1 a:hover {
	text-decoration:none;
	color:#000000;
}

#head_navi {
	list-style-type: none;
	text-align: right;
	padding-right: 20px;
}

#head_navi li {
	display: inline;
	padding-left: 12px;
	background-image: url(img/HeaderNaviBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-right: 10px;
}

#toppage_link a {
	display: block;
	height: 60px;
	width: 350px;
	margin-top: 20px;
	text-indent: -5000px;
}


/* ナビゲーション
---------------------------------------------------------------*/

#navigation {
	list-style-type: none;
	text-indent: -5000px;
	height: 36px;
	margin-bottom: 6px;
	position: relative;
}

#navigation li {
	clear: right;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#navigation a {
	display: block;
	height: 36px;
}

#navigation a:hover {
	background-position: 0px -36px;
}

#full-time a {
	background-image: url(img/navigation/full-time.jpg);
}

#full-time {
	width: 136px;
	position: relative;
}

#universal a {
	background-image: url(img/navigation/universal.jpg);
}

#universal {
	width: 133px;
}

#guidance a {
	background-image: url(img/navigation/guidance.jpg);
}

#guidance {
	width: 133px;
}

#activity a {
	background-image: url(img/navigation/activity.jpg);
}

#activity {
	width: 133px;
}

#news a {
	background-image: url(img/navigation/news.jpg);
}

#news {
	width: 133px;
}

#inquiry a {
	background-image: url(img/navigation/inquiry.jpg);
}

#inquiry {
	width: 132px;
}


/* プルダウンメニュー
---------------------------------------------------------------*/

#sub_navigation {
	position: relative;
}

#sub_navigation li {
	display: block;
	text-indent: 0px;
	background-image: none;
	clear: none;
	float: none;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

#full-time_sub, #universal_sub, #guidance_sub, #activity_sub, #news_sub, #inquiry_sub {
	border: 1px solid #330099;
	position: absolute;
	top: -9px;
	background-image: url(img/navigation/sub_bg.jpg);
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 4px;
	display: none;
	list-style-type: none;
}

#sub_navigation li a {
	display: block;
	text-indent: 0px;
	background-image: url(img/navigation/sub_icon.gif);
	height: 18px;
	color: #666666;
	padding: 7px 3px 3px 17px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 7px 11px;
}

#sub_navigation li a:link, #sub_navigation li a:visited {
	background-color: #CAE7FF;
}

#sub_navigation li a:hover {
	background-color: #EAF6FF;
}

#full-time_sub {
	width: 133px;
}

#universal_sub {
	width: 130px;
	left: 136px;
}

#guidance_sub {
	width: 130px;
	left: 269px;
}

#activity_sub {
	width: 130px;
	left: 402px;
}

#news_sub {
	width: 130px;
	left: 535px;
}

#inquiry_sub {
	width: 130px;
	left: 668px;
}


/* フラッシュ
---------------------------------------------------------------*/

#flash {
	padding-bottom: 10px;
}

#flash object, #flash img {
	z-index: 6;
}


/* フッター
---------------------------------------------------------------*/

#footer {
	height: 115px;
	background-image: url(img/footer.jpg);
	margin-top: 2px;
}

#footer_navi {
	list-style-type: none;
	padding: 10px 0 0 10px;
}

#footer_navi li {
	display: inline;
	padding-right: 10px;
	padding-left: 15px;
	line-height: 160%;
	background-image: url(img/FooterLinkIcon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#footer_navi a:link, #footer_navi a:visited {
	text-decoration: none;
	color: #0000FF;
}

#footer_navi a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#keyword {
	text-align:right;
	margin-top:30px;
	font-size:10px;
	padding-right:5px;
	color:#000000;
}

#keyword a , #keyword a:hover {
	text-decoration:none;
	color:#000000;
}


/* 「ページのトップへ」の部分
---------------------------------------------------------------*/

#top_link {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 10px;
	clear:both;
}

#top_link a:link ,#top_link a:visited {
	color: #000000;
	text-decoration: none;
}

#top_link a:hover {
	color: #000000;
	text-decoration: underline;
}

/* トップページコンテンツ内
---------------------------------------------------------------*/

#content {
	background-image: url(img/ContentBg.jpg);
	background-repeat: repeat-y;
	float:left;
}

#news_title {
	background-image: url(img/news_title.jpg);
	height: 30px;
	text-indent: -5000px;
	margin-bottom: 4px;
}

#news_title a {
	height: 22px;
	width: 48px;
	background-image: url(img/top_h2_icon.jpg);
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 5px;
	background-repeat: no-repeat;
	font-size: 10px;
}

#left_box {
	width: 226px;
	padding-left: 12px;
	padding-top: 8px;
	clear: right;
	float: left;
}

#left_box img {
	margin-bottom: 6px;
}

#right_box {
	float: right;
	padding-right: 14px;
	padding-left: 20px;
	width: 528px;
}

.new {
	border-bottom:1px dotted #CCC;
	padding:5px 0 5px 0;
}

.date {
	width:50px;
	float:left;
	padding-left:10px;
	color:#666;
}

.news {
	width:420px;
	float:right;
	background:url(img/news_icon.jpg) 0 6px no-repeat;
	padding:0 10px 0 15px;
}

#subject_top h3 {
	background-image: url(img/subject_top.jpg);
	height: 30px;
	width: 261px;
	text-indent: -5000px;
}

#lecture_top h3 {
	background-image: url(img/lecture_top.jpg);
	text-indent: -5000px;
	height: 30px;
	width: 261px;
}

#subject_top {
	float: left;
	width: 261px;
	margin-right: 6px;
}

#lecture_top {
	float: left;
	width: 261px;
}

#lecture_top ul, #subject_top ul {
	list-style-type: none;
	margin-right: 12px;
	margin-left: 12px;
}

#lecture_top li, #subject_top li {
	background-image: url(img/top_btm_list.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 0px 4px;
}

#lecture_top p, #subject_top p {
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 12px;
	margin-bottom: 7px;
}

#banner_box {
	margin-top: 3px;
	margin-bottom: 14px;
}

#lecture_top li a:link, #lecture_top li a:visited, #subject_top li a:link, #subject_top li a:visited {
	text-decoration: none;
	color: #0000FF;
}

#lecture_top li a:hover, #subject_top li a:hover {
	text-decoration: underline;
	color: #0000FF;
}


/* サイドメニュー
---------------------------------------------------------------*/

#menu-title {
	height:34px;
	line-height:34px;
	text-indent:30px;
	width:214px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background:url(img/side-menu/box01.jpg) no-repeat;
}

.menu {
	width:214px;
	height:30px;
	line-height:30px;
	background:url(img/side-menu/box02.jpg) no-repeat;
	list-style:none;
	text-indent:40px;
}

.menu a {
	width:214px;
	height:30px;
	display:block;
	color:#000000;
}

.menu a:hover {
	background:url(img/side-menu/box02_on.jpg) no-repeat;
	color: #0000FF;
}

.menu span {
	background:url(img/side-menu/box02_on.jpg) no-repeat;
	color: #0000FF;
	width:214px;
	height:30px;
	display:block;
}

.menu-last {
	width:214px;
	height:30px;
	line-height:30px;
	background:url(img/side-menu/box03.jpg) no-repeat;
	list-style:none;
	margin-bottom:20px;
	text-indent:40px;
}

.menu-last a {
	width:214px;
	height:30px;
	display:block;
	color:#000000;
}

.menu-last a:hover {
	background:url(img/side-menu/box03_on.jpg) no-repeat;
	color: #0000FF;
}

.menu-last span {
	background:url(img/side-menu/box03_on.jpg) no-repeat;
	color: #0000FF;
	width:214px;
	height:30px;
	display:block;
}



/* 下層ページコンテンツ
---------------------------------------------------------------*/

#pan {
	font-size:10px;
	padding:0 0 5px 12px;
}

.title01 {
	height:30px;
	background:url(img/title-bar/h2.jpg) no-repeat;
	color:#000000;
	font-size:14px;
	line-height:30px;
	padding-left:23px;
	margin-bottom:20px;
	clear:both;
}

.title02 {
	height:22px;
	background:url(img/title-bar/h3.jpg) no-repeat;
	color:#000000;
	font-size:12px;
	line-height:22px;
	padding-left:15px;
	margin-bottom:20px;
	clear:both;
}

.text {
	padding:0 10px 0 10px;
	margin-bottom:20px;
}

.text span {
	color:#FF3300;
}

/* 画像配置CSS
---------------------------------------------------------------*/

.img-center {
	text-align:center;
	margin-bottom:20px;
}

.img-right {
	float:right;
	margin:0 0 10px 10px;
}

.img-left {
	float:left;
	margin:0 10px 10px 0;
}

.img-right02 {
	float:right;
	margin:0 0 10px 10px;
	padding:1px;
	border:solid 1px #CCCCCC;
}
.img-right02-1 {
	margin: 0px 0px 10px 10px;
	padding: 1px;
	float: right;
	height: 299px;
	width: 186px;
}

.img-left02-1 {
	height: 227px;
	width: 186px;
	margin: 0px 10px 10px 0px;
	padding: 1px;
	float: left;
}


.img-left02 {
	float:left;
	margin:0 10px 10px 0;
	padding:1px;
	border:solid 1px #CCCCCC;
}


/* リストタグ関連
---------------------------------------------------------------*/

.list {
	padding:0 10px 0 30px;
	margin-bottom:20px;
}

.list02 {
	padding:0 0 0 22px;
}

.list03 {
	padding:0 10px 0 30px;
	margin-bottom:20px;
	list-style:circle;
}

dt {
	font-weight:bold;
	text-indent:-10px;
}

.poli {
	font-weight:bold;
	text-indent:-10px;
	color:#3366FF;
	margin-bottom:10px;
	border-bottom:#EEECFF 1px dashed;
}


/* コンタクトボックス
---------------------------------------------------------------*/

.contact {
	height:130px;
	background:url(img/contact-box.jpg) no-repeat;
	position:relative;
	margin:30px 0 10px 0;
}

.contact p {
	position:absolute;
	left:26px;
	top:46px;
	width:263px;
	line-height:162%;
}

.contact a {
	position:absolute;
	left:342px;
	top:90px;
	width:136px;
	height:28px;
	display:block;
	text-indent:-9999px;
}

.contact a:hover {
	background:url(img/contact-box_on.jpg) no-repeat;
}

.contact02 {
	border:1px solid #CCCCCC;
	padding:10px;
	margin:30px 0 10px 0;
	background:#EEEEEE;
}


/* 全日制コースページ
---------------------------------------------------------------*/

.cate-left {
	width:255px;
	float:left;
}

.cate-right {
	width:255px;
	float:right;
}

.cate-title {
	width:255px;
	height:22px;
	line-height:22px;
	background:url(img/category-menu/title.jpg) 0px -2px no-repeat;
	text-indent:20px;
	font-size:12px;
	font-weight:lighter;
}

.cate {
	padding:5px 10px 10px 10px;
	background:url(img/category-menu/body.jpg) bottom;
	width:235px;
	margin-bottom:10px;
}

.cate img , .cate02 img {
	padding:1px;
	border:1px solid #CCC;
	float:left;
}

.cate p {
	width:125px;
	float:right;
}

.cate-title02 {
	width:528px;
	height:22px;
	line-height:22px;
	background:url(img/category-menu/title-long.jpg) 0px -2px no-repeat;
	text-indent:20px;
	font-size:12px;
	font-weight:lighter;
}

.cate02 {
	padding:5px 10px 10px 10px;
	background:url(img/category-menu/body-long.jpg) bottom;
	width:508px;
	margin-bottom:20px;
}

.cate02 p {
	width:398px;
	float:right;
}

.example {
	text-align:center;
	margin-bottom:10px;
	padding:5px 10px 10px 10px;
	background:url(img/category-menu/body.jpg) bottom;
	width:235px;
}

.example img {
	padding:1px;
	border:1px solid #CCC;
}

/* テーブル */

.schedule {
	width:100%;
	border:#888 1px solid;
	margin-bottom:20px;
	border-collapse:collapse;
}

.schedule td {
	padding:2px 5px 2px 5px;
	text-align:center;
	vertical-align:middle;
	border:#888 1px solid;
}

.schedule td span {
	color:#FF3300;
}

.schedule th {
	padding:2px 5px 2px 5px;
	text-align:center;
	vertical-align:middle;
	border:#888 1px solid;
	background:#FFCC99;
}

.apply {
	width:100%;
	border:#888 1px solid;
	margin-bottom:20px;
	border-collapse:collapse;
}

.apply td {
	padding:5px;
	vertical-align:middle;
	border:#888 1px solid;
}

.apply td span {
	color:#FF3300;
}

.apply th {
	padding:5px;
	vertical-align:middle;
	border:#888 1px solid;
	background:#FFCC99;
}

.applyS {
	width:100%;
	border-collapse:collapse;
}

.applyS td {
	padding:2px 5px 2px 5px;
	vertical-align:middle;
	border-collapse:collapse;
	border:#FFF 1px solid;
	border-bottom:#CCC 1px dotted;
	text-align:center;
}

.applyS th {
	padding:2px 5px 2px 5px;
	vertical-align:middle;
	border-collapse:collapse;
	border:#FFF 1px solid;
	border-bottom:#CCC 1px dotted;
	text-align:left;
	background:#EEF4FF;
}

.port {
	width:100%;
	border:#888 1px solid;
	margin-bottom:20px;
	border-collapse:collapse;
}

.port td {
	padding:5px 5px 5px 10px;
	vertical-align:middle;
	border:#888 1px solid;
}

.port td span {
	color:#FF3300;
}

.port th {
	padding:5px 10px 5px 5px;
	vertical-align:middle;
	border:#888 1px solid;
	background:#FFCC99;
	text-align:right;
	vertical-align:top;
}

.line-bg {
	background:#F3EEFF;
}


/* 申し込みはこちら */

.apply-list {
	margin-bottom:20px;
	margin-top:-10px;
	list-style:url(img/list.jpg);
	text-align:right;
}

/* 先輩学生の声 */

.voice {
	border-top:#FFBE8E 1px solid;
	border-bottom:#FFBE8E 3px solid;
	height:30px;
	line-height:30px;
	color:#FF6600;
	margin:0 0 10px 10px;
}

/* サムネイル */

.thumb {
	background:#ECECFF;
	padding:5px;
	margin-bottom:20px;
}

.thumb img {
	padding:1px;
	border:#CCC 1px solid;
}

/* Q&A */

.q {
	background:url(img/qa/q.jpg) no-repeat;
	background-color:#FFDFDF;
	font-size:14px;
	padding:7px 5px 3px 30px;
	border-bottom:1px dashed #FD8D68;
	margin-bottom:10px;
}

/* 用語集 */

.words {
	background:F6F6F6;
	border:#999 2px solid;
	width:100%;
	margin-bottom:20px;
}

.words td {
	padding:5px;
}

.words p {
	background:url(img/words/pointa.jpg) 0px 3px no-repeat;
	padding-left:15px;
}

.word {
	border-bottom:1px solid #CCC;
	background:url(img/list.jpg) 0 2px no-repeat;
	padding:0 10px 3px 13px;
	margin-bottom:5px;
}

.word-d {
	padding:0 10px 0 13px;
	margin-bottom:10px;
}

/* お問合せフォーム */

.form {
	width:100%;
	margin-bottom:20px;
}

.form td {
	padding:5px;
}

.form th {
	padding:5px;
	border-right:3px #3366FF solid;
	font-weight:lighter;
	background:#F0F7FF;
}

.form th span {
	font-size:8px;
	color:#FF0000;
}

.nes {
	font-size:8px;
	color:#FF0000;
}

.S {
	width:30px;
}

.M {
	width:100px;
}

.L {
	width:250px;
}

textarea {
	width:250px;
	padding:1px;
}

/* サイトマップ */

.site {
	background:url(img/list.jpg) 0px 3px no-repeat;
	margin-left:20px;
	padding-left:15px;
}

/* 注意書き */

.warn {
	color:#FF0000;
}

.warn02 {
	color:#CC0000;
	padding:10px;
	padding-left:80px;
	border:2px dashed #CCC;
	margin-bottom:20px;
	font-weight:bold;
}

/* IE改行バグ対策 */

br {
	letter-spacing: normal;
}
