/* Reset-----------------------------------------------------------*/
html, body, div, span, h1, h2, h3 p, blockquote, pre,
a, address, big, code, em, font, img,  strong,
ol, ul, li, form, label, table,  tr, th, td,
article, aside, footer, header, menu, nav, section, summary
 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
ul, ol { list-style: none;}
img { border: none; vertical-align: bottom; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
height: 1px;
}

.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}



/* Layout-----------------------------------------------------------*/
a {
	color:#005bac;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
body {
	background:#666666;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 80%;
	line-height:1.5em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#all {
	width:980px;
	margin: 0 auto;
	background:#FFFFFF;
}

/* header-----------------------------------------------------------*/
header {
	width: 980px;
	height: auto;
	margin: 5px auto 0;
}

div#header_index {
	width: 980px;
	height: 460px;
	background:url(../img/header.jpg) no-repeat;
	position:relative;
}

div#header_contact {
	width: 980px;
	height: 190px;
	background:url(../img/header_contact.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

/* index-----------------------------------------------------------*/
section#main {
	width: 955px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

section#main_contact {
	width: 800px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

article#feature01 {
	width: 955px;
	height: 310px;
	background:url(../img/feature01.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

article#feature02 {
	width: 955px;
	height: 240px;
	background:url(../img/feature02.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

article#support01 {
	width: 955px;
	height: 430px;
	background:url(../img/support01.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	margin-top:20px;
}

article#support02 {
	width: 955px;
	height: 330px;
	background:url(../img/support02.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

article#support03 {
	width: 955px;
	height: 385px;
	background:url(../img/support03.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

article#plan_title {
	width: 955px;
	height: 120px;
	background:url(../img/plan_title.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	margin-top:20px;
}

article#plan {
	width: 955px;
	height: 440px;
	background:url(../img/plan.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

article#hyou01 {
	width: 955px;
	height: 445px;
	background:url(../img/hyou01.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

article#hyou02 {
	width: 955px;
	height: 695px;
	background:url(../img/hyou02.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

p#staff {
	width: 810px;
	height: 190px;
	background:url(../img/staff.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	margin:20px auto;
}

p#nip {
	width: 876px;
	height: 147px;
	background:url(../img/nip.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}


/* footer-----------------------------------------------------------*/
footer {
	width:970px;
	margin:10px auto;
	padding:5px;
	background:#CCCCCC;
}

footer p{
	font-size:.7em;
	color:#fff;
}


/************* box *************/
div.box1
 {
 	border:#999999 solid 2px;
	padding:20px;
	text-align:center;
}

div.box2
 {
 	border:#999999 solid 2px;
	padding:20px;
}

/************* table *************/
.table_form {
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

.table_form th {
	background-color:#eeeeee;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	padding:3px;
}

.table_form td {
	background-color:#ffffff;
	border-bottom:#999999 solid 1px;
	border-right:#999999 solid 1px;
	text-align:left;
	padding:3px;
}

/************* font *************/

.red {
	color:#ba0909;
}

.gray {
	color:#888888;
}

.small {
	font-size:90%;
}

.bold {
	font-weight:bold;
}

/************* margin *************/
.margin_5 {
	margin:5px;
}

.margin_top_5 {
	margin-top:5px;
}

.margin_top_10 {
	margin-top:10px;
}

.margin_top_20 {
	margin-top:20px;
}

.margin_bottom_10 {
	margin-bottom:10px;
}

.margin_bottom_20 {
	margin-bottom:20px;
}

.margin_bottom_30 {
	margin-bottom:30px;
}

/************* padding *************/
.padding_5 {
	padding:5px;
}

.padding_bottom_5 {
	padding-bottom:5px;
}

.padding_15 {
	padding:15px;
}



/************* button *************/

p#btn_s a {
	background:url(../img/btn_s.jpg) no-repeat;
	width: 294px;
	height: 113px;
	display: block;
	text-indent: -9999px;
	position:absolute;
	top:260px;
	left:670px;
}

p#btn_s a:hover {
	background:url(../img/btn_s_over.jpg) no-repeat;
}

p#btn_l a {
	background:url(../img/btn_l.jpg) no-repeat;
	width: 810px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	margin:20px auto;
}

p#btn_l a:hover {
	background:url(../img/btn_l_over.jpg) no-repeat;
}

