@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2007-09-01
Modified:   2008-01-23
Version:    1.0
Auther:     Toshio Nagasaka

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
}
a img{
	border: none;
}
a{
	text-decoration: underline;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #cc0000;
}
a:active{
	color: #cc0000;
}

body {
	background-color: #ffffff;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
	color: #000000;
	font-size: 14px;
	*font-size: medium;
	*font: small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	min-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}


/* ------------------------------------------

wireframe

------------------------------------------*/


div#header {
	margin: 0 auto;
	width: 100%;
	height:110px;
	background:#fff url(img/bg_logo.jpg) repeat-x;
	border-top:5px solid #000;
	border-bottom:1px solid #ccc;
}

div#nav {
	width:860px;
	margin:0 auto;
	}

div#wrapper {
	margin: 0 auto;
	width: 860px;
	text-align: center;
	background-color:#fff;
	margin-bottom:20px;
	min-height:auto;
}

div#pankuzu {
	margin:10px 0;
	text-align:right;
	font-size:x-small;
}

div#mainContent {	
	float:left;
	margin: 0;
	padding:0;
	width: 860px;
	text-align:left;
}

#leftside {
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	background:#fff;
	}
	
#rightside {
	float:right;
	margin-left:40px;
	}
	
#profile {
	float:right;
	width:350px;
	font-size:small;
	}

div#secondly {	
	float:right;
	margin: 0;
	width: 170px;
	text-align:left;
}

div#footer {	
	background-color:#000;
	padding:20px 0;
	clear:both;
	width: 100%;
	height:50px;
	text-align:center;
	border-top:3px solid #666;
}

div#topflash {
	width:860px;
	height:360px;
	background:#fff;
	margin:20px 0 40px 0;
	text-align:left;
	}
	
div#info {
	float:left;
	width:560px;
	text-align:left;
	}
	
div#topbanner {
	float:left;
	width:300px;
	text-align:right;
	}


/* ------------------------------------------

mainContent decoration

------------------------------------------*/
	
div#mainContent p{	
	line-height:1.5;
}

div#mainContent h2{	
	font-size:x-large;
	color:#EA0075;
	}

div#mainContent dt{
/*	overflow: hidden;*/
	border-bottom:1px solid #7A652B;
	color:#7A652B;
	font-size:medium;
	margin-bottom:0.2em;
	font-weight:bold;
	padding-left:18px;
	background:#fff url(img/arrow_gold.jpg) no-repeat left center;
	}
	
div#mainContent dd{
	border-bottom:1px dotted #ccc;
	padding:0.2em;
	}
	
div#mainContent dd .brown_dd{
	font-weight:bold;
	color:#7A652B;
	margin-right:1em;>
	}

div#mainContent dl{
	margin-bottom:10px;
	}

	


/* ------------------------------------------

other decoration

------------------------------------------*/
	
#topbanner img {
	float:right;
	}

div#info dl {
	font-size:small;
	margin:10px 0 20px 0;
	}
	
div#info dt {
	float:left;
	color:#EA0075;
	margin-right:20px;
	}

div#info dd {
	color:#333;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	}

div#secondly ul{
	padding-left:25px;
}	
div#secondly li{
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	padding-bottom:0.3em;
}	

div#footer p {	
	color:#fff;
	margin: 0px auto;
	width: 860px;
	text-align:right;
	font-size:x-small;
}

div#footer a {
	color:#fff;
	}


#subh1 {
	margin-bottom:20px;
}


.schedule {
	font-size:medium;
	text-align:center;
	background:#FAFAF2;
	}
	
.schedule th {
	background-color:#eee;
	}
	
.schedule td {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	}

.schedule a{
	display:block;
	color:#fff;
	background:#7A652B;
	}

.schedule a:hover{
	display:block;
	color:#fff;
	background:#15C4D1;
	}

.schedule a:visited{
	display:block;
	color:#fff;
	}	

#course {
	background:#FAFAF2;
	border:1px solid #ccc;
	}
	
#course td {
	border-bottom:1px dotted #ccc;
	}