@charset "UTF-8";

/*/////////////////////////////////////////////////////////////
ニュートン・コンサルティング株式会社

Copyright (C) Newton Consulting Ltd. All Rights Reserved.
------------------------------------------------------------
[Base Layout] 
	1. Main
	2. Side Menu
	3. Footer
	99. Clearfix
		
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Main
------------------------------------------------------------ */

/* main
------------------------------------------------- */

#main{
	float: left;
	width: 600px;
	text-align:left;
}


#main h1{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	line-height: 1.2;
	background:none;
}

#main h2{
	background:none;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:5px 0;
	clear:both;
}

#main h2.blank {
	border:none;
	padding:0px;
	margin:0px;
	height:auto;
	clear:none;
}

#main h2.hl{
	border-left:5px solid #003399;
	border-bottom:1px solid #003399;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	height:20px;
	margin:20px 0 10px;
	padding:11px 0 1px 8px;
	clear:both;
}

#main h3{
	font-size: 14px;
	margin: 15px 0 0 0;
}

#main h3.news_title{
	border-bottom:2px dotted silver;
	line-height:18px;
	margin:0px 0px 5px 0px;
}



/* ------------------------------------------------------------
	2. Side Menu
------------------------------------------------------------ */

#side{
	float: right;
	width: 200px;
}

#side img{
	margin-bottom:7px;
}


#side h3{
	padding: 10px 0 5px 5px; 
	text-align: left; 
	text-indent: 14px; 
	font-size:115%;
	color: #464646; 
	font-weight: bold; 
	background-image: url(../images/solution_menu.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
}

#side h3.cert {
	background-color:#dcdcdc;
	background-image:none;
	font-weight:bold;
	font-size:100%;
	color:#666666;
	margin:10px 0;
	line-height:1.8;
}






/* ------------------------------------------------------------
	. 要素
------------------------------------------------------------ */


#top_catch{
	background:#EDF0F4 none repeat scroll 0 0;
	border:1px solid #AAB9CD;
	padding:20px;
	width:196px;
	height:183px;
}

img.right{
	float:right;
}

#top_service ul {
	width:100%;
	display:inline;
}

#top_service ul li {
	float:left;
	list-style-image:none;
	list-style-type:none;
	padding:0 5px 0 0;
	width:195px;
}

#top_newsL {
	background:url(../images/news_banner.jpg) repeat-x scroll center top;
	float:left;
	padding:2px 10px;
	width:275px;
}

#top_newsR {
	background:url(../images/news_banner.jpg) repeat-x scroll center top;
	float:right;
	padding:5px 18px 5px 5px;
	width:282px;
	text-align:right;
}


#catch {
	padding:10px 18px;
	font-size:14px;
	font-weight:bold;
}

#catch ul{
	width:100%;
	margin:10px 0;
}

#catch ul li{
	background:url(../images/check.jpg) no-repeat 0px 3px;
	padding-left:22px;
	list-style:none;
}
