/*   
   Reset CSS
*/

			html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, sup, tt, var,
			b, u, i, center,
			dl, dt, dd, ol, ul, li,
			fieldset, form, label, legend,
			table, caption, tbody, tfoot, thead, tr, th, td,
			article, aside, canvas, details, embed, 
			figure, figcaption, footer, header, hgroup, 
			menu, nav, output, ruby, section, summary,
			time, mark, audio, video {
				margin: 0;
				padding: 0;
				border: 0;
				font-size: 100%;
				font: inherit;
				vertical-align: baseline;
			}
			/* HTML5 display-role reset for older browsers */
			article, aside, details, figcaption, figure, 
			footer, header, hgroup, menu, nav, section {
				display: block;
			}
			body {
				line-height: 1;
			}
			ol, ul {
				list-style: none;
			}
			blockquote, q {
				quotes: none;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
				content: '';
				content: none;
			}
			table {
				border-collapse: collapse;
				border-spacing: 0;
			}


body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 14px;
	letter-spacing: 0.06em; }

/*Navigation*/

#page-header {
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 999;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #ff0000;
	line-height: 9px;
	letter-spacing: 0.06em;
	}
  
#page-footer {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 10%; 
	font-size: 0.85em;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 16px;
	letter-spacing: 0.06em;
	}
  
#page-header2 {
	position: fixed;
	float:right;
	right: 20px;
	top: 16px;
	z-index: 999;
	font-size: 0.85em;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 16px;
	letter-spacing: 0.06em;
	}
  
#page-footer2 {
	position: fixed;
	float:right;
	right: 20px;
	bottom: 20px;
	width: 10%; 
	font-size: 0.85em;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: 16px;
	letter-spacing: 0.06em;
	} 
  
/*Formatting*/

p + h1,
p + h2,
p + h3 {
  margin-top: 48px; }
  
  
h1{
	font-size:12px;
	font-weight:normal;
	color: red;
}


h1.small {
	color: red;
	letter-spacing: 0.025em;
	font-size: 12px;


a {

  text-decoration: none; }

a.href-underlined {
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

a:hover {
  padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  

p {
  margin: 0; }

p + p {
  margin-top: 24px; }

.hidden {
  visibility: hidden; }

.display-none {
  display: none; }

.pointer {
  cursor: pointer; }  

.main {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 0px; }  
  
  
/*About Page*/


 #main2 {
position:relative;
float:left;
padding-left:20px;
padding-right:20px;
margin-top:40px;
margin-bottom:30px; }

  #main3 {
position: relative;
clear:both;
padding-left:20px;
padding-right:20px;
margin-top:10px;
margin-bottom:120px;
max-width: 440px;
word-wrap:break-all;
 }


.blue
{
	color:#07a6dc;
	font-size: 8px;
font-family: Arial, sans-serif;
color: #000;
line-height: 14px;
letter-spacing: 0.06em;
	
}
 
.pic
{
	width:100%;
	height:auto;
	max-width:460px;
	
}
  
  
  
  
