@charset "utf-8";
/* default layout css */
a{
	text-decoration: none;
}
a:link{
	color: #FFF;
}
a:visited{
	color: #FFF;
}
a:hover{
	text-decoration: underline;
	color: #600;
/*
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
*/
}
a:active{
	color: #F0C;
}

/* clearfix css */
.clearfix{
	overflow: hidden;
	/* For IE6 */
	zoom: 1;
}

.attention {
	color: #FF0;
}

.heading {
	color: #0FF;
}

h2 {
	margin: 10px auto;
}
#rightcontent h3 {
	margin: 5px;
	width: 600px;
}

/*ここからページレイアウト*/

body {
	color: #630;
}

#wrapper {
	width: 960px;
	height: 1270px;
!	min-height: 1270px;
!	max-height: none;
	margin: 0 auto;
	background: url(../images/tentenbg_02.png) no-repeat;
	background-position: 20% 80%;
}
header {
	width: 960px;
	height: 193px;
	background: url(../images/topbg.png);
	position: relative;
}
.ninja_onebutton {
	margin: 5px;
}
#topfukidashi {
	width: 258px;
	height: 162px;
	background: url(../images/fukidashi1.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */	
}
iframe{
	width: 200px;
	height: 100px;
}
#fukidashitext {
	margin: 20px 20px auto 30px;
	padding: 5px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	vertical-align: auto;
}
nav {
	height: 35px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #FFF;
}
nav .menubar a {
	display: block;
	width: 160px;
	height: 34px;
}
nav ul li {
	float: left;
	height: 35px;
	width: 160px;
}
nav li a {
	display: block;
	width: 160px;
	height: 35px;
	float: left;
}
nav li ul {
	margin-top: 36px;
}
nav li li {
	width: 158px;
	height: 30px;
	float: none;
	line-height: 30px;
	border: 1px solid #FFF;
	text-align: right;
	border-top: none;
　　　filter:alpha(opacity=90);
	background: url(../images/bar1.png) rgba(255,101,121,0.9);
	position: relative;
	z-index: 5;
}
nav li li a {
	display: block;
	text-align: center;
	width: 156px;
	height: 30px;
}
/*main*/
#main {
	margin: 25px 15px;
	clear: both;
}
#maintop {
	height: 370px;
}
#mainleft {
	width: 272px;
	float: left;
	text-align: center;
}
#mainright {
	float: right;
	margin-right: 5px;
	width: 600px;
}
#topics {
	margin-top: -30px;
}
#topics ul {
!	margin-top: 13px;
	margin-left: 10px;
}


#topics ul li {
	float: left;
}
#topics ul li a:hover {
	position: relative;
 	top: -2px;
 	left: -2px;
}
#topics ul li a:active {
	position: relative;
 	top: 5px;
 	left: 5px;
}
#topics ul li.b {
	margin-top: 10px;
}
#topics ul li#profb {
	margin-top: -15px;
}
iframe#commentbox1 {
	margin-top: 25px;
}
#commentbox1 {
	background: url(../images/commentbox.gif) no-repeat;
	width: 585px;
	height: 51px;
	position: relative;
!	z-index: 0;
	}
#commentbox1 p {
	width: 570px;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #600;
}


#mainbottom {
	clear: both;
	margin-top: 15px;
}

#mainbottomleft {
	width: 640px;
	float: left;
	
}

iframe#contact {
	width: 600px;
	height: 530px;
	margin-top:-150px;
	margin-left: -35px;
	overflow: hidden;
	position: relative; z-index: 0;
}

#phototop {
	width: 615px;
!	height: 100%; 
	min-height: 360px;
	max-height: 100%;
	margin-top: 20px;
	margin-left: 10px;
	background: #300;
	-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
		border-radius: 5px;
}
#photos {
	width: 600px;
!	height: 100%; 
	min-height: 340px;
	max-height: 500px;
	margin: 5px;
}
#photos img {
	width: 500px;
!		border: 4px solid rgba(255, 255, 255, 0.8);

	/* box-shadow */
	-moz-box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 5px 3px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 5px 3px;
	-o-box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 5px 3px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#000000, Strength=12, Direction=135
		);

	box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 5px 3px;
}
#murmur {
	width: 635px;
	height: 90px;
	margin-top: 20px;
}
#textbox2 {
	background: url(../images/textboxft.png);
	width: 635px;
	height: 52px;
}
#textbox2 p {
	position: absolute;
	top: 22px;
	left: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #600;
}
#maindottomright {
	float: right;
	margin-right: 35px;
	width: 210px;
	padding-left: 10px;
}
.coaching {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	color: #333;
}

#coachingbox {
	background: url(../images/coachingbox.png);
	width: 202px;
	height: 142px;
	margin-top: 20px;
	margin-left:5px;
	position: relative;
}
#coachingcomment {
	width: 170px;
	position: absolute;
	top: 23px;
	left: 18px;
	
}
#twitter {
	width: 202px;
	height: 282px;
	margin-top:10px;
	margin-left: 5px;
	background-image:url(../images/twibox.png)
        padding-top: 50px;
}
.twitter-timeline {

}

footer {
	width: 960px;
	height: 114px;
	clear: both;
	text-align: center;
	border-top: 1px solid #922537;
	background: url(../images/footstarbg.jpg) no-repeat;
	position:relative;
	}
ul.guidenav {
!	width: 960px;
}
ul#topnav {
	margin: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
}
ul li.first {
	border-left: none;
}


.guidenav a:link {
	color: #600;
	text-decoration: none;
}
.guidenav a:hover {
	color: #600;
	text-decoration: underline;
}
.guidenav a:active {
	color: #600;
	text-decoration: none;
}
.guidenav a:visited {
	color: #600;
	text-decoration: none;
}


.guidenav li {
	height: 10px;
	border-left: 1px solid #600;
	float: left;
	padding: 0 10px;
	font-size: 10px;
	text-align: center;
}
ul#footernav {
	margin: 20px;
	position: relative;
	left: 20%;
}
#fcopy {
	font-size: 12px;
	color: #600;
	margin: 5px;
	position: absolute;
	bottom: 3px;
	right: 10px;
}