@charset "shift_jis";

/*------------------------------------------------------------
                          1.基本設定                          
------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
}

body {
	background: url(../img/bg_body.gif) repeat-y;
}
body,div,pre,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td
	{
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro",Osaka, arial, helvetica, sans-serif;
	line-height: 1.3;
}

img {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: text-bottom;
}

table {
	border: 0;
	border-spacing: 0;
}

/*------------------------------------------------------------
                            2.link                            
------------------------------------------------------------*/
a:link {
	color: #005297;
	text-decoration: none;
}

a:visited {
	color: #005297;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:active {
	color: #005297;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/*------------------------------------------------------------
                           3.layout                           
------------------------------------------------------------*/
/* outerwrapper
----------------------------------------------------------- */
* html div#outerwrapper {
  height: 100%;
}

div#outerwrapper {
  /*background-image: url("../img/wrapper_background.png");
  background-repeat: repeat-x;
  background-position: left top;*/
  width: 700px;
  position: relative;
  min-height: 100%;
  _text-align: left;/* IE6対応 */
}

body > div#outerwrapper {
  height: auto;
}

div#outerwrapper.rblouterwrapper {
  /*background-image: url("../img/wrapper_background_lh.png");
  background-repeat: repeat-x;
  background-position: left top;*/
}

/* header
----------------------------------------------------------- */
#header {
  width: 700px;
  height: 158px;
  padding: 0 5px 0 0;
}

div#header.rblheader {
  height: 110px;
}

#header #logo {
  float: left;
  /*margin-top: 1px;*/
  _margin-left: 0px;
  height: 0px;
}

/* contents
----------------------------------------------------------- */
#contents {
	width: 700px;
}

/* mainArea 
----------------------------------------------------------- */
#mainArea {
	display: inline;
	float: right;
	width: 465px;
	margin: 10px 10px 0 0;
}

/* sideArea 
----------------------------------------------------------- */
#sideArea {
	display: inline;
	float: left;
	width: 215px;
	margin: 10px 0 0 5px;
	padding-bottom: 50px;
}

div#menu {
	width: 200px;
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:0;
}

#menu a {
	line-height:normal;
}

/* footer 
----------------------------------------------------------- */
#footer {
	/* clear: both;*/
	width: 700px;
	position: fixed;
	bottom: 0px; 
	padding: 10px 0 10px 0;
	background-color: #5e85b8;
	text-align: center;
	font-size:10pt;
	color: #ffffff;
}

/*------------------------------------------------------------
                        4.title Pattern                       
------------------------------------------------------------*/
h1 {
	padding:12px 15px 10px 0;
	color:#333333;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #0079c7;
}

/*------------------------------------------------------------
                      5.Contents Pattern                      
------------------------------------------------------------*/
/* fontsizeChange 
----------------------------------------------------------- */
#fontsizeChange{
	display:inline;
	float:right;
	margin:0;
	padding:0;
}

#fontsizeChange ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#fontsizeChange ul {display:inline-block;}
/* Hide from IE Mac \*/
#fontsizeChange ul {display:block;}
/* End hide from IE Mac */

#fontsizeChange ul{
	margin:0 0 5px 311px;
}

#fontsizeChange li{
	list-style-type: none;
	display:inline;
	float:left;
	margin-right:2px;
	font-size:1px;
}

#fontsizeChange li.last{
	margin-right:0;
}

#fontsizeChange li a{
	display:block;
	width:19px;
	height:21px;
	line-height:normal;
	text-indent:-9999px;
	text-decoration:none;
}

/* fontsmall */
#fontsmall a:link,
#fontsmall a:visited{
	background:transparent url(../img/font_small_on.gif) left top no-repeat;
}

#fontsmall a:hover,
#fontsmall a:active{
	background:transparent url(../img/font_small_on.gif) left top no-repeat;
}

/* fontmedium */
#fontmedium a:link,
#fontmedium a:visited{
	background:transparent url(../img/font_medium_off.gif) left top no-repeat;
}

#fontmedium a:hover,
#fontmedium a:active{
	background:transparent url(../img/font_medium_on.gif) left top no-repeat;
}

/* #fontlarge */
#fontlarge a:link,
#fontlarge a:visited{
	background:transparent url(../img/font_large_off.gif) left top no-repeat;
}

#fontlarge a:hover,
#fontlarge a:active{
	background:transparent url(../img/font_large_on.gif) left top no-repeat;
}


/* indent 
----------------------------------------------------------- */
.indent {
	margin: 15px 0 50px 0;
}

.indent li {
	margin: 0 0 0 20px;
	line-height:200%;
}

.indent li li {
	margin: 0 0 0 20px;
	line-height:200%;
	list-style-type: none;
}