@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*	font-size:16px;	*/
	font-size: 16px;
	color: #404040;
}

#outer-box {
	width: 1000px;
/*	border:solid #000000;	*/
	margin: auto;
}

#wrapper {
	width: 960px;
	background-color:#669999;
	border:solid #000000;
	border-width: 1px;
	margin: auto;
}

#header {
	background-image:url(../images/header_06.jpg);
	background-color:#ffccff;
	width: 960px;
	height:120px;
}

#header p {
	padding-top: 95px;
	text-align: right;
}

#navi {
/*	background-image:url(../images/b4-174.gif);	*/
	background-color:#669999;
	height:150px;
}

#sidebar {
	background-image:url(../images/sidebar-1.png);
/*	background-color:#ccff00;	*/
/*	background: -moz-linear-gradient(left, #999999, #ffffff);
	background: -webkit-gradient(linear, left top, right bottom, from(#999999), to(#ffffff));	*/
	float: left;
	width:130px;
	height: 680px;
	padding-top: 20px;
	padding-right: 20px;
}

#contents {
	width: 810px;
	background-color:#ffffff;
	background-image:url(../images/a3.png);
	background-attachment: scroll;
	height: 700px;
	overflow-y: scroll;
	float: right; 

}


#butn {
	position: relative;
	top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align:right;
	}

#butn img {
	margin: 2px;
}
#texts {
	height: 640px;
	padding-top: 60px;
	padding-right: 50px;
	padding-left: 60px;
	line-height: 180%;
	font-size: 24px;
}

#footer {
	height: 30px;
	background-color:#003366;
	clear: both;
}


#sidebar ul {
	list-style-type: none;
}
#sidebar h2 {
	text-align: right;
	padding-left: 30px;
}
#sidebar ul li{
	font-size: 80%;
	text-align: right;
}

#sidebar a:link {
	color: black;
}

#sidebar a:visited {
	color: black;
}

#sidebar a:hover {
	color: black;
	font-size: 140%;
	font-weight: bold;
}

#sidebar a:active {
	color: black;
}

#contents h3 {
	padding-top: 16px;
	font-weight: bold;
}

#contents h4 {
	text-align: right;
	font-weight: normal;
}

.event {
	text-align: right;
	font-weight: normal;
}

.event:before {
	content:url(../images/dekigoto.jpg);
}

#butn {
	position: relative;
	top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	text-align:right;
	}

#butn img {
	margin: 2px;
}
