@charset "Shift-JIS";
/*
 *style.css
 *
 *ttitle
 */



.title {
    background-color: #A6A6A6;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px;
    text-align: left;
}


.button{
	display: block;
	font-weight: bold;
	margin: auto;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	width: 75%;
	font-size: 14px;
	color: #ffffff;
	background:	#524b49;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #866B63;
	
}

.button2 {
	
	display: block;
	font-weight: bold;
	margin: auto;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	width: 75%;
	font-size: 14px;
	color: #ffffff;
	background:	#FB097B;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #F49AC4;

}



.text{
	text-align:left;
	line-height:1.2em; 
	font-size:14px;
	margin:5px 10px;
}




.bgcolor{
	background-color: #000000;
	border: 2px solid #ffffff;
	border-radius: 6px 6px 6px 6px;
	margin: 10px;
	padding: 10px; 	

}

.bgcolor_full{
	background-color: #999999;
	border: 2px solid #999999;
	padding: 10px; 	

}

.contents_box{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #993399;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.6em;
    margin: auto;
    padding: 0;
    text-align: center;
}

.contents_title{
	text-align: center;
	margin:0 auto 0 auto;
	font-size:18px;
	line-height:1.3em;
	padding:10px;
	font-weight: bold;
	background-color:#993399;
	color:#ffffff;
}

.contents1{
	text-align: left;
	margin:0 auto 0 auto;
	line-height:1.1em;
	font-size:14px;
	line-height:1.3em;
	padding:5px;
	font-weight: bold;
	background-color:#ccb7cc;
	color:#ffffff;
}
