@charset "UTF-8";


/* ==============================
  css-base-index
=================================
base
---------------------------------
detail
---------------------------------
wrap
---------------------------------
nfbox（メインフラッシュ部分）
---------------------------------
flash-menu
---------------------------------
no-flash-menu
---------------------------------
content
---------------------------------
ftr-nav
---------------------------------
ftr
============================== */

/* ------------------------------
  base
------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', osaka, sans-serif;
	font-size: 75%;
	color: #5a5a5a;
	background-color: #FFFFFF;
	text-align: center;
}

a {
    outline: none;
    border-style:none;
}

div {
	text-align: left;
}

a:link {
	color: #5a5a5a;
	text-decoration: none;
}
a:visited {
	color: #5a5a5a;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #5a5a5a;
	text-decoration: none;
}

hr {
	display: none;
    clear:both;
}

li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
	border-style:none;
}
.space {
    height: 20px;
}

/* clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ------------------------------
  detail
------------------------------ */
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}

/* ------------------------------
  wrap
------------------------------ */
html {
	height: 100%;
}
body {
	background: url(../img/hdr_bg.jpg) top repeat-x #ffffff;
}
body#topics {
	background:none;
}
#wrap1 {
	margin: 0px auto;
}

#wrap2 {
	width: 958px;
	margin: 0 auto;
}


#wrap3 {
	width: 975px;
	margin: 0 auto;
	background: url(../img/content_bg2.jpg) top no-repeat #ffffff;
}

/* ------------------------------
  hdr_topページ
------------------------------ */
#wrap2 #hdr {
	width: 958px;
	margin: 0 auto;
	height:80px;
}
#wrap2 #hdr h1 {
	width: 758px;
	height: 80px;
	background: url(../img/hdr_logo.gif) no-repeat top;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	float:left;
}
#wrap2 #hdr h1 a {
	width: 758px;
	height: 80px;
	background: url(../img/hdr_logo.gif) no-repeat top;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	float:left;
}

#wrap2 #hdr ul#social-btn {
	width: 150px;
	height: 31px;
	float:right;
	padding-top:40px;
}
#wrap2 #hdr #social-btn li {
	float:right;
	padding-left:5px;
}

#wrap2 #hdr #social-btn li a {
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	display:block;
}
#wrap2 #hdr #social-btn li#rss a {
	background: url(../img/rss.png) no-repeat;
}
#wrap2 #hdr #social-btn li#facebook a {
	background: url(../img/facebook.png) no-repeat;
}
#wrap2 #hdr #social-btn li#twitter a {
	background: url(../img/twitter.png) no-repeat;
}

/* ------------------------------
  hdr
------------------------------ */
#wrap3 #hdr {
	width: 975px;
	margin: 0 auto;
	height:80px;
}
#wrap3 #hdr h1 {
	width: 758px;
	height: 80px;
	background: url(../img/hdr_logo.gif) no-repeat top;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	float:left;
}
#wrap3 #hdr h1 a {
	width: 758px;
	height: 80px;
	background: url(../img/hdr_logo.gif) no-repeat top;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	float:left;
}

#wrap3 #hdr ul#social-btn {
	width: 150px;
	height: 31px;
	float:right;
	padding-top:40px;
}
#wrap3 #hdr #social-btn li {
	float:right;
	padding-left:5px;
}

