/* report.css */
@import url('common.css');

#main {
	padding-right: 8px;
	line-height: 160%;
}

#main > div {
	padding: 10px;
}

#main div.section-reportform {
	clear: both;
	text-align: center;
}

#main div.section-reportform h2,
#main div.section-reportform h3 {
	text-align: center;
}

#main div.section-reportform h3 {
	color: blue;
}

#main div.section-reportform div.mail-form {
	padding: 12px 4px;
	border: 2px solid #FD9500;
}

#main div.section-reportform p.howto {
	font-weight: bold;
}

#main div.section-reportform strong {
	font-weight: bold;
	color: red;
}

#main div.section-notice {
	color: #363636;
	font-weight: bold;
	font-size: 14px;
}

#main h1, #main h2,
#main h3, #main h4 {
	border: none;
	color: black;
	text-indent: 0;
}

#main h1 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#main p {
	font-size: 14px;
	color: #333;
}

/*--------------------------*/
#section-introduce {
	border: 1px solid #259A00;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: "ＭＳ 明朝", serif;
	overflow: hidden;
}

#section-introduce h2 {
	margin-left: 0;
}

#section-introduce div.portlait {
	width: 180px;
	margin: 0;
	text-align: center;
	float: left;
}

#section-introduce span.caption {
	font-size: 12px;
	font-weight: bold;
}

#section-introduce div.history {
	width: 340px;
	margin: 0 0 0 10px;
	float: left;
}

#section-introduce div.history h3 {
	color: black;
	font-size: 14px;
	font-weight: normal;
}

#section-introduce div.history ul {
}

#section-introduce div.history li {
	display: block;
	clear: both;
	font-size: 12px;
/*	line-height: 160%;*/
	text-align: left;
}

#section-introduce h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

/*--------------------------*/
#section-about {
	overflow: auto;
	text-align: left;
}
#section-about h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

#section-about > img {
	float: left;
}
#section-about p {
	color: #363636;
	line-height: 170%;
}

/*--------------------------*/
#section-dialogs div.dialog {
	background-color: #FFFFDB;
	border: 2px dotted #FD9500;
	padding: 4px;
	margin-top: 10px;
}

#section-dialogs div.dialog h4 {
	color: #363636;
}

#section-dialogs div.dialog p {
	text-align: left;
}

#section-dialogs div.dialog .flushright {
	text-align: right;
	font-size: 12px;
}

/*--------------------------*/
#section-whatsfucoidan h2,
#section-whatsfucoidan h3 {
	margin-left: 0;
	padding: 0;
	text-align: center;
}
#section-whatsfucoidan img {
	margin: 0;
	padding: 0;
}

#section-whatsfucoidan p {
	font-weight: bold;
	font-size: 16px;
}
#section-whatsfucoidan p.ul {
	text-decoration: underline;
}

#section-whatsfucoidan div {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

/*--------------------------*/
#subsection-howto {
	border: 1px solid #CACACA;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	color: #333;
	padding: 8px;
}

#subsection-howto ol {
	
}

#subsection-howto li {
	text-align: left;
	display: block;
	clear: both;
}

/*--------------------------*/
#subsection-about {
	border: 1px solid #CACACA;
	font-size: 12px;
	text-align: left;
	color: #333;
	padding: 8px;
}

/*--------------------------*/
#section-footer {
	width: 80%;
	margin: auto;
	border: 3px ridge #CACACA;
}

/*--------------------------*/
#descript {
	text-decoration: underline;
}

#imgphoto {
	margin-top: 10px;
	margin-bottom: 10px;
}

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