html, body {height: 100%; background: #ebebeb;}

body {
	min-height: 100%;
	font-size: 12px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	height:auto !important;
}

a:link{
	color:#0a639c;
	text-decoration:underline;
}

a:visited{
	color:#0a639c;
	text-decoration:underline;
}

a:hover{
	color:#0a639c;
	text-decoration:underline;
}

a:active{
	color:#0a639c;
	text-decoration:underline;
}

h1{
	color:#FFF;
	font-size:16px;
	line-height: 23px;
	font-weight: 600;
}

h2{
	color:#1d8cbe;
	font-size:14px;
	font-weight: bold;
	line-height: 14px;
	background:url(../img/common/bg_h2_line.png) no-repeat;
	padding:5px 0;
}

p{ line-height: 22px;}

#breadcrumbs{
	font-size:11px;
	color:#1d8cbe;
}

#breadcrumbs a{ text-decoration:none; }

#wrapper {
	height:100%;
	background: #ebebeb url(../img/common/bg_header.png) repeat-x;
}

#header{
	height: 38px;
	text-align: center;
	background:url(../img/common/header.png) no-repeat center;
}

#main {
	width: 890px;
	margin: 7px auto;
	height:100%;
}

#contentBox{
	float: left;
	width: 698px;
}


.cntGrayTitle {
	position:relative;
	z-index: 0;
}

.cntGrayTitle em.tb,
.cntGrayTitle em.bb{
	display:block;
	font-size:0;
	text-indent:-9999px;
	background: url(../img/common/bg_content_title.png) no-repeat;
	width:698px;
	position:relative;
	z-index:10
}

.cntGrayTitle em.tb{
	height:33px;
}

.cntGrayTitle em.bb{
	background-position:0 -33px;
	height:20px;
}

.cntGrayTitle .cnt{
	background: url(../img/common/bg_title_center.png) repeat-y;
	margin: -20px 0 -5px;
	padding-left: 25px;
}

.cntGrayTitle h1{
	color:#fff;
	position:relative;
	z-index:15;
}

#content{
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	padding: 0 20px 10px;
	background:#FFF;
	overflow:auto;
}


#contentBottom{
	height:9px;
	font-size:1px;
	padding-bottom:5px;
	background:url(../img/common/bg_content_bottom.png) no-repeat;
}

hr{
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: none none dashed;
	width:95%;
}

#sideBox{
	float: right;
	width: 178px;
}

#side{
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	padding: 0 10px;
	background:#FFF;
	font-size:11px;
}
#side li{
	line-height:16px;
}

#side li a{
	padding-left: 16px;
	background:url(../img/common/arrow.png) no-repeat left;
}

#sideBottom{
	height:8px;
	font-size:1px;
	padding-bottom:5px;
	background:url(../img/common/bg_menu_bottom.png) no-repeat
}

.bgSideTitle {
	text-align:center;
	padding: 15px 20px 0;
	height: 38px;
	background: url(../img/common/bg_menu_title.png) no-repeat;
}

#footer{
	bottom:0;
	width:100%;
	background:#FFF;
	position:absolute;
	height:40px;
}
#footer_pop{
	bottom:0;
	width:100%;
	background:#FFF;
	height:40px;
}

.copyright{
	height:20px;
	padding-top:10px;
	color:#7e7e7e;
	text-align:center;
}

/* Smaller buttons styles */
.button{
  display: inline-block;
  *display: inline;
  zoom: 1;  
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out; 
  -o-transition: background-color .2s ease-out;  
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}

.button:hover{
  background-color: #eee;
  color: #555;
}

.button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
.button.small{
  padding: 4px 12px;
}

/* Larger buttons styles */
.button.large{
    padding: 20px 30px;
    text-transform: uppercase;
    max-width: 200px;
    white-space: inherit;
	width: 200px;
}

.button.large:active{
  top: 2px;
}


