@charset "utf-8";


/*------------------------
  Reset & Base
 ------------------------*/
.fontSmall {  font-size: 0.6em;}
.fontNormal { font-size: 0.78em;}
.fontLarge {  font-size: 0.92em;}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: url(../images/share/bg_body.gif);
}
*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
img {
	border: none;
	line-height: 1;
}
hr {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}
h2 {
	display: none;
}
th {
	font-weight: normal;
}

#baseContainer {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
}
#body {
	margin: 5px 30px 20px 30px;
}

.wrapper:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html .wrapper {height: 1%;}
.wrapper {display: block;}
/* End hide from IE-mac */

.lrColumn:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.lrColumn {display: inline-block;}
/* Hides from IE-mac \*/
* html .lrColumn {height: 1%;}
.lrColumn {display: block;}
/* End hide from IE-mac */




/*------------------------
  Header
 ------------------------*/

#header h1 {
	float: left;
}
#header .fontChanger {
	float: right;
	margin: 8px 0 4px 0;
	padding-left: 18px;
	font-size: 12px;
	background: url(../images/share/icon_circle_arrow_pink.gif) no-repeat left center;
}
#header .fontChanger dt,
#header .fontChanger dd {
	float: left;
	margin-right: 5px;
}
#header .fontChanger dt {
	line-height: 16px;
}
#header .fontChanger span {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	display: block;
	cursor: pointer;
	text-indent: -10000px;
}

#header .fontChanger span.fontChangeLarge {
	background: url(../images/share/font_change_large.gif) no-repeat left top;
}
#header .fontChanger span.fontChangeNormal {
	background: url(../images/share/font_change_medium.gif) no-repeat left top;
}
#header .fontChanger span.fontChangeSmall {
	background: url(../images/share/font_change_small.gif) no-repeat left top;
}
#header .fontChanger span.Normal {
	background-position: left top;
}
#header .fontChanger span.active {
	background-position: 0 -16px;
}



/*------------------------
  Footer
 ------------------------*/

#footer {
	font-size: 0.8em;
	padding-bottom: 5px;
	line-height: 1.5;
	text-align: center;
}

#footer .fNavi {
	font-size: 1.1em;
	margin: 5px 0;
	padding: 5px 0;
	color: #FFF;
	background: #E83574 url(../images/share/bg_footer_link.gif) repeat-x left bottom;
}
#footer .fNavi a {
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

#footer .fNavi a:hover {/* 20090824 update @nakamura */
	text-decoration: underline; 
}


/* change input text border @Taichi Nakamura */
input.text{
    border:1px solid #B0B0B0;
}