/*
==================================================
Reset, Base
==================================================
*/
/*
--------------------------------------------------
Reset Style
--------------------------------------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

nav, ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea {
  line-height: 1.231;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
  font-size: 13px;
}
body.ExOsWin input, body.ExOsWin
button, body.ExOsWin
textarea {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
}

select,
input,
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6,
p, dl, dt, dd, ul, ol, li, table, th, td,
div, blockquote, pre,
form, fieldset, legend,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  *zoom: 1;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em, cite {
  font-style: normal;
}

table, th, td {
  border: none;
}

fieldset {
  border: none;
}

fieldset legend {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

input {
  *margin: -1px 0;
}

hr {
  display: none;
}

/*
--------------------------------------------------
@:Default Style
--------------------------------------------------
*/
body {
  *position: relative;
  line-height: 1.231;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,sans-serif;
  font-size: 13px;
  min-width: 960px;
  background: #2e90c5;
  _text-align: center;
}
body .globalContainer {
  _width: 960px;
}

a:link, a:visited {
  color: #2171ce;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #2171ce;
  text-decoration: none;
}

input, button, textarea {
  line-height: 1.231;
  color: #444;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', arial, sans-serif;
  font-size: 13px;
}

select, input, button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ul, ol, li, table, th, td,
div, blockquote, pre, form, fieldset, legend,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  *zoom: 1;
}

/*
==================================================
Layout
==================================================
*/
/*
--------------------------------------------------
@:Header
--------------------------------------------------
*/
#globalHeader {
  height: 40px;
  background-color: #2e90c5;
  background-image: -moz-linear-gradient(top, #2e90c5, #226bb1);
  background-image: -webkit-linear-gradient(top, #2e90c5, #226bb1);
  position: relative;
}
#globalHeader .inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#globalHeader .inner:after {
  content: "";
  display: block;
  clear: both;
}
#globalHeader .list {
  float: left;
  margin: 5px 0;
  background: url(../img/bg_globalHeaderLi.jpg) no-repeat left top;
  *zoom: 1;
}
#globalHeader .list:after {
  content: "";
  display: block;
  clear: both;
}
#globalHeader .list li {
  float: left;
  height: 30px;
  line-height: 28px;
  background: url(../img/bg_globalHeaderLi.jpg) no-repeat right top;
}
#globalHeader .list a,
#globalHeader .list a:visited {
  display: block;
  margin: 0 10px;
  padding: 2px 6px;
  text-decoration: none;
  color: #fff!important;
}
#globalHeader .list a:hover,
#globalHeader .list a:focus,
#globalHeader .list a:active {
  color: #fff!important;
  text-decoration: underline;
}
#globalHeader #search-form {
  position: absolute;
  top: 8px;
  right: 0;
}
#globalHeader #search-form .bt {
  position: absolute;
  top: 5px;
  right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: url(../img/sprite_ico.png) no-repeat 0 -100px;
  text-align: left;
  text-indent: -9999px;
  *text-indent: 0;
  *line-height: 9999px;
}
#globalHeader #search-form #q {
  position: relative;
  width: 215px;
  height: 20px;
  padding: 2px 30px 2px 5px;
  border: 1px solid #226bb1;
  border-radius: 5px;
  color: #666;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  outline: none;
  font-size: 12px;
}
#globalHeader #search-form #q::-webkit-input-placeholder {
  color: #666;
}
#globalHeader #search-form #q:-moz-placeholder {
  color: #666;
}

/*
--------------------------------------------------
@:Footer
--------------------------------------------------
*/
#globalFooter {
  padding: 17px 0 50px;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
#globalFooter .inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
#globalFooter .list {
  *zoom: 1;
}
#globalFooter .list:after {
  content: "";
  display: block;
  clear: both;
}
#globalFooter .list li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #62acd4;
  color: #fff;
}
#globalFooter .list a,
#globalFooter .list a:visited {
  color: #fff!important;
  text-decoration: none;
}
#globalFooter .list a:hover,
#globalFooter .list a:focus,
#globalFooter .list a:active {
  color: #fff!important;
  text-decoration: underline;
}
#globalFooter .copyright {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

/*
--------------------------------------------------
@:Contents
--------------------------------------------------
*/
#globalNav {
  position: relative;
  height: 90px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#globalNav .inner {
  position: relative;
  width: 940px;
  height: 90px;
  margin: 0 auto;
}
#globalNav .serviceTtl {
  position: absolute;
  top: 31px;
  left: 0;
  width: 215px;
  height: 35px;
}
#globalNav .serviceTtl .livedoor {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 98px;
  height: 30px;
  overflow: hidden;
  background: url(../img/spr_common.png) no-repeat -2px 0;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  *text-indent: 0;
  *line-height: 9999px;
}
#globalNav .serviceTtl h1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1px;
}
#globalNav .serviceTtl .rss {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  height: 30px;
  overflow: hidden;
  background: url(../img/spr_common.png) no-repeat -100px 0;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  *text-indent: 0;
  *line-height: 9999px;
}
#globalNav .blog {
  position: absolute;
  right: 0;
  top: 30px;
}
#globalNav .blog a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 142px;
  height: 28px;
  overflow: hidden;
  background: url(../img/spr_common.png) no-repeat 0 -338px;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  *text-indent: 0;
  *line-height: 9999px;
}
#globalNav .blog a:hover,
#globalNav .blog a:active,
#globalNav .blog a:focus {
  background-position: -150px -338px;
}

.login a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 230px;
  height: 50px;
  background: url(../img/spr_common.png) no-repeat 0 -220px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  *text-indent: 0;
  *line-height: 9999px;
}
.login a:hover,
.login a:active,
.login a:focus {
  background-position: 0 -280px;
}

/*
--------------------------------------------------
@:containerWrap
--------------------------------------------------
*/
#containerWrap {
  border-top: 1px solid #FFF;
  padding: 19px 0 50px;
  background: url(http://blog.livedoor.com/blog_portal/pc/img/bg_mainContainer.png) repeat 0 0;
  _text-align: left;
  *zoom: 1;
}
#containerWrap:after {
  content: "";
  display: block;
  clear: both;
}
#containerWrap > .inner {
  width: 940px;
  margin: 0 auto;
}

/*
--------------------------------------------------
@:2Colum Layout
--------------------------------------------------
*/
.ArMn01Col2 {
  *zoom: 1;
}
.ArMn01Col2:after {
  content: "";
  display: block;
  clear: both;
}
.ArMn01Col2 .arMn01L {
  float: left;
  width: 400px;
}
.ArMn01Col2 .arMn01R {
  float: right;
  width: 290px;
}
