body,br,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em,caption,cite,code,dfn,var {
margin:0;
padding:0;
}

img { 
	border: 0; 
	background-color: transparent;
}

table { 
	border-collapse: collapse; 
	cell-spacing: 0;
}


/* ------------------------------------ */
body {
	background: #f2f4f5 url(../images/bg.png) repeat-y top center;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	font-family: "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	letter-spacing:1px;
}

/* ------------------------------------ */
main {
    width: 100%;
/*    background: #eeefef;*/
    background: #fff;
}

header {
    width: 100%;
/*    border-bottom: 20px solid #241916;*/
    background: #fff;
    background: url(../images/header_bg.png) no-repeat left top;
    background-size: cover;
}

.header_title {
	width: 1300px;
	height: 700px;
    margin: 0 auto;
    background: url(../images/header.png) no-repeat left top;
}

nav {
    width: 100%;
    background: #241916;
}

p.contents {
    width: 1100px;
    margin: 0 auto;
    background: #eeefef;
}

#info {
    width: 100%;
    background: #fff;
}

.info {
    width: 1100px;
    margin: 0 auto;
}

#info .contents {
    background: none;
}

.info_last {
    padding-bottom: 40px;
    margin: 0 0 0 110px;
    text-align: left;
}

section.contact {
    width: 100%;
    padding-bottom: 60px;
    background: #fff;
}

h2.contact_title {
    margin-top: 0;
}

/* ------------------------------------ */
#header{
	width: 1100px;
	height: 700px;
	}

#bizup_logo{
  background: #333333;
  height: 40px;
	position: relative;
}

#bizup_logo a{
  width: 220px;
  height: 40px;
  background: url(../images/bizup_logo.png) no-repeat left top;
	position: absolute;
	top: 0px;
	left: 10px;
  text-indent:-9898px;
}

h1 {
	width: 1100px;
	height: 700px;
	margin: 0;
	text-indent:-9898px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h2 {
	width: 1023px;
	height: 110px;
	margin: 20px auto 20px auto;
	text-indent:-9898px;
}
h3 {
	width: 971px;
	height: 62px;
	margin: 20px auto 0 auto;
	text-indent:-9898px;
}

#container {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#contents {
	margin: 0;
	padding: 0 0 40px 0;
	position: relative;
	clear:both;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.common_box{
	width:950px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	}
	
p {
	margin: 0 0 10px 0;	
	padding: 0;	
}

.mr20 {
	margin-right:20px;
	}
.mb10 {
	margin-bottom:10px;
	}
.mb20 {
	margin-bottom:20px;
	}
.mb80 {
	margin-bottom:80px;
	}
.mt30 {
	margin-top:30px;
	}


/* ------------------------------------ */
/*
#menu-area {
	width: 100%;
	margin: 0;
	background: url(../images/bg.jpg) repeat-y top center;
}

ul#menu {
	width: 1026px;
	height: 67px;
	margin: 0 auto;
}

ul#menu li {
	float:left;
	list-style:none;
}

ul#menu li a {
	display:block;
	height:67px;
	width:171px;
	text-indent:-9898px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}

ul#menu li span {
	display:block;
	height:67px;
	width:171px;
	text-indent:-9898px;
}

ul#menu a.top {background-position:0px 0px;}
ul#menu li a.top:hover {background-position:0 -67px;}
 
ul#menu li a.kouza {background-position:-171px 0px;}
ul#menu li a.kouza:hover {background-position:-171px -67px;}
 
ul#menu li a.tool {background-position:-342px 0px;}
ul#menu li a.tool:hover {background-position:-342px -67px;}

ul#menu li a.voice {background-position:-513px 0px;}
ul#menu li a.voice:hover {background-position:-513px -67px;}
 
ul#menu a.gaiyo {background-position:-684px 0px;}
ul#menu li a.gaiyo:hover {background-position:-684px -67px;}
 
ul#menu li a.apply {background-position:-855px 0px;}
ul#menu li a.apply:hover {background-position:-855px -67px;}
 
 
*/
#menu {
    width: 100%;
}

#menu ul {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

#menu li {
    display: inline-block;
    width: 194px;
    height: 60px;
    padding: 0;
    border-left: 1px solid #fff;
    margin: 0;
    line-height: 60px;
}

#menu li:last-child {
    border-right: 1px solid #fff;
}

#menu li a {
    display: block;
    color: #fff;
    font-weight: bold;
}

