/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


/* 
 default Style [
----------------------------------------------------------- */
html
  {
	height:100%;
	margin-bottom:1px;
	text-align: center;
　　overflow-y:scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

p {
	margin: 0;
	font-size: 1.2em;
	/*color: #777777;*/
	color: #3a3838;
	line-height: 2em;
}

ol,ul {
	font-size: 1em;
}

ol,ul li {
	list-style: none;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
}

img { 
	border:0;
	vertical-align: top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 1em;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

a {
	overflow:hidden;
	cursor: pointer;
}

.red {
	color: #F00;
	font-weight: normal;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}

/*
 Base Link Color [
----------------------------------------------------------- */
a {
	text-decoration:underline;
	color: #0085B2;
}

a:hover {
	text-decoration: none;
	color: #AAAAAA;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}