/* CSS Document */

/*************************************************テキストカラー・リンクテキストカラー************************/

body{
	color:#333333;/*通常のテキストカラー*/
	}
a{
	color:#003366;/*通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#0099CC;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
/*************************************************フォントサイズ調整******************************************/
body {
	font-family:'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3', 'Osaka',	'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/
	font-size:14px;/*フォントサイズfirefox用*/
	*font-size:100%;/*フォントサイズIE7.0用（固定にする場合はpx指定してください）*/
	*font:100%;/*フォントサイズIE6.0用（固定にする場合はpx指定してください）*/
	}
*{ margin:0; padding:0;}
img{ border:0;}
body{
	text-align:center;
	}
table,div{
	margin:auto;
	}



/*************************************************共通セレクタ*************************************************/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
/*************************************************基本レイアウト***********************************************/

#bg{
	width:960px;
/*	background:url(../img/common/bg_con.gif) repeat-y;*/
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	text-align:center;
	}
#container{
	width: 960px;
	margin: 0 1px 0 1px;
	text-align: left;
	}

h1{
	height:10px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:10px;
	}
/*ロゴ部分*/
h2{
	height: 130px;
	font-weight: normal;
	text-indent: 0px;
	display: block;
	padding: 0;
	margin: 0;
	}
h2 a{
	font-size:24px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

h2 a:hover{
	color:#333333;
	text-decoration:none;
	}
/*サブページタイトル*/
h3{
	clear:left;
	margin:0 0 0 0;
	font-size:24px;
	font-weight:normal;
/*	background:url(../img/common/bg_h2.gif) no-repeat;*/
	height:42px;
	line-height:42px;
	margin:4px 1px 0 1px;
/*	width:816px;*/
	text-indent:12px;
	}



/*ヘッダーメニュー*/
#head_menu{
	width:960px;
	background:#000;
/*	background:url(../img/common/bg_menu.gif) no-repeat;*/
	text-align:right;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
	margin:0 0 0 40px;
	}
#head_menu ul li{
	float:left;
/*	background:url(../img/common/bg_menu_sub.gif) right no-repeat;*/
	padding:0 20px 0 20px;
	text-align:center;
	height:42px;
	line-height:42px;
	font-weight: bold;
	}
#head_menu a{
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
	margin: 0 4px 0 4px;
	}
#head_menu a:hover{
	color:#ff6600;
	}
#head_menu li.cr{
	background:#666;
	}


#contents .para p {
   margin: 1em 0px;   /* 上下に1em・左右に0px */
}

/*コンテンツ枠*/
#contents{
	margin:6px 10px 0px 10px;
	padding:0 0 20px 0;
	zoom:100%;

	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
/*フラッシュ部分*/
#main_flash{
	width:960px;
	height:260px;
	padding:1px;
	border:solid #333333;
	border-width:0 0 1px 0;
	}
/*フッターコピーライト部分*/
#copy{
	width:960px;
	margin:auto;
	background:#000;
/*	background:url(../img/common/bg_foot.gif) no-repeat;*/
	text-align:center;
	height:41px;
	line-height:41px;
	font-size:11px;
	color:#ffffff;
	clear:both;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/*************************************************トップページ************************************************/
#top{}
#top h3{
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;
	color:#333333;
	background:none;
	height:auto;
	text-indent:0;
	}
#top p{
	line-height:1.8em;
	}
#top div#top_btm{
	zoom:100%;
	}
#top div#top_btm:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#left{
	float:left;
	width:660px;
	}
#top div#left h4{
	font-size:12px;
	margin:6px 0 0 0;
	}
#top div#left div#info{
	background:url(../img/top/bg_info2.gif);
	width:660px;
	}
#top div#left div#info div#info_main{
	background:url(../img/top/bg_info_main2.gif) repeat-y;
	text-align:left;
	}
#top div#left div#info div#info_main div.main_in{
	overflow: auto;
	width: 658px;
	height: 300px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	}

#top div#left div#info div#info_main h5{
	padding:8px 10px 0 10px;
	font-size:14px;
	}
