/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-family:"ＭＳ Pゴシック",Osaka,sans-serif;
}

body {
/*	background-image: url(image/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;*/
	background-color: #fff;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:740px;
	margin:auto;
	border:solid 1px #000000;
	background-color: #F4DFDF;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
		height:200px;
 		margin:auto;
 		border-bottom:solid #000000 1px; 
 	/*	background:#ffded0;*/     
}

#header p{
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#6A5085;
	margin:20px 0;
}
#info ul{
 	margin-left:100px;
 	color:red;
 	font-weight:bold;
}

#header #info p{
	text-align:left;
	margin:0;
	font-size:100%;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/


#footer {
	clear:both;
	padding:10px;
	border-top:solid #000000 1px;
/*	background:#ffded0;*/
	font-weight:bold;
	font-size:108%;
}

#footer p#copyright {
	font-weight:normal;
	font-size:75%;
	text-align:center;
}


#footer p#address{
	font-weight:normal;
	font-size:12px;
	text-align:right;
}

/*-----------------------------------------------
 __main
-----------------------------------------------*/

#border {
		width:560px;
        min-height:500px;
		padding:10px;
		color:black;
		font-size:14px;
        line-height:1.5em;
        float:right;
        overflow:hidden;
}

#border-left {
	width:48%;
	min-height:700px;
	padding:5px;
	background-color:#f7fdb6;
	float:left;
}

/* hide from Mac IE \*/
* html #border-left {
height:700px;
}
/* */ 

#border-left a{
	text-decoration:none;
}

#border-right {
	width:48%;
	min-height:700px;
	padding:5px;
	background-color:#e9ffff;
	float:right;
}

/* hide from Mac IE \*/
* html #border-right {
height:700px;
}
/* */ 


#border-left, #border-right {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}


#border-right a{
	text-decoration:none;
}

#border-right .logo{
	margin-left:20px;
}

#border-right img{
	margin-left:60px;
	margin-bottom:30px;
}

#border-right strong{
	color:blue;
}

p.exp {
	line-height:1.5em;
}

/*-----------------------------------------------
 __menu
-----------------------------------------------*/

#menu {
		width:150px;
		background-color: #defeb4;
		margin:10px 0 0 10px;
		float:left;
}

/* hide from Mac IE \*/
* html #menu {
		width:150px;
		background-color: #defeb4;
		margin:10px 0 0 5px;
		float:left;
}
/* */ 

ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 150px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	width: 150px; /* ボタンの幅 */
//	line-height: 1;	
	list-style-type: none;
	border-bottom:solid 1px #fff;
}

ul#globalNavi li a {
	padding: 1em 0; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 75%;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #defeb4;
	boeder:solid 10px #000;
}

ul#globalNavi li a:hover {
	font-weight:bold;
	background-color: #92fb07;
}


/*-----------------------------------------------
 __sub
-----------------------------------------------*/


h2{
padding:8px 5px;
border-bottom:solid 3px #00f;
border-left:solid 5px #00f;
}

h3{
padding:5px 5px;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 10px #666;
}

h3.sbt {
	border:1px solid #CD853F;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

ul, li{
margin: 0 0 0 1em; 
padding: 0; 
}



ul li{
padding-left:5px;
} 

.exp{
	font-size:90%;
}
ul.exp li{
	margin-bottom:-1.5em;
}

.bord{
	font-size:90%;
	font-weight:bold;
	border:1px solid #F05592;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

/*For IE Style*/
* html ul.exp li{
	margin-bottom:0;
}
td{
padding:5px;
}


span.right{
	text-align:right;
}

.number {
	font-size:180%;
	font-style:italic;
	text-align:center;
	text-decoration:underline;
	margin-top:-15px;
}


.bold{
	font-weight:bold;
}

.bold .value{
	float:right;
	border-bottom:double 3px #f00;
	font-size:150%;
	font-style:italic;
	color:red;
	margin-left:auto;	
}

.fs {
	font-size:90%;
	
}
.clearRight{
	float:none;
}

.news{
	font-weight:bold;
	font-size:20px;
	color:#008b8b;
}
.line {
	text-decoration:underline;
}
/* .news2{
	color:#ff4500;
	text-decoration:underline;
} */

img.imgLeft {
	margin-left:10px;
}

img.imgCenter{
	margin:0 10px;
}

img.imgRight {
	margin-right: 10px;
}

.topText{
	font-size:13px;
}

.osirase{
	font-weight:bold;
	font-size:15px;
}
/**IEのみ**/
* html .topText{
  font-size:14px;
}

*:first-child + html .topText{
  font-size:14px;
}

.imglink{
	border-style:none;
	
}


/*-----------------------------------------------
 __color
-----------------------------------------------*/

.red{
	border-color:red;
}

.peru {
	color:#CD853F;
}

.sienna {
	color:#A0522D;
}