/* CSS Document */



body {
	background-color:#FFF;
	line-height:1.3em;
	font-family:"ＭＳ Ｐ明朝", "細明朝体";
	font-size:1.2em;
	color:#333;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #660033;
	text-decoration:underline;
}

/***********************************************/
/* Layout Div Wrapper                          */
/***********************************************/
div#wrap {
	width:780px;
	text-align:left;
	overflow:hidden;
}


		
#toptitle {
	height:60px;
	width:780px;
	background-image:url(indextitle.jpg);
}


/***********************************************/
/* Layout Divs      NAVI                       */
/***********************************************/
#navi {
	background-color:#DFD0FF;
	width:100px;
	float:left;
	background-image:url(navi2.jpg);
	margin-top:5px;
	padding-bottom:32768px;
	margin-bottom:-32768px;
	list-style-type:none;
	display:block;
}

#navi a {
	font-size:0.7em;
}

#navi li {
	_display:block;
}

#navi li {
	list-style:none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#contents {
	font-style:normal;
	color:#333333;
	background-color:#FFFFFF;
	width:550px;
	float:left;
	clear:right;
	margin-top:5px;
	padding-bottom:32768px;
	margin-bottom:-32768px;
	padding-left:5px;
}

div#imgspace {
	background-color:#DFD0FF;
	float:right;
	margin-top:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:32768px;
	margin-bottom:-32768px;
}

div#foot {
	clear:right;
	color:#333;
	background-color:#E4D3E4;
	width:800px;
	font:"ＭＳ Ｐゴシック", Osaka;
	font-size:10px;
	text-align:center;
	margin-top:5px;
}

/***********************************************/
/* Text Styles                                 */
/***********************************************/
.a_headline {
	color:#660066;
	font-size:0.9em;
	padding:4px 0px 0px 5px;
	background-color:#CC6666;
	vertical-align:sub;
}

.miniheadline {
	background-color:#E3AEAE;
	color:#660000;
	padding:0px 0px 0px 5px;
	font-size:0.7em;
}

.index-text {
	color:#333333;
	line-height:1.2em;
	font-size:0.7em;
	padding:5px 5px 5px 5px;
}

.course {
	color:#333333;
	line-height:1.2em;
	font-size:0.7em;
	padding:0px 5px 0px 20px;
}

.titletxt {
	text-align:right;
	font-size:0.8em;
	line-height:1.1em;
	padding:10px 10px 0px 0px;
	margin-top:15px;
}
		




/********* 角を丸くするアレ。画像忘れずにー！ *********/
.curve-01{
background:#F4F4FF; /* ここの色を変えたら色んな角丸ができる */
margin:0px 0;
}

.curve-01 div.curve-head{
font-size:1px;
height:5px;
background:url(01-curve-left-head.gif) top left no-repeat;
}

.curve-01 div.curve-head div{
font-size:1px;
height:5px;
background:url(01-curve-right-head.gif) top right no-repeat;
}

.curve-01 div.curve-bottom{
	font-size:1px;
	height:5px;
background:url(01-curve-left-bottom.gif) bottom left no-repeat;
}

.curve-01 div.curve-bottom div{
font-size:1px;
height:5px;
background:url(01-curve-right-bottom.gif) bottom right no-repeat;
}
/********* 角を丸くするアレのCSSはここまで！ *********/