/* css for PC */


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* bodyの背景 */
body {
	background:#ece4bf;
	font-family:system-ui;
	}
pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align:left;
}
p {
	margin:0px 6px;
	padding:0px;
	text-align:left;
}

h2 {
	margin:5px 0px;
	border:0px;
	padding:0px 3px;
	padding-left:1em;
	text-align:left;
	font-size: 120%;
	font-weight: normal;
	background:#ff882d;
	color:white;
}
h2 a:link { color: white; }
h2 a:visited  { color: white; }

h3 {
	margin: 5px 0px;
        margin-left:0.5em;
	border:0px;
	padding:0px 3px;
	padding-left:0.5em;
	text-align:left;
	font-size: 100%;
	font-weight: normal;
	background:#0e649e;
	color: white;
}
h3 a:link { color: white; }
h3 a:visited { color: white; }
h4 {
	margin: 5px 0px;
	margin-left:1em;
	border:0px;
	padding:0px 3px;
	padding-left:1em;
	text-align:left;
	font-size: 80%;
	font-weight: normal;
	background:#cde4f0;
	color: black;
}

a:link { 
	color: black; 
	text-decoration: underline;
}
a:visited { 
	color: black; 
}
/*
a:hover, active {
	color: white;
	background: black;
}
*/
img {	
	margin:0px;
	border-style:none;
}
.no_border {
	border-style:none;
}
li {
	margin:0px;
	padding:0px;
	text-align:left;
}
dt {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	text-align:left;
}
dd {
	margin: 0px; 
	padding: 0px 0px 0px 1em;
	text-align: left;
	display: list-item;
	list-style-type: none;
}

table {
  border-collapse:collapse;
  font-size: 80%;
  text-align:center;
  vertical-align:center;
}
table th {
  background: #ccc;
  border:solid 1px #999;
}
table td {
  border:solid 1px #999;
}

/* コンテンツ領域 */
#MAINbase {
        box-sizing: content-box;
	width: 1024px;
	margin: 0px;
	border: 1px solid darkgray;
	padding: 0px;
	background: white;
	margin: 0 auto;
	}
/* 上部帯状のロゴ */
#SUB-flash {
	width:100%;
	height:30px;
	margin: 0px;
	padding: 0px;
	}
#SUB-flash img {
	width:100%;
	class="no_border"
	}

/* body直後のテキスト */
#TOP-copy {
	width: 100%;
	margin: 0px;
	padding: 20px 0px; 
	border-bottom:solid 4px black;
	text-align: left;
	background-image: url(../images/main_image.jpg);
	}
#TOP-copyTXT {
	}
#TOP-copyTXT h1 {
	width: 480px;
	min-height:70px;
	margin: 0px 0px 0px 275px;
	padding: 0px;
	font-size:80%;
	font-weight: normal;
	line-height: 1.4em;
	color: black;
	}

/* 階層メニュー */
#SUB-rireki {
	width: 100%;
	margin: 0px;
	padding: 1px;
	text-align: left;
	font-size: 90%;
	background: white;
	}
#SUB-rirekiTXT {
	}
#SUB-rirekiTXT a:hover, active {
	color: white;
	background: black;
}	
/* 上部メニュー */	

#menu {
	width: 100%;
	height: 30px;
	margin: 0px; 
	padding: 0px;
	position:relative;
	text-align: center;
	font-size:x-small;
	background : #ccc;
	}
.menu {
	}
#menu1 {
	position:absolute;
	left:0px;
	top: 0px;
	}
#menu2 {
	position:absolute;
	left:171px;
	top: 0px;
	}
#menu3 {
	position:absolute;
	left: 342px;
	top: 0px;
	}
#menu4 {
	position: absolute;
	left: 513px;
	top: 0px;
	}
#menu5 {
	position: absolute;
	left: 684px;
	top: 0;
	}
#menu6 {
	position: absolute;
	left: 855px;
	top: 0px;
	}
.menu a {
	width: 171px;
	height: 30px;
	margin: 0px;
	padding: 7px; 
	border-right:solid 1px #ccc;
	display:block;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight:normal;;
	text-decoration:none;
	color: white;
	background-image: url(../images/navi_li_image.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	}
.menu a:visited { 
	color: white; 
	}
.menu a:hover {
	color:#FF882D;
}
.submenu {
	visibility: hidden;
	position:absolute;
	left:0;
	}
.submenu a {
	width: 171px;
	height: 30px;
	margin: 0px;
	padding: 7px;
	border-top:solid 1px #ccc;
	display:block;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	color: white;
	background-image: url(../images/navi_li_image.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	}
.menu span {
	color:black;
	display:none;
	}

/* main 領域 */
#main {
	width: 100%;
	margin: 0;
	padding: 0px;
	float:left;
	clear: both;
	background:white;
	}
/* 左サイドメニュー 領域 */
#main #side  {
	width: 235px;
	margin: 0px;
	padding: 4px;
        border-style:solid;
        border-color:black;
	border-width:1px;
	float: left;
	background:#104F91;
	color:white;
	}
