﻿@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/2/05
	Last Modified: 2008/2/05
	Author: Dank Hearts Co., Ltd.
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category

===============================================================================================
*/



/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}

a {color: #44aa11;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:14px  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(img/body-back.jpg) repeat left top;
	line-height:160%;
	color:#666;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
    font-size:10px;
	}

h1 a{
	color:#666;
	}

h2 {
	margin-bottom:10px;
	}

h3 {
	font-size:110%;
	text-indent:20px;
	line-height:25px;
	margin-bottom:5px;
	}
	
.h3-type01 {
    width:432px;
	height:26px;
	font-size:12px;
	background:url(img/h3-type01.jpg) no-repeat;
	}

.h3-type02 {
    width:311px;
	height:26px;
	font-size:12px;
	margin-bottom:10px;
	background:url(img/h3-type02.jpg) no-repeat;
	position:relative;
	}

h2 a {
	color:#222;
	}

h3 a {
	color:#222;
	}

h4 {
	font-size:13px;
	background:url(img/h4.jpg) no-repeat;
	height:25px;
	line-height:26px;
	text-align:left;
	text-indent:6px;
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
	padding-left:16px;
	}

h4 a {
	color:#666;
	}
	
h4.list-h4 {
	height:auto;
    margin-bottom:0;
	font-size:12px;
	padding:0 3px;
	background:#edf3c7;
	}
	
h4.list-h4 ol{
	list-style:outside;
    margin-left:32px;
	}
	
h4.list-h4 ol li{
	list-style:decimal;
    margin-left:0px;
	text-indent:-1px;
	}


/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=<MTBlogURL>img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#allcontainer {
    width:796px;
	margin:0 auto;
	text-align:center;
	background:url(img/content-back.jpg) repeat-y;
	}

div#container {
	width:786px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
    width:756px;
	padding:15px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:756px;
	}
	
div.main {
	}

/* layout */
body#layout-left #content  { float:right; }
body#layout-right #content { float:left;  }
	

/* header 
==========================================================*/
div#header {
	width:756px;
	height:95px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background:url(image/main/header.jpg) repeat-x;
	}

div.alpha {
    width:100%;
	font-size:10px;
	}
	
div#alpha-l {
    width:85%;
	float:left;
	}
	
div#alpha-r {
    width:15%;
	float:right;
	}
	
div#time-table {
	position:absolute;
	top:33px;
	right:180px;
	}
	
div#banner01 {
	position:absolute;
	top:28px;
	richness:15px;
	left:577px;
	width:178px;
	height:53px;
	text-indent:-9999px;
	background:url(img/banner01.jpg) no-repeat;
	}

div#banner01 a{
	width:178px;
	height:53px;
	display:block;
	}

div#banner01 a:hover{
	background:url(img/banner01-after.jpg) no-repeat;
	}
	
ul#header-navi li{
    display:inline;
	padding-left:10px;
	background:url(img/icon01.jpg) no-repeat left 1px;
	}

p#logo {
	position:absolute;
	top:28px;
	left:1px;
	width:200px;
	height:48px;
	text-indent:-9999px;
	background:url(img/logo.jpg) no-repeat;
	}
	
p#logo a{
	display:block;
	width:200px;
	height:48px;
	}
	

			
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:43px;
    font-size:10px;
	background:url(image/main/footer.jpg);
	clear:both;
	text-align:center;
	}
	
#footer p {
	width:736px;
	height:22px;
	color:#FFFFFF;
	margin:0 auto;
	background:url(img/footer.jpg) no-repeat;
	}

ul#footer-navi {
    margin-bottom:5px;
	}
	
ul#footer-navi li {
    display:inline;
	color:#66CC33;
	}


/* navi
==========================================================*/
div#navi {
    width:756px;
	height:53px;
	margin:0 auto;
	background:url(img/navi-back.jpg) no-repeat;
	}
	
div#navi ul li{
    float:left;
	width:126px;
	height:43px;
	text-indent:-9999px;
	}

div#navi ul li a{
    display:block;
	width:123px;
	height:43px;
	outline:none;
	}
	
div#navi ul li#navi01{
    background:url(img/navi01.jpg) no-repeat left 1px;
	width:127px;
	}

div#navi ul li#navi01 a:hover{
    background:url(img/navi01-after.jpg) no-repeat left 1px;
	width:127px;
	}

div#navi ul li#navi02{
    background:url(img/navi02.jpg) no-repeat left 1px;
	}

div#navi ul li#navi02 a:hover{
    background:url(img/navi02-after.jpg) no-repeat left 1px;
	width:126px;
	}

