﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

*{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	background-color: #ffffff;
}

#header {
	background-color: #000000;
	background-image: url(img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
}

.content {
	background-image: url(img/model-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px auto;
	padding: 60px 0px;
	text-align: center;
}

.model {
	width: 950px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	width: 950px;
	text-align: left;
	margin-bottom: 10px;
}

h1 span {
	font-size: 30px;
}

.model-top {
	display: block;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	line-height: 140%;
}

.model table {
	margin: 40px auto 0px auto;
}

.model td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.movie {
	text-align: center;
	margin: 20px auto 0px auto;
}

#report {
	width: 950px;
	font-size: 14px;
	line-height: 140%;
	margin: 0px auto;
	padding: 60px 0px;
}

#inquiry {
	width: 950px;
	text-align: center;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}

#inquiry table {
	margin: 0px auto;
}

#inquiry td {
	padding: 0px 10px;
	text-align: center;
	vertical-align: top;
}

.tel {
	color: #990000;
	font-family: Impact;
	font-size: 28px;
	font-weight: bold;
	margin: 10px auto;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
}

.clear {
	clear: both;
}

a {
	color: #666666;
	overflow: hidden;
	outline: none;
}
	
a:link {
	color: #666666;
}	
	
a:visited {
	color: #666666;
}	

a:hover {
	color: #000000;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red {
	color: #cc0000;
}

.blue {
	color: #3300cc;
}