/* ベースCSS　 */


/*=== 全体 ===*/
* html {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: normal;
	font-size: 100%;
	font-style: normal;
	/*overflow: hidden;/*
}

* html body {
	background-color: #FFFFFF;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
/*	font-family: Times New Roman, Arial, Helvetica, sans-serif;*/
	color: black;
	/*height: 100%;
	overflow: hidden;*/
   	text-align: left;
}


/*=== contents部分(main1 sidemenuを囲む） ===*/
* html #contents {
	position: relative;
	width: 850px;
	height:100%;
	/*overflow-y: auto;
	overflow-x: auto;
	float: left;*/
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/*=== main1部分 ===*/
#main1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 640px;
	background-color: #FFFFFF;
	font-size: 90%;
	/*float: left;*/
}

#main1 div.all {
	width: 640px;
	background-color: #FFFFFF;
	margin: 5px 0px;
	text-align: left;
/*	float: left;*/
}
#main1 div.all ul {
	height: 150px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	overflow: auto;
	border-left: 	1px solid #dcdcdc;
	border-right: 	1px solid #dcdcdc;
	border-top: 	1px solid #dcdcdc;
	border-bottom: 	1px solid #dcdcdc;
	padding-left: 20px;
}
#main1 div.all ul.cont {
	height: auto;
}

#main1 div.all li {
	font-size: 86%;
	margin-left: 5px;
	/*margin-bottom: 3px;
	width: 610px;*/
	clear: left;
}

#main1 div.all li.cont {
	color: navy;
	margin-left: 0px;
	margin-top: 5px;
	font-weight: bold;
	list-style-type: none;
}
#main1 div.all li.sche {
	list-style-type: none;
	/*border-bottom: 	1px dotted #dcdcdc;*/
}

#main1 div.all li.coment {
	list-style-type: none;
	border: 1px solid gray;
	color: black;
	width: 530px;
	padding: 10px;
	margin: 5px 20px 10px 20px;
	background-color: whitesmoke;
}

#main1 div.all img.image {
	width: 15px;
	height: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}
#main1 a {
	color: blue;
	font-weight: normal;
}
#main1 a:hover {
	color: orange;
	text-decoration: underline;
	font-weight: normal;
}

#main1 h1 {
	color: black;
	height: 25px;
/*	height: 25px;*/
	font-size: 120%;
	border-left: 12px solid #000000;
	line-height: 1.3em;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
/*	background-image: url(../img/head2.gif);
	background-image: url(../img/oval.gif);
	background-repeat: no-repeat;
	background-position: right;*/
}

#main1 h2 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #68688C;
	color: navy;
	font-size: 100%;
	height: 20px;
	line-height: 1.5em;
	padding-left: 10px;
	margin: 10px 5px;
	clear: both;
	border-left: 12px solid #004080;
	border-right: 1px solid #004080;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
	/*background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: left;*/
}

#main1 p {
	color: black;
	font-size: 90%;
	line-height: 120%;
	margin: 10px 10px;
}


#main1 dl {
	margin: 0;
	padding: 0;
	height: 6px;
}

#main1 dt {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	float: left;
}
#main1 dt.catego {
	width: 48px;
}
#main1 dt.dtime {
	width: 37px;
	text-align: center;
}
#main1 dt.cname {
	width: 20px;
	text-align: center;
}
#main1 dt.title {
	width: 300px;
	padding-left: 3px;
}
#main1 dt.rel {
	width: 180px;
}
#main1 dt.img {
	width: 20px;
}

	#main1 table {
		border-collapse: collapse;
		margin-top: 0px;
		margin-left: 15px;
	}
	#main1 tr {
		border: solid 1px #C8D5FF;
	}
		#main1 tr.atrcl {
			background-color: #9DB5CF;
		}
	#main1 td {
		font-size: 78%;
		border: solid 1px #C8D5FF;
		padding: 2px;
	/*	text-align: right;*/
	}
		#main1 td.clm_a {
			width: 40px;
			color: #FFFFFF;
			text-align: center;
		}
		#main1 td.clm_b {
			width: 50px;
			color: #FFFFFF;
			text-align: center;
		}
		#main1 td.clm_c {
			width: 65px;
			color: #FFFFFF;
			text-align: center;
		}
		#main1 td.clm_d {
			width: 230px;
			color: #FFFFFF;
			text-align: center;
		}
		#main1 td.clm_e {
			width: 300px;
			color: #FFFFFF;
			text-align: center;
		}
		#main1 td.cent {
			text-align: center;
		}
		#main1 td.left {
			text-align: left;
		}
		#main1 td.righ {
			text-align: right;
		}

/*=== sidemenu部分 ===*/
#sidemenu {
	position: absolute;
	top: 0px;
	left: 640px;
	/*height: 100%;*/
	width: 210px;
	background-color: white;
	font-size: 90%;
	/*float: left;*/
}
#sidemenu h2 {
	color: #FFFFFF;
	width: 200px;
	height: 20px;
	font-size: 90%;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	margin: 5px 2px 3px 2px;
	background-color: gray;
}
#sidemenu ul {
	width: 200px;
	height: 18px;
	padding: 0;
	margin: 0;
	background-image: none;
	/*float: clear;
	float: left;*/
}
#sidemenu li {
	/*position:relative;*/
	list-style-type: none;
	width: 200px;
	color: #2C245B;
	font-size: 90%;
	margin: 0;
	/*padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;*/
	background-image: none;
	float:left;
}
#sidemenu li.ll {
	width: 200px;
	margin-left: 5px;
	padding-left: 3px;
}
#sidemenu li.mm {
	width: 50px;
	padding: 0;
	text-align: right;
}
#sidemenu li.com {
	width: 60px;
	margin-left: 5px;
	padding-left: 0px;
	text-align: left;
}

#sidemenu a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#sidemenu a:hover {
	color: orange;
	text-decoration: underline;
	font-weight: normal;
}

/*=== 毎日くりっく用ＣＳＳ ===*/
#clicmain {
	width: 615px;
	background-color: #FFFFFF;
	margin: 0px;
	/*padding: 0px;
	margin-bottom: 20px;*/
	text-align: left;
	font-size: 90%;
	float: left;
}
#clickmain div.clickall {
	width: 600px;
	background-color: #FFFFFF;
	margin: 0px 0px;
	text-align: left;
	float: left;
}

#clickmain h2 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #68688C;
	color: darkred;
	font-size: 90%;
	height: 20px;
	line-height: 1.5em;
	padding-left: 10px;
	margin: 10px 5px;
	clear: both;
	border-left: 12px solid orange;
	border-right: 1px solid orange;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
}

#clickmain div.clickall ul {
	/*height: 150px;*/
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	overflow: auto;
	border-left: 	1px solid #dcdcdc;
	border-right: 	1px solid #dcdcdc;
	border-top: 	1px solid #dcdcdc;
	border-bottom: 	1px solid #dcdcdc;
	padding-left: 20px;
}
#clickmain div.all ul.cont {
	height: auto;
}

#clickmain div.clickall li {
	list-style-type: none;
	font-size: 80%;
	margin-left: 5px;
	margin-bottom: 3px;
	/*width: 610px;*/
}

#clickmain div.clickall li.cont {
	list-style-type: none;
	color: navy;
	margin-left: 0px;
	margin-top: 5px;
	font-weight: bold;
	list-style-type: none
}
#clickmain div.clickall li.sche {
	font-size: 80%;
	list-style-type: none
}

#clickmain div.clickall p.coment {
	color: steelblue;
	width: 530px;
	padding: 10px;
	margin: 5px 20px 10px 20px;
	background-color: WhiteSmoke;
}

