/*------基本部分------*/
a:link {
	color: #0000FF;
	text-decoration: underline;

}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
body {
	text-align:leftr;
	background-color: #E6E6FA;
	margin: 5px;
	/*background: url("http://china.e-learningshop.com/img/back.gif");*/
	color:#666;
	font-size: 10px;
}	
#base {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #FFF;
	position:relative;
}

h1 {
	padding: 0px;
	margin-left: 20px;
	margin-top: 10px;
	color:#FF0000;
	font-size:36px;

}

h2 {
	font-size: 16px;
	margin: 0px;
}

h3{
	font-size:35px;
	color:#ff0000;
	padding:0;
	margin: 0px;
}
em{
	font-size:20px;
	color:#ff0000;
	padding:0;
	margin: 0px;
	font-weight: bold;
}
p{
	margin:;
}
/*------基本部分終了------*/

/*------ヘッダー部分------*/
#header {
	background-image: url("http://www.e-learningshop.com/img/banner2.gif");
	background-repeat: no-repeat;
	height: 145px;
	width: 750px;
}

#intro {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	padding:15px;
}
#title {
　　　　　　　margin-top: 5px;
	padding-left: 10px;
}

#header a:link {
	color: #FF0000;
	text-decoration: none;
}
#header a:visited {
	color: #FF0000;
	text-decoration: none;
}
#header a:hover {
	color: #FF0000;
	text-decoration: none;
}
#header a:active {
	color: #FF0000;
	text-decoration: none;
}
.subtitle {
	padding-left: 15px;
	padding-right: 15px;
}

/*------ヘッダー部分終了------*/

/*------メイン部分------*/
/*------全体部分------*/

#center {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;
	position:relative;
}
#center .info {
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	color: #666;
	width: 710px;
	border: 1px solid #CCC;
}
#center h2 {
	font-size: 25px;
	color: #191970;
	margin-top: 15px;
text-align:center;
	font-weight:bold;
	padding:10px;
	text-decoration: underline;
}
#center a:link {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
#center a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
#center a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
#center a:active {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
/*------全体部分ここまで------*/

/*------右上部分------*/

#right {
	width: 560px;
	height:460px;
	float:right;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right:20px;
	position:relative;
}
#right .info {
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	color: #666;
	width: 540px;
	border: 2px solid #CCC;
}
#right h2 {
	font-size: 25Px;
	color: #191970;
	margin: 5px 5px 5px 15px;
	font-weight:bold;
	float: center;
	text-decoration: underline;
}
#right a:link {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
#right a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
#right a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}
#right a:active {
	color: #0000FF;
	text-decoration: underline;
	font-size:30px;
}

/*------右上部分ここまで------*/


/*------サイドバー部分------*/
#left {
	width: 145PX;
	height:460px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	background: url("http://www.e-learningshop.com/img/side2.gif");
	font-size: 13px;
	position:relative;
}

#left .info {
	padding-left: 5px;
	padding-right: 5px;
	color: #666;
}
#left .info2 {
	text-align:center;
	color: #666;
}
#left h2 {
	font-size: 14px;
	color: #fff;
	background-color:#191970;
}

#left a {
	color:#000;
  font-weight:bold;
}
		
#left a:hover{
	color : #000;
	text-decoration: underline;
}


/*------サイドバー部分終了------*/

/*------メイン部分終了------*/

/*------フッター部分------*/
#footer {
	font-size: 10px;
	background-color: #191970;
	text-align: center;
	margin: 0px;
	padding: 1px;
	display: block;
	color:#fff;
	text-decoration: none;
	clear: both;
}
#footer a:link {
	color: #fff;
	text-decoration: underline;

}
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	text-decoration: underline;
}

/*------フッター部分終了------*/
