@charset "Shift-JIS";
/*
 *style.css
 *
 *ttitle
 */



.title {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px;
    text-align: left;
}


.button2 {
	display: block;
	font-weight: bold;
	margin: auto;
	padding: 9px 5px;
	text-align: center;
	text-decoration: none;
	width: 79.1%;
	font-size: 14px;
	color: #ffffff;
	background:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffffff;
	-webkit-appearance: none;
}


.bgcolor_full{
	background-color: #000000;
	border: 2px solid #000000;
	padding: 10px;
}


.bgcolor{
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	margin: 10px;

}


.contents_box{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #474747;
    border-radius: 1px;
    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:15px;
	line-height:1.3em;
	padding:10px;
	font-weight: bold;
	background-color:#474747;
	color:#ffffff;
}



.contents1{
	text-align: left;
	margin:0 auto 0 auto;
	line-height:1.1em;
	font-size:14px;
	line-height:1.3em;
	padding:5px;
	background-color:#ffffff;
	color:#000000;
}

hr.gradient {
	border: 0;
	height: 2px;
	margin:16px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,103,195,1), rgba(0,0,0,0.5));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,103,195,1), rgba(0,0,0,0.5));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,103,195,1), rgba(0,0,0,0.5));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,103,195,1), rgba(0,0,0,0.5));
}
