/* CSS Document */

body {
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height:1.4em;
	margin:0;
	padding:0;
	background-image: url("../img/grh_cfcfff.png");
	background-repeat:repeat;

}

select {
    border: solid 1px #ccc;
}


/*COLOR*/
.white { color: #ffffff; }
.whitest { color: #ffffff; font-weight: bold; }
.small { font-size: 80%;}
.red { color: #ec0000; }
.redst { color: #ec0000; font-weight: bold; }
.blue { color: #3a75af; }
.bluest { color: #3a75af; font-weight: bold; }
.black { color: #000000; }
.blackst { color: #000000; font-weight: bold; }
.orange { color: #ff6600; }
.orangest { color: #ff6600; font-weight: bold; }

/*COLOR*/
.color_black,.color_black a,.color_black a:horver{ color:#000000; text-decoration:none;}


/*写真*/
.picture {
    border: 1px solid #ccc;
}

img, a img{
	border:none;
	margin:0;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
	line-height:0px;
}

/* リンク指定
----------------------------------------------- */
a { text-decoration: none; font-weight:bold; }
a:link { text-decoration: none; color: #3a75af; font-weight:bold; }
a:visited { text-decoration: none; color: #3a75af; font-weight:bold; }
a:hover { text-decoration: none; color: #ff6600; font-weight:bold; }

h2.main-title3 a:hover { color: #000; }


/* レイアウト */
#all{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#DCFF80;
	background-image: url("../img/back03.jpg");
	background-repeat:repeat;
}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#A9D0F5;
}

#header{
	border:2px medium #FF0099;
	width:900px;
	height:200px;
	text-align:left;
}

#middle{
		width:900px;

}

#contents{
	float:left;
	width:660px;
	padding:10px 20px;
	text-align:left;
	background-color:#FFFFFF;

}

#right{
	float:left;
	width:200px;
	text-align:left;
}

#footer{
	clear:both;
	width:890px;
	height:20px;
	text-align:right;
	padding:5px;
	background-color:#A9D0F5;
}


/* contents */

.introduction{
	width:640px;
	height:470px;
	padding:5px 10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	box-shadow: 1px 1px 2px #999; /* CSS3 */
	-moz-box-shadow: 1px 1px 2px #000; /* Firefox用*/
	-webkit-box-shadow: 1px 1px 2px #000; /* Google Chrome, Safari用*/
	text-align:center;
	border:8px ridge #CCCCCC;
}

.introduction .top{
	border-bottom:1px dotted;
	height:71px;
}

.introduction .onepiecetop{
	border-bottom:1px dotted;
	height:46px;
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
	}
	


.introduction .siteneme{
	font-size:20px;
	font-weight:bold;
	width:400px;
	height:71px;
	line-height:71px;
	text-align:center;
	margin-right:150px

}

.introduction .logo{
	width:100px;
	height:71px;
	float:left;
	margin-left:50px;
}


.introduction p{
	text-align:left;
	margin:5px;
}

.introduction .btn{
	text-align:center;
	margin:10px;
}

.introduction .subimg{
	margin:8px;
}

.introduction .onepieceimg{
	margin:8px;
	float:left;
	height:200px;
}

.introduction .onepieceimg img{
	height:390px;
	float:left;
	text-align:left;
}


table.main{
	border:1px #000000 solid;
	width:650px;
	height:300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

table.sub{
	border:1px #000000 solid;
	width:645px;
	height:60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


th {
	font-weight:bold;
	font-style:normal;
	border:1px #000000 solid;
	background-color: #FFBF00;
	text-align: center; 
	vertical-align:middle
	}

td {
	border:1px #000000 solid;
	text-align: center; 
	vertical-align:middle
	}

.title{
	background-image: url("../img/square_green.gif");
	background-repeat:no-repeat;
	padding-left:22px;
	padding-top:2px;
	}



.space{
  line-height: 150%;
  margin: 10px
}

.sidemenu{
	font-size:16px;
	font-weight:bold;
	background-image:url("../img/sky.jpg");
	height:50px;
	text-align: center;
	color:#0066FF;
	padding-top:8px;
	}


ul.menu{
	list-style:none;
	float:none;
}


ul.menu li{
	width:auto;
	list-style: none outside;
	display: block;
	border:2px solid #FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:2px;
	height:40px;
    float:none;
}

ul.menu li a{
	width:100%;
	height:100%;
	display:block;
	padding-left:2px;
	padding-top:8px;
}

ul.menu li a:hover {
	width:auto;
	height:76%;
	color:#FFFFFF;
	background-color:#00CCFF;
}


h2{
	height:40px;
	font-weight:bold;
	color:#FFCC66;
	font-size:24px;
	background-image:url("../img/titlebar_blue.gif");
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:12px;
	}
	
h3{
	height:40px;
	font-weight:bold;
	color:#FFCC66;
	font-size:24px;
	background-image:url("../img/titlebar_blue.gif");
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:12px;
	}
	
h4{
	height:40px;
	font-weight:bold;
	color:#FFCC66;
	font-size:24px;
	background-image:url("../img/titlebar_blue.gif");
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:12px;
	}
	
h5{
	height:40px;
	font-weight:bold;
	color:#FFCC66;
	font-size:24px;
	background-image:url("../img/titlebar_blue.gif");
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:12px;
	}
	
.botton{
	margin:0px 125px
	}
