@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	min-width: 830px;
	color: #000;
	background:#fff url("../../img/body_bg.gif");
}

form, input {
	margin: 0;
	padding: 0;
}

a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#f08200;
	text-decoration: underline;
}
a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd,address, form, blockquote, img {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


/* page layout */

#container {
	position: relative;
	width: 830px;
	margin:0;
	padding:0;
	background:url("../../img/header_bg.gif") no-repeat;
}

#head {
	position: relative;
	width: 830px; /* necessary for ie win */
	margin:0;
	padding: 0;
}
#headTitle {
	height: 50px;
	margin-left: -2000px;
}
#headDescription {
	height: 58px;
	margin-left: -2000px;
}
#headTxt {
	height: 44px;
	margin: 0 0 0 554px;
	font-size:10px;
}


#bodyMain {
	margin:0;
	padding: 0;
	float: right;
}

/* for IE */
#bodyMain {
	width: 580px;
}

/* Hides from MacIE \*/ 
*html #bodyMain {
	width: 580px;
}
#bodyMain {
	width: 600px;
}
/* End hides from MacIE */ 


#bodyLeft {
	width:160px;
	margin: 0;
	padding: 70px 20px 0 20px;
	float: left;
}

#bodyLeft h3{
	margin:30px 0 5px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#0099d9;
	border-bottom: 1px solid #0099d9;
}

#bodyLeft h3 a{
	color:#0099d9;
}

#bodyLeft ul li {
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
}


#globalNavi {
	width: 600px;
	margin: 0 0 0 230px;
	padding: 0;
}

#globalNavi ul li {
	display: inline;
}

#globalNavi a.info {
	width:122px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_01.gif) 0 0;
}

#globalNavi a.info:hover {
	height: 30px;
	background: url(../../img/gnavi_01.gif) -122px 0;
}

#globalNavi a.profile {
	width:69px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_02.gif) 0 0;
}

#globalNavi a.profile:hover {
	height: 30px;
	background: url(../../img/gnavi_02.gif) -69px 0;
}

#globalNavi a.live {
	width:116px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_03.gif) 0 0;
}

#globalNavi a.live:hover {
	height: 30px;
	background: url(../../img/gnavi_03.gif) -116px 0;
}

#globalNavi a.disco {
	width:116px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_04.gif) 0 0;
}

#globalNavi a.disco:hover {
	height: 30px;
	background: url(../../img/gnavi_04.gif) -116px 0;
}

#globalNavi a.blog {
	width:54px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_05.gif) 0 0;
}

#globalNavi a.blog:hover {
	height: 30px;
	background: url(../../img/gnavi_05.gif) -54px 0;
}

#globalNavi a.contact {
	width:83px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_06.gif) 0 0;
}

#globalNavi a.contact:hover {
	height: 30px;
	background: url(../../img/gnavi_06.gif) -83px 0;
}

#globalNavi a.top {
	width:40px;
	height: 30px;
	display: block;
	float: left;
	background: url(../../img/gnavi_00.gif) 0 0;
}

#globalNavi a.top:hover {
	height: 30px;
	background: url(../../img/gnavi_00.gif) -40px 0;
}

.alt {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -50000px;
}


.archiveList dt {
	margin:20px 0 5px 10px;
	font-size:10px;
}



.archiveList dd {
	margin-left:10px;
	padding-bottom:5px;
	font-size:12px;
	border-bottom: 1px dotted #999;
}

#calendar {
	line-height: 140%;
	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 150px;
}

#calendar caption {
	color:#0099d9;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #0099d9;
}

#calendar th {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

#calendar td {
	font-size: 10px;
	text-align: center;
}

#calendar a {
	color:#0099d9;
	font-size: 10px;
	font-weight: bold;
}

#calendar a:hover {
	color:#f08200;
	font-size: 10px;
	font-weight: bold;
}

.note {
	text-indent:-1em;
	padding:0 0 0 1em;
}