div#navi ul li#navi03{
    background:url(img/navi03.jpg) no-repeat left 1px;
	width:127px;
	}

div#navi ul li#navi03 a:hover{
    background:url(img/navi03-after.jpg) no-repeat left 1px;
	width:127px;
	}

div#navi ul li#navi04{
    background:url(img/navi04.jpg) no-repeat left 1px;
	width:127px;
	}

div#navi ul li#navi04 a:hover{
    background:url(img/navi04-after.jpg) no-repeat left 1px;
	width:126px;
	}

div#navi ul li#navi05{
    background:url(img/navi05.jpg) no-repeat left 1px;
	}

div#navi ul li#navi05 a:hover{
    background:url(img/navi05-after.jpg) no-repeat left 1px;
	width:126px;
	}

div#navi ul li#navi06{
    background:url(img/navi06.jpg) no-repeat left 1px;
	width:123px;
	}

li#navi06 a:hover{
    background:url(img/navi06-after.jpg) no-repeat left 1px;
	width:123px;
	}

	
	
/* sidebar
==========================================================*/
/*#sidebar               { width:188px; }
#layout-left #sidebar  { float:left; }	
#layout-right #sidebar { float:right; }

div.side-form {
	padding-bottom:20px;
	}
	
div.side-title {
	width:100%;
	height:28px;
	line-height:28px;
	background:#fff url(image/main/side-title.jpg) repeat left top;
	}
	
div.side-title p{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	}
	
div.side-body {
	padding:5px;
	}
	
div.side-body p{
	line-height:160%;
	}
	
.side-body ul {
	margin:0;
	padding:0 0 0 5px;
	}
	
.side-body li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:160%;
	}
*/
	
/* entry
==========================================================*/
div.entry-body-t{
	padding-bottom:10px;
	clear:both;
	}

div.entry-body{
	padding-bottom:10px;
	clear:both;
	}
	
div.entry-body02{
	padding:0;
	margin:0px;
	clear:both;
	}
	
div.entry-body03{
    width:100%;
	padding-bottom:10px;
	}
	
div.entry-body03-l{
    float:left;
	width:50%;
	}
	
div.entry-body03-r{
    float:right;
	width:50%;
	}
	
div.entry-body03 p{
	padding:0 0 10px 10px;
	clear:both;
	}

div.entry-body04{
    width:100%;
	padding-bottom:10px;
	}
	
div.entry-body04-l{
    float:left;
	width:60%;
	}
	
div.entry-body04-r{
    float:right;
	width:40%;
	text-align:right;
	}

div main div.entry-body04 p{
	padding:0 0 10px 0;
	clear:both;
	}

div.main p,
div.main ul{
    padding:5px;
	}
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}

.text-right {
    text-align:right;
	}
	
p#text-deco01 {
	position:absolute;
	top:162px;
	right:6px;
	}
	
p#text-deco02 {
	position:absolute;
	top:329px;
	right:6px;
	height: 18px;
	}

img#text-deco03 {
    float:right;
	margin:-20px 5px 0 0;
	}

p#text-deco04 {
    font-size:14px;
	font-weight:bolder;
	}

p#text-deco05 {
    font-weight:bold;
	font-size:16px;
	color:#66CC33;
	}

.space-t5 {
	margin-top:5px;
	}
	
.space-b20 {
	margin-bottom:20px;
	}

p.page-top {
	font-size:12px;
	text-align:right;
	padding-right:10px;
	margin-bottom:10px;
	}
	
.font-time {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	}

/* table
==========================================================*/
table.tbl-nomal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:90%;
	margin:10px auto;
	}
	
table.tbl-nomal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:top;
	}
	
	
table.tbl-nomal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}
	
table.tbl-none {
	margin:0;
	}
	
table.tbl-none th {
	padding:0;
	vertical-align:middle;
	width:auto;
	border:none;
	padding-right:10px;
	white-space:nowrap;
	}
	
table.tbl-none td {
	padding:0;
	border:none;
	text-align:right;
	}

table.tbl-nomal td.no-border{
    border-bottom:none;
	}
	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	padding:2px;
	}
	
input.input-txt3 {
	border:1px solid #ccc;
	padding:2px;
	width:414px;
	margin-bottom:5px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:2px;
	width:45%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:3px;
	width:98%;
	height:150px;
	}


/* sitemap
==========================================================*/
.sitemap {
	}

.sitemap ul {line-height: 1.2em;}

.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:250px;
}
.sitemap ul li ul {
}

.sitemap ul li ul li {
	margin: 0px;
	padding: 0;
	background:none;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
}

