@charset "utf-8";

/* -----------------------------------------------
                setup ※ 上書き禁止 ※
   ----------------------------------------------- */

/* =========== reset(デフォルトスタイルの初期化) =========== */

body,div,pre,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,
pre,form,fieldset,input,select,textarea,table,th,td,embed,object,address{
	margin:0;
	padding:0;
}
fieldset,table,img{border:0;}
a img{border:hidden;}
table{border-spacing:0;}
th,td{vertical-align:top;}
li{list-style-type:none;}

/* =========== default(ページスタイルの初期設定) =========== */

body,h1,h2,h3,h4,h5,h6,td,th,p,em,li,dt,dd,div,form,input,textarea,pre,address,blockquote{
	font-family:"MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-style:normal;
	font-weight:normal;
	text-align:left;
}
h1,h2,h3,h4,h5,h6,em{font-weight:bold;}

a:link,
a:visited{
	color:#0f0f69;
	text-decoration:none;
}
a:hover,
a:active{
	color:#cc0000;
	text-decoration:underline;
}

/* 大枠 */
div#wrap{
	width:950px;
	text-align:right;
}

div#contents{
	margin:10px 0 10px auto;
	width:936px;
	text-align:left;
}

/* popup */
div#popupWrap{padding:0 14px;text-align:left;}
div#popupContents{margin:10px 0;width:100%;}

/* =========== .clearfix(フロート解除設定クラス) =========== */

.clearfix:after,
#globalHeader:after,
#globalFooter:after{
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	content:" ";
}
* html .clearfix,
* html #globalHeader,
* html #globalFooter{height:1%;}
*+html .clearfix,
*+html #globalHeader,
*+html #globalFooter{height:1%;}
