﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin :0;
	padding :0;
}
fieldset,img{
	border :0;
}
abbr,acronym{
	border :0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

body{
	text-align: left;
	min-width: 770px;
	background-color: white;
	line-height: 1.5;
	color: #393939;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a{
	color: #333;
	text-decoration:none;
}

a:hover{
	color: #FF9933;
}

.clr{
	display: block;
}


/*---------------------- wrapper,header ----------------------*/
div#wrapper{
	margin: 0 auto;
	width: 770px;
	height: auto;
}

div#header{
	margin: 0 auto;
	width: 760px;
	height: auto;
	text-align: left;
}

div#catch{
	margin: 10px 0px;
}

h1{
	margin: 15px;
	float: left;
}

div#ci{
	float: right;
	margin-top: 10px;
}

/*---------------------- header ----------------------*/
table.navi{
	clear: both;
	padding: 5px;
	margin: 0 auto;
	width: inherit;
	border: solid 2px #CCCCCC;
	text-align: center;
	border-collapse: collapse;

}

table.navi th{
	background-color: #666666;
	border: solid 1px #CCCCCC;
	width: 150px;
	height: 30px;
	text-align: center;
}

table.navi td{
	background-color: #666666;
	border: solid 1px #CCCCCC;
	height: 30px;
	text-align: center;
}

table.navi a{
	color: lightgrey;
	text-decoration: none;
}

table.navi a:hover{
	color: #33FFFF;
	text-decoration: underline;
}



/*---------------------- blog ----------------------*/
div#blog{
	clear: both;
	margin: 0 auto;
}

div#blog h2{
	margin: 10px;
	font-size: 100%;
	color: #820000;
	font-weight: bold;
	background-color: #CCCCCC;
}

/*---------------------- footer ----------------------*/
div#footer{
	clear: both;
	width: 750px;
	height: 100px;
	margin: 0 auto;
}

div#footer td{
	background-color: white;
}


/*-------------------- sidebar_left --------------------*/
div#sidebar{
	float:left;
	width: 135px;
	height: auto;
}

.panels{
	list-style-type: none;
	margin: 15px 10px;
	padding: 0;
	width: 140px; /* width of menu */
}

.panels li{
	border: solid 1px darkgray;
}

.panels li a{
	background-color: white;
	font: 13px;
	display: block;
	color: black;
	width: auto;
	padding: 5px 0;
	text-indent: 8px;
	text-decoration: none;
	border-bottom: 1px solid black; 
}

.panels li a:hover{
	color: white;
	background-color: #666666;;
	border-bottom: 1px solid black;
}


</style>

<!--[if IE]>
<style type="text/css">
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->

/*------------------- schedule -------------------*/
div#schedule{
	margin: 0 auto;
}
