@charset "utf-8";
/* CSS Document */

/** reset */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
/*◆◆◆リセットＣＳＳ↑◆◆◆*/
body{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background-image:url(img/bg.png);
}
h2{
	background-color:#6dbb58;
	color:#ffffff;
	padding:7px 12px;
}
.big{
	font-size:120%;
	font-weight:bold;
}	
.right{
	text-align:right;
}
a:link{
	text-decoration:none;
	color:#C96;
	font-weight:bold;
}
a:visited{
	color:#666;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
}
#header{
	margin-top:10px;
	padding:15px 15px 0px 15px;
}
#header h1{
	font-size:75%;
	color:#999;
	font-weight:boldl;
}
#header p{
	text-align:right;
	color:#333;
	float:right;
	margin-top:10px;
	font-size:90%;
}
#gnav{
	background-color:#c69c6d;
	margin:10px 0;
	padding:10px;
	text-align:center;
	clear:both;
}
#gnav ul li{
	display:inline;
}
#gnav ul li a{
	padding:8px 30px;
	color:#ffffff;
	font-weight:bold;

}
#gaman{
	background-image:url(img/bg_br.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-left:65px;
	padding-bottom:30px;	
}
#gaman p{
	text-align:center;
}
#gaman dl{
	float:left;
	width:250px;
	margin-right:35px;
	margin-top:10px;
}
#gaman dl dt{
	padding:10px;
	font-size:120%;
	color:#666;
	background-color:#fbb03b;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#gaman dl dt p{
	font-weight:bold;
}
#gaman dl dt.green{
	background-color:#d9e021;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#gaman dl dt.yellow{
	background-color:#fcee21;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

#gaman dl dd p{
	margin:5px 0;
	padding:10px;
	font-size:110%;
	background-color:#ffffff;
	text-align:left;
}
.button p a{
	padding:20px 50px;
	width:50%;
	margin:50px auto;
	display:block;
	text-align:center;
	background-color:#ff7bac;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	color:#ffffff;
	font-weight:bold;
	font-size:120%; 
	box-shadow:3px 3px 4px -1px #d0d1d0;
	-moz-box-shadow:3px 3px 4px -1px #d0d1d0;
	-webkit-box-shadow:3px 3px 4px -1px #d0d1d0;
}
.info{
	margin:20px 50px;
}
.info h2{
	width:30%;
	font-size:120%;
	font-weight:bold;
}
.info .tyairo{
	border:8px solid #f3eab5;
	background-color:#f9f4dc;
}
.info .tyairo dl{
	padding:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CC9966;
}
.info .tyairo .dl2{
	border-bottom-style:none;
}
.info .tyairo dl dt{
	color:red;
}
.info .tyairo p{
	padding:10px;
}
#footer{
	clear:both;
	text-align:center;
	font-size:90%;
	color:#666;
	margin:30px;
	border-top:1px solid #CCC;
	padding:30px;
}
address{
	margin:20px;
	font-size:95%;
}

/*インストラクター紹介のページ*/
#aboutwrap{
	margin:20px;
	overflow:hidden;
	clear:both;
}
#aboutwrap .keireki{
	float:left;
	margin:0 30px;
}
#aboutwrap .keireki p{
	text-align:center;
}
#aboutwrap .keireki2{
	float:right;
	width:620px;
	margin:20;
	margin-right:30px;
}
#aboutwrap .keireki2 dl{
	margin:10px 0;
}
	
#aboutwrap .keireki2 dl dt{
	float:left;
	margin-right:30px;
}
#aboutwrap .keireki2 dl dd{
	margin-left:100px;
}

#omoi{
	clear:both;
	border:2px solid #C96;
	padding:40px;
	margin:40px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
p.kasen{
	font-size:140%;
	font-weight:bold;
	border-bottom:3px dotted #000;
	margin-bottom:10px;
}

/*ウレシイの声のページ*/

#aboutwrap .keireki3{
	float:left;
	margin:0 30px;
}
#aboutwrap .keireki p{
	text-align:center;
}
#aboutwrap .keireki4{
	float:right;
	width:450px;
	margin:20px;
	margin-right:50px;
	padding:20px;
	background-color:#eee;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
#aboutwrap .keireki4 h2{
	background-color:transparent;
	color:#C96;
	font-weight:bold;
	font-size:130%;
	padding:0;
	border-bottom:2px solid #ffffff;
	margin-bottom:10px;
}

/*トップへボタン*/
*html #lower-navi {
	width: 100%;
	text-align: right;
}
#icon-navi {
	width: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
*html #icon-navi {
	width: 40px;
}
#icon-navi a img {
	padding-top: 6px;
	float: right;
}