@charset "UTF-8";

/* IMPORT RESET */
@import url("reset.css");

/* ===========
:: Layout
============ */
body {
text-align: center;
font-family:"メイリオ", Meiryo, Osaka, sans-serif;
font-size: 16px;
line-height: 1.0;
color: #333;
-webkit-text-size-adjust: 100%; 
}
#container {
width: 960px;
margin: 0 auto;
background: #fff;
}
header {
height: 100px;
padding: 20px 20px 50px 20px;
border-top: 5px solid #000;
box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 20px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 20px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 20px 0px;
}
#conts {
background: #fff;
padding: 0px 20px 20px 20px;
margin: -50px 0 0 0;
}
footer {
}
a {
color: #0D74A8;
}
a:hover {
color: #666;
text-decoration: none;
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

/* ===========
:: header
============ */
header h1 {
font-size: 28px;
font-weight: bold;
float: left;
width: 400px;
letter-spacing: 2px;
}
header nav ul {
width: 480px;
float: right;
border-left: 1px solid #ccc;
font-size: 16px;
}
header nav ul li{
width: 140px;
padding: 8px 0;
float: left;
border-right: 1px solid #ccc;
text-align: center;
letter-spacing: 2px;
}
header nav ul li.fb{
width: 20px;
padding: 5px;
float: left;
border-right:none;
letter-spacing: 0.5px;
background: #3B5998;
border-radius: 10px;
margin-left: 20px;
font-family: Tahoma,sans-serif;
}
header nav ul li.fb a{
color: #fff;
display: block;
text-align: center;
}
header a{
text-decoration: none;
color: #333;
}
header a:hover{
color: #999;
}
header nav ul li span{
color: #999;
border-bottom: 1px dashed #ccc;
}
/* ===========
:: footer
============ */
footer p {
font-size: 12px;
text-align: center;
padding: 10px 0 40px 0;
}
.topiBox100 {
margin: 80px 0px 0 20px;
text-align:center;
}
.topiBox100 img {
width: 910px;
}
.topiBox100 a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;	
}


/* ===========
:: Style
============ */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
h1.pageTitle{
font-size: 30px;
letter-spacing: 5px;
border-bottom: 1px solid #999;
padding: 0 0 5px 0;
}
.photoImg {
border: 5px solid #fff;	
box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 10px 0px;
-webkit-box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 10px 0px;
-moz-box-shadow:rgba(0, 0, 0, 0.74902) 0px 0px 10px 0px;
}
p.txtRight {
text-align: right;
}
.txt18 {
font-size: 18px;	
}
.txt30 {
font-size: 30px;	
}
.pickTxt01 {
background: #237FBD;
padding: 20px;
color: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.left {
float: left;	
}
.right {
float: right;	
}
.ml20 {
margin-left: 20px;	
}
.mr20 {
margin-right: 20px;	
}
.mb20 {
margin-bottom: 20px;	
}
.mt50 {
margin-top: 50px;	
}
.mb80 {
margin-bottom: 80px;	
}
.mt80 {
margin-top: 80px;	
}
.red {
color:#cc0000;
}
/* -- 大きいバナー用 --*/
.bnBoxWide {
width: 910px;
margin: 0;
padding:0;
}
.bnBoxWide img{
width: 100%;
}
