/*======================================

  インターン募集(ビーコス) CSS Document
  2010.01.07 LEE KYUNGDU
  
  ------------------------------------
	1-1.Universal selector
	1-2.Structure Module
	1-3.layout
  ------------------------------------
======================================*/

/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}


/*======================================
	1-2.Structure Module
=======================================*/

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}

a, area { blr: expression(this.onFocus=this.blur());}
:focus {-moz-outline-style: none;} 


/*======================================
	1-3.layout
=======================================*/

div#int_main{
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

.int_tt{
	width: 680px;
	line-height: 30px;
	background: url(../img/intern/int_tt.gif) no-repeat;
	margin-bottom: 5px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}

div#int_timg{
	width: 680px;
	height: 150px;
	margin: 0 10px 10px 10px;
	background: url(../img/intern/int_timg.jpg) no-repeat;
}

.int_title{
	width: 660px;
	line-height: 30px;
	background: url(../img/intern/it_header.jpg) no-repeat;
	margin: 0;
	padding-left: 40px;
	font-size: 16px;
}

.int_interview{
	width: 660px;
	line-height: 30px;
	background: url(../img/intern/it_interview.jpg) no-repeat;
	margin: 0;
	padding-left: 40px;
	padding-top: 30px;
	font-size: 16px;
}

.int_nomi{
	width: 650px;
	line-height: 30px;
	background: url(../img/intern/it_nomi.jpg) no-repeat;
	margin: 0;
	padding-left: 50px;
	padding-top: 10px;
	font-size: 16px;
}

.int_middle{
	width: 670px;
	background: url(../img/intern/it_middle.jpg) repeat-y;
	padding-left: 20px;
	padding-right: 10px;
}

.int_footer{
	width: 700px;
	height: 10px;
	background: url(../img/intern/it_footer.jpg) no-repeat;
	margin-bottom: 20px;
	clear: both;
}

.ml20{
	margin-left: 20px;
	margin-right: 10px;
}

.ml30{
	margin-left: 30px;
	margin-right: 10px;
}

.ml50{
	margin-left: 50px;
	margin-right: 10px;
}

.ml20_orange{
	color:#F60;
	margin-left: 20px;
	margin-right: 10px;
}

.mb20{
	margin-bottom: 20px;
	clear: both;
}

.orange{
	color:#F60;
}

.catch{
	color:#F60;
	font-size: 14px;
	font-weight: bold;
}
