@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    outline: 0 none;
    padding: 0;
}

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	min-width: 800px;
}

h1, h2 {
	margin: 15px 0 15px 0;
	font-weight: 300;
}

h1 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 100%;
}

h1.title {
	font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 700;
	margin-top: 40px;
}

h2 {
    font-size: 24px;
}

p	{
	font-size: 13px;
	line-height: 24px;
}

a {
	text-decoration:none;
}

/* floatの解除 */
.clear {
	clear:both;
}

/* コンテナ */
#container	{
	width: 100%;
}

/* メインコンテンツ */
#contents {
	width:800px;
	margin: auto;
}

/* フッターメニュー */
#footer_menu {
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 20px;  
	background-color: rgba(0,0,0,1.0);
}

#footer_menu ul {
	min-width: 500px;
	margin: 0;
	padding: 0;
	left:-50%;
}

#footer_menu ul li {
	font-size: 10px;
	float: left;
	list-style-type: none;
	text-align:center;
	line-height: 20px;
}

#footer_menu ul li a {
	color: rgba(255,255,255,1.00);
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
}

#footer_menu ul li a:hover	{
	background-color:rgba(255,255,255,0.5)
}

#footer_menu .copyright a {
	width: 240px;
	font-size: 10px;
	float:right;
	text-align:center;
	line-height: 20px;
	text-decoration:none;
	color: rgba(255,255,255,1.00);
}

/* トップイメージ */
#top_logo img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Google+ */
#google_plus{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* トップビデオ */
video#bgvid { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(images/title.jpg) no-repeat;
	background-size: cover; 
}

video {
	display: block;
}

/* About */

#about_left {
	width: 200px;
	float: left;
}

#about_right {
	width: 560px;
	float: right;
}

.news {
	padding: 10px;
	margin-bottom: 20px;
}

.news_title {
	font-size: 18px;
	margin-bottom: 5px;
}

.news_cat_date {
	font-size: 11px;
	margin-bottom: 15px;
}

.news_content {
	margin-bottom: 20px;
}

.news_content img {
	margin-top: 10px;
	margin-bottom: 20px;

}

.news_content p{

}

