@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5	{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
body {
	margin: 0px;
	background-color: #EEEEEE;
	font-size: 13px;
	font-family:  "Lucida Grande", sans-serif;
	background-image: url(../img/body_bc.gif);
	padding: 0px;
}
/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

p {
	line-height: 140%;
	margin-bottom: 15px;
	padding: 0px;
	color: #333333;
}

li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #2860A3;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.border1px {
	text-decoration: none;
	background-image: url(../img/yokokei.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
.mgn_b_20px {
	margin-bottom: 20px;
}
.float_right {
	text-align: right;
	float: right;
}
.kome {
	font-size: 10px;
	font-weight: bold;
	color: #e5001e;
}
.noborder {
	border-style: none!important;
	background-image: none!important;
}



/* end MacIE5 */

#Wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 15px;
}
.font_green {
	color: #4d4c22;
	font-weight: bold;
	font-size: 14px;
}

#TopHeadder {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#TopContact {
	margin-bottom: 5px;
	text-align: right;
}
#KasouHeadder {

}
#GlobalNavi {

}
#KasouGlobalNavi {

}

#Main {
	background-image: url(../img/main_bc_03.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#Bread {
	font-size: 12px;
	text-align: right;
	background-image: url(../img/breadbc.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	padding: 7px;
	color: #FFFFFF;
}
#Bread a {
	color: #FFFFFF;
}
#MainLeft {
	background-image: url(../img/main_bc_02.jpg);
	background-position: right;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
	padding: 14px;
}
#MainLeft p, #MainLeft a {
	color: #FFFFFF;
}
#MainLeft a {


}

#Mmad {
	width: 186px;
	padding: 2px;
	border: 1px solid #999999;
}

#MainRight {
	float: left;
	width: 550px;
	margin-top: 15px;
	margin-left: 15px;
}
#MainRight ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#MainRight li {
	color: #333333;
	margin-bottom: 7px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

#MainSpecial {
	background-image: url(../img/main_bc_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
}
#MainSpecial2 {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../img/main_bc_07.jpg);
}




#Footer {
	clear: both;
	background-image: url(../img/main_bc_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#FooterCont {
	padding: 12px;
	background-image: url(../img/yokokei.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
#FooterCont p {
	font-size: 12px;
	padding: 0px;
	text-align: center;
	line-height: 100%;
	margin: 5px;
}
#FooterCont a {
	text-decoration: none;
}

#Bottom {
	padding: 10px;
	text-align: center;
	font-size: small;
	clear: both;
}


/* Form */

legend {
	visibility:hidden;
	display:none;
	border: none;
}
fieldset {
	border: none;
}
.AskTable {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #999999;
	border-collapse: collapse;
}
#contactform {
	margin-bottom: 15px;
}

.AskTable td {
	padding: 5px;
	border: 1px solid #999999;
	color: #4B4C24;
	text-align: left;
}
.AskTable .td1 {
	background-color: #FAC659;
}

.AskTable input, .AskTable textarea {
	margin:0px;
	border: 1px solid #999999;
	padding: 2px;
}

.form input:focus, .form textarea:focus {
	background-color: #EEEEEE;
	border-color:#014769;
}
.form input.check  {
	width:auto;
	margin:0 2px;
	border:none;
	float:none;
}
.form input.text {
	width:auto;
	margin:0 2px;
	color:#FA749C;
	float:none;
}
p.reply {
	margin:15px;
	text-align: center;
}

div.button {
	text-align:center;
	margin-top:20px;
}
div.button button#reset {
	width:100px;
	background-color:#BBAFD4;
	cursor:pointer;
	color: #000000;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
	line-height: 150%;
	font-size: 13px;
	margin-left: 20px;
}
div.button button#submit {
	width:100px;
	background-color:#D4AFB6;
	cursor:pointer;
	color: #000000;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
	line-height: 150%;
	font-size: 13px;
}
/*Safari&Opera\*/
@media all and (min-width:0px) {
	head~body .form input,head~body .form textarea{ float:right;padding:0.3em}
}
/*IE6*/
* html .form input {
	height:20px;
}

div.fValidator-msg {
	margin-left:165px;
	color: #FF0033;
	font-size:77%;
	line-height:1.4;
}

/* check.php */
table#confirm {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
table#confirm th {
	font-weight:normal;
	font-size: 13px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color:#dddddd;
}
table#confirm td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
}
/* IE6 */
table#confirm td strong {
	color:#A82B2B;
}
p.confmes {
	margin:10px 0;
}
div.err_message {
	padding:50px 0 0 0;
}
.err_message p {
	margin-bottom:50px;color:#A82B2B;
}
/*copyright*/
.zm_copyright, .zm_copyright a {
	display: none;
}


/* Blog News */


#blog, #news, #Links {
	margin-bottom: 15px;
	clear: both;

}
#blog ul, #blog li, #news ul, #news li, #Links ul, #Links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#blog li, #news li, #Links li {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 6px;
	margin: 0px;
	background-image: url(../img/yokokei.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #333333;
}
#Links ul {
	margin-bottom: 20px;
}
#blog a, #news a, #Links a {
	text-decoration: none;
}
.blog_intro {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}
#MusicVideo {
	clear: both;
	margin-bottom: 15px;
}
#TopTube {
	float: left;
	width: 320px;
	margin-bottom: 15px;
	background-image: url(../img/movienote.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
}
#TopPhoto {
	float: right;
	width: 230px;
}
#TopPhoto p {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 100%;
}
#TopPhoto img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#Photos  .thums {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#Friends table {
	margin-bottom: 20px;
}
#Friends td {
	vertical-align: top;
	background-image: url(../img/yokokei.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#Friends td img {
	margin-bottom: 15px;
}
.profpic {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Music {
	background-image: url(../img/yokokei.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}
#Music table {
	width: 100%;
	margin-bottom: 15px;
}
#Music td {
	vertical-align: top;
}
#Music td img {
	margin-bottom: 15px;
}
#mmform {
	margin-bottom: 15px;
}
#mmform table {
	margin-bottom: 5px;
}
#mmform td {
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#BbsIframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow-y: none;
}
.lyrics_txt p {
	line-height: 220%;
	letter-spacing: 1.2ems;
	margin-bottom: 18px;
	word-spacing: 1.2ems;
}
#MediaplayerInst p {
	margin-bottom:7px;
}#LyricsNavi {
	margin-bottom: 15px;
}

