@charset "utf-8";
/*-----------------------------------------------*
	newsletter.css
 *-----------------------------------------------*/

.note
{
	color: #888;
	padding: 0;
	margin: 0 50px;
	font-size: small;
	text-indent: -1em;
	line-height: 1.2;
}

#sidemenu_list
{
}

pre
{
	font-size: 120%;
	line-height: 1.2;
}

#list li a
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



#mail_list
{
	margin: 0;
	background: #EED;
	border-top: solid 1px #BC9;
}
#mail_list li
{
	margin: 0;
	padding-left: 20px;
	border-bottom: solid 1px #BC9;
	background-color: transparent;
}
#mail_list li:before
{
	left: 5px;
}
#mail_list li a
{
	display: block;
	padding: 10px 10px;
	color: #7C7354;
	font-size: small;
	text-decoration: none;
	line-height: 1.5;
}
#mail_list li a:hover
{
	background: #FFF;
}



#sidemenu_list li li a
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: small;
}

main h3
{
	border: none;
	padding: 15px;
	background: linear-gradient(45deg
					,rgba(0,0,0,0), rgba(0,0,0,0) 5px
					,rgba(150,150,150,0.1) 5px, rgba(150,150,150,0.1) 7px
					,rgba(0,0,0,0) 7px, rgba(0,0,0,0) 10px
					)
				,linear-gradient(-45deg
					,rgba(0,0,0,0), rgba(0,0,0,0) 5px
					,rgba(50,50,50,0.1) 5px, rgba(50,50,50,0.1) 6px
					,rgba(0,0,0,0) 6px, rgba(0,0,0,0) 10px
					)
				,#BB7;
	background-size: 10px 10px;
	font-size: 120%;
	line-height: 1.2;
	white-space: normal;
}

main p
{
	margin-left: 0em;
	text-indent:0em ;
}
