/* common.css */

/*
////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	font-family: "ＭＳゴシック", "Osaka|", sans-serif;
}
/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clear{
height:1%;
}
.clear{
display:block;
}
/*End hide from IE-mac*/

/*デフォルトリンクカラー
////////////////////////////////////////////////////*/
A:link {
	color: #336699;
}
A:hover {
	color: #FF3366;
}
A:visited {
	color: #996699;
}

/*レイアウト
////////////////////////////////////////////////////*/
body {
	text-align: center;
	margin: 30px 0;
}
#web {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 184px;
	height: 25px;
	margin-bottom: 30px;
	background: url(../img_cmn/logo_ambientshare.gif) no-repeat;
	text-indent: -9999px;
}
#main_container {
	width: 760px;
	margin: 14px 0;
}
#footer_wrap {
	padding-bottom: 9px;
	background: url(../img_cmn/bg_foot_bottom.gif) no-repeat;
	background-position: bottom;
}
#footer {
	height: 72px;
	background: #333333 url(../img_cmn/text_foot.gif) no-repeat;
	background-position: center;
	text-indent: -9999px;
}
/*下層見出し
////////////////////////////////////////////////////*/
#description h2 {
	padding-bottom: 11px;
	background: url(../img_cmn/line_dot01.gif) repeat-x;
	background-position: bottom;
}



















