@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 2カラム時のスタイル
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/

#main h2 {
	background-image: url(../img/share/np_point01.png);
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 5px 0px 0px 45px;
	height: 35px;
	font-size: 1.3em;
	clear: both;
}

#main h3 {
	background-image: url(../img/share/np_title02.png);
	background-repeat: no-repeat;
	margin: 0 0 5px 0px;
	padding: 5px 0px 0px 35px;
	height: 35px;
	font-size: 1.1em;
	clear: both;
	color: #339966;
}

#about_frontier {
	background: url(../img/frontier/np_18_img01.jpg) no-repeat;
	margin: 0 0 15px 0;
	padding: 0px 15px 0px 230px;
	height: 150px;
}

#about_frontier h4 {
	padding: 8px 0 0 0;
	font-size: 1.0em;
	color: #339966;
}
#about_frontier p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

#more_order {
	background: url(../img/frontier/np_18_img02.jpg) no-repeat right;
	margin: 0 0 15px 0;
	padding: 0px 255px 0px 0px;
	height: 150px;
}
#more_order li {
	font-size: 0.9em;
}

