﻿@charset "UTF-8";

/**************************************************************/
/*                          　標準準拠　                      */
/**************************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: メイリオ, Meiryo, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS Pゴシック", sans-serif;
	font-size: 0.75em;
	color: #000;
	line-height: 150%;
}

a {text-decoration: none;}
a:link {color: #6699ff;}
a:visited {color: #ec6841;}
a:hover {color: #7fc269;}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

area {
	text-decoration: none;
}



/*******************************トップページ*************************************/
#top-wrap {
	background: url(../images/ms_top_side_back.jpg) repeat-x;
}

#top-back {
	width: 1200px;
	height: 689px;
	margin: 0 auto;
	padding-top: 5px;
	background: url(../images/ms_top_back.jpg) no-repeat;
}

#top-back h1 {
	text-indent: -9999px;
}

#top_menu {
  width: 1200px;
  height: 38px;
  clear: both;
  background: url(../images/ms_top_button_right.gif) repeat-x;
}

#top_menu ul {
	padding-left: 0;
  overflow: hidden;
}

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

#top_menu a {
  display: block;
  width: 140px;
  height: 38px;
  text-indent: -9999px;
}

#top_menu_top a {background: url(../images/ms_top_button_top.gif) left no-repeat;}
#top_menu_top a:hover {background: url(../images/ms_top_button_top.gif) -140px no-repeat;}

#top_menu_publish a {background: url(../images/ms_top_button_publish.gif) left no-repeat;}
#top_menu_publish a:hover {background: url(../images/ms_top_button_publish.gif) -140px no-repeat;}

#top_menu_company a {background: url(../images/ms_top_button_company.gif) left no-repeat;}
#top_menu_company a:hover {background: url(../images/ms_top_button_company.gif) -140px no-repeat;}

#top_menu_employment a {background: url(../images/ms_top_button_employment.gif) left no-repeat;}
#top_menu_employment a:hover {background: url(../images/ms_top_button_employment.gif) -140px no-repeat;}

#top_menu_inquire a {background: url(../images/ms_top_button_inquire.gif) left no-repeat;}
#top_menu_inquire a:hover {background: url(../images/ms_top_button_inquire.gif) -140px no-repeat;}

#top_menu_sitemap a {background: url(../images/ms_top_button_sitemap.gif) left no-repeat;}
#top_menu_sitemap a:hover {background: url(../images/ms_top_button_sitemap.gif) -140px no-repeat;}

#top_menu_left {
	width: 183px;
	height: 38px;
	background: url(../images/ms_top_button_left.gif) left no-repeat;
}

#top_info {
	margin: 30px 0 0 800px;
	font-size: 14px;
}

#top_info h2 {
	width: 96px;
	height: 34px;
	margin: 0;
	text-indent: -9999px;
	background: url(../images/ms_info_ico.gif) no-repeat;
}

#top_info ul {
	margin-top: 10px;
	padding-left: 0;
}

#top_info li {
	width: 350px;
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px;
}

#top_info li span {
	margin-right: 20px;
}

#footer_link {
	clear: both;
}

#footer_link ul {
	margin-top:95px;
	padding-left: 415px;
	overflow: hidden;
}

#footer_link li {
  float: left;
	list-style: none;
	font-size: 12px;
	margin-right: 5px;
}

#footer_link a {
	margin-right: 5px;
}



/*******************************外枠・ヘッダー*************************************/
#wrap {
	background: url(../images/ms_back_shadow.gif) repeat-x;
}

#page-wrap {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background-color: white;
}

#page-wrap h1 {
	width: 180px;
	height: 76px;
	position: relative;
	text-indent: -9999px;
	margin: 5px 0 15px 10px;
	background: url(../images/ms_logo.gif) no-repeat;
}


#menu {
	width: 840px;
	height: 38px;
	clear: both;
}

#menu ul {
	padding-left: 0;
	overflow: hidden;
}

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

#menu a {
	display: block;
	width: 140px;
	height: 38px;
	text-indent: -9999px;
}

#menu_top .default {background: url(../images/ms_menu_top.gif) left no-repeat;}
#menu_top a {background: url(../images/ms_menu_top.gif) right no-repeat;}
#menu_top a:hover {background: url(../images/ms_menu_top.gif) left no-repeat;}

#menu_publish .default {background: url(../images/ms_menu_publish.gif) left no-repeat;}
#menu_publish a {background: url(../images/ms_menu_publish.gif) right no-repeat;}
#menu_publish a:hover {background: url(../images/ms_menu_publish.gif) left no-repeat;}

