/* CSS Document */

* {
 margin: 0;
 padding: 0;
 background-repeat: no-repeat;
}

body {
 margin: 0;
}

.borderLeft {
 border-left: 1px solid #CCC;
}

.borderRight {
 border-right: 1px solid #CCC;
}

#header {
 width: 960px;
 padding-top: 10px;
 margin: auto;
}

.headerLeft {
 float: left;
}

.headerRighticon {
 float: right;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headerRightsearch {
 float: right;
}

form.search div {
 width: 280px; /* ボックスの幅 */
 height: 23px;
 margin: 15px 0;
 padding: 1px 0; /* ボックスのパディング（上下、左右） */
 background-color: #ffffff; /* ボックスの背景色 */
 border: 1px #808080 solid; /* ボックスの境界線 */
}

/* --- テキストボックス --- */
form.search input.textBox {
 width: 210px; /* テキストボックスの幅 */
 height: 20px;
 margin: 0 4px 0 5px; /* テキストボックスのマージン（上右下左） */
 padding: 0;
 background-color: #ffffff; /* テキストボックスの背景色 */
 border: none; /* テキストボックスの境界線（なし） */
 color: #000000;
}

/* --- ボタン --- */
form.search input.btn {
 width: 60px; /* ボタンの幅 */
 height: 23px; /* ボタンの高さ */
 padding: 0;
 background: #006; /* ボタンの背景 */
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 border: 1px #006 inset; /* ボタンの境界線 */
 font-weight: bold;
 color: #FFF;
 letter-spacing: 0.3em; /* 文字間のスペース */
}


.headerRighticon li {
 padding: 0 7px;
 display: inline;
 border-left: 1px solid #666;
 font-size: 14px;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #333;
}

.headerRighticon a{
 text-decoration: none;
}

.headerRighticon ul {
 margin-left: -1px;
}



.bar1 {
 clear: both;
 background-image: url(../img/index/headerBorder.png);
 background-repeat: repeat-x;
 height: 8px;
 border: none;
 margin: 0;
}

.bg {
 background-image: url(../img/index/bg.png);
 background-repeat: repeat-x;
 height: 400px;
}

.main {
 margin: 0 auto;
 width: 889px;
 height: 368px;
 padding-top: 20px;
}

.bt {
 background-image:url(../img/common/btBack.png);
 background-repeat: repeat-x;
 height: 63px;
 margin: 0 auto;
}

.menu {
 width: 885px;
 margin: auto;
}
 
.bt img {
 float: left;
}

#contents {
 width: 960px;
 margin: 40px auto 0 ;
}

.contentsBt {
 clear: both;
 height: 60px;
 padding: 10px 0 0 0;
}

.contentsBt img {
	margin: 10px 1.9px -16px 0;
}

.btn {
  height: 120px;
  width: 310px;
  border-color: #999;
  border-width: 1px;
  border-style:solid;
}

h2 {
 font-size: 16px;
 color: #000;
 float: left;
 margin-bottom:3px;
}

h2 img {
  margin-right: 5px;
}

h2 span {
 font-size: 14px;
 color: #039;
}

#contents img {
 float: left;
}

#contentsBox {
 width: 960px;
 height: 500px;
 height: auto;
 margin: auto;
}


.useapplications {
 display: inline-block;
 height: auto;
 margin: 5px 0 40px 10px;
}


.tile1 {
 width: 305px;
 height: 122px;
 border: 1px #c0c0c0 solid;
 float: left;
 margin: 2px;
}

.tile1 .photo {
 width: 140px;
 height: 120px;
 display: inline-block;
 padding: 1px;
}

.tile1 .detail {
 width: 150px;
 height: 120px;
 float: right;
 display:table;
}

.tile1 dl{ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 width: 150px;
 height: 120px;
 display: table-cell;
 vertical-align: middle;
}

.tile1 dt{
 color: #333;
 font-size: 14px;
}