#top div#left div#info div#info_main p{
	padding:2px 10px 0 10px;
	}
#top div#right{
	float:left;
	width:250px;
	margin:0 0 0 20px;
	}
#top div#right div#bnr_sps{
	margin:28px 0 0 0;}
#top div#right div#bnr_sps div.bnr{
	width:250px;
	height:60px;
	margin:0 0 10px 0;
	}
#top div#right div#bnr_sps div.bnr p{
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}
#top div#right div#bnr_sps div.bnr p a{
	width:246px;
	height:60px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-indent:38px;
	}
#top div#right div#bnr_sps div.bnr p a span{
display:block;
padding:54px 2px 0 2px;
	}
#top div#right div#bnr_sps p a:hover{
	font-size:16px;
	}

/*************************************************その他のページ*************************************************/
#other_page{
	margin:0 10px 0 10px;
	}
#other_page ht{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin:0px 1px 0 1px;
	display:block;
	text-indent:12px;
	text-align:right;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#other_page hs{
	font-size:16px;
	font-weight:bold;
	line-height:38px;
	margin:0px 1px 0 1px;
	display:block;
	text-indent:12px;
	text-align:right;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#other_page h0{
	font-size:20px;
	font-weight:bold;
	text-indent:0px;
	color:#800000;
	display:block;
	padding:6px 0 0 0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#other_page h4{
	background:url(../img/common/bg_h3.gif) no-repeat left top;
	text-indent:20px;
	font-size:16px;
	color:#333333;
	margin:20px 0 0 0;
	line-height:1.2em;
	clear:left;
	}
#other_page h5{
	font-size:100%;
	line-height:1.5em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#003333;
	clear:left;
	}
#other_page h6{
	background:url(../img/common/bg_h4.gif) no-repeat left top;
	text-indent:20px;
	font-size:14px;
	color:#0000000;
	margin:14px 0 0 0;
	line-height:1.5em;
	clear:left;
	}
#other_page h7{
	font-size:11px;
	text-indent:20px;
	line-height:1.0em;
	color:#0000000;
	background:none;
	height:auto;
	clear:left;
	}
#other_page h8{
	font-size:100%;
	line-height:1.5em;
	margin:14px 0 0 0;
	text-indent:12px;
	text-align:left;
	}
#other_page div.typeA{
	clear:left;
	}
#other_page div.typeA p{
	margin:2px 0 0 0;
	line-height:160%;
	}
#other_page div.typeB{
	margin:2px 0 10px 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}	
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

/*20130526 追加*/
#other_page div.typeB2{
	margin:2px 0 0 0;
	line-height:160%;
	clear:left;
	zoom:100%;
	}
#other_page div.typeB2:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB2 div.left{
	float:left;
	width:375px;
	}
#other_page div.typeB2 div.right{
	float:left;
	width:375px;
	margin:0 0 0 20px;
	}

#other_page div.typeB p{
	}
#other_page div.typeB div.left{
	float:left;
	width:375px;
	}
#other_page div.typeB div.right{
	float:left;
	width:375px;
	margin:0 0 0 20px;
	}
#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
    border: #333333 solid 1px;
    border-collapse: collapse;
    margin: 0;
	}
#tbl_setA th{
	border:#333333 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
#tbl_setA td{
    border: #333333 solid 1px;
    padding: 6px;
}
/*#tbl_setA td:first-child {
 background: #e9faf9;
}*/

/*ボタン*/
.button05 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px auto;
  padding: 1em 2em;
/*  width: 480px;*/
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #0070C0;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  border-radius: 10px;
  text-decoration: none
}

.button05 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button05 a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}
/*************************************************印刷用*************************************************/

@media print{

#container{
	width:960px;
	}
}

/* 広告表示 */
*{
	margin:0;
	padding:0;
}
.pr_design_box{
	line-height:30px;
	height:30px;
	text-align:center;
	font-size:12px;
	position:relative;
}
.pr_design ul{
}
.pr_design li{
	display:inline;
}
.pr_design_02{
	margin-left:7px;
}
.pr_design_copy{
	position:absolute;
	right:5px;
	bottom:0px;
}
