@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-weight: normal;
	border: 0px;
}
body {
	background-color: #d2a7d8;
	text-align: center;
	overflow-y: scroll;
	/* 	margin-bottom:1px; */
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}


#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #e1cfe2;
}
/* メニュー関連 */
#menu {
	float: left;
	width: 180px;
	margin: 5px 0 0 20px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu .nav {
	border-bottom: 2px solid #c6b7c4;
}
#menu .nav li {
	border-top: 2px solid #c6b7c4;
}
#menu .nav a {
	display: block;
	overflow: hidden;
	width: 180px;
	padding-left: 25px;
	height: 50px;
	line-height: 3.5em;
	text-decoration: none;
	background-image: url(images/menu-up.png);
	background-repeat: no-repeat;
	background-position: 0%;
	font-size: 115%;
	color: #333;
}
#menu .nav a.cur, #menu .nav a:hover {
	background-image: url(images/menu-over.png);
}
#menu .nav li ul a {
	border: none;
	background-image: url(images/icon01.png);
	background-repeat: no-repeat;
}
#menu .nav li ul li {
	border: none;
}
#menu .nav li ul li a {
	height: 30px;
	line-height: 30px;
	margin-left: 25px;
}
#menu .nav li ul a.cur, #menu .nav li ul a:hover {
	background-image: url(images/icon02.png);
}
#menu_sub {
	margin: 30px 25px;
}
#menu_sub  li img {
	margin-bottom: 5px;
	border: 2px solid #999;
}
/* コンテンツ部分 */
#main {
	float: right;
	width: 725px;
	height: 100%;
	min-height: 450px;
	background-image: url(images/s-waku-02.png);
	background-repeat: repeat-y;
}
#main h1 {
	width: 690px;
	height: 40px;
	line-height: 2.3em;
	padding-left: 40px;
	margin: 15px 9px;
	background-image: url(./images/h1.png);
	background-repeat: no-repeat;
	font-size: 140%;
	font-weight: bold;
}
#main h2 {
	width: 690px;
	height: 32px;
	line-height: 2.3em;
	padding-left: 35px;
	margin-top: 30px;
	background-image: url(images/h2.png);
	background-repeat: no-repeat;
	font-size: 115%;
	font-weight: bolder;
}
.float_l {
	float: left;
}
div.oshirase_new {
	float: left;
}
div.oshirase_day {
	float: left;
}
div.oshirase_content {
	float: none;
	background-image: url(./images/news_line_1.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
div#oshirase {
	padding-bottom: 20px;
}
/* フッター部分 */
#footer {
	clear: both;
	padding-top: 7px;
	height: 160px;
	background-image: url(images/bg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#copyright {
	text-align: right;
	margin-right: 10px;
}
table.a {
	margin-right: 20px;
	margin-left: 50px;
}
table.a tr {
	margin: 15px;
}
table.a td {
	vertical-align: top;
}
#main ul, ol {
	padding-bottom: 10px;
	padding-top: 15px;
	margin-left: 40px;
}
#main li {
	margin-bottom: 5px;
}
table.member {
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}
table.member td, th {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
}
table.member td.name {
	font-size: 16px;
}
div.oshirase_box {
	margin-left: 100px;
	margin-right: 10px;
	margin-top: 20px;
}
div.oshirase_box_a {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(images/hr_news.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
div.oshirase_box_a td {
	padding-left: 5px;
	vertical-align: top;
}
div.main_a {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 10px;
}
#main p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#main dl.profile {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#main dl dd {
    margin-top: .5rem;
	margin-left: 1rem;
    margin-bottom: 1rem
}
div.tyusyaku {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fdf4d9;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;   /* Firefox */
	border-radius: 10px;        /* CSS3 */
	/* IE 〜8 まで角丸対策 */
	position: relative;
	behavior: url(PIE.htc);
}
/* ヘッダー部分 */
#header-top {
	background-image: url(images/bg01.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#header-top img {
	margin: 20px 0 10px 10px;
}
#header-content {
	margin-bottom: 10px;
}
#header-content .topimage img {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
#container3 {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(images/m-waku-02.png);
	background-repeat: repeat-y;
}
#container2 {
	background-color: #fff;
}

#topimage {
	float: left;
	margin-top: -60px;
	z-index: 0;
	margin-left: 10px;
}
/* コンテンツ中身の要素 */
#main .oshirase_box .date {
	font-weight: bold;
}
#main .oshirase_box .title {
	color: #D4695A;
	font-weight: bold;
	font-size: large;
}
#main .oshirase_box li {
	list-style-type: none;
}
#main .oshirase_box ul {
	margin: 0px;
	padding: 0px;
}
#main .text {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#main table.profile td {
	vertical-align: top;
}
#main .text2 {
	float: left;
}
#main h3 {
	margin-top: 25px;
	margin-left: 15px;
	border-bottom: 5px solid #efe0ef;
	color: #A96F89;
	font-size: 120%;
	font-weight: bold;
}
#main h4 {
	margin: 15px 0 0 20px;
	font-weight: bold;
}
#main .profile-img {
	padding-left: 10px;
	margin-top: 20px;
	background-color: #fff;
}
#main .post {
	margin: 0;
	line-height: 1.3em;
	font-size: 100%;
	color: #A96F89;
}
#main .post .link {
	color: #A96F89;
}
#main table {
	clear: both;
	margin-left: 10px;
}
#main table.profile td {
	padding: 4px 0;
	border-bottom: 2px dotted #333;
}
#main .image_box {
	float: right;
	width: 200px;
	margin: 15px 0 15px 15px;
}
#main .image_box p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news {
	margin: 20px 30px 20px 50px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000;
}
#news dt {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #000;
}
/*#news dd {
	margin-top: 10px;
	margin-left: 10px;
}*/
#container .contents_back {
	text-align: center;
}
#container .main_back {
	float: right;
	margin-right: 15px;
}
#main .top {
	vertical-align: top;
}
#main table td img {
	vertical-align: middle;
}