.tile1 dd{
 font-size: 14px;
 color: #000;
}


.tile2 {
 width: 305px;
 height: 122px;
 border: 1px #c0c0c0 solid;
 float: left;
 margin: 2px;
}

.tile2 .photo {
 width: 140px;
 height: 120px;
 display: inline-block;
 padding: 1px;
}

.tile2 .detail {
 width: 150px;
 height: 120px;
 float: right;
 display:table;
}

.tile2 dl{ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 display: table-cell;
 vertical-align: middle;
}

.tile2 dt{
 color: #06C;
 font-weight: bold;
}

.tile2 dd{
 font-size: 14px;
 color: #000;
}



.tile3 {
 width: 305px;
 height: 122px;
 border: 1px #c0c0c0 solid;
 float: left;
 margin: 2px;
}

.tile3 .photo {
 width: 140px;
 height: 120px;
 display: inline-block;
 padding: 1px;
}

.formula {
 margin-top: 5px;
 height: 16px;
}

.tile3 .detail {
 width: 160px;
 height: 120px;
 float: right;
}

.tile3 dl{ font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 margin: 5px 2px 0 0;
 height: 72px;
}

.tile3 dt{
 font-weight: bold;
 font-size: 14px;
 color: #000;
 line-height: 18px;
}

.tile3 dd{
 color: #333;
 font-size: 11px;
 line-height: 13px;
 padding-top: 5px;
}

.icon {
 float: left;
 margin: 3px 3px 0 0;
}

.tile4 {
 width: 305px;
 height: 122px;
 border: 1px #c0c0c0 solid;
 float: left;
 margin: 2px;
}

.tile4 .photo {
 width: 140px;
 height: 120px;
 display: inline-block;
 padding: 1px;
}

.tile4 .detail {
 width: 160px;
 height: 120px;
 float: right;
}

.tile4 ul{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 margin: 20px 2px 0 0;
 height: 72px;
}

.top{
 font-weight: bold;
 font-size: 16px;
 color: #06C;
 line-height: 18px;
 margin: 20px 0 10px 0;
}

.text{
 color: #333;
 font-size: 12px;
 line-height: 14px;
}



#news {
 width: 960px;
 margin:auto;
}

.newsBox {
 margin-top:20px;
 width: 960px;
 background-color: #ffffff;
 border: 1px #c0c0c0 solid; 
 height: 200px;
 overflow: auto;
}

.newsBox dl {
 width: 850px;
 border-bottom: 1px solid #CCC;
 margin-left: 40px;
 margin-top: 10px;
 padding-bottom: 5px;
}

.newsBox dt {
 font-size: 14px;
  font-weight: bold;
 color: #000;
}

.newsBox dd {
 font-size: 15px;
 color: #06C;
 margin-top: 10px;
 margin-left: 0;
}

.newsBox hr {
 border-color:#999;
 border-width: 1px;
 border-style: solid;
}

#footer {
 height: 400px;
 padding: 20px 30px 0 0;
 background-color: #069;
 margin: 50px auto 0 0;
}

.footerNavi {
 width: 960px;
 margin: auto;
}

.ul1 {
}

.ul2 {
 clear: both;
}

.footerLeft {
}

.footerLeft li {
 list-style: none;
 padding: 20px 20px;
 float: left;
 font-size: 14px;
 color: #FFF;
 text-decoration: underline;
}

.footerRight {
 float: right;
 margin: 150px 0 0 0;
}

.footerRight p {
 color: #FFF;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
}

.footerRight li {
 color: #FFF;
 font-size: 14px;
 list-style: none;
 line-height: 1.5;
}

#Copyright {
 height: 20px;
 background-color: #003;
}

.CopyrightBox {
 width: 960px;
 margin:auto;
}

#Copyright p {
 font-size:12px;
 color: #FFF;
 margin: 0;
 padding-top: 5px;
 float: right;
}