/* ------------------------------------ */
#about {
    width: 100%;
    padding-bottom: 80px;
    background: url(../images/about_bg.jpg) no-repeat left top;
    background-size: cover;
}

.about_title {
    padding: 120px 0 40px 0;
    text-align: center;
}

.about_sub_title {
    padding-bottom: 40px;
}

.future_list {
    background: url(../images/future_bg.jpg) no-repeat right bottom;
    background-size: contain;
}

.future_list {
    padding: 120px 0 150px 0;
    margin-bottom: 120px;
}

.future_push {
    padding: 60px 0 120px 0;
}

.tool {
    padding: 120px 0;
    background: #b5b6b6;
}

#lecture {
    margin: 120px 0 60px 0;
}

.program {
    padding: 120px 0;
}

.coution {
    padding-bottom: 40px;
}

.coution li {
    margin-left: 86px;
    line-height: 1.4;
    text-align: left;
    list-style: none;
}

.coution li:nth-child(1) {
    color: red;
    font-weight: bold;
}

/* ------------------------------------ */

h2#gaiyo {
	background: url(../images/title_gaiyo.png) no-repeat left top;
	}

.gray {
	background-color: #EFEFEF;
	margin-bottom: 80px;
	}

.homework_01 {
	background-image: url(../images/homework01.png);
	background-repeat: no-repeat;
	text-align: left;
	display: block;
	padding-top: 75px;
	padding-left: 160px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	line-height: 1.4em;
	height: 57px;
	padding-right: 90px;
	margin-bottom: 40px;
	}
.homework_common {
	height: 109px;
	width: 890px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	display: block;
	}		
	
h3#day {
	background: url(../images/place_title.png) no-repeat left top;
	}

h2#yoko {
	background: url(../images/yoko_title.png) no-repeat left top;
	}

h3#taisho {
	background: url(../images/taisho_title.png) no-repeat left top;
	}

h3#jyukoryo {
	background: url(../images/jyukoryo_title.png) no-repeat left top;
	}

h3#taisho + p,
h3#day + p,
h3#day + p + p + p {
    margin-left: 88px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

h3#taisho + p {
    margin-bottom: 50px;
}

h3#jyukoryo + p,
h3#jyukoryo + p + p,
h3#jyukoryo + p + p + p,
h3#jyukoryo + p + p + p + p,
h3#jyukoryo + p + p + p + p + p{
    margin-left: 88px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
}

h3#jyukoryo + p,
h3#jyukoryo + p + p {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

h3#jyukoryo + p > span,
h3#jyukoryo + p + p > span {
    vertical-align: middle;
    color: #A50319;
    font-size: 48px;
    line-height: 1.2;
}
h3#jyukoryo + p + p + p + p + p{
    margin-bottom: 40px;
}

h3#day + p + p,
h3#day + p + p + p + p {
    margin-left: 88px;
    text-align: left;
    font-size: 24px;
}

/* ------------------------------------ */
a.contact {
  display:block;
  width: 910px;
  height: 134px;
  background: url(../images/btn_contact.png) no-repeat left top;
  text-indent:-9898px;
	margin: 40px auto 40px;
	clear: both;
	}

a.contact:hover{
  background-position: left -134px;;
	}
	
	
/* ------------------------------------ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 50px;
}
#page-top a {
  background: url(../images/pagetop.png) no-repeat left top;
  width: 80px;
  height: 80px;
  display: block;
  text-indent:-9898px;
}
#page-top a:hover {
  background-position: 0px -80px;
}

/* ------------------------------------ */
#footer {
  width: 100%;
	background: #000000;
	min-width: 1100px;
}

#footer-inner {
  width: 1100px;
  margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
}

#footer-inner img {
	margin-right: 12px;
	vertical-align: middle;
}

#footer-inner a {
	color: #ffffff;
}

#footer-inner a:hover {
	color: #cccccc;
}


/* ------------------------------------ */
/* form.html */
h2#contact {
	background: url(../images/title_contact.png) no-repeat left top;
	}

table#table_form {
	width: 840px;
	border: 0px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto;
}

table#table_form th {
	width:150px;
	background-color:#f2f4f5;
	padding: 10px 20px;
	text-align:left;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #064278;
}

table#table_form td {
	padding: 10px;
	border:solid 1px #CCCCCC;
	text-align:left;
}

span.data-r {
	color: #C00;
}
