@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}


/* ========================================
	フロートの解除
========================================= */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* ========================================
	全体設計
========================================= */
body {
	color:#555;
	font-size: 14px;
	line-height: 1;
	font-family: "メイリオ", Meiryo;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div#wrapper{
	width: 960px;
	height: auto;
	margin: 0 auto;

}

header{
	width: 944px; 
	height: 80px;

	background-color:#0b9cef;
	border: 3px solid black;

	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

header img#logo_img{
	height: 60px;
	width: 80px; 
	position: absolute;
	top: 10px;
	left: 20px;
 }

 header p#sub_title{
	font-size: 50px;
	color: black;
	margin-top: 40px;
	margin-right: 60px;
	position: absolute;
	top: -20px;
	left: 150px;
}



nav#nav_2{
	margin-top: 40px;
	margin-right: 60px;
	float:right;
}

nav#nav_2 ul li {
	width: 100px;
	height: 10px;
	padding-bottom: 15px;
	float: left;
}


nav#nav_2 ul li a{
	color:#fff;
	font-size: 14px bold;
	font-weight: bold;
}





div#mainimage{
	width: 950px;
	height: 350px;
	background-color:skyblue;
	margin-bottom: 15px;
}


h1{
	height: 30px;
	width: 400px;
	font-size: 50px;
	font-weight: bold;
	color: black;
	position: absolute;
	top:20px;
	left: 120px;
}
/* ================================================================================== */
div#left{
	width: 298px;
	height: 140px;
	background-color:skyblue;
	float: left;
	/* margin-right:20px ; */
	margin-right:28px ;
}

div#left h2{
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 30px;
	width: 250px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 1px solid black;
	background-color: blue;
}

div#left ul li {
	width: 280px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: whitesmoke;
	border: 1px solid #63abd4;
}

div#left ul li a{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration:none ;
	line-height: 30px;
	padding-left: 50px;
	display: block;
}

a#icon_tel{
	background: url(images/icon_tel.png)no-repeat 14px center;
}

a#icon_blog{
	background: url(images/icon_blog.png)no-repeat 14px center;
}

a#icon_voice{
	background: url(images/icon_voice.png)no-repeat 14px center;
}
/* ================================================================================== */
/* ================================================================================== */
div#senter{
	width: 298px;
	height: 140px;
	background-color:greenyellow;
	float: left;
	margin-right:28px ;
}

div#senter h2{
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 30px;
	width: 250px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 1px solid black;
	background-color: green;
}

div#senter ul li {
	width: 280px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: whitesmoke;
	border: 1px solid #63abd4;
}

div#senter ul li a{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration:none ;
	line-height: 30px;
	padding-left: 50px;
	display: block;
}

a#icon_tel{
	background: url(images/icon_tel.png)no-repeat 14px center;
}

a#icon_blog{
	background: url(images/icon_blog.png)no-repeat 14px center;
}

a#icon_voice{
	background: url(images/icon_voice.png)no-repeat 14px center;
}
/* ================================================================================== */
/* ================================================================================== */
div#right{
	width: 298px;
	height: 140px;
	background-color:pink;
	/* margin-right:15px ; */
	
	float: left;

}

div#right h2{
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 30px;
	width: 250px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 1px solid black;
	background-color: red;
}

div#right ul li {
	width: 280px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: whitesmoke;
	border: 1px solid #63abd4;
}

div#right ul li a{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration:none ;
	line-height: 30px;
	padding-left: 50px;
	display: block;
}

a#icon_tel{
	background: url(images/icon_tel.png)no-repeat 14px center;
}

a#icon_blog{
	background: url(images/icon_blog.png)no-repeat 14px center;
}

a#icon_voice{
	background: url(images/icon_voice.png)no-repeat 14px center;
}
/* ================================================================================== */



div.clearfix{
	clear:both;
}

footer{
	width: 950px; 
	height: 50px;
	margin-top: 15px;
	background-color:#0b9cef;
}

footer p{
	font-size: 20px bold;
	font-weight: bold;
	color:#fff;
	padding-top: 20px;
	padding-left:100px;
	float:left;

}

footer ul {
	padding-top: 20px;
	padding-right: 100px;
	float: right;
}

footer ul li{
	float: left;
	margin-left: 10px;
}

footer ul li a{
	color:#fff;
	font-size: 14px bold;
	font-weight: bold;
}