@charset "Shift_JIS";


/* base style
---------------------------------------------------------*/
* {
	margin	: 0px;
	padding	: 0px;
	font-size: 100%;
	line-height: 1.5em;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	}
	
a img{
	border: none;}
	
li {
	list-style-type: none;
	}
	
/* lyout
---------------------------------------------------------*/
#wrap{
	text-align: left;
	width: 950px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	
	}

/* header
---------------------------------------------------------*/

#header {
	margin-bottom: 1em;
	padding-left: 25px;
	height: 119px;
	background: url(../img/header_bg.jpg) repeat-x left top;
	border: #ff0000 1px  solid;
	}

#header p#mainHeader{
	background: url(../img/title_bg.gif) no-repeat left top;
	height: 79px;
	margin-top: 5px;
	width: 520px;
	float: left;
}

#header h1 {
	text-align: right;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 1em;
	}

#header #listmenu {
	margin-top: 5px;
	float: right;
	width: 400px;
	font-size: small;
	}

#header #listmenu ul{
	width: 33%;
	float: left;
	}

#header #listmenu li{
	list-style: url(../img/listmark.gif);
	padding-left: 3px;
	margin-left: 20px;
	line-height: 1.8;
	}
	
#header #listmenu li a:hover{
	font-weight: bold;
	}	
	
#header #sitemap{
	text-align: right;
	padding-right: 25px;
	background:url(../img/sitemap.gif) no-repeat right center;
	margin-top: -1.5em;}

#header p#title {
	text-align: right;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 1em;
	}


/* lyout
---------------------------------------------------------*/

#container {
	width: 750px;
	float: left;
	}

#subcontainer {
	float: left;
	width: 170px;
	font-size: small;
	margin-left: 20px;
	}

#teasobi_nav {
	float: left;
	width: 200px;
	font-size: small;
	border: #ff0000 1px  solid;
	background: #ffe7b6;
	}

#ekakiuta_nav {
	border: #ff0000 1px  solid;
	background: #FFCCFF ;
	}

#mainContents {
	float: right;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#footer {
	clear: left;
	margin-left: 10px;
	padding: 40px 100px 20px;
	}



/* teasobi_nav
---------------------------------------------------------*/

#teasobi_nav h3 {
	background: #FFFFFF;
	text-align: center;
	font-weight: normal;
	border-bottom: #ff0000 1px  solid;
	}

#teasobi_nav h3 a {
	display: block;
	text-decoration: none;
	padding: 5px;
	}

#teasobi_nav h3 a:hover {
	font-weight: bold;
	}

#song {
	margin-top: 0.5em;
	margin-left: 10px;
	margin-bottom: 0.5em;
	width:190px;
	}

#song li {
	display:block;
	margin-bottom: 4px;
	background: transparent url(../img/YouTube-icon.png) left top no-repeat;
	}

*html #song li {
	border:solid 1px #FFFFFF;
	}

#song li a{
	display:block;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#song li a:hover{
	display:block;
	font-weight: bold;
	background: url(../img//YouTube-icon.png) left top no-repeat;
	}


#nav p {
	text-align: right;
	margin-top: -1em;
	}

#nav p a{
	margin-top: -1em;
	}

#subcontainer h3 {
	border-bottom: solid 1px #FF6699;
	background: #FFFFFF;
	text-align: center;
	font-weight: normal;
	}

#subcontainer h3 a {
	display: block;
	text-decoration: none;
	padding: 5px;
	}

#subcontainer h3 a:hover {
	font-weight: bold;
	}

#subcontainer #hamigaki {
	border: none;
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 0.5em;
	}

#subcontainer #hamigaki a{
	width: 160px;
	height: 40px;
	background: url(../img/hamigaki_btn.gif);
	color: #000000;
	padding : 64px 0 0 10px ;
	text-align: left;
	line-height: 1.2;	
	font-weight:normal;
	}

#subcontainer #hamigaki a:hover{
	font-weight: bold;
	color:  #0000FF;
	filter:alpha(opacity=60);
	opacity:0.8;
	position:relative;
	top:1px;
	left:1px;
	}


#hamigaki p {
	display: inline;
	font-size: 12px;
	position:absolute;
	width: 116px;
	margin-top: -40px;
	margin-left: 10px;
	}

#subcontainer #hamigaki_nav ul {
	margin-bottom: 1.5em;
	}

#subcontainer #hamigaki_nav ul li{
	list-style: square;
	margin-left: 10px;
	padding-bottom: 5px;
	}

#subcontainer #hamigaki_nav ul li a:hover{
	font-weight: bold;
	}


