@charset "shift_jis";

body {
	/*font:14px/1.231 "ヒラギノ角ゴ Pro W3"; */
	/*-webkit-border-radius: 8px;
	border-radius: 8px;*/
	background-color: #F5F5F5;
	/*background: -webkit-gradient(linear, left top, right bottom,from(#C0C0C0), color-stop(0.3,  #fff),  to(#C0C0C0));
	background: -moz-linear-gradient(left top, #C0C0C0, #fff 50%, #C0C0C0);*/
}

/* リンク設定 */
A.topP2:link 	{ color:#DCDCDC; text-decoration:none;}
A.topP2:visited { color:#DCDCDC; text-decoration:none;}
A.topP2:active 	{ color:#DCDCDC; text-decoration:none;}
A.topP2:hover 	{ color:#000000; text-decoration:none; background-color:#DCDCDC; }

#wrapper {
	margin:auto;
	width:auto;

	
}
/* ここから影作成のためのcss */

#base {
	position:relative;
	margin:auto;
	width:840px;
	background: -moz-linear-gradient(left, #F5F5F5, #696969 10%, #696969 90%, #F5F5F5);
	background-color: #F5F5F5;
	background: -webkit-gradient(linear, left top, right top,from(#F5F5F5), 
				     color-stop(0.1,  #696969), 
				     color-stop(0.9,  #696969), 
				     to(#F5F5F5));
}
/* ここまで影作成のcss */
/*
#backWrapper {
	position:relative;
	left:20%;
	top:5px;
	width:800px;
	background-color:#DCDCDC;
	background: -moz-linear-gradient(left top, #A9A9A9, #F5F5F5 50%, #A9A9A9);
	background: -webkit-gradient(linear, left top, right bottom,from(#A9A9A9), color-stop(0.3,  #F5F5F5),  to(#A9A9A9));
	-webkit-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
	
}
#teten {
	position:relative;
	right:5px;
	width:800px;
	top:-5px;
}
*/

#tester{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:auto;
	width:800px;

}

.tete2 {
/*
	width: 800px;
	height:850px;
	background-image:url("./img/tiri.jpg");
*/
}

#top {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/*-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;*/
	background-color: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(0.5,  #808080),to(#000000)) #000000;
	background: -moz-linear-gradient(top, #000, #808080 50%, #000);
	padding: 5px 0px 5px 0px;

}
#topBottom {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/*-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0ox 0px 12px 12px;*/
	background-color: black;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(0.5,  #808080),to(#000000)) #000000;
	background: -moz-linear-gradient(top, #000, #808080 50%, #000);
	padding: 5px 0px 5px 0px;

}
.topP {
	color: white;
	margin: 0px 0px 0px 45px;
}
.topP2 {
	margin-left: 18px;
	margin-right: 18px;
	padding: 0px 2px 2px 2px;
}
#header{
	height:200px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	z-index:4;
	position:relative;
}



/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden; 

}

aside {
	background-color: #C0C0C0;
	background: -moz-linear-gradient(left top, #C0C0C0, #fff 30%, #C0C0C0);
	background: -webkit-gradient(linear, left top, right bottom,from(#C0C0C0), color-stop(0.3,  #fff),  to(#C0C0C0));
	/*background-color: #87CEFA;*/
	-webkit-border-radius: 12px;
	border-radius: 30px;
	padding: 10px; 
	margin: 10px 20px 20px 10px;
} 
/*aside p:last-child {
	margin-bottom: 0; 
}
*/
/* clearfix */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden; 
}

#contents{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(left top, #F5F5F5, #fff 50%, #F5F5F5);
	/*-webkit-border-radius: 8px;
	border-radius: 8px;*/
	background-color: #F5F5F5;
	background: -webkit-gradient(linear, left top, right bottom,from(#F5F5F5), color-stop(0.5,  #fff),  to(#F5F5F5));


	
 
}
/**/
#topImg {
	margin-top: 5px;
	margin-left: 5px;
}

#navi{
	/*margin:0;
	padding:10;*/
	float:left;
	width:400px;
	height: 600px;
	
}

.naviImg {
	margin-top:5px;
	margin-left:5px;
}
#navi_bottom {
	position: absolute;
	top: 700px;
	height: 100px;
	width: 400px;
	
}

.nb {
	margin: 40px 20px 20px 20px;
}

#btnTop {
	border-radius: 7px;
	background: -moz-linear-gradient(top, #cbcccf, #fff 50%, #acaeb0);/*これが意図通り動いていない*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.5,  #fff),to(#acaeb0)) #cbcccf;
	width: 220px;
	text-align: center;
	padding: 8px 10px 8px 10px;
	margin: 10px 0px 0px 45px;
}

#mainAsideH3 {
     font-size: 121%;
     text-shadow: 1px 1px 2px #ccc;
     color: #FF0000;/*#f4b800;*/
     margin-bottom: 10px;
} 
#mainAsideH4 {
     font-size: 100%;
     text-shadow: 1px 1px 5px #ccc;
     color: #FF1493;/*#f4b800;*/
     margin-bottom: 10px;
} 

#main{

	margin:0;
	padding:10;
	float:right;
	width:400px;
	height: 600px;
	/*background-color:red;*/
}


#main h3 {
	margin: 2px 10px 5px 15px;
}
#main h4 {
	margin: 8px 10px 5px 20px;
}

#main table {
	margin: 15px 15px 15px 15px;
}


nav {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #9cc900;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#c3fb00), to(#9cc900));*/
	background: -moz-linear-gradient(top, #cbcccf, #fff 50%, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.5,  #fff),to(#acaeb0)) #cbcccf;
	margin: 30px 20px 20px 30px;
	width: 300px;
}
nav li {
	float: left;
	font-weight: bold;
	border-left: 2px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.1);/*これが意図通り動いていない*/
	padding: 20px 30px 20px 30px;
}
nav li:first-child {
	border: none; 
} 



/*
#contents:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*/




#footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding:10px 0px 0px 0px;
	background-color: #F5F5F5;


	
}

