@charset "utf-8";

 /* ----------------------------------------
 * SAMPLE（プロパティはこの順番で記述）
 * ---------------------------------------- */
/*
div.section_base {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border: 1px solid #f00;	    width > style > color 
	display: block;
	position: absolute;
	top :0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
	z-index: 1;
	width: 600px;
	min-width: 400px;
	max-width: 600px;
	height: 300px;
	min-height: 100px;
	max-height: 300px;
	line-height: 1.5;
	vertical-align: middle;
	overflow: auto;
	clip: auto;
	visibility: visible;
	list-style: disc outside;      type > position > image 
	color: #000;
	background: #fff url(/images/bg.png) repeat-y fixed top left;	    color > image > repeat > attachment > position 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	}
*/



/* ----------------------------------------
company_list.html
 * ---------------------------------------- */

/* CONTENTS */

#area {/*　他ページの#cont_inにあたる　*/
	margin:0 auto;
	padding-top:30px;
	width:700px;
	text-align:center;

}

#area_image {
	margin-left:125px;
	margin-top:50px;

}



#area_image img {
	float:left;
	margin-bottom:30px;
}


p.company_list_text01{

	clear:both;
	text-align:center;
}



div#new_entry_btn {
	margin-left:260px;
	clear:both;
}

p.to_form_btn{
	clear:both;
	margin:30px 0 0 172px;
	background:url(../../images/btns/btns_01.gif) no-repeat 0 0;
	text-indent:-9999px;
}

p.to_form_btn a{
	display:block;
	width:356px;
	height:44px;
}
p.to_form_btn a:hover{
	background:url(../../images/btns/btns_01.gif) no-repeat 0 -47px;
}



/* ----------------------------------------
info_entry.html
 * ---------------------------------------- */

#info_entry {
	margin-top:50px;
	margin-left:30px;
	margin-bottom:30px;
	float:left;
}
#info_entry img{
	float:left;

}

#info_entry p{
	padding-top:20px;
	float:right;
	width:400px;
}


