@charset "Shift_JIS";

/***********************************************/
/* HTML tag styles                             */




/***********************************************/
* {
	margin: 0;
	padding: 0;
}

a:link {
	color:#0066CC;
	text-decoration: none;
	}

a:visited {
	color:#0066CC;
	text-decoration: none;
	}

a:hover {
	color: #0066CC;
	text-decoration: underline;
	}

a:active {
	color:#0066CC;
	text-decoration: none;
	}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
}
img.imgright {
	float: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
img.imgleft {
	float: left;
	padding-right: 3px;
	margin-left: 3px;
}

div {
	padding: 0;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; /* モダンブラウザ向け */








    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	line-height: 1.3em;
}


#container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-image: url(../images/common/bg_main.gif);
	background-repeat: repeat-y;
	position: relative;
} 
#sidebarL {
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
}
#sidebarR {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin-top: 62px;
	background: e6e6e6;
}

#main {
	margin-left: 180px;
	padding-left: 20px;
	padding-right: 20px;
	width: 580px;
	margin-bottom: 10px;

}
/*
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
*/
#navi {
	width: 182px;
	margin-top: 0px;
	float: left;
	position: relative;
	text-align: right;
}
#naviProgram {
	list-style-type: none;
	padding-top: 14px;
	float: right;
	text-align: right;
}
#naviProgram  li {
	display: inline;
}
#naviRight {
	width: 190px;
	float: left;
	text-align: left;
	margin-top: 180px;
}
#title {
	width: 580px;
	height: 47px;
	clear: both;
}


h1 {
	float: left;
}
h2 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 15px;
}
h3 {
	padding-bottom: 4px;
	font-size: 105%;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding-left: 5px;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #000000;
	width: 243px;
	float: left;
}
h5 {
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	background-color: #000000;
	margin-bottom: 10px;
}
.textR {
	color: #990033;
	float: right;
	padding-top: 12px;
	font-size: 11px;
	font-weight: bold;
}

#globalnavi {
	clear: both;
	width: 800px;
	height: 24px;
}
.left {
	float: left;
	line-height: 20px;
}

.right {
	float: right;

}
.leftHarf {
	width: 250px;
	float: left;
}

.rightHarf {
	margin-left: 15px;
	width: 235px;
	float: right;
}
.block{
	padding-bottom: 10px;
	width: 580px;
	padding-top: 10px;
	float: left;
	margin-bottom: 10px;

}
.program {
	padding-top: 15px;
	clear: both;
	width: 580px;

}
.program dt {
	float: left;
	text-align: right;
	width: 158px;
}
.program h1 {
	float: left;
	text-align: right;
	width: 85px;
	font-size: 0.8em;
	line-height: 2em;
	font-weight: normal;
}
.program dd {
	float: left;
	font-size: 80%;
	width: 320px;
	margin-left: 8px;
}
.program   dd     li{
	background-image: url(../images/common/bg_dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
}


.programTitle {
	width: 580px;
	height: 25px;
	margin-bottom: 10px;
	padding-top: 8px;
	clear: both;
}
.programIcon  {
	float: left;

}
.programCopy  {
	color: #000000;
	font-weight: bold;
	float: left;
	padding-left: 10px;
}
.programTime  {
	font-size: 10px;
	float: right;
	text-align: right;
	margin-right: 5px;
}
.box01 {
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	float: left;
	margin-top: 10px;
	clear: both;
}
.box01 li{
	clear: both;
	border-left-style: solid;
	border-left-color: #999999;
	border-left-width: 4px;
	font-size: 11px;
	color: #000000;
	padding-left: 3px;
	margin-bottom: 3px;
}
.box02 {
	font-size: 12px;
	color: #333333;
	padding: 8px;
	border-width: 1px;
	float: right;
	line-height: 16px;
	background-color: #dedede;
	border-color: #FF9900;
	border-style: solid;
	margin-top: 10px;
}
.public {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 5px;
	clear: both;
}
table {
	border-spacing: 1px;
	font-size: 11px;
	margin-left: 25px;
	margin-bottom: 20px;
	width: 690px;
	line-height: 12px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

th {
	padding: 3px;
	background-color: #CCCCCC;
	color: #333333;
	border: 1px solid #cccccc;
}
td {
	padding: 3px;
	text-align: center;
	background-color: #e9e9e9;
	border: 1px solid #cccccc;
}
/************** 1列 ****************/

#list {
	margin-top: 10px;
	padding-left: 5px;
}
#list li{
	margin-top: 5px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

/************** 写真  ****************/
#photoList {

}

#photoList li {
	float: right;
	list-style-type: none;
	width: 125px;
	padding-left: 15px;
}
#photoList dl {
}
#photoList dt {
	color: #333333;
	margin-bottom: 2px;
}

#photoList dd {
	font-size: 10px;
	line-height: 10px;
	height: 25px;
}
/************** footer styles ****************/
#footer {
	background-color: #FFFFFF;
	text-align: right;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	width: 981px;
	margin-left: 8px;
	clear: both;
	}
	
#footerNavi {
	color: #333333;
	font-size: 85%;
	line-height: 25px;
	margin-right: 10px;
}
#footerNavi a:link {
	color: #333333;
	text-decoration: none;
		}

#footerNavi a:visited {
	color:#333333;
	text-decoration: none;
		}

#footerNavi a:hover {
	color: #CC0066;
	}

#footerNavi a:active {
	color:#333333;
	text-decoration: none;
	}
.copyright{

}
.leadRight {
	width: 630px;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	top: 0px;
	position: static;
	margin-left: 130px;
}
.lead01 {
	width: 580px;
	padding-left: 5px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	height: 113px;
	margin-top: 20px;
	vertical-align: bottom;
}
.lead01 li{
	font-size: 11px;
	color: #000000;
	margin-top: 2px;
	list-style-type: square;
	list-style-position: inside;
}
.lead02 {
	padding-left: 40px;
	line-height: 120%;
	margin-bottom: 10px;
}
.lead03 {
	line-height: 180%;
	padding-bottom: 5px;
}

.copy {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

	.top {
	width:580px;
	text-align: right;
	clear: both;
}
.textBlue {
	color: #0099ff;
}
.textGreen {
	color: #33cc33;
}
.textPink {
	color: #ff00cc;
}
.textRed {
	color: #ff0066;
}
.textOrange {
	color: #ff9900;
}
.textYellow {
	color: #ffcc00;
}
.textSapporo {
	color: #669900;
}
.small {
	font-size: 90%;
}
.bgRed {
	background-image: url(../images/common/bg_red.gif);
	background-repeat: repeat;
}
#inquiry {
	padding-left: 200px;
	line-height: 22px;
	float: left;
	clear: both;
	width: 360px;
}
