@charset "euc-jp";

/* アカデミー講座　2009.12.28作成*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> デフォルト<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

html, body, table, td, th, h1, h2, h3, h4, p, a, span, div, ul, ol, dl,textarea{
	color : #333333 ;
	line-height:150%;
	margin-top:0;
	font-size:12px;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	scrollbar-base-color : #f1f1f1 ;
	scrollbar-3dlight-color : #c2c2c2 ;
	scrollbar-arrow-color : #c2c2c2 ;
	scrollbar-shadow-color : #f1f1f1 ;
	scrollbar-darkshadow-color : #000000 ;
	scrollbar-highlight-color : #ffffff ;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	text-align : center ;
	margin : 0px ;
}

#topbg{
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#data ul{
	list-style-type:none;
	line-height:180%;
	float:right;
}

#data li{
	display:inline;
	background:url(../images/yajirushi.gif);
	background-repeat:no-repeat;
	background-position:left cener;
	text-indent:10px;
	margin:0 30px;
}

#data li a{
	margin-left:10px;
}

hr, div{
	margin : 0px ;
}

p {
	margin : 0 0 1em 0 ;
}

img{
	border:none;

}

address, em{
	font-style : normal ;
}


/*　リンク色　*/

h3 a.navi:link{
	text-decoration : underline ;
	color:#ffffff;
}

h3 a:link{
	color : #ffffff;
}

h3 a.navi:visited{
	text-decoration : underline ;
	color:#CCCCFF;
	font-weight:bold;
}

h3 a:visited{
	text-decoration : underline ;
	color:#CCCCFF;
	font-weight:bold;
}

h3 a:active, a:hover{
	text-decoration : underline ;
	color : #ffa500 ;
	position : relative ;
	top : 0px ;
	left : 0px ;
}

h3 a.navi:active, a.navi:hover{
	text-decoration : underline ;
	color : #c0ffff ;
}


a.navi:link{
	text-decoration : underline ;
	color:#0066CC;
}

a:link{
	color : #0066CC;
}

a.navi:visited{
	text-decoration : underline ;
	color:#003366;
}

a:visited{
	text-decoration : underline ;
	color:#003366;
}

a:active, a:hover{
	text-decoration : underline ;
	color : #ffa500 ;
	position : relative ;
	top : 0px ;
	left : 0px ;}

a.navi:active, a.navi:hover{
	text-decoration : underline ;
	color : #c0ffff ;}

/*-------------------------------------------*/
/* common */
/*-------------------------------------------*/

.right{
float:right;
}

.left{
float:left;
}

.floatnone{
	float:none;
}

.dot {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 15px;
}

.m_BTM30{
	margin-bottom:30px;
}

.m_TOP30{
	margin-top:30px;
}

.p_BTM10{
	margin-bottom:10px;
}

.m_BTM10{
margin-bottom:15px;
}

.m_TOP10{
margin-top:15px;
}

.box{
	margin-left:30px;
	margin-right:30px;
}

.basebg{
	background-color:#E7F1EE;

}

/*-------------------------------------------*/
/* AUNロゴ */
/*-------------------------------------------*/
#aunlogo{
	margin:0;
	padding:0;
}

/*-------------------------------------------*/
/* h1 */
/*-------------------------------------------*/

#top h1{
	background-image:url(../images/aunacademy.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:760px;
	height:260px;
	text-indent:-9999px;
	font-size: 0px;
	margin-top:0;
	margin-bottom: 5px;
	line-height: 0px;
	color:#FFFFFF;
}

#sem_academy h1{
	background-image:url(../images/sem_h1.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width:760px;
	height:260px;
	text-indent:-9999px;
	font-size: 0px;
	margin-top:0;
	margin-bottom: 5px;
	line-height: 0px;
	color:#FFFFFF;
}

#sem_other h1{
	background-image:url(../images/other_h1.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width:760px;
	height:260px;
	text-indent:-9999px;
	font-size: 0px;
	margin-top:0;
	margin-bottom: 5px;
	line-height: 0px;
	color:#FFFFFF;
}


/*-------------------------------------------*/
/* h2 */
/*-------------------------------------------*/

h2{
	font-weight:bold;
	font-size:140%;
	color:#990000;
	margin:20px auto 20px 30px;
}

/*-------------------------------------------*/
/* h3 */
/*-------------------------------------------*/

h3{
	font-weight:bold;
	font-size:115%;
	margin:0;
}


/*-------------------------------------------*/
/* h4 */
/*-------------------------------------------*/

h4{
	font-weight:bold;
	font-size:105%;
	color:#333333;
	margin:0;
}

/*-------------------------------------------*/
/* seminar name */
/*-------------------------------------------*/

.semi_name{
	font-weight:bold;
	font-size:115%;
	color:#003366;
	display:block;
}

/*-------------------------------------------*/
/* お申込バナー */
/*-------------------------------------------*/
.bnr{
	padding:8px;
	background-position:right bottom;
}

/*-------------------------------------------*/
/* フォント設定 */
/*-------------------------------------------*/
.bold15blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #073058;
	font-weight:bold;
	line-height: 150%;
}

.12blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #073058;
	line-height: 150%;
}

.12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	line-height: 150%;
}

.redtext{
	color:#FF0000;
}

.whitetext{
	color:#FFFFFF;
}

.textcolor1{
	color:#5F9CA9;
}

.textcolor2{
	color:#AE7759;
}

.textcolor3{
	color:#039895;
}

.textcolor4{
	color:#666633;
}

.textcolor5{
	color:#004D00;
}

.textcolor6{
	color:#006699;
}

.textcolor7{
	color:#C89C04;
}

.textcolor8{
	color:#666666;
}

.bold{
	font-weight:bold;
}

/*-------------------------------------------*/
/* 必須項目 */
/*-------------------------------------------*/
.mustred{
	color:#FF0000;
	font-size:95%;
}
