@charset "shift_jis";


/* -----------------------------------------------------------
 File name:      default.css
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */



/*	リセット
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
 margin:0;
 padding:0;
}


html{
	overflow-y:scroll;
}


h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

/*p{
	margin:0 0 1em 0;
}*/

ol,ul{
	list-style:none;
}

li {
	list-style-type:none;
}


fideset,img{
	border:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	}


caption,th{
	text-align:left;
}

address,caption,cite,code,dtn,em,strong,th,var{
	font-style:normal;
}

div,ul,li,ol,dl,dt,dd,table,th,td,p,a {
	zoom: 1; /* for WinIE6,7 */
}



/*	社宅斡旋サイト基本設定
----------------------------------------------------*/

/* html
----------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(/app/images/inquiry/img_common/body_bg.gif);
	background-repeat: repeat;
	color:#666;
font-size: 13px;
 *font-size:small;
 *font:x-small;
	font-family:
						"Arial",
						"ヒラギノ角ゴ Pro W3",
						"Hiragino Kaku Gothic Pro",
						"Osaka",
						"メイリオ",
						"Meiryo"
						"ＭＳ Ｐゴシック",
						"MS PGothic",
						"Sans-Serif";
	line-height:1.0;
	text-align:left;
}


/* Win IE */
body {
 *font-size: 81.25%; /*for IE6,IE7*/
	}

body#inquiry {
	text-align:center;
	}


/* テーブル */
table {
    font-size:inherit;
    font:100%;
}



/* クリア
----------------------------------------------- */
.clear {
	clear: both;
}

span.clear {
	clear: both;
	display: block;
	font-size: 1%;
	line-height:1%
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}




/* アキ
----------------------------------------------- */

.mt10 {
	margin-top: 10px !Important;
}

.mt20 {
	margin-top: 20px !Important;
}

.mt30 {
	margin-top: 30px !Important;
}








/*	リンク
----------------------------------------------------*/

a:link {
	text-decoration:underline;
	color:#2C52C7;
}

a:visited {
	text-decoration:underline;
	color:#101C89;
}

a:hover {
	text-decoration:underline;
	color:#FF6600;
}

a:active {
	text-decoration:underline;
}




