@charset "UTF-8";
/* CSS Document */
body {
background-image: url("../images/white00162.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-position: left top
margin-left:100px;

}

.box3{
width:250px;
padding-top:10px;
float:left;
text-align:center;
}
.box3_2{
width:260px;
float:left;
text-align:center;
}
.box3_3{
width:380px;
height:104px;
margin:0;
font-size: 22px;
color: #FF0033;
font-weight: bold;
line-height: 90%;
text-decoration:none;
}
.box3_4{
width:280px;
height:261px;
margin:10px 0 0 10px;
float:left;
text-align:center;
}
.dl_big{
float:left;
text-align:center;
width:250px;
height:261px;
margin:10px 5px 0 0;
vertical-align: middle;
}
.dl{
float:left;
text-align:center;
vertical-align: middle;
width:260px;
height:130px;
margin-top:5px;
}
.dl_A{
float:left;
text-align:center;
vertical-align: middle;
width:245px;
height:130px;
margin-top:5px;
}
.dl_B{
float:left;
text-align:center;
vertical-align: bottom;
width:90px;
height:120px;
margin:5px 1px 5px 4px;
}
.dl_C{
float:left;
text-align:center;
vertical-align: middle;
width:150px;
height:120px;
margin:5px 0 5px 0;
}

 �e�X�g 
.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container article p{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article.ac-small{
    height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 180px;
}
.ac-container input:checked ~ article.ac-large{
    height: 5000px;
}




.full_content {
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto;
	clear: both;
	margin-bottom: 870px;
}
ul li{
        width:148px;
        height:25px;
        background:#4f4f4f;
        float:left;
        list-style:none;
        padding:10px 0 10px 0;
        margin-right:15px;
        text-align:center;
        display:block;
        cursor: pointer;
        color:#FFF;
}
.lastright {
	margin-right:0;
}
ul li:first-child {
        margin-left:0;
}
ul {
        padding:0;
        margin:0;
}
.active , .hover {
        background:#aaa;
        font-weight:bold;
}
.content {
	width: 770px;
	height: auto;
	border: #aaa 5px solid;
	background: #FFF;
	top: 32px;
	left: 0;
	margin-top:10px;
	padding: 10px;
	position: absolute;
}
h2 {
	font-size:1em;
	color:#b40707;
	margin-bottom:0px;
}
h3 {
	font-size:1.2em;
	color:#fff;
	background:#b40707;
	margin-bottom:0px;
	padding:5px;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.footer {
	background-color:#ccc;
	height:auto;
	padding:10px;
	padding-top:10px;
}