@charset "shift_jis";
/* CSS Document */

*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family: gHiragino Kaku Gothic Proh, Osaka, gCIh, Meiryo, glr oSVbNh, gMS PGothich, sans-serif;
	list-style-type:none;
}

a{
     color:#bc0200;
    font-style:normal;
    text-decoration:none;
}

a:hover {
    color:#333300;
    font-style:normal;
	text-decoration:underline;
}

a:hover img {
 opacity: 0.7;
}

img{
	border:none;
}

ul {
	list-style-position:inside;
	list-style-type:square;
}

/* ------------------------------------------------------------------------------ */
/* 背景 */
/* ------------------------------------------------------------------------------ */

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: 100%;
  /* Set up positioning */
  position: fixed;
  /* またEabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative;
}

/* ------------------------------------------------------------------------------ */
/* 大枠ボックス構E */
/* ------------------------------------------------------------------------------ */

body{
	font-size:small;
	text-align:center;
}

#wrapper{
	width:750px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}

#header{
	width:750px;
	height:90px;
/*	background-image:url(../images/common/header.png);
	background-repeat:no-repeat;
	background-position:left;*/
	text-align:right;
	font-size:11px;
	color:#333;
}

#navi{
	width:750px;
}

#main_visual{
	width:750px;
}

#left_box{
	width:150px;
	margin-bottom:30px;
	float:left;
	font-size:12px;
}


#right_box{
	width:570px;
	margin:15px;
	float:right;
	margin-bottom:80px;
}

#clear{
	clear:both;
}

#footer{
	width:550px;
	height:100px;
	text-align:right;
	float:left;
	color:#222;
}

#footer_box{
	width:200px;
	height:100px;
	background-position:center;
	background-image:url(../images/common/map.png);
	background-repeat:no-repeat;
	float:right;
}

div#footer_box a {
    display: block;
    width: 200px;
    height: 100px;
}

#footer_u{
	font-size:11px;
	color:#666;
	clear:both;
	width:750px;
	height:20px;
	text-align:center;
}

	
/* ------------------------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------------------------ */

#menu ul{
list-style: none; 
padding:0;
margin:0;
}

#menu li{
padding: 0; 
margin: 0;
float: left;
}

#menu a{
display: block;
width: 120px;
text-decoration: none;
color: #555;
padding: 0 0 0 0px;
margin: 0 2px;
font-size: x-small;
text-align: left;
}
#menu a:hover{
background:url(画像Eアドレス) no-repeat left center;
}


	
/* ------------------------------------------------------------------------------ */
/* レフトボックス */
/* ------------------------------------------------------------------------------ */

.cds-navi {
  list-style-type: none;
  padding: 0;
}

.cds-navi li a {
  height:20px;
  margin-bottom: 1px;
  padding: 5px 0 5px 10px;
  display: block;
  width: 135px;
  text-decoration: none;
  border-left: 5px solid #40273E;
  background-color: #F2EEAC;
  color: #40273E;
}

.cds-navi li a:hover {
  background-color: #59514C;
  color: #FFFFFF;
  border-left: 5px solid #ff9933;
}

p.img {
	margin-bottom:1px;
}
	
/* ------------------------------------------------------------------------------ */
/* ライトEチEス */
/* ------------------------------------------------------------------------------ */

h2{
	color:#666;
	font-size:16px;
	font-weight:bold;
}

#line{
    border-bottom: 1px #666666 solid;
	margin-bottom:10px;
}

#right_txt{
	color: #222222;
	font-size:12px;
	margin-bottom:20px;
}
	
p.day {
	color: #bc0200;
	font-weight:bold;
	font-size:14px;
}

/*#menu_name{
	width:470px;
}
*/
.menu li {
	width:300px;
	float:left;
    border-bottom: 1px #ccc dashed;
	margin-bottom:5px;
	padding-bottom:5px; 
}

.menu_en li{
	border-bottom: 1px #ccc dashed;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-right:20px;
	text-align:right;
}

#course{
	font-size:16px;
	width:250px;
	margin:10px 10px 10px 10px;
	float:left;
	color:#336600;
}