@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
body h2 {
	background: url(../images/blog/h2_event.jpg) no-repeat 0 0;
}

body div.news {
	margin-bottom: 50px;
}
	body div.news div.entry-title {
		width: 560px;
		background: #FFEFEF;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #900;
		border-bottom: 1px solid #E57B7E;
		padding: 5px 10px 3px;
		line-height: 140%;
	}
		body div.news div.entry-title a {
			color: #900;
			text-decoration: none;
		}
		body div.news div.entry-title a:hover {
			text-decoration: underline;
		}
	body div.news div.entry-body {
		width: 560px;
		padding: 0 10px 20px;
		line-height: 160%;
	}
		body div.news div.entry-body p {
		 margin: 0 0 1.6em;
		}
		body div.news div.entry-body strong {
		 font-weight: bold;
		}
	body div.news div.entry-date {
		width: 560px;
		padding: 5px 10px 0;
		text-align: right;
		border-top: 1px solid #F2BDBE;
		color: #c30;
	}


/*---------------------------------------

下位ページ

-------------------------------------------------------*/

a.link01{
color:#333333;
}

ul#support_list01{
  margin-left:25px;
  margin-bottom: 50px;
  font-size: 14px;
}

ul#support_list01 li{
	list-style: decimal;
  list-style-position:inside;
margin-top: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #666666;
padding-bottom: 10px;
}

div#support_cont{
margin-bottom: 30px;
}

div#sup_mail{
	border: 1px solid #999999;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
background-color: #EEEEEE;
margin-bottom: 50px;
}

img.sp01{
margin-bottom: 30px;
}


/*support02部分スタイルシート*/

div.sup2_box01{
	background: #FFCCCC;
	border: 1px solid #FF3366;
padding: 10px;
width: 450px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

p.test01{
color:#FF0000;
}
dl#support02_list01{
margin-bottom: 30px;
}
dl#support02_list01 dt{
  margin-left: 10px;
  margin-bottom: 10px;
}
dl#support02_list01 dd{
  margin-left: 20px;
margin-bottom: 10px;
}

div.entry-body ul{
  margin-left:25px;
margin-bottom: 20px;
margin-bottom: 30px;
}
div.entry-body ul#list01{
	list-style: disc;
}
div.entry-body ul#list02{
	list-style: circle;
}

div.entry-body ul li{
margin-bottom: 10px;
}


/*support03部分スタイルシート*/


div#submenu_box{
  border-top: 1px dotted #c5c5c5;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
ul.submenu_list{
  text-align: center;
  width:100%;
}
ul.submenu_list li{
	list-style:none;
	display:inline;
	padding-right: 3px;
	padding-left: 3px;
}


