@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. Top Menu
------------------------------------------------------------ */


#topmenuBg{
	width:600px;
	height:215px;
	background:url(../images/topmenuBg.jpg) repeat top;
	margin:10px 0 20px 0;
}

#topmenu {
	width: 600px;
	height: 31px;
	background: url(../images/topmenu.jpg) no-repeat top;
}

#topmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topmenu ul li{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#topmenu ul li#navi1 a,
#topmenu ul li#navi2 a,
#topmenu ul li#navi3 a,
#topmenu ul li#navi4 a{
	display:block;
	text-indent:-9999px;
	width:150px;
	height:31px;
	/*\*/overflow: hidden;/**/}


#topmenu ul li#navi1 a:hover{	background:url(../images/topmenu.jpg) 0 -49px;}
#topmenu ul li#navi2 a:hover{	background:url(../images/topmenu.jpg) -150px -49px;}
#topmenu ul li#navi3 a:hover{	background:url(../images/topmenu.jpg) -300px -49px;}
#topmenu ul li#navi4 a:hover{	background:url(../images/topmenu.jpg) -450px -49px;}


#topmenu_list {
	background: url(../images/topmenuBgB.jpg) no-repeat bottom;
	height:190px;
}

div.topmenu_category {
	float:left;
	width:25%;
	margin:10px 0 30px 0;
}

div.topmenu_category ul {
	margin:0 0 0 8px;
}

div.topmenu_category ul li {
	background: url(../images/triangle_blue.gif) no-repeat 0 3px; 
	padding:0 0 0 9px;
	list-style: none;
}

/* ------------------------------------------------------------
	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;
	clear: both;
}

#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;
}


#emergency {
	border:2px solid red;
	padding:5px 10px 5px 10px;
	margin-bottom:10px
}

.emergency_title {
	font-size: 140%;
	font-weight: bold;
}

.emergency_message {
	font-size: 120%;
}

#top_message {
	background-color: #99CCFF;
	padding:1px 15px;
	margin-top: 10px;
}