#main #side  h2    {
	width:100%;
	margin: 0px;
	border:0px;
	padding: 5px 0px 5px 0px;
	float: left;
	clear: both;
	text-align: left;
	font-weight: normal;
	font-size: 80%;
	color:#ff882d;
	background:#104F91;
}
.side_menu a:link {
	color: white;
	text-decoration: none;
}
/*
.side_menu a:visited{
	color: white;
}
*/
.side_menu a:hover  {
	color: #0ff;
}
.side_menu ul {
/*
IEではulの上部に無駄な領域が確保される．
height:autoはこれに対する塩崎さんのアドバイス
*/
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #104f91;
	color: white;
	clear:both;
        list-style-type: square;
}
.side_menu li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1em;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	display: block;
	color:white;
}
.side_menu li.odd:hover {
	background: #ff822d;
}	
.side_menu li.even:hover {
	background: #ff822d;
}	

#main #side #under {
	width: 255px;
	height: 100px;
	clear: both;
	background-image: url(../images/sub_menu_bk.gif);
	background-repeat: repeat;
	background-position: center bottom;
}

/* 本文中央領域 2カラム版*/
#main_large {
	width: 789px;
	border:0px;
	margin: 0px;
	padding: 0px 0px;
	float: right;
	}
#main_large h2 {
	padding:0px 0px 0px 5px;
	border: 0px;
	font-weight:normal;
	}
#main_large h2 a{
	color:black;
	}
#main_large h3 {
	padding:0px 0px 0px 5px;
	border: 0px;
	font-weight:normal;
	}
#main_large h3 a {
	color:black;
	}
#main_large h4 {
	padding:0px 0px 0px 5px;
	border: 0px;
	font-weight:normal;
	}
#main_large h4 a {
	color:black;
	}
/* 下部メニュー */
#footer-navi {
	width: 100%;
	height: 29px;
	clear: both;
	position : relative;
	padding: 5px;
	background-image: url(../images/navi_li_image.jpg);
	background-repeat: repeat-x;
	color: #ccc;
	clear: both;
	text-align:center;
	}
#footer-navi a {
	text-decoration: none;
	font-size: 12px;
	color: white;
}
#footer-navi a:hover, active {
	color: black;
	background:white;
}
#footer {
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	clear: both;
	background-image: url(../images/under_bk.jpg);
	background-position: center;
	color: white;
	}
#footer p {
	text-align: center;
	}
/* professional color */
.pro {
	background:#fcc;
	}
.l3g {
	background:#cc6;
	}
.l2s {
	background:#ccc;
	}
.l2b {
	background:#69f;
	}
.plus {
	background:#99c;
	}
.lite {
	background:#ccc;
	}
.ltl {
	padding:1px 2px;
	border:1px solid #066;
	color:white;
	background:#0cc;
	}
.buy {
	padding:1px 2px;
	border:1px solid #303;
	color:white;
	background:#909;
	}
.attention {
	font-weight:bold;
	border-width:1px 2px 2px 1px;
	border-color:firebrick darkred darkred firebrick;
	border-style: solid;
	padding:1px;
	}
.notice {
	font-size:50%;
	}
.name{
	text-align:right;
	}

.button {
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-radius: 6px;  
	-moz-border-radius: 6px;  
	color: white;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	display: block;
	background: #003;
	border:4px outset #669;
}
.button:hover {
	background: #336;
	border:4px inset #669; 
}
/* 汎用段組 */
.half_column{
	padding:0pt auto;
	width:50%;
	float:left;
	}
.onethird_column{
	padding:0pt auto;
	width:33.33%;
	float:left;
	}
.twothird_column{
	padding:0pt auto;
	width:66.66%;
	float:left;
	}
.three_quarters_column{
	padding:0pt auto;
	width:75%;
	float:left;
	}
.quarter_column{
	padding:0pt auto;
	width:25%;
	float:left;
	}
.clear {
	clear:both;
}

.right{
	text-align:right;
	}
.center{
	text-align:center;
	}
.left{
	text-align:right;
	}
