﻿*{
	margin:0px auto;
	padding:0px;
	color:#FFFFFF;
}

/* 全ページ共通のデザイン用 */
body{
	font-family:"MS ゴシック";
	background-image:url("../images/stand1.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
}
h1{
	
}

h1 span{
	font-family:"Tekton Pro";
	display: block;
	margin-bottom: .2em;
	color: #aaa;
	font-size:25px;
}

h2{
	color:#ffffff;
	border-left-style:solid;
	border-bottom-style:solid;
	border-left-width:10px;
	border-bottom-width:thin;
	border-color:#c0c0c0;
	padding:10px;
	margin:5px;	
}

h3{
	text-decoration:underline;
	
}

h3 span{
	font-family:"Tekton Pro";
	margin-bottom: .2em;
	margin-left:15px;
	color: #aaa;
	font-size:15px;	
	border:none;
}

td span{
	font-family:"Tekton Pro";
	display: block;
	margin-bottom: .2em;
	margin-left:15px;
	color: #aaa;
	font-size:20px;	
	border:none;
}

/* リンク部分のデザイン用 */
a:link{
	color:#6666ff;
}
a:visited{
	color:#ff0000;
}
a:hover{
	text-decoration:none;
}
a:active{
	color:#ff6600;
}

/* 配置レイアウト用 */
#goriyouannnai-left{
	width:400px;
	margin:5px;
	padding:5px;
	float:left;
}

#goriyouannnai-right{
	width:400px;
	margin:5px;
	padding:5px;
	float:right;
}

#wrapper{
width:1280px;
}

/*ヘッダー*/
#logo-fixed{
	height:90px;
	top:0px;
	position:fixed;
	background-color:#000000;
	background-position:top;
}
#logo{
	width:350px;
	height:90px;
	top:0px;
	left:0px;
	position:absolute;
}
#logo p{
	padding:0px;
}

#navi{
	background-color:#000000;
	width:930px;
	height:90px;
	top:0px;
	left:350px;
	position:absolute;
}
#navi ul{
	margin-right:35px;
	margin-left:35px;
	list-style-type:none;
}
	#navi li{
	float:left;
	font-size:14px;
	position:relative;
}
#navi li span{
	color:#848484;
}
#navi li a{
	display:block;
	width:120px;
	height:50px;
	text-align:center;
	line-hight:90px;
	padding-top:20px;
	padding-bottom:20px;
	color:#FFFFFF;
	text-decoration:none;
}
#navi li a:hover{
	color:#000000;
	background-color:#DBDBDB;
}

/*メイン*/
#main-fixed{
	clear:both;
	margin-top:90px;
}
#main{
}
#contents{
	background-image:url("../images/back2.jpg");
	width:900px;
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
	padding-bottom:30px;
}

#header{
	text-align:center;
}

/*フッター*/
#footer-fixed{
height:90px;
bottom:0px;
clear:both;
}
#footer{
width:1280px;
height:90px;
background-color:#000000;
background-position:bottom;
}
#footer ul{
margin-right:15px;
margin-left:15px;
list-style-type:none;
}
#footer li{
float:left;
margin-top:20px;
text-align:center;
font-size:12px;
border-right:1px solid #FFFFFF;
padding-right:7px;
padding-left:8px;
}
#footer li a{
color:#FFFFFF;
text-decoration:none;
}
#footer li a:hover{
color:#848484;
text-decoration:underline;
}
#footer p{
font-family:ＭＳ Ｐゴシック;
clear:both;
text-align:center;
margin-top:53px;
font-size:12px;
}

/* テーブルデザイン用 */