/* 基本設定 */ 

body{
	background: #7CE4ED url(../img/bg.png) no-repeat fixed right bottom;
	color: #666;
	font: 15px/1.8 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;

}

/* リンク設定 */ 

a:link{
	text-decoration: none;
	color: #01654F;
}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#333;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#ffffff;}/* 触れた時のリンク設定 */ 


/* リスト設定 */ 


ul,ol{margin:10px 5px 20px 45px;}

nav {
	color: #09F;
	font-size: 14px;
	float: left;
	border-left: 1px solid #096;
	margin-left: 20px;
}


nav ul.gnav {
	
	list-style: none;
	margin-left: 0;
	padding-top: 7px;
	padding-left: 20px;}
	
	
nav ul.gnav li a {
	margin-bottom: 20px;
	border-left: 1px solid #096;
	padding-left: 15px;
}


 
img{border:none;}





#all{
	margin: 0 auto;
	width: 30%;
	padding: 30px 0px;
	background: #B6FEBF;
}





footer{
color:#eee;
font-size:12px;
position:absolute;

}


/* 見出し設定 */ 


h1{
	font-size: 15px;
	letter-spacing: 0.3em;
	color: #ED1B1B;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}


h2{
	font-size: 32px;
	color: #D83530;
	font-weight: normal;
	background: #7CE4ED;

}




h3 {
	color: #333;
	font-size: 28px;
	margin: 10px 0px 20px 5px;
	border-bottom: 1px solid #58B4E4;
}
h4 {
	color: #333;
	text-align: center;
	font-size: 24px;
	margin: 10px 0px 20px 5px;
	padding-left: 5px;
	border-top: 1px dotted #2064AC;
	border-bottom: 1px dotted #1F64AB;

}
h5 {color:#333;
	font-size: 18px;
	margin:10px 0px 20px 0px;
	
}

h6 {
	font-size: 14px;
	color:#333;
	padding:4px;
	margin:10px 0px 20px 0px;
	
}


dl {
	margin: 30px 10px 40px 35px;
	padding-left: 10px;
	border-left: 2px solid #58B4E4;
}

dt {color:#333;
   font-size:14px;
	margin:10px 5px 5px 10px;
}

dd {
  font-size:12px;
	margin:15px 70px 15px 30px;
	padding-bottom:10px;
	border-bottom:1px dotted #aacf53;
}

p{
	padding:10px;}

ul,ol{font-size:12px;}
/*---------Table---------------*/



table{
	
	background:#a1bc30;
	letter-spacing:0.18em;
	font-size:12px;
	padding: 5px;
	margin:30px 20px 0 20px;}

table td {
	vertical-align: text-top;}
	
table th, table td {
	padding: 5px 0;
	padding-left:5px;}

table tr {
	}

table th {
	text-align:center;
	font-weight:bold;
	padding-right: 5px;}

th, td {
	border: 1px solid #eee;}




blockquote {
	font-size:12px;
	background: #a1bc30;
	padding:30px;
	margin:30px 0px 0 0px;
	text-align: center;
	letter-spacing: 0.18em;
}






 .oshieteeee h6 {
	font-size: 13px;
	letter-spacing:0.18em;
}
 .oshieteeee {
	 border-left:1px solid #333;
	 padding-left:5px;
	 margin-top: 5px;
}
 .oshieteeee ul {
	 font-size:12px;
	list-style: none;
}


nav aside .oshieteeee {
	padding:0;
	border:none;
	font-size: 12px;
}

nav aside .oshieteeee h6{
	font-size: 12px;
}


aside{ width:300px;
padding:5px;}




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

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/

input, textarea, select {
 *font-size: 100%;
}
/*because legend doesn't inherit in IE */
legend {
	color: #333;
}