#draw {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width:165px;
	}

#draw li {
	width:165px;
	display:block;
	margin-left: 5px;
	margin-bottom: 4px;
	background: transparent url(../img/draw.gif) center left no-repeat;
	}
	
#draw li a{
	display:block;
	width: 140px;
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 2px;
	}

	
#draw li a:hover{
	font-weight: bold;
	background: url(../img/draw.gif) center left no-repeat;
	}


/* mainContents
---------------------------------------------------------*/

#mainContents div,
#mainContents h1,
#mainContents h2,
#mainContents h3,
#mainContents p,
#mainContents dl,
#mainContents ul,
#mainContents ol {
	text-align: left;
	}

#mainContents h1 {
	margin-top: 10px;
	font-size: large;
	}

#mainContents p {
	margin-bottom: 0.5;
	}

#mainContents #topicpath {
	font-size: small;
	}

#mainContents #source {
	text-align: right;
	}

#mainContents #kashi {
	width: 400px;
	margin: 20px auto;
	}

#mainContents #kashi p {
	margin-bottom: 1em;
}

#mainContents #score,
#mainContents #exp,
#mainContents #movie {
	text-align: right;
	}

#mainContents div.siteGuide p{
	line-height: 1.5em;
	}

#mainContents div.siteGuide{
	margin-bottom: 1em;
	border: #0099CC 2px dotted;
	padding: 5px;
	clear: both;
	}

#mainContents div.siteGuide p strong{
	color: red;
	}

#mainContents #opening {
	width: 520px;
	text-align: center;
	margin: 20px auto;
	}

#mainContents ul.whatsnew {
	margin-left: 1em;
	}
	
#mainContents h1 {
	background: url(../img/h2_icon.gif) no-repeat left center;
	height: 35px;
	padding-left: 25px;
	font-size: 1.5em;
	margin-bottom: 0.8em;
	margin-left: 0.2em;
	}

#mainContents h2 {
	margin-top: 1em;
	border-bottom: solid 1px #FF6633;
	border-left: solid 10px  #FF6633;
	padding-left: 5px;
	margin-bottom: 5px;
	}

#mainContents h2.bbs {
	border-bottom: solid 1px #0033FF;
	border-left: solid 10px  #0033FF;
	}
	


#mainContents h3 {
	border-bottom: thin dotted #FF6600;
	border-left: thick double #FF6600;
	padding-left: 0.3em;
	margin-top: 1em;
	}	

#mainContents h4 {
	text-align: center;
	margin-top: 1em;
	}

#mainContents p.plugin {
	margin: 10px 0px;
	}
	
#mainContents p.plugin img{
	float: left;
	margin-right: 10px;
	}	

#mainContents ul {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	}

#mainContents ul li{
	margin-left: 1em;
	list-style: disc;
	}

#mainContents ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
	}

#mainContents ol li{
	margin-left: 1em;
	list-style-type: decimal;
	margin-bottom: 5px;

	}


#mainContents ul li span{
	font-size: smaller;
	}

#mainContents dl dt{
	font-weight: bold;
	padding-left: 5px;
	background: #FFCC99;
	margin-bottom: 3px;
	}
	
#mainContents dl dd{
	margin-left: 1em;
	}

#mainContents div#jumpmail {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	}

#mainContents div#jumpmail p{
	display: inline;
	}

#jumpmail p a {
	padding: 3px 20px;
	margin: 0 20px;
	text-decoration: none;
	border: double #CCCCCC;
	background: #EFEFEF ;
/*	border: outset #CCCCCC 2px;
	background:#CCCCCC ;
	color: #000000;
*/}

#jumpmail p a:active {
	padding: 3px 20px;
	text-decoration: none;
	border: double #FFCCCC;
}	



#furi table {
	width: 520px;
	border-collapse: collapse;
	margin-bottom: 2em;
	}

#furi caption{
	text-align: left;
	border-left: solid 1em #FF6600;
	color: #FF6600;
	padding-left: 0.5em;
	font-weight: bold;
	border-bottom: dotted 1px #FF6600;
	margin-bottom:inherit;
	}

#furi tr.kashi td{
	color:#000000;
	text-align: center;
	border-top: solid 1.5em #FFFFFF;
	border-left: solid 1px #FFFFFF;
	background: #CCFFFF;
	}

#furi tr.furi{
	text-align: center;	}
	
#mainContents div#midi {
	padding: 10px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	text-align: center;
	border: #3399FF dotted 2px;}

#mainContents #midi p{
	text-align: center;
	}



