/*　共通部分
---------------------------------------------*/
body {
	color: #444444;
	font-size: 95%;
	font-family: Verdana, Geneva, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.6;
	text-align: center;
}

.container {
	border: solid 1px #666666;
	padding: 0px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.contents {
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-image: url(../_image/contents-backimage.gif)
}

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

.contents { display: inline-block; }

/* Hides from IE-mac \*/
* html .contents { height: 1%; }
.contents {display: block; }
/* End hide from IE-mac */

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.img-right {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: right;
}

h1 {
	font-size: 14px;
	color: #ff6633;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background-image: url(../_image/h2-bg.jpg);
	height: 40px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-left: 15px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F60;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	background-image: url(../_image/3-backimage.jpg);
	height: 45px;
	width: 730px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	width: 650px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 20px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-left: 5px;
}

.point {
	font-weight: bold;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../_image/point-icon.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-right: 10px;
	margin-left: 7px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
}

span {
	color: #ff3300;
}

a:link {
	color: #0099cc;
}

a:visited {
	color: #0099cc;
}

a:hover {
	color: #ffcc00;
	text-decoration: none
}

a:active {
	color: #ffcc00;
	text-decoration: none
}

.spod-red {
	color: #F00;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

dl img {
	margin: 3px;
}

dt {
	padding-bottom: 5px;
	padding-top: 10px;
	color: #009;
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
	padding-left: 0;
	margin-left: 15px;
}

/*　ヘッダー部分
---------------------------------------------*/

.header {
	width: 950px;
	height: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.logo {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	height: 70px;
}

.header-right {
	width: 380px;
	padding: 0px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*　メニュー部分
---------------------------------------------*/

#menu {
	margin: 0;
	padding: 0;
	width: 950px; /* 必ずwidthの設定をしてください */
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 190px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

#menu li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../_image/menu-backimage.jpg);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#menu li a:hover {
	color: #FF6600;

}

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

#menu { display: inline-block; }

/* Hides from IE-mac \*/
* html #menu { height: 1%; }
#menu {display: block; }
/* End hide from IE-mac */

/*　メインコンテンツ部分
---------------------------------------------*/

.information {
	font-size: 90%;
	width: 945px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.main {
  	float: left;
  	width: 700px;
	margin-left: 5px;
}

.main-link-text {
	font-size: 95%;
	padding-top: 5px;
	margin: 0px;
}

.photo-img {
	float: right;
	border: none;
	margin: 5px;
	padding: 0px;
}

.monitor-img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.title-img {
	margin-top: 20px;
	margin-bottom: 10px;
}

.midashi-box {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	background-color: #FF9;
}

.midashi-font {
	text-align: left;
	font-size: 105%;
	font-weight: bold;
	color: #000;
	margin: 10px;
}

.midashi-box2 {
	width: 674px;
	margin-right: auto;
	margin-left: auto;
	padding: px;
	text-align: left;
	background-color: #333;
}

.midashi-box2 p {
	text-align: left;
	font-size: 95%;
	font-weight: bold;
	color: #FFF;
	margin: 5px;
}

.date-text {
	color: #ff0000;
	font-size: 90%;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: right;
}

.coment-title {
	color: #336666;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}

.spot {
	margin: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.photo-box {
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.contact-box {
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCC;
}

.contact-box-left {
	width: 300px;
	margin: 5px;
	float: left;
}



.nagare-box {
	width: 650px;
	margin: 10px;
	color: #333333;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	border: solid 1px #333333;
	background-color: #ffffcc;

}

.sankaku-img {
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 60px;
	margin-right: auto;
}

.form {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	margin-bottom: 20px;
}
.form th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 150px;
	padding: 3px;
	font-weight: normal;

}
.form td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	padding: 3px;
}

.form-center {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	margin-bottom: 20px;
}
.form-center th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 150px;
	padding: 3px;
	font-weight: normal;

}
.form-center td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	padding: 3px;
	text-align: center;
}

.register-form-second {
	width: 664px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
}

.register-form-950 {
	width: 924px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
}

.button {
	width: 664px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
	text-align: center;
	margin-top: 5px;
}

.company {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	margin-bottom: 20px;
}
.company th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	width: 80px;
	padding-left: 10px;
	font-weight: normal;

}
.company td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mail-magazine-sample {
	width: 640px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px;
}

/*　サイド部分
---------------------------------------------*/

.side {
	float: right;
  	width: 230px;
	margin: 0px;
}

.side-contents {
	background-color: #ffffff;
  	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border: solid 1px #333333;
}

.side-contents-title {
	color: #ffffff;
	font-size: 90%;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color: #333333;
}

.side-contents-text {
	font-size: 90%;
	padding: 3px;
	margin: 0px;
	text-align: left;
}

.baner-ing {
	margin-left: 5px;
	margin-bottom: 20px;
}

/*　フッター部分
---------------------------------------------*/

.page-toplink {
	background-color: #ffffff;
	clear: both;
	width: 950px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #333333;
}

.page-toplink-text {
	padding: 10px;
	margin: 0px;
	text-align: right;
}

.footer {
	background-color: #666666;
	clear: both;
	width: 950px;
	margin: 0px;
	padding: 0px;
}

.footer-text {
	color: #ffffff;
	font-size: 10px;
	padding: 10px;
	margin: 0px;
	text-align: right;
}

a.footer-link:link {
	color: #ffffff;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

a.footer-link:visited {
	color: #ffffff;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

a.footer-link:hover {
	color: #ffcc00;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

a.footer-link:active {
	color: #ffcc00;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
.title-font {
	font-size: 18px;
	font-weight: bold;
	color: #93C;
}
.container div div #form1 .register-form-950 .form tr td {

}

/*　応募フォーム
---------------------------------------------*/

.jobform-header {
	width: 750px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

.jobform-container {
	border: solid 1px #666666;
	padding: 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.jobform-main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.jobform-register-form-second {
	width: 664px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
}

.jobform-page-toplink {
	background-color: #ffffff;
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #333333;
}

.jobform-footer {
	background-color: #666666;
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
