﻿@charset "utf-8";
body {
	background: rgb(132,197,247);
	background: linear-gradient(180deg, rgba(132,197,247,1) 0%, rgba(255,255,255,1) 30%);
}


/*リンク関係の設定*/
#headernavi header li a, footer a, .up a, .company a{
	color:#1c9dff;	
}

#headernavi header ul a:hover, footer a:hover, .up a:hover, .company a:hover{
	color:#FF9900;
}

.partner_right a, .column_area td a{
	color:#1c9dff;	
}

.partner_right a:hover, .column_area td a:hover{
	color:#FF9900;
}

.principle a:hover{
	color:#FF9900;
}

.copy a{
	color:#ffffff;	
}
.copy a:hover{
	color:#ffffff;	
}

.menu li a, .menu li a:hover{
	color:#1c9dff;
}

.menu li{
	background: rgb(207,232,255);
	background: linear-gradient(180deg, rgba(207,232,255,1) 0%, rgba(132,197,247,1) 100%);
}

.menu li:hover {
	color: #fff;
}
/*リンク関係の設定、ここまで*/	


section h1,section h2,section h3,section h4,section h5,section h6 {
  color: #1c9dff;
}

section h1:before,section h2:before,section h3:before,section h4:before,section h5:before,section h6:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #cfe8ff;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section .sub_title{
	border-left:#1c9dff 5px solid;
	border-bottom:#1c9dff 1px solid;
	color:#1c9dff;
}

section .sub_title2{
	border-left:#1c9dff 5px solid;
	border-bottom:#1c9dff 1px solid;
	color:#1c9dff;
}

/*▼会社概要▼*/	
.company th{
	border-top:2px #1c9dff solid;
}

.company td{
	border-top:1px #1c9dff solid;
}
/*▲会社概要▲*/	


section .column_area .column_sub_title{
	color:#1c9dff;
	border-bottom:1px #1c9dff solid;
}

section .column_area th{
	border-bottom:1px #1c9dff solid;	
}

section .column_area td{
	border-bottom:1px #1c9dff solid;
}


/*フッター部分ここから*/
#wrapper footer{
	border-top:#1c9dff 1px solid;
}	
	
#wrapper #footer2{
	margin:0px auto;
	border-top:#1c9dff 1px solid;
}

#wrapper #footer2 .copy{
	background:#1c9dff repeat-x 5px;
}	
/*フッター部分ここまで*/




/*▲会社情報▲*/

/*ie - Internet Explorer (All versions) 
ie8 - Internet Explorer 8.x 
ie7 - Internet Explorer 7.x 
ie6 - Internet Explorer 6.x 
ie5 - Internet Explorer 5.x 
gecko - Mozilla, Firefox (all versions), Camino 
ff2 - Firefox 2 
ff3 - Firefox 3 
ff3_5 - Firefox 3.5 new 
opera - Opera (All versions) 
opera8 - Opera 8.x 
opera9 - Opera 9.x 
opera10 - Opera 10.x 
konqueror - Konqueror 
webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome 
safari3 - Safari 3.x 
chrome - Google Chrome 
iron - SRWare Iron new */