@charset "Shift_JIS";

/*----------------------------------
crossing browse & default set
----------------------------------*/

* {
  margin: 0;
  padding: 0;
  color: #333333;
		font-size: 100%;
  letter-spacing: 0;
  outline: 0;
}

html,
body  {
  height: 100%;
}

#content p,
#content li,
#content dt,
#content dd {
  font-size: small;
  line-height: 1.4em;
}

.section {
  width: 518px;
  padding: 0 20px 20px 20px;
}

.section img {
  margin-bottom: 5px;
}

#main p,
#main ul,
#main ol,
#main dl {
  padding: 0 20px;
}

#main p {
  margin-bottom: 15px;
}

address {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

img {
  border: none;
}

fieldset {
}
legend {
}

acronym,
abbr {
  cursor:help;
}

hr {
  display: none;
  visibility: hidden;
}

br.cl {
  clear: both;
  height: 0 !important;
  line-height: 0 !important;
}

/*----------------------------------
link
---------------------------------*/

a:link {
  color: #666666 ;
  text-decoration: none;
}

/*____________contents_____________

1 : continer
2 : header
3 : contents
4 : footer

last updated : 08/02/29

*/

/*---------------------------------
continer
---------------------------------*/

div#nonFlash {
  display: none;
}

/*---------------------------------
header
---------------------------------*/ 

body#index h1,
p#logo {
  margin: 18px 10px;
}

/*---------------------------------
content
---------------------------------*/ 

div#contentHead {
  height: 26px;
		margin-bottom: 20px;
  background: url(../images/print_head01.gif) no-repeat;
}
#contentHead p,
#contentHead ul {
  display: none;
}
div#content {
  margin-bottom: 18px;
}
#main h1 {
  margin-bottom: 20px;
}
#main h2,
#main h2.blue {
  margin-bottom: 10px;
  padding-bottom: 2px;
		padding-left: 20px;
  font-size: medium;
  font-weight: bold;
		background: url(../images/taitle_img01.gif) no-repeat top left;
}
#main h2 {
  border-bottom: 1px solid #FF9933;
}
#main h2.blue {
  border-bottom: 1px solid #000066;
}
div#content #sideBar {
  display: none;
}
.Comment {
  margin-top: 10px;
}
.Comment p.img {
  width: 100px;
  margin: 0 10px 0 0;
  padding: 0px !important;
  text-align: center;
  float: left;
}
.CommentSolution {
  margin-bottom: 20px;
  width: 516px;
  background: #C3D8F8 url(../images/solution_bgbottom.gif) no-repeat center bottom;
}
.CommentSolution p.bgtop {
  padding-top: 15px !important;
  background: url(../images/solution_bgtop.gif) no-repeat center top;
}

#sBlue,
#sGreen,
#sPink {
  width: 517px;
}
#sBlue {
  background: url(../images/s_blue.gif) no-repeat left top;
}
#sGreen {
  background: url(../images/s_green.gif) no-repeat left top;
}
#sPink {
  background: url(../images/s_pink.gif) no-repeat left top;
}
div#sBlueBottom,
div#sGreenBottom,
div#sPinkBottom {
  height: 5px;
		margin-bottom: 15px;
		_margin-bottom: 10px;
		clear: both
}
div#sBlueBottom {
  background: url(../images/s_blue_bottom.gif) no-repeat left top;
}
div#sGreenBottom {
  background: url(../images/s_green_bottom.gif) no-repeat left top;
}
div#sPinkBottom {
  background: url(../images/s_pink_bottom.gif) no-repeat left top;
}
#sBlue p,
#sGreen p,
#sPink p {
  margin: 0;
  padding: 10px 0 0 10px;
  float: left;
}
#sBlue p.text,
#sGreen p.text,
#sPink p.text {
  width: 375px;
  margin: 0;
  padding: 10px 10px 0 ;
  float: right;
}

p#toTop,
p.toTop,
p.toNext,
p.toBack {
  display: none;
}

.blueBGBox {
  width: 557px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: #FCFCD9 url(../images/content_bottom.gif) no-repeat center bottom;
}

.blueBGBox .section {
  width: auto;
}

p.underGray {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0 !important;
  padding-bottom: 5px;
  padding-left: 0 !important;
  border-bottom: solid 1px #999999;
}

/*---------------------------------
footer
---------------------------------*/ 

address {
  padding: 5px 0;
  color:#FFFFFF;
  text-align: center;
  background: #0C4FB3;
}
