@charset "UTF-8";
*{
	margin:0;
	padding:0;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body{
	font-size:14px;
	color:#333;
	background:#ffe;
}
/*-----------------------------------------------------------------要素*/
a,img{
	outline:none;
	overflow:hidden;
}
img{
	border:none;
}
li{
	list-style:none;
}
/*---------------------------------------------------------------見出し*/
h1{
	color:black;
	height:100px;
	font-size:36px;
	line-height:80px;
	color:white;
	text-indent:20px;
	border:10px solid rgba(255,255,255,0.5);
	background:orange url(../img/top/header.jpg);
}
h1 a{
	color:white;
	text-decoration:none;
}
h2{
	text-align:center;
	font-size:18px;
	margin-bottom:10px;
	color:#719EFB;
}
/*----------------------------------------------------------#wrapper↓ */
#wrapper{
	width:900px;
	background:white;
	margin:0 auto;
	position:relative;
	border:1px solid gray;
}
#wrapper *{
	box-sizing:border-box;
}
#dog{
	height:250px;
	width:900px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	background:url(../img/top/header.png);
}
#dog div{
	width:300px;
	float:left;
	height:210px;
	background:white;
}
#dog1{
	padding-left:80px;
}
#dog1 p:hover,#dog3 p:hover{
	background:#fefefe;
	color:black;
	background:url(../img/top/dogback.png);
}
#dog1 a,#dog3 a{
	font-size:28px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:100px;
	text-shadow:0 0 3px white,0 0 1px #333;
}
#dog1 a:hover,#dog3 a:hover{
	text-shadow:0 0 3px white;
}
#dog2{
	position:relative;
}
#dog2 img{
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-60px;
}
#dog3{
	padding-right:100px;
}
#dog p{
	height:100px;
	width:200px;
	line-height:100px;
	margin-top:40px;
	border:1px solid #eee;
	background:url(../img/top/dogback.png);
	position:relative;
}
#dog img{
	vertical-align:middle;
}
/*-----------------------------------------------------------*/
ul.navi{
	width:1000px;
	height:60px;
}
ul.navi li{
	width:225px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	border:1px solid #ddd;
	position:relative;
}
ul.navi li:hover{
	border-bottom:5px solid #65130A;
}
ul.navi a{
	position:absolute;
	top:0;
	left:0;
	width:225px;
	height:50px;
	color:#51B43D;
}
ul.navi a:hover{
	color:black;
}
/*-----------------------------------------------------------*/
#first{
	height:200px;
	padding:20px;
	border:5px solid #65130A;
	font-size:16px;
	text-align:center;
}
#firstp1{
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
	font-weight:bold;
}
#first span{
	color:#0C4477;
	font-size:20px;
	font-weight:bold;
}
#firstp2{
	margin-top:30px;
	font-size:12px;
}
/*-----------------------------------------------------------*/
#summary{
	position:relative;
}
#second{
	width:600px;
	height:420px;
	margin:10px 0;
}

#second li{
	height:120px;
	padding:10px;
	width:290px;
	margin:10px 5px;
	float:left;
	background:#f7f9f9;
}
#second h2{
	color:#1e95c6;
	text-align:left;
	text-shadow:0 0 3px white;
}
/*-----------------------------------------------------------*/
#third{
	position:absolute;
	right:10px;
	top:10px;
	height:400px;
	width:270px;
	border:1px solid green;
	padding:10px;
	background:#e2eae3;
}
#third h2{
	color:green;
	font-weight:100;
}
#third li{
	line-height:24px;
	position:relative;
	height:24px;
	width:250px;
	cursor:pointer;
}
#third a{
	position:absolute;
	top:0;
	left:20px;
	color:#7a4d34;
	height:24px;
	width:230px;
}
#third li:hover{
	background:orange;
}
/*-----------------------------------------------------------*/
#fourth{
	position:relative;
}
#fourth h2{
	margin:0 auto;
	height:120px;
	width:600px;
	background:white;
	font-size:30px;
	padding:60px 30px 0 0;
	border-bottom:3px dotted green;
}
#fourth h2 span{
	font-size:20px;
}
#fourth0 img{
	position:absolute;
	top:0;
}
#fourth1{
	left:10px;
}
#fourth2{
	right:10px;
}
#fourth2{
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
#fourth ol{
	width:900px;
	height:300px;
	margin-bottom:20px;
}
#fourth li{
	margin:0 auto;
	height:60px;
	width:880px;
	padding:10px;
	border-bottom:1px dotted #BC2226;
}
#fourth li div{
	float:left;
	height:60px;
}
#fourth h3{
	color:green;
}
#fourth h3 span{
	font-weight:100;
}
#fourth div.left{
	width:200px;
	height:50px;
}
#fourth div.right{
	width:660px;
}
#fourth4,#fourth5{
	text-align:center;
}
#fourth4{
	margin:5px 0 20px;;
	line-height:14px;
}
#fourth4 span{
	font-size:11px;
}
/*-----------------------------------------------------------*/
#fifth{
	padding:10px;
	margin-bottom:20px;
}
#fifth h3{
	color:#00a7ec;
	font-size:20px;
	font-weight:normal;
}
#fifth h3 span{
	color:red;
}
/*-----------------------------------------------------------*/
#sixth{
	position:relative;
	width:900px;
	height:560px;
	margin-bottom:30px;
}
#sixth h2{
	margin:30px 0 0; 
	text-align:left;
	text-indent:14px;
	font-weight:normal;
	line-height:0;
}
#sixth h2 span{
	font-size:13px;
}
#sixth h3{
	font-weight:normal;
}
#sixth li{
	float:left;
	width:280px;
	height:100px;
	margin:5px 10px;
	padding:10px;
	border:1px dotted #ccc;
}
#sixth h3{
	background:#ffe99c;
	line-height:30px;
	height:30px;
	text-indent:6px;
	margin-bottom:4px;
	color:black;
	letter-spacing:2px;
}
#dog4{
	position:absolute;
	right:30px;
	top:-66px;
}
.footborder{
	line-height:0;
}
#footer{
	width:930px;
	height:80px;
	text-align:center;
	padding-top:30px;
}
#share{
	position:absolute;
	right:10px;
	top:70px;
}
#share img:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#totop {
	position: fixed;
	right: 50px;
	bottom: 0;
	width: 44px;
	height: 94px;
}
#totop:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.clear{
	clear:both;
}
#service15{
	background:paleturquoise;
}
#service15 h3{
	background:white;
}
#service16{
	background:paleturquoise;
}
#service16 h3{
	background:white;
}