@charset "utf-8";

.main {
	background-image: url(../image/main_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

.main_t {
	margin-right: 80px;
	text-align: right;
	padding-top: 450px;
}

.main1 {
	margin-right: 100px;
	text-align: right;
	color: #333;
	text-shadow: 1px 1px 1px #eee;
	font-size: 1.5em;
	margin-top: -20px;
	line-height: 1.4em;
	font-weight: bold;
	font: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer {
        margin: 10px 0 10px 50px;
        padding: 0 100px 0 0px;
        height: 70px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: right;
        text-align: center;
        padding: 0px;
        margin: 5px;
}

#navcontainer ul li a {
        width: 100px;
        height: 40px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        padding-top: 15px;
        margin: 0 0 10px 0;
        color: #C00;
		text-shadow: 1px 1px 1px #FFFFFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		font-size: 1.2em;
		background-color: rgba(255, 255, 255, 0.6);
		background: rgba(255, 255, 255, 0.6);
}

#navcontainer ul li a:hover {
        color: #000;
        background: #FFF;
}

#navcontainer a:active {
        background: #FFF;
        color: #fff;
}

#navcontainer li#active a {
        background: #c60;
        border: 1px solid #c60;
        color: #fff;
}

.About {
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line-height: 1.4em;
	background-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	text-shadow: 1px 1px 0.8px #eee;
}

footer {
	background: #000;
	width: 100%;
	height: 30px;
	line-height: 1.4em;
	padding-top: 2em;
	text-align: center;
	padding-bottom: 1em;
	color: #CCC;
}

.index {
	text-align: center;
	padding-top: 100px;
	color: #333;
	text-shadow: 1px 1px 1px #eee;
	font-size: 1.5em;
	margin-top: -20px;
	line-height: 1.4em;
	font-weight: bold;
	font: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

.index_txt {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
	color: #333;
	text-shadow: 1px 1px 1px #eee;
	margin-top: 20px;
	margin-bottom: 50px;
}

.index_btn {
	width: 300px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.yes {
	width: 100px;
        height: 40px;
        border-top: 2px solid #333;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        border-right: 2px solid #333;
        padding-top: 15px;
        margin: 0 0 10px 0;
        color: #C00;
		text-shadow: 1px 1px 1px #FFFFFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		font-size: 1.2em;
		background-color: rgba(255, 255, 255, 0.6);
		background: rgba(255, 255, 255, 0.6);
		float: left;
		vertical-align: top;
}	

.no {
	width: 100px;
    height: 40px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    padding-top: 15px;
    margin: 0 0 10px 0;
    color: #C00;
	text-shadow: 1px 1px 1px #FFFFFF;
    text-decoration: none;
    display: block;
    text-align: center;
    font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 1.2em;
	background-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.6);
	 float: right;
	  vertical-align: top;
}	

p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.7em;
  vertical-align: top;
}

p .hidari {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  vertical-align: top;
}

