@charset "utf-8";

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
}
	ul, ol, dl { 			/* ブラウザー間の相違により、リストの余白とマージンをゼロにする。*/
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を */
	/* 回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、*/
	/* ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして */
											/* 使用することもできます。 */
	color:#2e328e;
}

p {
	color:#595757;
}

a img { 							/* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に */
											/* 表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、*/
															/* 一目で見分けられるように下線を指定することをお勧めします。 */
}

a:hover, a:active, a:focus { 	/* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用する */
															/* ユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

.containerHeader {
	overflow:auto;
	margin: 0 auto;
	background:#fff url(../images/rulerHeader.png) center top repeat-x;
}

.containerContent{
	margin:0 auto;
	background:#fff url(../images/rulerLower.png) center top repeat;
}

div.child{
	background-image:url(../images/rulerLower2.png);
	position:relative;
}

.header {
	width: 900px;
	font-size: 14px;
	margin:0 auto;
}

div.counter {
	margin-top:5px;
	width:900px;
	height:30px;
	text-align:right;
}

.clear {
	clear:both;
}

h1 {
	font-size: 26px;
}

p.des {
	margin-top:0px;
	margin-bottom:0px;
	padding:0.25em 1em 0.25em 1em;
	text-indent:1em;
	line-height:1.5em;
	/*color:#444;*/
}

p.des2 {
	margin-left:30px;
}

.sidebar {
	float: right;
	width: 210px;
	padding:0 5px 0 0;
	margin: 0;
	text-align:left;
}

.mainContent {
	float: right;
	width: 680px;
	padding:0 0 0 5px;
	text-align:left;
}

.wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
}

.mainContent p{
	margin:0;
	padding:0;
}

.catch{
	background:#fff url(../images/catch.png) top center no-repeat;
	width:100%;
	height:389px;
	margin:40px auto 60px;
}

.catch td{
	text-align:center;
	vertical-align:top;
}

.catch td.top{
	height:130px;
}

.catch td.mid{
	width:217px;
	height:180px;
}

.catch td.midSpace{
	width:246px;
}

.catch td.bottom{
	width:340px;
	height:170px;
}

.catch h1{
	margin:0;
	padding:0;
}

.catch p{
	font-size:12px;
}

/* ~~ フッター ~~ */
.footer {
	padding: 5px 0;
	position: relative;				/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; 							/* この clear プロパティにより .container は、カラムの範囲がどこまでかを*/
	width: 900px;
	margin: 0 auto;
	line-height:18px;
}

div.top{
	width:100%;
	height:70px;
	margin-top:19px;
	margin-bottom:8px;
	color:#5a5a5a;
}

div.top div.one{
	margin-left:22px;
	width:219px;
	float:right;
}

div.top div.two{
	width:300px;
	float:right;
	text-align:left;
}

div.top div.two p{
	margin:0;
	padding:0;
}

div.top div.two p.one{
	font-size:12px;
	padding-top:30px;
	padding-left:20px;
}

div.top div.two p.two{
	font-size:18px;
	padding-left:20px;
	font-weight:bold;
}

div.top div.three {
	width:349px;
	float:right;
	text-align:right;
	padding-top:12px;
	padding-right:10px;
}

div.navMenu {
	text-align:center;
	height:60px;
}

div.navMenu a {
	text-decoration:none;
	display:block;
	width:100%;
	height:30px;
}

div.navMenu li{
	background:transparent url(../images/navBg2.jpg) top left repeat-x;
	width:149px;
	height:60px;
	text-align:center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	float: left;
	border-right:#fff 1px solid;
	border-collapse:collapse;
}

div.navMenu li.this{
	background-image: url(../images/navBg4.jpg);
}

div.navMenu li.link:hover {
	background-image:url(../images/navBg5.jpg);
}

div.navMenu img{
	margin-top:7px;
}

.mainVisual{
	height:300px;
}

.sidebar h1{
	font-size:17px;
	margin:30px 0 10px 0;
	line-height:20px;
	padding:0;
	text-align:center;
}

.sidebar .slideshow{
	background:transparent url(../images/slideshowBg.png) top left no-repeat;
	width:200px;
	height:70px;
	padding-top:5px;
}

.sidebar p{
	margin:0 0 0 10px;
	padding:0;
	text-align:left;
	font-size:11px;
}

.sidebar p.title{
	text-align:center;
	margin:0 0 5px 0;
	color:#222;
}

iframe#result_photo {
	margin:0 auto;
	width: 200px;
	height: 300px;
	padding: 0 3px 0 0;
}

.info h1{
	color:#595757;
	font-size:16px;
	vertical-align:top;
	display:inline;
	margin:0;
	padding:0;
	line-height:25px;
}

div.info{
	margin-bottom:40px;
}

iframe#info{
	margin:0 0 0 10px;
	width:660px;
	height:200px;
}

div.info .ja{
	float:right;
	width:560px;
	margin:0;
	padding:0;
}

div.info .eng{
	float:right;
	width:120px;
	margin:0;
	padding:0;
	color:#595757;
	font-size:14px;
}

table.info{
	word-break:break-all;
	font-size:14px;
	color:#333;
}

table.info td.date{
	width:100px;
	border-bottom:1px dotted #595757;
}

table.info td.event{
	width:550px;
	border-bottom:1px dotted #595757;
	font-size:12px;
}

.footer .one{
	border-top:1px dotted #333;
	text-align:center;
	padding:10px 0 5px 0;
}

.footer .one p{
	color:#0;
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0;
}

.footer .two{
	background-color: #d0d0d0;
	background:transparent url(../images/footerBg.jpg) top center repeat;
	height:80px;
	color:#fff;
	text-align:center;
	padding:10px 0;
	font-size:12px;
}

.noteTop{
	width:800px;
	height:69px;
	font-size:14px;
	margin:0 auto;
	padding-bottom:0;
	background:transparent url(../images/wireNoteBlueTop.png) top center no-repeat;
	text-align:right;
}

.noteTop p{
	padding:20px 20px 0 0;
}

.noteMid{
	width:800px;
	margin:0 auto;
	padding-top:0;
	padding-bottom:0;
	background:transparent url(../images/wireNoteBlueMid.png) top center repeat-y;
	color:#333;
}

div.employee{
	background-image:url(../images/wireNoteBlueMidNoline.png);
}

.noteBot{
	width:800px;
	height:31px;
	margin:0 auto 40px;
	padding-top:0;
	background:transparent url(../images/wireNoteBlueBot.png) top center no-repeat;
}

.noteMid h1{
	margin-left:60px;
}

p.employee{
	margin-left:100px;
}

.noteMid table{
	margin-left:80px;
}

.noteMid td{
	vertical-align:top;
	font-size:14px;
	height:22px;
	line-height:22px;
}

.noteMid table.one{
	margin-top:27px;
}

.noteMid table.one td.num{
	text-indent:0.7em;
}

.noteMid td.head{
	width:100px;
}

.noteMid table.employee td.content{
	width:420px;
}

.noteMid td.content1{
	width:220px;
}

.noteMid td.content2{
	width:240px;
}

.noteMid td.content3{
	width:180px;
}

.noteMid td.content4{
	width:120px;
}

.noteMid table.one td p{
	font-size:12px;
	text-indent:1em;
	line-height:23px;
	margin:0 0 5px 0;
	padding:0;
	width:580px;
	color:#282828;
}

.noteMid table.one td p.title{
	text-indent:0;
}

.noteMid table.one td img{
	margin-right:10px;
}

.noteMid table.one span{
	display:block;
}

.noteMid td p strong{
	color:#444;
}

img.email{
	vertical-align:middle;
}

iframe#mailform{
	margin-left:40px;
	border:none;
}

table.employee{
	margin:48px 0 0 150px;
	border-collapse:collapse;
}

table.employee td{
	height:24px;
	line-height:24px;
	background-color: #9FC;
	font-size:16px;
	color:#000;
}

table.employee td p{
	margin:0;
	padding:0;
	line-height:24px;
	color:#333;
}

table.employee td p.two{
	text-indent:10px;
}

table.employee td p.three{
	text-indent:25px;
}

table.result td{
	vertical-align:top;
}

table.result h1{
	margin:0 0 10px 0;
	line-height:28px;
}

table.result p{
	margin:0 0 5px 20px;
	padding:0;
	color:#333;
	line-height:20px;
}

table.result td.photoLong{
	width:880px;
	text-align:center;
}

table.result td.photoShort{
	width:580px;
	border-bottom:1px solid #333;
}

table.result td.textShort{
	width:280px;
	border-bottom:1px solid #333;
}

table.result td.textLong{
	width:880px;
	border-bottom:1px solid #333;
}

div.business{
	background:transparent url(../images/businessBg4.jpg) top center no-repeat;
	height:600px;
	padding: 0;
	position: relative;
	z-index:0;
	margin: 0 auto;
}

div.business img{
	display:block;
	margin:120px auto 0;
}

table.business td{
	vertical-align:middle;
	text-align:center;
	font-size:18px;
}

table.business td.top{
	height:100px;
}

table.business td.mid1{
	height:180px;
	vertical-align:middle;
}

table.business td.mid1 h1{
	font-size:14px;
}

table.business td.mid2{
	height:120px;
	text-align:center;
	vertical-align:bottom;
}

table.business td.mid3{
	height:100px;
	vertical-align:middle;
}

table.business td.mid3 h1{
	font-size:14px;
}

table.business td.bot{
	height:98px;
	padding:0px;
}

table.business td.dummy{
	height:2px;
}
table.business h1{
	margin:0;
	padding:0;
	font-size:30px;
}

table.business td.top p{
}

table.business td p{
	line-height:24px;
	margin:0;
	padding:0;
	color: #fff;
}

div.overlapImage{
	position:absolute;
	width:391px;
	height:397px;
	z-index:1;
	margin: 0 auto;
	top: 105px;
	left: 250px;
}

div.overlapImage img{
	margin:0;
}

div.overlapText{
	position:absolute;
	width:900px;
	height:397px;
	z-index:2;
	margin: 0 auto;
	top: 105px;
	left: 0px;
}

div.overlapText td{
	color:#fff;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	color:#fff;
}

h1.privacy {
	font-size:20px;
	margin:0 auto 10px auto;
	width:300px;
	text-align:center;
}

div.privacy_close {
	margin:0 auto;
	width:300px;
	text-align:center;
}

div.privacy p{
	font-size:14px;
	text-indent:1em;
}
