/*　共通部分
---------------------------------------------*/
body {
	color: #444444;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4;
	text-align: center;
}

.container {
	border: solid 1px #666666;
	padding: 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.contents {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(../_image/contents-backimage.gif);
	background-repeat: repeat-y;
}

.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;
}

h1 {
	font-size: 14px;
	color: #ff6633;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

h3 {
	margin: 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;
}

/*　ヘッダー部分
---------------------------------------------*/

.header {
	width: 750px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

.logo {
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	height: 70px;
}

.header-right {
	width: 500px;
	margin-top: 15px;
	padding: 0px;
	float: right;
	text-align: left;
}

/*　メニュー部分
---------------------------------------------*/

#menu {
	margin: 0;
	padding: 0;
	width: 750px; /* 必ずwidthの設定をしてください */
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

#menu li a {
	padding: 10px;
	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);

}

#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 */

/*　メインコンテンツ部分
---------------------------------------------*/

.main {
  	float: left;
  	width: 530px;
	margin-left: 5px;
}

.main-link-text {
	font-size: 12px;
	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;
}

.date-text {
	color: #ff0000;
	font-size: 12px;
	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;
}

.mitsumori-img {
	margin-left: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nagare-box {
	width: 500px;
	margin: 10px;
	color: #333333;
	font-size: 14px;
	padding: 5px;
	text-align: left;
	border: solid 1px #333333;
	background-color: #ffffcc;
	font-weight: bold;

}

.sankaku-img {
	margin-left: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.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;
}

.register-form-second {
	width: 524px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
	text-align: left;
}

.button {
	width: 524px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 3px;
	text-align: center;
}

.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: 470px;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px;
}

/*　サイド部分
---------------------------------------------*/

.side {
	float: right;
  	width: 200px;
	margin: 0px;
}

.side-contents {
	background-color: #ffffff;
  	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	border: solid 1px #333333;
}

.side-contents-title {
	color: #ffffff;
	font-size: 12px;
	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: 12px;
	padding: 3px;
	margin: 0px;
	text-align: left;
}

.baner-ing {
	margin-left: 5px;
	margin-bottom: 5px;
}

/*　フッター部分
---------------------------------------------*/

.page-toplink {
	background-color: #ffffff;
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #333333;
}

.page-toplink-text {
	padding: 5px;
	margin: 0px;
	text-align: right;
}

.footer {
	background-color: #666666;
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 0px;
}

.footer-text {
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
	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;
}