a.jump:after {
	content: " \00BB ";
	font-weight: bold;
	font-family: Verdana,Sans-serif;
	color: #FF00CC;
	white-space: nowrap;
}

.link{
	padding-left: 18px;
	background: url(../img/link.gif) left center no-repeat;
	margin-left: 3px;
	}

/* draw/index.html
---------------------------------------------------------*/
#mainContents table#list{
	width: 100%;	
}

#mainContents table#list td{
	border: #ccc solid 1px;
	width: 48%;
	height: 150px;
	text-align: center;
}


/* mailform/
---------------------------------------------------------*/
#mainContents #mailform {
	width: 100%;
}
#mainContents #mailform p{
	margin-bottom: 0.5em;
}
#mainContents #mailform table {
	border-collapse: separate;
	
	width: 100%;
}
#mainContents #mailform th, 
#mainContents #mailform td {
	padding: 15px 10px ;
	border-bottom: 1px solid #E1D9CA;
	text-align: left;
}

#mainContents #mailform th {
	border-left: 1px solid #E1D9CA;
}

#mainContents #mailform td {
	border-right: 1px solid #E1D9CA;
}

#mainContents #mailform th.top,
#mainContents #mailform td.top {
	border-top: 1px solid #E1D9CA;
}


#mainContents #mailform th.line, 
#mainContents #mailform td.line {
	border-bottom: 1px solid #FF6633;
}


#mainContents #mailform th{
	font-weight: normal;
	width: 130px !important;
	font-size: 90%;
}
#mainContents #mailform td{
	background: #F8F6F2;
	font-size: 90%;
}	

#mainContents #mailform td p{
	font-size: 80%;
	margin: 5px 0px;
}

#mainContents input {
	padding: 2px;
}

#mailform label {
	display: block;
}

#mailform label input{
	margin-right: 3px;
}

#mainContents .txt:hover, 
#mainContents .txt:focus{
	border:  1px solid #3399CC;
}

#mailform  div.form_submit p{
	text-align: center;
	font-size: 90%;
}

#mailform  div.form_submit p#lock{
	margin: 10px 20px;
	text-align: left;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 5px;
	background: url(../img/lock.jpg) no-repeat;
}

#mailform  div.form_submit input{
	font-size: 100%;
}

#mainContents .btn {
	text-align: center;
	padding: 0px 2px;
}


#mainContents div#jumpmail {
	margin-bottom: 30px;
}

#mainContents div#jumpmail p{
	text-align: center;
}

#jumpmail p a {
	padding: 3px 20px;
	text-decoration: none;
	border: double #CCCCCC;
	background: #EFEFEF ;
/*	border: outset #CCCCCC 2px;
	background:#CCCCCC ;
	color: #000000;
*/}

#jumpmail p a:hover {
	padding: 3px 20px;
	text-decoration: none;
	border: double #FF0000;
	background: #FFCCCC;
}


#jumpmail p a:active {
	padding: 3px 20px;
	text-decoration: none;
	border: double #FFCCCC;
}

div.mail .style1 {
color: #FF0066;
text-decoration: underline;}


#mainContents #flash object,
#mainContents div.youtube object
{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
	
#kashi .kid {
	color: #FF0000;
}

#kashi .with {
	color: #0000CC;
}


/* footer
---------------------------------------------------------*/
#getflash {
	font-size: small;
	}

#getflash img{
	float: left;
	margin-right: 10px;
	}

address {
	margin-top: 20px;
	padding-top: 5px;
	font-style: normal;
	text-align: center;
	border-top: solid 1px #666666	;
	}
#faq #mainContents dd {
	margin-bottom: 2em;
}

#secondBox {
	display: none;
}

#faq #wrap #container #mainContents strong {
	color: #FF0000;
}

/* youtube
---------------------------------------------------------*/
iframe {
	border:solid 1px #999999;
	margin-bottom: 2em;
	}

/* media faq
---------------------------------------------------------*/
dl#faq dt{
	background-color: white;
	margin-top: 0.5em;
	margin-left: 1em;
	display: list-item;
	list-style: inside;
	list-style-type: disc;
	}
	
dl#faq dd{
    background-color:#ddeeff;
    margin:5px 5px 5px 15px;
    padding:5px 5px 5px 15px;
    border-radius:5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #efe457), color-stop(1.00, #feae31));
    background: -webkit-linear-gradient(#efe457, #feae31);
    background: -moz-linear-gradient(#efe457, #feae31);
    background: -o-linear-gradient(#efe457, #feae31);
    background: -ms-linear-gradient(#efe457, #feae31);
    background: linear-gradient(#efe457, #feae31);
	}