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

html{}

body {
	background: url(/photo/index_photo.jpg) no-repeat center top;
}

img{border:0;}

*{margin:0;padding:0;}

a:hover img {filter:Alpha(opacity=70) ;opacity:0.7 ;-moz-opacity:0.7;}

header {
	height:60px;
	width:100%;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	margin-bottom:0px;
	}

#headerbg {
		height: 50px;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		}

#headerbg h1 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		margin: 0px;
		padding-top:13px;
		padding-left:0px;
		line-height:20px;
		}

#headerbg h1 a{color: #fff;text-decoration: none;}



#headerbg h2 {				
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 11px;
		color: #fff;
		margin: 0px;
		font-weight: normal;
		}

#container {
		width: 1000px;
		height: 1200px;
		margin:0px auto 0px auto;
		color:#fff;
		text-align:center;
		position: relative;
		} 

#container img{pointer-events: none;} 

#menu {
		width: 100%;
		height: 145px;
		margin:755px auto 0px auto;
		text-align: center;
		/*background: rgba(255,0,0,0.7);*/
		} 

#menu p{
		
		font-size:12px;
		margin:15px auto 5px auto;
		text-align:center;
		} 

#menu p a{color:#f00;} 

#menu ul{
		width: 630px;
		height: auto;
		margin:0 auto 0 auto;
		text-align:center;
		} 

#menu ul li{
		float:left;
		width: 300px;
		height: 100px;
		margin:15px 15px 0 0px;
		text-align:center;
		list-style: none;
		}

#link_top {width:1000px;height:auto;margin: 10px auto 30px auto;text-align: center;}
#ylink {margin-bottom: 5px;text-align: center;}
#ylink li {display: inline;}

footer{	
	width:100%;
	height:auto;
	margin:0 auto;
	background-color: #000;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	bottom:0;
	}

.footer_concept_title{
			border-bottom: 1px solid #777;
			width:1000px;
			height:auto;
			margin:0 auto;
			color:#777;
			line-height:50px;
			font-size:20px;
			font-weight:bold;
			padding:10px;
			text-align:center;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			}

.footer_concept_comment{
			width:1000px;
			height:auto;
			margin:0px auto 20px auto;
			color:#fff;
			line-height:24px;
			font-size:12px;
			padding:5px;
			text-align:left;
			}

.footer_menu_box{
			width:1000px;
			height:auto;
			margin:0px auto 0px auto;
			padding:5px;
			color:#fff;
			line-height:20px;
			font-size:14px;
			text-align:center;
			}

.footer_menu_box a{color:#fff;text-decoration: none;}

address{font-style:normal;width:100%;}

address p{
		width:100%;
		background:#000;
		bottom:0;
		height:30px;
		line-height:27px;
		color:#fff;
		text-align:center;
		}

address p a{color:#fff;text-decoration: none;}



.clearfix {display: inline-block;}

/* Dreamweaverバグ用 */
.clearfix {overflow:hidden;}

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }