/************************************************************** 初期値リセット */

* {
	margin: 0;
	padding: 0;
}

/************************************************************** 基本の設定 */

body {
	margin: 0 auto;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 150%;
}

/************************************************************** 細かな設定 */

.clf {
	clear: both;
}

.mgr05 {
	margin-right: 0.5em;
}

.mgr1 {
	margin-right: 1em;
}

.mgl05 {
	margin-left: 0.5em;
}

.mgl1 {
	margin-left: 1em;
}

/************************************************************** レイアウト */

#wrap{
	margin: 0 auto;
	text-align: center;
	width: 764px;
	border-left: #009966 solid 1px;
	border-right: #009966 solid 1px;
}

#header{
	width: auto;
	height: 78px;
	background-image: url(../img/common/header.jpg);
	background-repeat: no-repeat;
}

#header_2008{
	width: auto;
	height: 78px;
	background-image: url(../img/common/header_2008.jpg);
	background-repeat: no-repeat;
}
#header_2009{
	width: auto;
	height: 78px;
	background-image: url(../img/common/header_2009.jpg);
	background-repeat: no-repeat;
}
#header_2010{
	width: auto;
	height: 78px;
	background-image: url(../img/common/header.jpg);
	background-repeat: no-repeat;
}

#content{
	display: block;
	width: auto;
	padding: 20px;
	font-size: 1em;
	text-align: left;
}

#footer{
	width: auto;
	height: 20px;
	padding: 3px 0;
	color: #FFFFFF;
	background-color:#009966;
}


/************************************************************** contentの詳細 */

.c_date{
	display: block;
	margin: 6px 0 0 2px;
	padding: 5px 5px 5px 26px;
	font-size: 1.2em;
	font-weight: bold;
	color: #009966;
	background-image: url(../img/common/icon01.gif);
	background-repeat: no-repeat;
}

.c_title{
	display: block;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #009966;
}

.c_txt{
	margin: 1em;
	font-size: 1.1em;
}

/************************************************************** 過去年度表記用 */

#notice{
	display: block;
	padding: 5px 5px 15px 5px;
	width: auto;
	font-size: 1.1em;
	font-weight: normal;
	color: #003300;
	background-repeat: no-repeat;
}

#ban{
	margin: 5px 5px 15px 5px;
	border: 0;
}

/**************************************************************  */

/**************************************************************  */

/**************************************************************  */

/**************************************************************  */

/**************************************************************  */



