﻿* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


div:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}  

div {   
   display: inline-block;   
}  

ul,li,dl,dt,dd{
	list-style:none;
}

img{
	vertical-align: top;
}

a img{
	border: none;
}

a{
	text-decoration: underline;
}

a:link{
	color: blue;
}

a:visited{
	color: blue;
}

a:hover{
	color: red;
	text-decoration: none;
}

a:active{
	color: red;
}

body {
	background-color: #ffffff;
	text-align: center;
	font-family: "OSAKA","Verdana","ＭＳ ゴシック";
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1 {
	line-height: 200%;
}


p {
	margin: 0 0 1em 0;
}




#container {
	width: auto;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#main_contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#selectbox {
	text-align: left;
	margin: 0px;
	clear: none;
	float: left;
}

.font-small {
	font-size: x-small;
}

.title {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.description {
	width: 660px;
	margin-right: 70px;
	margin-left: 70px;
	text-align: left;
	font-size: smaller;
	line-height: 110%;
	height: 250px;
	clear: both;
}

.description2 {
	width: 660px;
	margin-right: 70px;
	margin-left: 70px;
	text-align: left;
	font-size: smaller;
	line-height: 110%;
	height: 350px;
	clear: both;
}

.description3 {
	width: 660px;
	margin-right: 70px;
	margin-left: 70px;
	text-align: center;
	font-size: smaller;
	line-height: 110%;
	clear: both;
	margin-top: 15px;
}

.description4 {
	text-align: left;
	font-size: smaller;
	line-height: 110%;
	clear: both;
}

#youtube {
	text-align: left;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}


.description-left {
	width: 320px;
	float: left;
	text-align: center;
	font-size: smaller;
	padding: 0px;
}

.description-right {
	width: 320px;
	text-align: center;
	float: right;
	font-size: smaller;
}

.description-right2 {
	width: 320px;
	text-align: center;
	float: right;
	font-size: smaller;
	margin-right: 70px;
	clear: none;
}


.photo-left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.photo {
	margin-bottom: 10px;
}
.box {
	clear: both;
	width: 660px;
	margin-right: 70px;
	margin-left: 70px;
}
