/* himawari.CSS Document */

/* すべてに適用 */
body {
	margin: 0px 0px 0px 0px;
	background-color: #F0F0F0;
}

	  	 
#header {
	margin: 0px;
	width: 800px;
	padding: 0px;
}

#header h1{
	margin: 0px;
	width: 800px;
	padding: 0px;
}

#header a{
	background-image: url(himawaricco_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 800px;
	display: block;
	padding: 0px;
	height: 250px;
}



#navi {
	color: #FFFFFF;
	height: 25px;
	width: 800px;
	padding: 0px;
	background: #666666;
	margin: 0px ;
	text-transform: uppercase;
	font: 10px;
}


#navi ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}


#navi li {
	display: inline;
	padding: 0px;
	margin: 0px;
}


#navi a {
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 4px;
	width: 110px;
	height: 18px;
}


#navi a:hover {
	color:#FF3300;
	background: #66FFFF;
}


		 
#main {
	width: 800px;
	background-color: #E8EEFE;
	margin: 0px;
	padding: 0px;
}

#subnavi {
	color: #FFFFFF;
	height: 17px;
	width: 800px;
	padding: 0px;
	background: #666666;
	margin: 0px ;
	text-transform: uppercase;
	font: 10px;
}


#subnavi ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}


#subnavi li {
	display: inline;
	padding: 0px;
	margin: 0px;
}


#subnavi a {
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	width: 94px;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}


#subnavi a:hover {
	color:#FF3300;
	background: #66FFFF;
}


#footer {
	text-align: center;
	height: 20px;
	width: 800px;
	font-size: 11px;
	padding-top: 5px;
	background-color: #FFFFFF;
}

/* index.html */
	  
#main #info {
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding: 0px;
	width: 800px;
	margin: 0px;
	list-style-image: url(himawaricco_li.gif);
	list-style-position: outside;
}

#main #info .new{
	padding-left: 120px;
}

#main #info li{
	height: 30px;
	padding-left: 20px;
}

#main #info .photo{
	text-align: center;
	background-image: url(fukushi.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
	text-indent: -5000px;
	padding: 0px;
	
}

	  
#main #info a {
	text-decoration : none;
}	
	  

#main #info a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}
 
	  
#main #info h1 {
	letter-spacing: 0.2em;
	color: #333333;
	height: 40px;
	text-indent: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#main #info h2 {
	background-image: url(top_new.gif);
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 95px;
	background-repeat: no-repeat;
	text-indent: -5000px;

}

 
/* instructor.html */

#main #instructor {
	width: 800px;
	background-image: url(lesson040701.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 50px;
}


#main #instructor h1 {
	font-size: 24px;
	background-image: url(inst.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 95px;
	margin-top: 0px;
	background-position: center;
	padding: 0px;
}


#main #instructor h2 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
	letter-spacing: 0.1em;
}


#main #instructor h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	letter-spacing: 0.1em;
}


#main #instructor p{
	font-size: 12px;
	padding-left: 45px;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}

/* enrollment.html */

#main #timetable a {
	text-decoration : none;
}	
	  

#main #timetable a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}

#main #timetable {
	width: 800px;
	text-align: center;
	padding-bottom: 30px;
	letter-spacing: 0.1em;
}  
		 

#timetable table {
	width: 95%;
	border-collapse: separate;
	border-top: 1px solid #DED8CA;
	border-bottom: 3px solid #DED8CA;
	font-size: 14px;
}


#timetable caption {
	padding: 6px;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/caption_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#timetable th,td {
	padding: 6px;
	text-align: center;
	border-right: 1px solid #E9E4D9;
	border-bottom: 1px solid #E9E4D9;
}

#timetable h1 {
　　font-size: 24px;
	background-image: url(enrollment.gif);
	background-repeat: no-repeat;
	height: 95px;
	margin: 0px;
	text-indent: -5000px;
	background-position: center;
	padding: 0px;
}

th.name {
	width: 160px;
}


td.price {
	width: 140px;
	border-right: none;
}


th.time {
	width: 150px;
}


thead th {
	color: #5E4F46;
	font-weight: normal;
	background: #C9C7C6 url(../images/th_bg.gif) left top repeat-x;
}


tbody th {
	font-weight: normal;
	background: #F6F6F5;
}


td {
	background: #FFFFFF;
	line-height: 1.3em;
}


td.description {
	text-align: left;
	letter-spacing: 0.2em;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}


/* studio.html */

#main #studio {
	width: 800px;
}

#main #studio a{
	text-decoration: none;	
}

#main #studio a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}

#main #studio h1{
　　font-size: 24px;
	background-image: url(studio.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
	height: 95px;
	text-indent: -5000px;
}

#main #studio h2{
	background-image: url(studio_photo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	padding: 0px;
	height: 350px;
}

#main #studio h3{
	background-image: url(map.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	padding: 0px;
	height: 520px;
}


#main #studio li {
	line-height: 1.8em;
	padding-left: 90px;
	list-style-type: none;
	letter-spacing: 0.1em;
}

#main #studio p {
	list-style-type: none;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* contact.html */

#main #contact {
	width: 800px;
}

#main #contact a{
	text-decoration: none;	
}

#main #contact a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}

#main #contact h1{
	background-image: url(contact.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 95px;
	text-indent: -5000px;
}

#main #contact h2{
	background-image: url(studio_photo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	padding: 0px;
	height: 350px;
}

#main #contact h3{
	background-image: url(map.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	padding: 0px;
	height: 520px;
}



#main #contact li {
	list-style-type: none;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}

#main #contact p {
	list-style-type: none;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* fukushi.html */

#main .photo {
　　margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#main h5 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 25px;
}

#main #youtube {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* link.html */



#main #link a {
	text-decoration : none;
}	
	  

#main #link a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}
 
	  
#main #link h1 {
	font-size: 24px;
	background-image: url(link.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 95px;
	margin-top: 0px;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#main #link h2{
	background-image: url(studio_photo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000px;
	padding: 0px;
	height: 350px;
}


#main #link h4 {
	font-style: normal;
	font-weight: normal;
	padding-left: 60px;
	padding-bottom: 10px;
}

#main #link {
	font-size: 1.1em;	
}

#main #link li{
	padding-left: 110px;
	list-style-position: inside;
	list-style-image: url(himawaricco_li.gif);	
}

/* tv.html */

#main #tv a {
	text-decoration : none;
}	

#main #tv p {
	text-align: center;
	
}	  

#main #tv a:hover {
	color:#FF0000;
	background: #99FFFF;
	text-decoration: underline;
}

#main #tv {
	font-size: 1.1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	width: 800px;
}

#main #tv li{
	padding-left: 145px;
	list-style-type: none;
	line-height: 1.5em;
}

#main #tv h1 {
	font-size: 24px;
	background-image: url(tv.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 95px;
	margin-top: 0px;
	background-position: center;
	padding: 0px;
}

#main #tv h3 {
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 0px;
	letter-spacing: 0.2em;
}


#main #tv #youtube {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
