@charset "UTF-8";

/* --- 全体 --- */

p{
margin:0px 0px 0px 0px; 
}
img{
border:none;
}
a:hover img {
 opacity: 0.9;
 filter: alpha(opacity=90);
 -moz-opacity: 0.9;
}
a:link{
color: #6633cc;
}
a:visited{
color: #6633cc;
}
a:hover{
 color: #ff33aa;
}
a:active{
color: #ff33aa;
}
body{
font-family:Meiryo, Tahoma, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 160%;
letter-spacing:0.5px;
margin:0px;
background-color: #d91170;
color: #666666;
background-image: url(../img/back.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
th,td{
font-family:'verdana','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
font-size: 12px;
line-height: 160%;
letter-spacing:0.5px;
padding: 0px 5px 0px 5px;
}
#container_index{
background-color: #d91170;
color: #ffffff;
}
#footer{
color: #ffffff;
font-size: 10px;
}
#mainBox{
background-color: #ffffff;
line-height: 140%;
}

/* --- ここまで --- */

/* --- ボタン --- */

.btn3 {
display: inline-block;
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
text-align: left;
font-size: 14px;
width: 440px;
background: #e5117d;
margin: 10px 0px 0px 0px;
padding: 6px 12px 10px;
border: 1px solid #ea68a2;
line-height: 160%;
text-decoration:none;
border-radius: 2px;
}
.btn3 span {
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 130%;
}
.btn3 span2 {
color: #ffffff;
font-size: 11px;
font-weight: normal;
line-height: 130%;
}
.btn3:hover{
 opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}
.btn3::before,
.btn3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn3,
.btn3::before,
.btn3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn4 {
display: inline-block;
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
text-align: left;
font-size: 14px;
width: 430px;
background: #e5117d;
margin: 10px 0px 0px 0px;
padding: 6px 12px 10px;
border: 1px solid #ea68a2;
line-height: 160%;
text-decoration:none;
border-radius: 2px;
}
.btn4 span {
color: #ffffff;
font-size: 14px;
font-weight: bold;
line-height: 130%;
}
.btn4 span2 {
color: #ffffff;
font-size: 11px;
font-weight: normal;
line-height: 130%;
}
.btn4:hover{
 opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
}
.btn4::before,
.btn4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn4,
.btn4::before,
.btn4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* --- ここまで --- */

/* フッターの背景 */
div#footer-bk
{
	background-color: #000000;   /* 背景色(黒) */
	width:952px;               /* 横の幅を100% */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	padding: 10px 0;          /* 上下に余白を取る */
}
/* フッターの表示領域 */
div#footer{
	width: 950px;           /* 横の幅970px */
	vertical-align:top;
}

/* --- 見出し --- */

/* --- ここまで --- */