.sitemap ul li ul li.up  {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 0px 0px 0px 0px;}
.sitemap li ul li ul {font-size: 10px;}



/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.box-type01 {
    width:100%;
	}

div.main div.box-type01 p{
    font-size:12px;
	line-height:140%;
	}
	
div.box-type01-l {
    float:left;
	width:57%;
	}
	
div.box-type01-r {
    float:right;
	width:41%;
	position:relative;
	}

table.button-table p{
    padding:0;
    width:94px;
	height:36px;
	text-indent:-9999px;
	}

table.button-table p a{
    display:block;
    width:94px;
	height:36px;
	}
	
p#button01 {
    background:url(img/button01.jpg) no-repeat;
	}

p#button01 a:hover{
    background:url(img/button01-after.jpg) no-repeat;
	}

p#button02 {
    background:url(img/button02.jpg) no-repeat;
	}

p#button02 a:hover{
    background:url(img/button02-after.jpg) no-repeat;
	}

p#button03 {
    background:url(img/button03.jpg) no-repeat;
	}

p#button03 a:hover{
    background:url(img/button03-after.jpg) no-repeat;
	}

p#button04 {
    background:url(img/button04.jpg) no-repeat;
	}

p#button04 a:hover{
    background:url(img/button04-after.jpg) no-repeat;
	}

p#button05 {
    background:url(img/button05.jpg) no-repeat;
	}

p#button05 a:hover{
    background:url(img/button05-after.jpg) no-repeat;
	}

p#button06 {
    background:url(img/button06.jpg) no-repeat;
	}

p#button06 a:hover{
    background:url(img/button06-after.jpg) no-repeat;
	}

p#button07 {
    background:url(img/button07.jpg) no-repeat;
	}

p#button07 a:hover{
    background:url(img/button07-after.jpg) no-repeat;
	}

p#button08 {
    background:url(img/button08.jpg) no-repeat;
	}

p#button08 a:hover{
    background:url(img/button08-after.jpg) no-repeat;
	}

p#button09 {
    background:url(img/button09.jpg) no-repeat;
	}

p#button09 a:hover{
    background:url(img/button09-after.jpg) no-repeat;
	}

table.banner-table{
    padding-top:5px;
	margin-bottom:10px;
	text-align:center;
	}
	
table.banner-table p{
	text-indent:-9999px;
	}

p#banner07 {
    padding:0;
	margin-bottom:20px;
    width:309px;
	height:143px;
	text-indent:-9999px;
	background:url(img/banner07.jpg) no-repeat;
	}
	
p#banner07 a{
    width:309px;
	height:143px;
	display:block;
	}

p#banner07 a:hover{
    background:url(img/banner07-after.jpg) no-repeat;
	}

p#banner05 {
    padding:0;
    text-indent:-9999px;
	width:203px;
	height:123px;
    background:url(img/banner02.jpg) no-repeat;
	}

p#banner06 {
    padding:0;
    text-indent:-9999px;
	width:203px;
	height:121px;
    background:url(img/banner02.jpg) no-repeat;
	}

p#banner08 {
    padding:0;
    text-indent:-9999px;
	width:405px;
	height:61px;
    background:url(img/banner02.jpg) no-repeat;
	}

p#banner08 a{
    width:405px;
	height:51px;
	display:block;
	}

p#banner08 a:hover{
    background:url(img/banner02-after.jpg) no-repeat;
	}
			
div.box01t {
    width:756px;
	height:14px;
	overflow:hidden;
	clear:both;
	background:url(img/box01-t.jpg) no-repeat;
	}

div.box01 {
    width:756px;
	background:url(img/box01-m.jpg) repeat-y;
	}
	
div.box01b {
    width:756px;
	height:13px;
	padding-bottom:10px;
	overflow:hidden;
	clear:both;
	background:url(img/box01-b.jpg) no-repeat;
	}

div.box02t {
    width:756px;
	height:10px;
	overflow:hidden;
	clear:both;
	background:url(img/box02-t.jpg) no-repeat;
	}

div.box02 {
    width:756px;
	background:url(img/box02-m.jpg) repeat-y;
	}
	
div.box02b {
    width:756px;
	height:12px;
	padding-bottom:10px;
	overflow:hidden;
	background:url(img/box02-b.jpg) no-repeat;
	}

div.box03t {
    margin-top:10px;
    width:311px;
	height:11px;
	overflow:hidden;
	clear:both;
	background:url(img/box03-t.jpg) no-repeat;
	}

div.box03 {
    width:311px;
	background:url(img/box03-m.jpg) repeat-y;
	}
	
