﻿#content {  
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: 975px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 680px;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 140px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 190px;

  padding: 5px;
  text-align: right;
  vertical-align: text-top;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 50px Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
  letter-spacing: 5px;

  vertical-align: middle;
  color: #ff00ff;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}


/* Sets where the header images will go */
#header img.floating1 {
  position: absolute;
  z-index: 1;

  top: 0;
  right: 15;
}

#header img.logo {
  position: absolute;
  z-index: 2;

  top: 10px;
  left: 10px;
}



/**************************************************************
   #Bar: Blue Bar  <div id="blueBar"></div>でbar挿入
 **************************************************************/

#blueBar { 
  float: left;
  width: 975px;
  height: 7px;
  clear: both;
  background: url(../images/mainmenu/lineblue.png) top left repeat;
}
/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 2px 0.3em;
  height: 30px;

  font: 400 1.3em Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #333333;
}


#mainMenu li a.here {
  color: #ff6666;
  font: 400 1.3em Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
  border-top: 3px solid #ff9999;
}

#mainMenu li a:hover {
  color: #ff6600;
  font: 400 1.3em Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
  border-top: 3px solid #ff0000;
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   #quickmenu
 **************************************************************/

#quickmenu { 
  position: absolute;
  top: 10px;
  left: 850px;
  z-index: 5;

  clear: both;
  font: 400 9px Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
  color: #999999;
}

#quickmenu ul {
  margin: 0;
  padding: 0;
  top: 0;
  right: 15;
}

#quickmenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#quickmenu li a {

  text-decoration: none;
  text-transform: lowercase;
  color: #0099cc;

}


/**************************************************************
   .sideMenu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
  background: #eeeeff url(../images/bg/bg_body.gif) repeat top left;
}

.sideMenu li {
  display: inline;
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 0.9em Osaka, "ＭＳ Ｐゴシック","trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  padding: 3px 3px;
  margin: 6px;
  text-decoration: none;
  color: #666666;
} 

.sideMenu li a:hover {
  color: #000000;
  background: url(../images/bg/bg_bodyyellow.gif) repeat-y top left;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 1px;
  color: #333333;
  font-weight: bolder;
  background: #aaaaff url(../images/bg/bg_bodyblue.gif) repeat top right;
}

.sideMenu li.here a{
  color: #FFFFFF;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 6px;
  font: 400 1.0em Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
  color: #000000;  
  background: #eeeeee;
  margin-left: 5px;
}

.sideMenu li.here ul li a.here {
  padding-left: 6px;
  font: 400 1.0em Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
  color: #ffffff;  
  background: #7777ff;
}

.sideMenu li.here ul li a:hover {
  color: #3333FF;
  background: #eeeeee url(../images/bg/bg_bodyyellow.gif) repeat-y top left;

}


/**************************************************************
   #container
 **************************************************************/


* html div#container{
    height:100%;
}
div#container{
    margin:0px auto;
    position: relative;
    min-height: 100%;
  font: 400 0.9em Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;

}
body > #container {
        height: auto;
}


/**************************************************************
   #page
 **************************************************************/

#page {
  width: 975px;
  clear: both;
  padding-bottom: 20px;
}

/**************************************************************
   #contentList class
 **************************************************************/

.contentList{
margin-left:0px;
margin-bottom:15px;
padding-left:0px;
}

.contentList1{
margin-left:-20px;
margin-bottom:10px;
padding-left:0px;
}

.contentList2{
margin-left:-10px;
margin-bottom:3px;
padding-left:0px;
}

/**************************************************************
   #footer
 **************************************************************/

#footer {
  clear: both;
  float: left;
  width: 975px;
  color: #ffffff;
  bottom: 0px;
  height: 20px;
  background: #3366ff;
  padding-top: 10px;
  font-size: 10px;
  font: Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
}

#footer a{
  color: #ffffff;
  text-decoration: none;
}


/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}

.width75p {
  width: 75px;
}

.width900p {
  width: 900px;
}

.width850p {
  width: 850px;
}
.width800p {
  width: 800px;
}

.width750p {
  width: 750px;
}
.width485p {
  width: 485px;
}

.width450p {
  width: 450px;
}

.width400p {
  width: 400px;
}

.widthmenu170p {
  width: 170px;
}

.width480 {
  width: 480px;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.floatNone {
  clear: both;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}


/**************************************************************
   #rounded corner
 **************************************************************/

.curve-08-head{
 font-size:1px;
 height:7px;
 background:url(../images/roundedcorner/08-curve-right-head.gif) top right no-repeat;
 margin-top:5px;
}
.curve-08-head div{
 font-size:1px;
 height:7px;
 background:url(../images/roundedcorner/08-curve-left-head.gif) top left no-repeat;
}
.curve-08-body{
 background:url(../images/roundedcorner/08-curve-left-middle.gif) top left repeat-y;
}
.curve-08-body div{
 background:url(../images/roundedcorner/08-curve-right-middle.gif) top right repeat-y;
}
.curve-08-bottom{
 font-size:1px;
 height:7px;
 background:url(../images/roundedcorner/08-curve-right-bottom.gif) bottom right no-repeat;
 margin-bottom:5px;
}
.curve-08-bottom div{
 font-size:1px;
 height:7px;
 background:url(../images/roundedcorner/08-curve-left-bottom.gif) bottom left no-repeat;
}


/**************************************************************
   #titlebox
 **************************************************************/

div.titlebox { 
width:800px; 
padding:20px 0 2px 0; 
border-bottom:dotted 2px #cc6666; 
} 
div.titlebox h3 { 

line-height:150%; 
color:#666666; 
padding:4px 0 2px 18px; 
margin:0; 
border-left:solid 6px #cc3366; 
font-weight:bold;
} 


/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.9em;
  font: Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
}

.smallnarrow {
  font-size: 0.9em;
  font: Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
  font-weight: lighter;
  color: #000000;
}


.smallest a{
  font-size: 0.9em;
  font: Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
  text-decoration: none;
}

.big {
  font-size: 1.3em;
  font: Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
  text-decoration: none;
}

.bigbold {
  font-size: 1.3em;
  font: Osaka, "ＭＳ Ｐゴシック",verdana, arial, sans-serif; 
  text-decoration: none;
  font-weight: bolder;
}

.sign {
  font-size: 2.0em;
  font: MS Mincho,verdana, arial, sans-serif; 
}

li.listnumber {
  list-style-type: decimal;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.blue {
  color: #3333FF;
}

.white {
  color: #FFFFFF;
}

.bluelink a{
  color: #3333FF;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}
.stripepink {
  margin-bottom: 2em;
  background: #ffcccc url(../images/bg/bgpink.png) repeat top left;
}
.stripeblue {
  margin-bottom: 2em;
  background: #ffcccc url(../images/bg/bgblue.png) repeat top left;
}

.metal {
  font-weight: bolder;  
  background: #ffcccc url(../images/metal.png) repeat top left;
}
.stripeback {
  margin-bottom: 2em;
  background: #ffcccc url(../images/bg/bg_body.gif) repeat top left;
}
.uchikeshi {
  text-decoration: line-through;
}

.center {
 align: center;
}

