body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	padding: 0px;
	/* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5cccc));
	background: -moz-linear-gradient(top, #fff, #f5cccc);
 　/* Firefox用 */  
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5cccc);
	/* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5cccc)";
	background-color: -moz-linear-gradient;
	background-position: top;
	text-align: center;
}
h1 {
	display: none;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
h4 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F00;
	border-left-color: #F00;
	padding-left: 10px;
}
/*---------------------------------------*/



/*faq.html*/
/*---------------------------------------*/
h5 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F00;
	border-left-color: #F00;
	padding-left: 10px;
	font-size: 18px;
}
#container {
	width: 960px;
	height: auto;
	background-color: #C00;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 960px;
}
#header_top {
	background-image: url(images/bg_top.png);
	background-repeat: no-repeat;
	height: 24px;
	text-align: right;
	padding-right: 30px;
	color: #FFF;
	font-size: 12px;
}
#header_top a {
	text-decoration: none;
	color: #FFF;
}
#header_top a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #C60;
}
#header_title {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 80px;
}
#header_title p {
	display: none;
}
#navibar {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 30px;
	width: 960px;
}
#navibar ul li {
	float: left;
	width: 118px;
	height: 30px;
	background-color: #FFF;
	display: block;
	text-align: center;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8E0000;
	border-right-color: #8E0000;
	border-bottom-color: #8E0000;
	border-left-color: #8E0000;
}
#navibar ul li a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 30px;
	padding-top: 6px;
}
#navibar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/navi_over.png);
	background-repeat: repeat-x;
}
#navibar ul #top {
	float: left;
	width: 118px;
	height: 30px;
	display: block;
	text-align: center;
}
#navibar ul #contact {
	float: right;
	width: 118px;
	height: 30px;
	background-color: #FFF;
	display: block;
	text-align: center;
	margin-right: 0px;
}
#navibar ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#wrapper {
	width: 960px;
	height: auto;
}
#side {
	float: right;
	height: 100%;
	width: 220px;
	background-color: #fff;
	margin-right: 10px;
	border-radius: 6px;         /* CSS3 角丸 */
	-moz-border-radius: 6px;    /* Firefox 角丸 */
	-webkit-border-radius: 6px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}
#side_btn {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#profile_btn {
	width: 190px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 40px;
}
#media {
	padding-left: 15px;
	padding-right: 10px;
	text-align: right;
}
#twitter {
	height: 355px;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
}
#main {
	float: left;
	background-color: #FFF;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 690px;
	/* [disabled]margin-right: 10px;
*/
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 6px;         /* CSS3 角丸 */
	-moz-border-radius: 6px;    /* Firefox 角丸 */
	-webkit-border-radius: 6px; /* Safari,Chrom 角丸e */
	margin-bottom: 20px;
	text-align: left;
}
#schedule {
	background-color: #FFF;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	border-radius: 6px;         /* CSS3 角丸 */
	-moz-border-radius: 6px;    /* Firefox 角丸 */
	-webkit-border-radius: 6px; /* Safari,Chrom 角丸e */
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#footer {
	clear: both;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 6px;         /* CSS3 角丸 */
	-moz-border-radius: 6px;    /* Firefox 角丸 */
	-webkit-border-radius: 6px;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 105px;
}
#footer ul li {
	float: left;
	text-align: center;
}
#footer ul li a {
	color: #000;
}
#footer ul li a:hover {
	color: #FFF;
	background-color: #C00;
}
.text_left {
	text-align: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.font01 {
	font-size: 12px;
	color: #FFF;
}
.font02 {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
.font03 {
	color: #F00;
	font-size: 18px;
	font-weight: bold;
}
.font04 {
	font-size: 14px;
	font-weight: bold;
}
.text01 {
	font-size: 12px;
	color: #666;
}
.font05 {
	font-size: 36px;
	color: #F00;
}
.font06 {
	font-size: 36px;
	color: #666;
}
.font07 {
	font-size: 24px;
	font-weight: bold;
}

