@charset "utf-8";

/*--カラム------------------------------------------------------*/

#column1 {
	float: left;
	width: 76%;
    margin-left: 20px;
	background: #ffffff;
}

#column1 article {
}

#column2 {
	float: right;
	min-height: 300px;
	width: 200px;
	background: #ffffff;
}

#column2 aside {
}

/*--リンクボタン----------------------------------------------------*/

a.abtn01 {
    display: block;
    height: 30px;
    width: 200px;
    background: #ffffff url(../img/botton01b.png) no-repeat;
}
a.abtn01:hover {
    background-color: transparent;
}
a.abtn01:hover img {
    visibility: hidden;
}

a.abtn02 {
    display: block;
    height: 30px;
    width: 200px;
    background: #ffffff url(../img/botton02b.png) no-repeat;
}
a.abtn02:hover {
    background-color: transparent;
}
a.abtn02:hover img {
    visibility: hidden;
}

a.abtn03 {
    display: block;
    height: 30px;
    width: 200px;
    background: #ffffff url(../img/botton03b.png) no-repeat;
}
a.abtn03:hover {
    background-color: transparent;
}
a.abtn03:hover img {
    visibility: hidden;
}

a.abtn04 {
    display: block;
    height: 30px;
    width: 200px;
    background: #ffffff url(../img/botton04b.png) no-repeat;
}
a.abtn04:hover {
    background-color: transparent;
}
a.abtn04:hover img {
    visibility: hidden;
}

a.abtn05 {
    display: block;
    height: 30px;
    width: 200px;
    background: #ffffff url(../img/botton05b.png) no-repeat;
}
a.abtn05:hover {
    background-color: transparent;
}
a.abtn05:hover img {
    visibility: hidden;
}

/* ボタン */
button.button5 {
    width:100%;
    height:30px;
    border-radius:3px;
    font-size:1em;
    margin:1px 0;
    padding:5px 10px;
    background-color:#00a57c;
    color:#fff;
    text-align:left;
    border-style:none;
    text-shadow:1px 1px 2px #666;    
}

button.button5:hover {
    background-color:#5fd2b5;
    color:#fff;
}

