﻿@charset "utf-8";
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/

*{
  margin: 0;
  padding: 0;
}
img{border: 0;}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.marker-yellow {background: #FF0;}
.marker-pink {background: #F9F;}
.red {color:#F00;}
.white {color:#FFF;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}
.oblique {font-style:oblique;}
.smaller {font-size:smaller;}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../images/bg.gif) top left repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}

h1 {
text-align:right;
color:#FFF;
padding-right:5px;
padding-top:2px;
}

#wrapper {
	background: url(../images/bg2.png) top center repeat-y;
	width: 980px;
	margin:0px auto;
	text-align:center;
}
#wrapper2 {
	background:#FFF;
	width: 960px;
	margin:0px auto;
	text-align:left;
}

#header {
	background:#FFF url(../images/info01.jpg) top center no-repeat;
	width: 960px;
	height: 43px;
	padding-bottom:10px;
	margin:0px auto;
}

#header2 {
	background:#FFF url(../images/tokutei01.jpg) top center no-repeat;
	width: 960px;
	height: 43px;
	padding-bottom:10px;
	margin:0px auto;
}
#header3 {
	background:#FFF url(../images/privacy01.jpg) top center no-repeat;
	width: 960px;
	height: 43px;
	padding-bottom:10px;
	margin:0px auto;
}

#header h1,#header2 h1,#header3 h1 {
	display:none;
}

#content p {
	margin-bottom:10px;
	margin-top:10px;
}

#footer {
	text-align:center;
}
#footer ul {
	width:805px;
	margin:0px auto;
	text-align:center;
}
#footer ul li {
	list-style:none;
}
#footer ul li a {
	display:block;
	width:200px;
	border-left:1px solid #000;
	float:left;
	color:#000;
	text-decoration:none;
}

#footer ul li a.last {border-right:1px solid #000;}

.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.clear {clear:both;}

p.txt {padding:15px;}
p.txt img.left {margin:5px 10px 5px 0px;}
p.txt img.right {margin:5px 0px 5px 10px;}

h3.profile {
	text-align:center;
	margin-bottom:-10px;
}
p.profile {
	background:url(../images/mseoseminar11.gif) bottom center no-repeat;
	padding:10px 80px;
}

#price {
	padding-top:10px;
	padding-bottom:50px;
}

td {
	padding:5px;
	border:solid 1px #FFF;
}
td ul {margin-left:50px;}
table {
	margin:0px auto 50px auto;
	width:920px;
}



/*///////seminarページのフォームCSS//////////*/


p.sml {
	padding-top:22px;
	padding-left:5px;
	font-size:12px;
	line-height:1.5;
}
form, input, select, textarea {
	margin:0;
	padding:0;
}
div.formbox {
	margin:0 auto;
	width:650px;
	background:#FFF;
	position:relative;
	top:10px;
	margin-bottom:30px;
}
div.formbox label {
	width:100%;
	display: block;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	padding:5px 0 5px 0;
}
div.formbox label.last {
	border-bottom:1px solid #ccc;
}
div.formbox label span {
	display: block;
	color:#000;
	font-size:12px;
	float:left;
	width:155px;
	text-align:right;
	padding:5px 20px 0 0;
}
div.formbox .input_text {
	padding:5px 5px;
	width:300px;
	background:#eee;
}

div.formbox .input_radio {
	padding:5px 5px;
	width:300px;
}

div.formbox .message {
	padding:7px 7px;
	width:400px;
	background:#eee;
	overflow:hidden;
	height:120px;
}
div.formbox .flm {
	padding:7px 7px;
	width:400px;
	background:#fff;
	border:solid 1px #eee;
	margin:5px 0px;
	overflow:auto;
	height:70px;
}
div.formbox .button {
	margin:0 0 20px 0;
	padding:4px 0　30px　0;
	border:0px;
	position: relative;
	top:10px;
	left:252px;
	width:192px;
	height:44px;
}


.law {	
	width: auto;
	height: auto;
	padding: 500px;
	background: url(../images/sp_tokutei01.png) 0px 0px no-repeat;
	text-indent:-9999px;
		}
