﻿@charset "UTF-8";

*	{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:100%;
	color:#444;
	}


body{
	background-color:#e8e8e8;
	background-image:url(../images/background01.jpg);
	text-align:center;
	}

/* wrapper
-----------------------------------*/ 
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
	background-image:url(../images/desk.png);
	background-repeat:no-repeat;
	background-position:15% 40%;
		}
		
/* header
-----------------------------------*/ 		 
#header{
	height:75px;
	border-top:10px solid #ccc;
	position:relative;
	}

	
#header h1  {
	width:720px;
	line-height:70px;
	padding-left:5px;
	color:#c00;
	font-size:150%;
	float:right;
	}
		 
#header img {
	margin:6px 0 0 0;
	float:left;
	}

#header ul{
	position:absolute;
	top:7px;
	right:10px;
	font-size:90%;
	}

/* gloval_navi
-----------------------------------*/ 
#global_navi{
	height;30px;
	background-color:#e3e3e3;
		 }

#global_navi p{
	text-align: center;
	background-color : #FFFFFF;}

#global_navi ul{
	margin-left:auto;
	margin-right:auto;
	width:720px;
	list-style-type:none;
		 
		 }
 /*global_navi_li 120X6=720--------*/

#global_navi li{
	width:120px;
    float:left;
	font-size:80%;
	text-align:center;
	line-height:30px;
	background-image:url(../images/navi_back01.gif);
	background-repeat:repeat-x;
		 }

.current{
	color:#C00;
	font-weight:bold;
	}


#global_navi a{
	display:block;
	}

#global_navi a:link {
	color:#333;
	text-decoration:none;
	}
 
#global_navi a:visited {
	color:#333;
	text-decoration:none;
	}
 
#global_navi a:hover{
	color:#c00;
	text-decoration:none;
	background-color:#666;
	background-image:url(../images/navi_back02.gif);
	background-repeat:repeat-x;
	}

/* Main_content
-----------------------------------*/ 
#main_content{
	margin:0 30px;
	border-left:1px solid #c00;
	padding:40px 0;
	clear:left;
	font-size:100%;
	line-height:150%;
	}

#main_content h2{
	border-bottom:1px solid #c00;
	border-left:25px solid #c00;
	padding:0 0 2px 10px;
	font-size:110%;
	margin-bottom:10px;
		 }
		 
#main_content p{
	line-hight:2em;
		text-indent:1em;
		 margin-left:10px;	 
		 }
.img{
	text-align:center;
	}

/* news_content
-----------------------------------*/ 
    #news_content{
	margin-left:400px;
	margin-right:30px;
	border-left:1px solid #c00;
	padding-bottom:40px;
	padding-top:10px;
	 }

    #news_content h3{
		margin-top:10px;
		border-bottom:1px solid #c00;
		border-left:15px solid #c00;
		padding:0 0 2px 10px;
		margin-bottom:10px;
		 }
	#news_content p{
	     font-size:90%;
		 line-height:1.5em;
		 text-indent:1em;
		 margin-left:10px;	 
		 }

	/*#news_content ul{
	     list-style-position:inside;
		 font-size:70%;
		 }
	#news_content li{
	     margin:20px 0 20px 20px;
		 }

/* schedule
-----------------------------------*/ 
#schedule{
	margin:0 30px;
	border-left:1px solid #c00;
	padding:40px 0;
	font-size:100%;
	line-height:150%;
	}


#schedule h2{
	border-bottom:1px solid #c00;
	border-left:25px solid #c00;
	padding:0 0 2px 10px;
	font-size:110%;
	margin-bottom:10px;
		 }
		 
#schedule p{
	font-size:90%;
	line-hight:2em;
		text-indent:1em;
		 margin-left:10px;	 
		 }

#schedule dl{
	font-size:90%;
	color:#222;
	}

#schedule dl dt{
	font-size:100%;
	color:#C00;
	margin:20px 0 0 20px;
	}
#schedule dl  ul{
	margin:5px 0 0 40px;
	}


		 
/* footer
-----------------------------------*/

#footer_navi {
	height:20px;
	border-top:1px solid #e3e3e3;
	text-align:center;
	clear:both;
	}
	
#footer_navi ul {
	margin-left:auto;
	margin-right:auto;
	width:480px;
	}
#footer_navi li {
	list-style-type:none;
	width:160px;
	float:left;
	font-size:75%;
	text-align:center;
	line-height:20px;
	}
#footer_navi a:link {
	color:#333;
	text-decoration:none;
	}
#footer_navi a:visited {
	text-decoration:none;
	}
#footer_navi a:hover {
	color:#c00;
	text-decoration:underline;
	}




footer{
	clear:both;  
	height:30px;
	border-bottom:10px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#e3e3e3;
	}



#footer address{
	font-style:normal;
	text-align:center;
	font-size:70%;
	line-height:30px;
	}
		 
		 
	 
		 		 
   