@charset "utf-8";
/* msoft.co.jp - common.css */
/* 07/05/21 */
/* 共通基本レイアウトの定義用スタイルシート */

/* ▼共通設定：開始▼ */
html{
  background-color: #FFFFFF;
  color: #333333;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.02em;
  word-spacing: 0.1em;
  font-size:0.7em;
  line-height: 1.8em;
  white-space: normal;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, sans-serif;
  font-family: CI;
}

a:link{
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #B51621;
}

a:visited{
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #982D34;
}
a:hover{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #B51621;
}

a:active{
  text-decoration: none;
}

p{
  clear: both;
  font-size: 0.9em;
  font-family: Verdana, sans-serif;
  font-family: メイリオ;
}

h1 img{
  margin-left: 20px;
  width:145px;
  height: 33px;
  margin-top: 20px;
}

h2 span{
  display: none;
}

h3{
  clear: both;
  border-color: #F60000;
  border-width:thin 1px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: solid;
}

div span{
  display: none;
}

ul{
  position: relative;
  left: -1.0em;
}

img{
  border: none;
}

/* ▲共通設定：終了▲ */


/* 画面表示コンテナ（センター表示・上下無限） */
#displaybox{
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 0px;
	width: 760px;
	height: 760px;
	background-color: #FFFFFF;
	background-image: url(../img/artk_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #000000;
	font-family: CI;
}

/* 最上部アクセントライン */
#toplineaccent{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 760px;
  height: 3px;
  background-color: #D60000; 
}

/* サイト内検索 */
#msearch{
  position:absolute;
  top: 10px;
  right: 30px;
  width: 100px;
}
#msearchicon{
  position:absolute;
  top: 13px;
  right: 10px;
}

/* 右上ショートカットメニュー */
#toprightmenu{
  position:absolute;
  top: 28px;
  right: 30px;
  color:#FFF;
}

div#toprightmenu a:link{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #CCC;
}


/* グローバルメニュー：メニュー別 */
/* トップページ・タブ */
#globalmenu1{
	position: absolute;
	top: 160px;
	left: 20px;
	width: 145px;
	border-color: #CCCCCC;
	border-width:thin 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	font-size:1.0em;
	background-color: #E5E3DC;
	padding-left: 10px;
}
/* Product・タブ */
#globalmenu2{
  position: absolute;
  top: 160px;
  left: 165px;
  width: 140px;
  border-color: #CCCCCC;
  border-width:thin 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size:1.0em;
  background-color: #E5E3DC;
  padding-left: 10px;
}
/* 事業内容・タブ */
#globalmenu3{
  position: absolute;
  top: 160px;
  left: 305px;
  width: 140px;
  border-color: #CCCCCC;
  border-width:thin 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size:1.0em;
  background-color: #E5E3DC;
  padding-left: 10px;
}
/* よくある質問・タブ */
#globalmenu4{
  position: absolute;
  top: 160px;
  left: 440px;
  width: 140px;
  border-color: #CCCCCC;
  border-width:thin 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size:1.0em;
  background-color: #E5E3DC;
  padding-left: 10px;
}

/* MSOFT TOP・タブ */
#globalmenu5{
  position: absolute;
  top: 160px;
  left: 585px;
  width: 145px;
  border-color: #CCCCCC;
  border-width:thin 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size:1.0em;
  background-color: #E5E3DC;
  padding-left: 10px;
}

/* ページ本文コンテンツ用コンテナ */
#mainbox{
  position: absolute;
  top: 220px;
  left: 20px;
  width: 520px;
  font-size:1.2em;
  line-height: 2.0em;
  padding-left: 10px;
  overflow: visible;
}

#dep_indeximg{
  width: 520px;
  height: 400px;
  background: url(../img/dep_indeximg.gif) no-repeat left;
}

#currentpagenav{
  position: absolute;
  top: 190px;
  left: 20px;
}

#contents_pk1{
  position: relative;
  width: 150px;
  height: 180px;
  background: url(../img/contents_pk1.jpg) no-repeat left;
  float:left;
}

#contents_pk2{
  position: relative;
  width: 150px;
  height: 180px;
  background: url(../img/contents_pk2.jpg) no-repeat left;
  float:left;
}

#contents_pk3{
  position: relative;
  width: 150px;
  height: 180px;
  background: url(../img/contents_pk3.jpg) no-repeat left;
  float:left;
}

/*  */
#mainshortcutmenu{
  position: absolute;
  top: 230px;
  right: 18px;
  width: 160px;

  font-size:1.2em;
  line-height: 2.0em;
  border-color: #CCCCCC;
  border-width:thin 1px;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  font-size:1.0em;
  background-color: transparent;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

h2#quicklaunchtitle{
  width: 150px;
  height: 20px;
  background: url(../img/index_quicklaunchtitle.gif) no-repeat left;
}

h3#quicklaunchcategorytitle{
  font-size: 1em;
/*  font-family: Verdana; */
  border-color: transparent;
  border-width:none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
}

h2#newsindextitle{
  width: 520px;
  height: 20px;
  background: url(../img/index_newsindextitle.gif) no-repeat left;
}

/*  */
#bottomleftmenu{
  position:relative;
  font-size: 0.7em;
  left: -10px;
  margin-top: 30px;
}

/*  */
#mfooter {
  position:relative;
  left: -10px;
  text-align: left;
  font-size: 0.6em;
  font-style: normal;
}

/* 一覧表内の金額部分 */
td.price {
  text-align: right;
  
}

p.attention {
  font-size: 0.8em;
}
