@charset "utf-8";

/* 
 * Version: 1.0, 2010.11.1
 */



/*===================================================================
	General setting
===================================================================*/


body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table{
	margin:0;
	padding:0;
	font-size:100%;
}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
	background-color:#fff;
}

body{
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #666;
	font-size: small;
	_font-size: x-small;	/*IE6*/
	line-height: 1.4;
	text-align: center;
	font-family: "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: normal;
	word-wrap: break-word;
	min-width: 980px;
}


html>body{height:auto;}

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0; vertical-align:top;}

a:link{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #666;
	text-decoration: underline;
}
a:hover{
	color: #e97e4e;
	text-decoration: underline;
}
a:active{
	color: #666;
	text-decoration: none;
}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

address{font-style:normal;}

pre{
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	white-space:pre-wrap; /* CSS3 */
}


/*--[class]-----------------------------------------------------*/

.clear-both{clear:both;}

.caution{color:#cc0000 !important;}

.noscript-msg{
min-height:14px;
_height:14px;
color:#cc0000;
font-weight:bold;
text-align:center;
margin:0 10px 10px;
zoom:1;
}
.noscript-msg span {
padding:3px 0;
zoom:1;
}

.disp-none,
.skip-nav{
	display: block;
	position: absolute;
	text-indent:-9999px;
	overflow:hidden;
	white-space:nowrap;
	text-align:left\9;
	width:0;
	line-height:0;
	height:0;
	font-size:1px;
	padding:0;
	margin:0;
}


/* clearfix */
.pkg{zoom:1;}
.pkg:after{content:'';display:block;clear:both;}

/* formcommon */
input[type=checkbox] , input[type=radio] , label , select {
	cursor: pointer;	
}