#menu_company .default {background: url(../images/ms_menu_company.gif) left no-repeat;}
#menu_company a {background: url(../images/ms_menu_company.gif) right no-repeat;}
#menu_company a:hover {background: url(../images/ms_menu_company.gif) left no-repeat;}

#menu_employment .default {background: url(../images/ms_menu_employment.gif) left no-repeat;}
#menu_employment a {background: url(../images/ms_menu_employment.gif) right no-repeat;}
#menu_employment a:hover {background: url(../images/ms_menu_employment.gif) left no-repeat;}

#menu_inquire .default {background: url(../images/ms_menu_inquire.gif) left no-repeat;}
#menu_inquire a {background: url(../images/ms_menu_inquire.gif) right no-repeat;}
#menu_inquire a:hover {background: url(../images/ms_menu_inquire.gif) left no-repeat;}

#menu_sitemap .default {background: url(../images/ms_menu_sitemap.gif) left no-repeat;}
#menu_sitemap a {background: url(../images/ms_menu_sitemap.gif) right no-repeat;}
#menu_sitemap a:hover {background: url(../images/ms_menu_sitemap.gif) left no-repeat;}



/*******************************メイン*************************************/
#main {
	padding: 10px;
	overflow: hidden;
}

.main-left {
	float: left;
	width: 540px;
	margin: 0 40px 0 20px;
	clear: right;
}

.main-right {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.uc {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0;
}



/*******************************パンくず*************************************/
#pan {
	margin: 0 0 10px 20px;
	overflow: hidden;
}



/*******************************ページ画像タイトル*************************************/
.company-title {
	width: 91px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
	background: url(../images/ms_company_title.gif) no-repeat;
}

.puzzle-title {
	width: 124px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(../images/ms_puzzle_title.gif) no-repeat;
}

.pc-title {
	width: 124px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(../images/ms_pc_title.gif) no-repeat;
}

.gamble-title {
	width: 124px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(../images/ms_gamble_title.gif) no-repeat;
}

.other-title {
	width: 124px;
	height: 38px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background: url(../images/ms_other_title.gif) no-repeat;
}

.employment-title {
	width: 91px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
	background: url(../images/ms_employment_title.gif) no-repeat;
}

.inquire-title {
	width: 126px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
	background: url(../images/ms_inquire_title.gif) no-repeat;
}

.sitemap-title {
	width: 127px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 0 15px 0;
	background: url(../images/ms_sitemap_title.gif) no-repeat;
}



/*******************************サイドメニュー*************************************/
.company-side-title {
	width: 200px;
	height: 23px;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/ms_company_side_title.gif) no-repeat;
}

.publish-side-title {
	width: 200px;
	height: 23px;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/ms_publish_side_title.gif) no-repeat;
}

.side-menu {
	width: 180px;
	padding: 10px 10px 5px 10px;
	background-color: #f4f2ef;
}

.side-menu li {
	list-style: none;
	margin-bottom: 5px;
}

.side-bottom {
	width: 180px;
	padding: 10px 10px;
	background-color: #f0e6d7;
}

.side-bottom li {
	list-style: none;
}



/*******************************フッター*************************************/
#footer {
	width: 840px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/ms_footer.gif) no-repeat;
}

#contra-footer {
	width: 840px;
	height: 27px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4812px;
	text-indent: -9999px;
	background: url(../images/ms_footer.gif) no-repeat;
	left: 313px;
}



/*******************************出版情報*************************************/
.publish-book {
	width: 540px;
	margin-bottom: 20px;
	overflow: hidden;
}

.publish-book p {
	margin: 10px 0 10px 0;
	line-height: 1.7em;
}

.publish-image {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.publish-info {
	float: left;
	width: 320px;
	margin-bottom:10px;
}

.publish-title {
	font-size: 24px;
	color: #6699ff;
	line-height: 1.2em;
	margin: 0;
}

.publish-table {
	width: 320px;
}



/*******************************会社案内*************************************/
.company-table {
	width: 540px;
	margin: 0 0 30px 0;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.company-table th, .company-table td {
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.company-table td li {
	list-style: none;
}



/*******************************サイトマップ*************************************/
.sitemap-link h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 10px;
}

.sitemap-link .bottom-border {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sitemap-link ul {
	margin: 0 0 0 10px;
}

.sitemap-link li {
	list-style: none;
	margin: 0 0 3px 15px;
}

