@charset "utf-8";

/* *****************************************
/*+  リセット・基本セッティング  +**********
/***************************************** */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #545454;
	letter-spacing:1.5px;
}
body,
input,
select,
textarea {
/*	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo,"ＭＳ Ｐゴシック", sans-serif; 以前のもの*/
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
html {
	overflow-y: scroll;
}
body {
	line-height:1.5;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul, ol {
	list-style-type: none;/**/
}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}

/* リンクカラー */
a {
	outline: none;
	color: #1083b7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* チェックボックス・ラジオボタン崩れ用 */
input {
	vertical-align:middle;
}

/* P */
p {
	/*padding:0 0 20px 0;*/
	line-height:170%;
}

/* strong */
strong {
	color:#158a37;
	font-weight:bold;
}

/* 大文字 */
.large {
	font-size:117%;
}

/* 小文字 */
.small {
	font-size:85%;
}

/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

/* strong以外の強調 */
.pointText {
	color:#f00;
	font-weight:bold;
}


/* 外部リンク
-----------------------------------------------------------*/
.iconSite {
	margin:0 0 5px 0;
}


/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}
.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}

/* 透過用
----------------------------------------------------------*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* 画像リンクのhover
----------------------------------------------------------*/
.link a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=85)";
}


/* テキストと画像
----------------------------------------------------------*/
.imgBoxL {
	padding:0 20px 10px 20px;
	float:left;
}

/* テキストと画像
----------------------------------------------------------*/
.imgBoxR {
	padding:0 0 10px 20px;
	float:right;
}

/* *****************************************
/*+  共通  +********************************
/***************************************** */
/* 全体
----------------------------------------------------------*/
#wrapper {
  background:url(../images/common/bg_pattern.gif);
}



/* header
----------------------------------------------------------*/
#header {
  padding:18px 0 0;
  border-top:2px solid #274184;
}
#header .headerInner {
  position:relative;
  width:950px;
  margin:0 auto 10px;
}
#header #sitelogo {
  float:left;
  position:relative;
  width:420px;
}
#header #sitelogo h1 {
  position:absolute;
  top:36px;
  left:85px;
  font-size:84.6%;
}
#header #sitelogo p {}
#header .headerBanner {
  float:right;
}
#header .headerBanner li {
  float:left;
  display:inline;
  margin:0 0 0 13px;
}
#header .headerBanner li a{}

/* gNavi
----------------------------------------------------------*/
#gNavi {
  clear:both;
  margin:0 0 20px;
  padding:2px 0;
  background:url(../images/common/bg_gnav01.gif) repeat-x;
}
#gNavi ul {
  width:928px;
  height:42px;
  margin:0 auto;
  padding:0 0 0 22px;
  background:url(../images/common/bg_gnav02.gif) repeat-x;
}
#gNavi li {
	float:left;
}
#gNavi li a {}

/* container
----------------------------------------------------------*/
#container {
  width:950px;
  margin:0 auto;
  background:url(../images/common/bg_container.gif) repeat-y right;
}


/* contents
----------------------------------------------------------*/
#contents {
  float:left;
  width:651px;
  margin:0 0 20px;
}
#contents .section {
  clear:both;
}
#contents .headline {
  margin:0 0 2px;
}


/* sidebar
----------------------------------------------------------*/
#sidebar {
  float:right;
  width:271px;
}
#sidebar .widget {
}
#sidebar .widget .widgetInner {
  text-align:center;
	padding:0 11px 15px;
	background:url(../images/common/side_bg_widget_bottom.gif) no-repeat bottom;
}
#sidebar .widget .heading {
	padding:0 0 10px;
	background:url(../images/common/side_bg_heading.gif) no-repeat bottom;
}
#sidebar .widget .title {
  width:240px;
  margin:0 0 3px 5px;
	padding:0 0 8px;
	background:url(../images/common/bg_line_dotted.gif) repeat-x bottom;
}
#sidebar .widget .banner {}
#sidebar .widget .banner p{
  margin:0 0 4px;
}
#sidebar .widget .videoCanvas {
  margin:0 0 10px;
}
#sidebar #fbWidget {
  width:251px;
  margin:0 auto;
  background:#ffffff;
}


/* footer
----------------------------------------------------------*/
#footer {
  clear:both;
	width:950px;
  margin:0 auto;
	padding:5px 0 30px;
	border-top:1px solid #554637;
}
#footer .footerNav {
	text-align:center;	
}
#footer .footerNav li {
  display:inline;
	padding:0 5px 0 5px;
	border-right:1px solid #000;
  font-size:92.3%;
}
#footer .footerNav li.last {
	border:none;
}
#footer .footerNav  li a{
  color:#545454;
  text-decoration:none;
}
#footer .footerNav  li a:hover{
  text-decoration:underline;
}
#footer .copyright {
  text-align:center;
  font-size:84.6%;
}