#wrap3 #hdr #social-btn li a {
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	display:block;
}
#wrap3 #hdr #social-btn li#rss a {
	background: url(../img/rss.png) no-repeat;
}
#wrap3 #hdr #social-btn li#facebook a {
	background: url(../img/facebook.png) no-repeat;
}
#wrap3 #hdr #social-btn li#twitter a {
	background: url(../img/twitter.png) no-repeat;
}
/* ------------------------------
  ToTop1
------------------------------ */
#ToTop1 {
    padding-top:25px;
    clear:both;
    text-align:right;
	height:31px;
    width:958px;
	background:url(../img/pagetop_line.gif) repeat-x bottom;
}
#ToTop1 .totop_btn a {
    float:right;
	background: url(../img/totop_btn.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
    width:120px;
	height:31px;
	display:block;
}
#ToTop1 .totop_btn a:hover {
	background-position: 0 -31px;
}
/* ------------------------------
  ToTop
------------------------------ */
#ToTop {
    padding-top:25px;
    clear:both;
    text-align:right;
	height:31px;
    width:975px;
	background:url(../img/pagetop_line.gif) repeat-x bottom;
}
#ToTop .totop_btn a {
    float:right;
	background: url(../img/totop_btn.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
    width:120px;
	height:31px;
	display:block;
}
#ToTop .totop_btn a:hover {
	background-position: 0 -31px;
}

/* ------------------------------
  ToTop660
------------------------------ */
#ToTop660 {
    padding-top:25px;
    clear:both;
    text-align:right;
	height:31px;
    width:660px;
	background:url(../img/pagetop_line.gif) repeat-x bottom;
}
#ToTop660 .totop_btn a {
    float:right;
	background: url(../img/totop_btn.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
    width:120px;
	height:31px;
	display:block;
}
#ToTop660 .totop_btn a:hover {
	background-position: 0 -31px;
}
/* ------------------------------
  ToTop730
------------------------------ */
#ToTop730 {
    padding-top:25px;
    clear:both;
    text-align:right;
	height:31px;
    width:730px;
	background:url(../img/pagetop_line.gif) repeat-x bottom;
}
#ToTop730 .totop_btn a {
    float:right;
	background: url(../img/totop_btn.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
    width:120px;
	height:31px;
	display:block;
}
#ToTop730 .totop_btn a:hover {
	background-position: 0 -31px;
}
/* ------------------------------
  ToTop905
------------------------------ */
#ToTop905 {
    padding-top:25px;
    clear:both;
    text-align:right;
	height:31px;
    width:905px;
	background:url(../img/pagetop_line.gif) repeat-x bottom;
}
#ToTop905 .totop_btn a {
    float:right;
	background: url(../img/totop_btn.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
    width:120px;
	height:31px;
	display:block;
}
#ToTop905 .totop_btn a:hover {
	background-position: 0 -31px;
}
/* ------------------------------
  ftr-nav
------------------------------ */
#ftr-nav {
	width: 975px;
	height: 35px;
	margin: 0 auto;
	font-size: 12px;
	clear: both;
	padding-top:60px;
}
#ftr-nav td {
	width: 950px;
	text-align: center;
}
#ftr-nav li {
	display: inline;
	background: url(../img/ftr_nav_bg.gif) no-repeat right center;
	padding-right: 25px;
}
#ftr-nav li#last {
	background: none;
	padding-right: 0;
}
#ftr-nav li a {
	color: #0096ff;
}
#ftr-nav li a:hover {
	color: #7fc9ff;
}

/* ------------------------------
  ftr
------------------------------ */
#ftr {
    clear:both;
	background: url(../img/ftr_bg.jpg) repeat-x;
	height: 73px;
	padding-top:21px;
	width:100%;
}
#ftr-inr {
	width: 975px;
	height: 73px;
	background: url(../img/ftr_inr_bg.jpg) repeat-x;
	color: #85ecfb;
	margin: 0 auto;
	font-size: 1px;
}
#ftr-inr p#ftr-p1 {
	float: left;
	padding-top: 1px;
	padding-left: 7px;
}
#ftr-inr p#ftr-p2 {
	float: right;
	padding-right: 9px;
	font-size:8px;
	line-height:1.3;
	text-align:center;
	color:#666666;
}
#ftr-inr p#ftr-p3 {
	float: right;
	padding-top: 25px;
	padding-right: 8px;
	text-align:right;
	width: 110px;
	height: 30px;
	font-size:9px;
	line-height:1.4;
	color:#ffffff;
}
#ftr-inr p#ftr-p4 {
	float: left;
	padding-top: 21px;
	padding-left: 11px;
	font-size: 9px;
}