#footer address {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#footer span {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: white;
	background: -moz-linear-gradient(top, #cbcccf, #fff 50%, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.5,  #fff),to(#acaeb0)) #cbcccf;
	padding: 2px 15px 2px 15px;
}



.rd{
	color: red;
}
.td{
	width: 60px;
}
.asideP {
	margin: 15px 35px 25px 25px;
	line-height: 120%;
}

/* Link javascript message field */
.asidePLink {
	margin: 15px 35px 25px 25px;
	line-height: 130%;
	height:100px;
	width: 320px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	background: -moz-linear-gradient(top, #cbcccf , #fff 20%, #fff 80%, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.2,  #fff), 
										   color-stop(0.8,  #fff),
								    to(#acaeb0)) #cbcccf;
	padding: 20px 10px 10px 10px;
}
.detailLink {
	padding:10px 10px 10px 30px;
}
.detailLinkP {
	font-weight:bold;
	padding: 2px 3px 4px 5px;
}

/* diary liveinformation member_detail */

.diaryDl {
	padding: 10px 10px 10px 10px;
}
.diaryDt {
	font-weight:bold;
}
.diaryDd {
	padding: 5px 5px 5px 20px;
}

/* contact */
.asidePContact {
	margin: 15px 35px 25px 25px;
	line-height: 130%;
	height:110px;
	width: 320px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	background: -moz-linear-gradient(top, #cbcccf , #fff 20%, #fff 80%, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.2,  #fff), 
										   color-stop(0.8,  #fff),
								    to(#acaeb0)) #cbcccf;
	padding: 20px 10px 10px 10px;
}
.mailForm {
	padding: 10px 10px 10px 10px;
}
.asideContactMailOk {
	margin: 15px 35px 25px 25px;
	line-height: 130%;
	height:auto;
	width: 320px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	background: -moz-linear-gradient(top, #cbcccf , #fff 20%, #fff 80%, #acaeb0);
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.2,  #fff), 
										   color-stop(0.8,  #fff),
								    to(#acaeb0)) #cbcccf;
	padding: 10px 10px 10px 10px;
}
.contactP {
	margin-left: 18px;
	margin-right: 18px;
	padding: 9px 2px 2px 2px;
}

/* live information */
.liveInfoList {
	/*padding: 20px 20px 20px 20px;*/
	background-color: #C0C0C0;
	background: -moz-linear-gradient(left top, #C0C0C0, #fff 30%, #C0C0C0);
	background: -webkit-gradient(linear, left top, right bottom,from(#C0C0C0), color-stop(0.3,  #fff),  to(#C0C0C0));
	/*background-color: #87CEFA;*/
	-webkit-border-radius: 12px;
	border-radius: 10px;
	/*padding: 10px; */
	margin: 20px 20px 10px 10px;
}

/* css of indexPage */
#indexNavi {
	width:500px;
	float:left;
}
#indexMain {
	width:280px;
	float:right;
	margin:10px 10px 10px 10px;
}
.indexH2 {
	margin: 5px 10px 15px 10px;
}
.indexMainP {
	line-height:140%;
}
.indexH3 {
	margin: 25px 10px 25px 10px;
}

/* facebookのiframe */
.ifra {
	margin: 0px 30px 30px 30px;
}

/* color-red */
.red {
	color:red;
}

/* member_detail */
.memberDetailP {
	margin: 3px 20px 3px 250px;
}
.memberDeH2L {
	border-radius: 7px;
	background: -moz-linear-gradient(top, #cbcccf, #fff 50%, #acaeb0);/*これが意図通り動いていない*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.5,  #fff),to(#acaeb0)) #cbcccf;
	width: 20px;
	text-align: center;
	padding: 8px 10px 8px 10px;
	margin: 10px 0px 0px 20px;
	float:left;
}
.memberDeH2C {
	border-radius: 7px;
	background: -moz-linear-gradient(top, #cbcccf, #fff 50%, #acaeb0);/*これが意図通り動いていない*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.5,  #fff),to(#acaeb0)) #cbcccf;
	width: 120px;
	text-align: center;
	padding: 8px 10px 8px 10px;
	margin: 10px 0px 0px 20px;
	float:left;
}
.memberDeH2R {
	border-radius: 7px;
	background: -moz-linear-gradient(top, #cbcccf, #fff 50%, #acaeb0);/*これが意図通り動いていない*/
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), color-stop(0.5,  #fff),to(#acaeb0)) #cbcccf;
	width: 20px;
	text-align: center;
	padding: 8px 10px 8px 10px;
	margin: 10px 0px 0px 20px;
	float:left;
}


/* member table */
.tdLeft {
	padding: 3px 10px 2px 10px;
	font-weight: bold;
}
.tdRight {
	padding: 3px 10px 2px 20px;
	font-weight: bold;
}

/* リンクの色設定 デフォルト＝きみどり色 */
A.topP3:link 	{ color:#32CD32; text-decoration:none;}
A.topP3:visited { color:#32CD32; text-decoration:none;}
A.topP3:active 	{ color:#32CD32; text-decoration:none;}
A.topP3:hover 	{ color:#000000; text-decoration:none; background-color:#DCDCDC; }

/* 色 */
A.topP4:link 	{ color:#8B4513; text-decoration:none;}
A.topP4:visited { color:#8B4513; text-decoration:none;}
A.topP4:active 	{ color:#8B4513; text-decoration:none;}
A.topP4:hover 	{ color:#ffffff; text-decoration:none; background-color:#8B4513; }




