@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
/* CSS Document */

body  {
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #363636;
	margin: 0;
	padding: 0;
	padding-top: 40px;
}


p  {
	font-size: 100%;
	padding-top:0px;
	padding-bottom:0px;
	color : #363636;
}

h1  {
	padding-top:30;
	font-weight: bold;
	font-style: normal;
	color:#363636;
}

h2 {
	padding-top:20px;
	font-weight: bold;
	font-style: normal;
	color: #363636;
}

h3 {
	padding-top:20px;
	font-weight: bold;
	font-style: normal;
	color : #363636;
}

a {
	color: #363636;
	text-decoration: none;
}
a.nounderline{
	color : #363636;
	text-decoration : none;
	vertical-align: top;
}

a:visited{
}

a:active{
}

a:hover{
	text-decoration : underline;
}

a img {
	border:none
}

ul{
	padding-top: 6px;
	padding-bottom:0px;
}


B {
	font-weight : bold;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;

	max-width:740px;
	width:expression(document.body.clientWidth > 740? "740px": "auto" );
}

#notice {
  margin:0 auto;
  width:60%;
}


/* PRINT */
@media print {
	body, p, .content { color:#000000 !important; font-size : 10pt !important; letter-spacing: 0.0em;}
	h1 { font-size: 14pt; font-weight: bold; color:#000000}
	h2 { font-size: 12pt; font-weight: bold; color:#000000}
	.inside {
		border: 1pt solid #333333;
		color: #000000;
		padding: 10pt 10pt 10pt 10pt;
	}
	table {margin-left: 10pt;}
}
