﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

h1, h2, h3, h4, p, input, textarea, select, ul, table{
	font-size:100%;
	font-weight:normal;
	line-height:1.5;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;

}

a{
	color:#a90012;
}

a:hover{
	text-decoration:none;
	color:#aa3f55;
}


img{
	border:0;
	vertical-align:bottom;
}

#wrapper{
	width:1100px;
	margin: 0 auto;
}

#header{
	width:1040px;
	margin:0 auto;
	overflow:auto;
}


#logo{
	width:400px;
	padding-top:40px;
	margin:0 auto;
	margin-bottom:40px;	
}

#head{
	
	width:392px;
	float:left;
	margin-left:20px;
	display:inline;
}

	
#dock {
	float:left;
	width:610px;
	height:145px;
	background-image: url(../images/iconbar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:19px;
	position: relative;
}
	
.dock-container {
	
	position: relative;
	top: -8px;
	height:150px;
	padding-left: 10px;

	}
	
a.dock-item {
	display: block;
	width: 60px;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	color: #333;
}

.dock-item span {
	display: none;
	padding-left: 1px;
	font-size: 14px;
	font-weight: bolder;
}

.dock-item img {
	border: 0;
	width: 100%;
}

	
#lin{
	width:620px;
	height:28px;
	float:left;
	
}

.aaa{
	text-align: right;
	padding-top:6px;
	padding-right:30px;
	font-size: 14px;	
}

#page_body{
	width:1000px;
	margin: 0 50px 0 50px;
	padding-right:10px;
	overflow:hidden;
}

#visual{
	width:960px;
	height:250px;
	margin:20px 40px;
	overflow:auto;
}

#left p{
	text-align:center;
}


#left{
	line-height:150%;
	width:220px;
	height:250px;
	float:left;
}

#right{
	width:700px;
	height:250px;
	float:left;
	overflow:hidden;
}
	
#side{
	width:220px;
	padding-left:40px;
	padding-right:10px;
	float:left;
}

#content{
	width:690px;
	padding-right:40px;
	float:left;
}



#footer{
	clear:both;
	width:1000px;
	margin:0 50px;
	padding-right:10px;
	padding-bottom:50px;
	text-align:center;
}

br{
	letter-spacing:normal;
}

