@charset "utf-8";

@import url("../../css/print-import.css");

/*
	Since:09 Jun 2009
	Last-Updated:09 Jun 2009
	Editor:Masataka Asakura
*/

/*
-------------File Contents--------------

		1. MV
		
		2. メイン
		
		3. 3つのページ
		
		4. ニュース
		
		5. サイドバー
		
		6. ページボトム

*/


/*
---------------1. MV----------------------
*/

#mv-wrap{
	margin:0 auto;
	width:100%;
	height:262px;
}
#home-mv{
	margin:0 auto;
  text-align:center;
	width:auto;
	height:262px;
}


/*
---------------2. メイン----------------------
*/



#home-main{
	margin:30px 0 0 0;
	padding:15px 10px 10px 10px;
	border:1px solid #666;
  width:auto;
}
#home-main h2{
	margin-left:5px;
	padding-top:9px;
	float: left;
	width: 379px;
}
ul#onestop-list{
	margin-top:12px;
}
ul#onestop-list li{
	padding:0;
	border:1px solid #ccc;
	display:inline;
	width:270px;
	height: 140px;
}

li#onestop-list01, li#onestop-list02{
	margin-right:10px;
	float:left;
}
li#onestop-list03{
	float:left;
}
#onestop-footer{
	margin:15px auto 0 auto;
	text-align:center;
}



/*
---------------3. 3つのページ----------------------
*/

.contents-box{
	padding:1px;
	border:1px solid #ccc;
	background:#fff;
	width:176px;
}
.box-wrap{
	padding: 9px;
}

#features-box{
	margin-right:15px;
	float:left;
}
#permission-box{
	margin-right:15px;
	float:left;
}
#request-flow-box{
	float:left;
}

#request-flow-box .box-wrap, 
#permission-box .box-wrap{
	padding-top:10px;
}
ul.box-link{
	margin: 0;
	padding:0 0 2px 0;
}
ul.box-link li{
	margin: 0;
	padding: 0;
}

.box-text{
	padding-top:8px;
	border-top: 3px solid #666;
	
}



/*
---------------4. ニュース----------------------
*/
#news-list{
	margin-top:30px;
}
h3.news-heading{
	padding:1px;
	border:1px solid #ccc;
	background:#eaf7fd;
}


h3.news-heading span{
	padding:8px 0 5px 13px ;
	color:#fff;
	display:block;
	letter-spacing:0.1pt;
}

table#news-table{
  margin:10px 0 0 0;
  border-width:0;
  border-style : solid ;
  border-color:#666;
  width:auto;
}
table#news-table th{
	margin:0;
	padding: 10px 0 10px 13px;
	border-width:0 0px 1px 0;
  border-style :dotted ;
  border-color:#666;
  vertical-align:baseline;
  font-family:"times new roman", times, serif;
  font-size:10pt;
  width:30%;
}

table#news-table td{
	margin:0;
	padding:10px 0 10px 0px;
	text-align: left;
	border-width:0 0px 1px 0;
  border-style :dotted ;
  border-color:#666;
  width:70%;
}
table#news-table td h4{
	padding-top:0.1em;
  font-size:100%;
}

table#news-table td p{
  font-size:93%;
}


ul#news-all{
	display:none;
}

