/* CSS Document */

@charset "utf-8";

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;
}

body {font:16px/1.5 Verdana, "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;;*font-size:small;*font:x-small;}

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;
	width: 100%;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.cf {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* css */
body {
	color: #434343;
}
.inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.inner.cont {
	margin: 20px auto;
}
header {
	height: 56px;
	width: 960px;
	margin: 0 auto;
}
header h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color:  #00a6d6;
	padding: 10px 0;
	float: left;
}
header #head_r {
	float: right;
}
header #head_r #head_txt {
	font-size: 12px;
}
header #head_r #head_tel {
	font-size: 24px;
	font-weight: bold;
}
#main {
	clear: both;
	float: left;
	width: 640px;
	padding: 0 0 20px;
}
#main h2, #side h3, #bottom h3 {
	background: #00a6d6;
	color: #fff;
	font-weight: bold;
	font-size: 18px;;
	margin: 0 0 10px;
	padding: 3px 15px;
	border-radius: 5px;
}
#side {
	float: right;
	width: 300px;
}
#side .side_nav {
	background: #f2f2f2;
	padding: 5px;
}
#side .side_nav li {
	margin: 0 0 5px;
}
#side .side_nav li:last-child {
	margin: 0 0 0;
}
#side .side_nav li a {
	display: block;
	background: #fff;
	padding: 5px 10px;
}
#side .side_nav li a:hover {
	text-decoration: underline;
}
#bottom {
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
}
footer {
	clear: both;
	background: #00a6d6;
	height: 50px;
	color: #fff;
}
footer p {
	line-height: 50px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
nav {
	height: 40px;
	background: #00a6d6;
}
nav ul li {
	float: left;
	margin: 0 24px 0 0;
}
nav ul li a {
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
nav ul li a:hover {
	color: #48c8ed;
}
#main_img {
	padding: 15px 0;
	background: #f2f2f2;
}
/**/
.box_2 {
	margin: 0 0 20px;
}
.box_2 .box_2l, .box_2 .box_2r {
	width: 45%;
	border: 5px solid #f2f2f2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1%;
}
.box_2 .box_2l h3, .box_2 .box_2r h3 {
	margin: 0 0 5px;
	padding: 0 0 3px;
	font-weight: bold;
	border-bottom: 3px solid #f2f2f2;
}
.box_2 .box_2l img, .box_2 .box_2r img {
	width: 100%;
}
.box_2 .box_2l {
	float: left;
}
.box_2 .box_2r {
	float: right;
}

.dat_link {
	margin: 5px 0 0;
	background: #00a6d6;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 5px;
}
.dat_link a {
	color: #fff;
}
.dat_link a:hover {
	color: #fff;
	text-decoration: underline;
}

/**/
.clearfix:after, .box_2:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration:;
	color: #434343;
}