@charset "utf-8";
body {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: justify;
	text-justify: distribute;
	line-break: strict;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}
a {
	color: #666666;
	text-decoration: underline;
}
#headNavi ul li a {
	text-decoration: none;
}


.colorTextPink {
	color: #FF6699;
}
.color_blue {
	color: #00499E;
}
.color_pink {
	color: #EE6F95;
}

.ヘッダー----------{}
#head {
	height: 75px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	display: flex;
	justify-content: space-between;
}

#headNavi {
	height: 60px;
	
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
#headNavi ul {
	display: flex;
	column-gap: 16px;
}

#headNavi li {}
#headNavi img {}


.ヘッダー　ライン----------{}

#headLine {
	height: 25px;
	display: flex;
	align-items: center;
}

#headLineNavi {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
	font-size: 10px;
	line-height: 1;
	color: #FFFFFF;
}
#headLineNavi a {
	color: #FFFFFF;
	text-decoration: none;
}
#headLineNavi a:hover {
	text-decoration: underline;
}


.本体----------{}
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

h1 {
	margin: 0px;
	padding-top: 5px;
	float: left;
}

h2 {
	margin-top: 20px;
	margin-bottom: 40px;
}
h3 {
	margin-bottom: 20px;
}
h4 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 15px;
	margin-bottom: 40px;
}




.サイド　左----------{}

.サイド　小見出し　News Workshop .etc ----------{}
.leftConTitle {
	margin-bottom: 30px;
}

.サイド　共通のスペース ----------{}

.side_com_space_bottom {
	margin-bottom: 40px;
}

.side_com_space_bottom_2 {
	margin-bottom: 20px;
}

.side_com_space_top {
	margin-top: 40px;
}


.サイド　	ワードプレス繰り返し ----------{}
.leftConDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6699;
}
.leftConText {
	line-height: 160%;
}

.leftNews {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.サイド　バナー ----------{}
.leftTaikenBunner {
	margin-bottom: 10px;
}


.サイド　ローカルナビ----------{}
#left {
	float: left;
	width: 190px;
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	padding-bottom: 20px;
}
#left a {
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}

#leftNavi {
	padding-top: 15px;
	padding-bottom: 40px;
}
#leftNavi ul {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#leftNavi li {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#leftNavi a {
	text-decoration: none;
	color: #666666;
}
#leftNavi a:hover {
	text-decoration: underline;
}





.ページのトップへ ----------{}
.topOfPage {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.event_head {
	max-height: none;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}





.右----------{}
#right {
	width: 570px;
	float: right;
	font-size: 12px;
	line-height: 175%;
	color: #666666;
	padding-bottom: 40px;
}

.フッター　----------{}
#foot {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#copyright {
	clear: both;
	width: 800px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
}
