﻿/*textの基本デザイン用CSS */

body,div{
margin:0px;
padding:0px;
}
p,h1,h2,h3,ul,li{
margin:0px;
padding:0px;
font-size:100%;
font-weight:normal;
}

body {
font-family: "ＭＳ 明朝";
mso-ascii-font-family: Century;
mso-hansi-font-family: Century;
font-size: 100%;
line-height: 150%;
color: #4b4b4b;
text-align: center;
}

a {
text-decoration: none;
}
a:link{
color: #4b4b4b;
text-decoration: none;
}
a:visited {
color: #4b4b4b;
text-decoration: none;
}
a:active {
color: #7e95ad;
text-decoration: none;
}
a:hover {
color: #7e95ad;
text-decoration: underline;
}

#container {
width: 600px;
margin: auto;
padding: 10px 10px 50px;
text-align: left;
color: #4b4b4b;
}

h1 {
font-family: "ＭＳ Ｐ明朝";
color: #7e95ad;
font-size: 200%;
font-weight: normal;
margin-top: 1em;
}

h2 {
font-family: "ＭＳ Ｐ明朝";
color: #7c7777;
font-size: 90%;
font-weight: normal;
text-align: right;
margin-top: 2em;
}

pre {
width:600px;
white-space: pre;          
white-space: pre-wrap;     
white-space: pre-line;     
white-space: -pre-wrap;    
white-space: -o-pre-wrap;  
white-space: -moz-pre-wrap;
white-space: -hp-pre-wrap; 
word-wrap: break-word; 
overflow: auto;
font-family: "ＭＳ 明朝";
mso-ascii-font-family: Century;
mso-hansi-font-family: Century;
font-size: 100%;
line-height: 150%;
color: #4b4b4b;
}

html {
  scrollbar-base-color: #ffffff;
  scrollbar-face-color: #ffffff;
  scrollbar-arrow-color: #93939a;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #93939a;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color: #93939a;
}