@charset "UTF-8";

body {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}


.contents {
	width: 950px;
	background-color: #FFF;
	border-right-style: groove;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
}


a:link {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #F93;
}
a:visited {
	color: #C30;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	
}


#bottommenutxt {
	padding-top: 10px;
	background-image: url(../topimg/yellow_bg.gif);
}


.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #FFFFCC;/*色*/
    border: solid 1px #EFEDA4;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
