@charset "shift_jis";

/*===================================

  * file name : common/style.css
  * last update : 2010/03/01

=======================================*/

a:link, a:visited {
	color:#323232;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}


body {
	background:#F4F4F4;
	color:#323232;
	text-align:center;
}

#container {
	background:url(../img/bg_main.gif) top left repeat-y;
	margin:0 auto;
	width:950px;	
	text-align:center;
}

/*Header*/

#header {
	position:relative;
	background:url(../img/bg_line.gif) top left repeat-x;
	height:88px;
	text-align:left;
}

#logo {
	position:absolute;
	top:22px;
	margin-left:20px;
}

.title {
	position:absolute;
	top:62px;
	margin-left:54px;
}

#fontsize {
	position:absolute;
	left:823px;
	top:9px;
}

#fontsize span {
	position:absolute;
	left:0;
	top:6px;
}

#fontsize ul {
	position:absolute;
	left:55px;
	width:56px;
}

#fontsize ul li{
	position:absolute;
	font-size:1px;
}

#fontsize ul li.small{
	top:4px;
}

#fontsize ul li.medium{
	top:2px;
	margin-left:18px;
}

#fontsize ul li.large{
	top:0;
	margin-left:38px;
}


/*Global Navi*/

#globalNavi {
	overflow:hidden;
	margin:0 auto;
	width:918px;
	height:46px;
}

#globalNavi #flashContent {
	width:918px;
	height:46px;
}

#globalNavi li {
	float:left;
	display:block;
}

/*Contents*/

#contents {
	position:relative;
	width:918px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:78px;
	text-align:left;
}


.finish{
	color:#900;
}


/*Footer*/

#footer {
	background:url(../img/bg_line.gif) top left repeat-x;
	margin:0 auto;
	position:relative;
	height:31px;
	clear:left;
}

ul.footerMenu {
	padding-top:10px;
	margin-left:22px
	
}

ul.footerMenu li {
	float:left;
	height:10px;
	margin-right:26px;
	line-height:1;
}

address {
	position:absolute;
	top:12px;
	left:675px;
	
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}