﻿/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;*/
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* コンテンツ*/


header{width:960px;
	height:80px;
	margin:0 auto;
	margin-top:20px;
}

header h1{
	font-size:60px;
}

nav{
	width:960px;
	margin: 0 auto;
	margin-top:20px;
}


nav li{
	float:left;
	list-style:none;
	background:#0055aa;
	font-size:20px;
}

nav li a{
		display:block;
		width:319px;
		line-height:40px;
		text-decoration:none;
		color:#ffffff;
		font-weight:bold;
		text-align:center;
}

.index{
	border-right:1px solid #ffffff;
}

.item{
	border-right:1px solid #ffffff;

}

.company{
	border-right:1px solid #0055aa;
}

#content{
	clear:both;
	width:640px;
	float:left;
	margin-right:40px;
}

.top{
	font-size:35px;
	font-weight:bold;
	text-indent:20px;
	margin-top:20px;
}

.cap{
	width:590px;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px dotted #006ad5;
	border-left:10px solid #006ad5;
	margin-bottom:20px;
	padding-bottom:5px;
	padding-left:10px;
	margin-left:30px;
}
	
#wrap{
	width:960px;
	margin: 0 auto;
}
section section{
	width:590px;
	margin-top:30px;

}

section ul, p{
	text-indent:60px;
	line-height:3;
}

aside{
	float:left;
	width:280px;
	background:pink;
	margin-top:5px;
}

aside li{
	text-indent:30px;
}

h2 {
	width:280px;
	background:#949494;
	text-indent:20px;
	padding:10px 0;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

aside li a{
	display:block;
	text-decoration:none;
	color:blue;
	font-weight:bold;

	width:280px;
	height:50px;
	line-height:50px;
	background:#b8d5f1;
	border-bottom:1px solid #fff;
}

aside li a:hover{
	font-weight:bold;

	color:#ff8000;
}
	

footer{
	clear:both;
	width:960px;
	height:50px;
	margin: 0 auto;
	background:#0055aa;
	overflow:hidden;
}

footer li{
	float:left;
	list-style:none;
	font-size:20px;
}

footer li a{
	display:block;
	width:320px;
	line-height:50px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

footer li a:hover{
	color:#d5ffaa;
	font-weight:bold;
}
ul.tdftad{display:none;
}
