/*基本セレクタ*/
body{
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #E1E6EC;
	text-align: center;
	color: #4D4D4D;
	line-height: 1.2em;
}

fieldset{
border:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd{
	margin-top: 0;
	margin-bottom: 0;
}

blockquote,li,dt,dd{
	margin-left: 1em;
}

hr{
	display: none;
}

li{
	list-style: none;
}

input,textarea{
	font-size: 1em;
}

a:link {
	color: #1B1BE4;
	text-decoration: none;
}
a:visited {
	color: #1B1BE4;
	text-decoration: none;
}
a:hover, a:active {
	color: #1B1BE4;
	text-decoration: none;
}

/*コンテナ*/
#container {
	width: 780px;
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

/*ヘッダー*/
#header {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0;
	height: 96px;
	background-image: url(../images/logo_avantec.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#head_name {
	height: 70px;
	width: 100%;
	margin-right: 0px;
	text-align: right;
}

#head_name h1 span {
	display: none;
}

#menu {
	width: 100%;
	background-image: url(../images/header_line.gif);
	height: 26px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

ul.menu {
	padding: 6px 0px 0px;
	font-size: 90%;
	margin: 0px;
}

ul.menu li {
	display: inline;
	list-style-type: none;
	height: 1%;	
}

ul.menu a {
	color: #4D4D4D;
	text-decoration: none;
	margin-right: 4px;
	padding-left: 14px;
	background: url(../images/listmark_1.gif)no-repeat center left;
}

ul.menu a:visited {
	color: #4D4D4D;
	text-decoration: none;
}

ul.menu a:hover, a:active {
	color: #4D4D4D;
}

/*コンテンツ*/
#contents {
	width: 100%;
	position: relative;
}

#main {
	width: 570px;
	position: static;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8ED8F8;
	padding-left: 18px;
	padding-bottom: 20px;
}

/*サイドナビ*/
#navi {
	float: left;
	width: 180px;
	margin-top: 8px;
	margin-left: 4px;
	height: 100%;
}

/*フッター*/
#footer {
	width: 100%;
	height: 18px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	font-size: 86%;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
}

/*コンテンツタイトル*/
#contents_title {
	height: 90px;
	width: 572px;
}

/*コンテンツフレーム*/
#contents_frame {
	width: 556px;
	margin-top: 8px;
	margin-bottom: 8px;
}

