*{zoom:1;}

a{/*リンクされた文字*/
    color:#0099CC;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#0099CC;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#0099CC;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#ff6600;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    color:#ff6600;
    font-style:normal;
    text-decoration:underline;
}

body {
	text-align: center;
	background-image: url(../img/common/top_bk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
}

#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー・ナビゲーション*/
#header {
	position: relative;
}

#nav {
	height: 33px;
	position: absolute;
	top: 53px;
	left: 152px;
	width: 793px;
}
#header_nav {
	width: 183px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_nav ul li {
	float: left;
}

#nav ul li  {
	float: left;
}

#header #header-logo {
	float: left;
	width: 126px;
	margin-top: 7px;
	height: 80px;
}
#header-description {
	float: right;
	width: 795px;
	margin-top: 20px;
}


/*フッター*/

#container #nav_footer {
	padding-left: 7px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
#copy {
	text-align: center;
	background-color: #EBEBEB;
	padding-top: 8px;
	padding-bottom: 8px;
}
#company_footer {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
}

/*パンくずナビ*/
#container #pan-nav {
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
}

#container #content_m {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