div.box03b {
    width:311px;
	height:11px;
	padding-bottom:15px;
	clear:both;
	overflow:hidden;
	background:url(img/box03-b.jpg) no-repeat;
	}
	
div.main ul#news-list {
    margin-top:10px;
    width:308px;
	padding:10px 0 10px 0;
    border:1px solid #ccc;
	}
	
ul#news-list li{
    padding:7px 0 7px 20px;
    background:url(img/icon01.jpg) no-repeat 5px 9px;
	}
	
div#news-list {
	height:160px;
    width:308px;
	overflow:auto;
    border:1px solid #ccc;
	}
	
ul#ul-list {
	padding:10px 0 10px 0;
	}
	
ul#ul-list li{
    background:url(img/icon01.jpg) no-repeat 5px 4px;
	padding-left:20px;
	margin-bottom: 5px;
	line-height: 1.3em;
	}

table#info-table td {
    font-size:10px;
    vertical-align:bottom;
	}
	
div.main p.list-bar {
	font-size:12px;
	padding:3px 5px;
	background:url(img/list/list-sub-bar.jpg) no-repeat;
	}
	
/* category
==========================================================*/
.text-staff{
	width:450px;
	float:left;
	}
	
.pic-staff{
	width:200px;
	}

div.main .text-staff p {
	text-align:left;
	padding:20px;
	font-size:16px;
	}
	
div.contents-t {
	background:url(img/box01-t.jpg) no-repeat;
	height:14px;
	overflow:hidden;
	}
	
div.contents {
	background:url(img/box01-m.jpg) repeat-y;
	}
	
div.contents-b {
	background:url(img/box01-b.jpg) no-repeat;
	height:14px;
	overflow:hidden;
	}
	
.entry-body p {
	margin:10px;
	font-size:16pt;
	text-align:170%;
	}

.entry-body-img {
	margin:0px 10px 10px 10px;
	font-size:10pt;
	text-align:170%;
	}
	
.entry-body-img2 {
	margin:0px 5px 10px 5px;
	font-size:10pt;
	text-align:170%;
	}
	
.entry-body-txt {
	margin:0px 10px 10px 10px;
	font-size:14px;
	text-align:170%;
	}
	
.entry-body-eng {
	margin:0px 10px 10px 10px;
	font-size:12px;
	text-align:170%;
	}

.contact-space{
	font-size:12px;
	padding:5px 5px 20px 10px;
	}

.schedule-img{
    padding-bottom:20px;
	}
	
table.rank-table td{
    padding-left:15px;
	}

table.university-table {
    border-collapse:collapse;
	}
	
table.university-table td{
    border:1px solid #999;
	padding-left:5px;
	}
	
div.look {
	text-align:right;
	position:absolute;
	top:0;
	right:0;
	}
	
div.look a {
	color: #44aa11;
	font-size:13px;
	}
	
div.top-banner {
	margin-bottom:5px;
	text-align:center;
	}

div#reco-table {
    width:100%;
	text-align:center;
	}

div#reco-table table{
    margin:0 auto;
	text-align:left;
	}

div#reco-table table td {
	text-align:center;
	}

dl.privacy-dl dd{
    padding-left:15px;
	}

.pl-140 {
	padding-left:140px;
	}  
	
.pl-40 {
	padding-left:42px;
	}

.fontNormal {
	font-weight:normal;
	}
	
/* dreamsympathy
==========================================================*/
.fontsize10px {
	font-size:10px;
	font-color:#333333
}


/* category-wise-page
==========================================================*/

/*td.wise-button01 {
	width:218px;
	height:35px;
	background:url(img/wise/wise-button01.jpg) no-repeat right;
	}

td.wise-button01 a {
	width:218px;
	height:35px;
	display:block;
	}

td.wise-button01 a:hover {
	background:url(img/wise/wise-button01-after.jpg) no-repeat right;}
	
td.wise-button02 {
	width:218px;
	height:35px;
	background:url(img/wise/wise-button02.jpg) no-repeat center;
	}
	
td.wise-button02 a {
	width:218px;
	height:35px;
	display:block;
	}

td.wise-button02 a:hover {
	width:218px;
	height:35px;
	background:url(img/wise/wise-button02-after.jpg) no-repeat center;}	
	
td.wise-button03 {
	width:218px;
	height:35px;
	background:url(img/wise/wise-button03.jpg) no-repeat left;}

td.wise-button03 a {
	width:218px;
	height:35px;
	display:block;
	}
	
td.wise-button03 a:hover {
	width:218px;
	height:35px;
	background:url(img/wise/wise-button03-after.jpg) no-repeat left;
	}	


