/**********************************************/
/* 基本設定
/**********************************************/
body,h1,h2,h3,h4,div,p,table,dl,dt,dd,form,dl,dt,dd {
	margin:0px;
	color: #555555;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
}

/* ページ全体の背景の指定
/**********************************************/
body {
	text-align:left;
	background-color: #FFFFFF;
}

/* 基本ブロックのレイアウト指定
/**********************************************/
#bodyin {
	width: 760px;
	text-align:left;
}
#pankuzu {
	font-size: 10px;
	padding: 5px 0px 0px 10px;
}

/* ヘッダーの設定
/**********************************************/
#head_height {
	height: 120px
}

#head_line {
	background-color: #09AC53;
}
#head_txtlink {
	width: 760px;
	font-size: small;
	text-align: right;
	padding: 0px,10px,0px,0px;
	height: 20px;	
}
#head_txt {
	width: 760px;
	font-size: 10px;
	text-align: right;
	padding: 0px,10px,0px,0px;
	background: url(image/common_01.jpg) bottom no-repeat;
	height: 36px;
}
#head_logotitle {
	width: 760px;
	background: url("image/common_04.jpg");
	height: 54px;
}

#head_txtlink a {
	color: #0033CC;
}
#head_txtlink a:hover {
	color: #0033CC;
}
#head_logo{
	margin-left: 18px;
}
#head_lineGold{
	background-color: #D8B75F;
}
#head_navbg{
	background-image: url(../images/common/nav_bg.gif);
}

/* フッターの設定
/**********************************************/
#foot_bg {
	margin-top: 10px;
	background-color: #09AC53;
}
#foot_txtlink {
	
	width: 760px;
	text-align: center;
	color: #0033CC;
	font-size: 12px;
	line-height: 18px;
}
#foot_txtlink a {
	color: #0033CC;
}

/**********************************************/
/* レイアウト設定
/**********************************************/
body {
	width: 760px;
}

#content {
	width: 550px;
	float: right;
}

#content .section {
	margin:16px 18px 0 18px;
}

#primary {
	float: right;
	width: 100%;
}

#primary .section {
	margin:16px 18px 0 18px;
}

#primary .h1 {
	font-size: 16px;
	font-weight: bold;
}

#image {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 30px;
}

#secondary {
	float: left;
	width: 200px;
	background: #ffffff url(image/leftside_bg.gif) left top repeat-y;
}

#secondary .section {
	margin: 1px 18px 0 18px;
	border-bottom: 1px solid #cccccc;
}

/**********************************************/
/* リストデザイン
/**********************************************/

/* 共通
----------------------------------------------*/

	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		list-style-image: url('image/arrow.gif');
		border-bottom: 1px solid #CCCCCC;
	}


/* 見出し
----------------------------------------------*/
	#primary .list h2 {
		padding: 3px 15px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}
/**********************************************/
/* リンク集
/**********************************************/

img {
	vertical-align: middle;
	margin-right: 5px;
}
.logotype {
	font-size:24px;
	color:#454545;
}

/**********************************************/
/* カレンダー配置
/**********************************************/

#secondary .calendar {