@charset "Shift_JIS";

/* 要素リセット */
body{
	margin: 0;
	padding: 0;
	text-align : center;
	font-size : 60%;
/*
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif; 
*/
	font-family: interstate,Arial,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #000000; /* 標準文字色 */
	min-width: 900px;
	background-color: #efefef;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain {
	width: 938px;
	height: 130px;
	padding: 15px 21px 0px 21px;
	background-image: url(images/header_logo.png);
	background-position: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 15px;
	text-align: right;
	overflow:hidden;
	vertical-align: 3em;
}

#hpb-headerMain_e{
	width: 938px;
	height: 130px;
	padding: 15px 21px 0px 21px;
	background-image: url(images/header_logo_e.png);
	background-position: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	font-size: 15px;
	text-align: right;
	overflow:hidden;
	vertical-align: 3em;
}

#hpb-headerMain #npb-headerMain_e h1{
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font:15px normal;
	line-height: 26px;
	height:26px;
	display:inline-block;
	background-image: linear-gradient(90deg, #2ECCFA,#FF8000);
	background-size: 100% 3.5px;
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #000;
	text-shadow: none;}

/* フッター内パーツ */
#hpb-footerMain{
    padding-top: 15px;
    
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    color: #FFFFFF;
    font-size: 1em;
    text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0;
	margin-bottom:0px;
	background-color: #000000;
}


#hpb-footerExtra1{
    padding-top: 2px;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    padding-left: 23px;
    padding-right: 10px;
    font-weight: bold;
}

#hpb-footerExtra1 a:link{
    color: #333333;
    text-decoration:underline;
}
#hpb-footerExtra1 a:visited{
    color: #333333;
    text-decoration:underline;
}
#hpb-footerExtra1 a:hover{
    color: #333333;
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    color: #333333;
    text-decoration: none;
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */
#banner
{
}

#banner ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#banner li{
    padding-bottom: 6px;
}

#banner li a{
    display: block;
    width: 253px;
    height: 159px;
     overflow: hidden;
}

/* メニューとかいうH1的などーたら */

.menu{
	width:					100%;
	height:					150px;
	background-position: 	center;
	-moz-background-size:	cover;
	background-size:		cover; 	
}
.layerTransparent{
	background-color:		rgba(0,0,0,0.6);
	height:					100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
}
.frontContents{
	padding:				50px;
	text-align: 			left;
	font-size: 				40px;
	margin: 				auto;
	line-height: 			50px;
	vertical-align: 		middle;
	color:					#FFFFFF;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #000000;
    text-decoration: underline;
}
a:visited{
    color: #000000;
    text-decoration: underline;
}
a:hover{
    color: #000000;
    text-decoration: none;
}
a:active{
    color: #000000;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
	margin: 10px 0 15px 0;
	padding: 0 5px 0 5px;
    line-height: 1.8;
    text-align: left;
}

p.large{
    font-weight: bold;
	font-size:1.2em;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}
.right{
    float: right;
}

/* フォームパーツ設定 */
input.button{
	margin: 10px auto 15px auto;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input
{
}
input.s{
    width: 50px;
}
form{
	text-align:center;
}

h1{
	position:relative;
	padding:5px;
	margin: 5px 0 20px 0;
	font:bold 22px/1.6 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#655;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
	background:#eee;
	text-shadow:2px 2px 0 rgba(255,255,255,1);
	box-shadow: 0 5px 4px -4px rgba(0,0,0,0.3) inset;
}

h2{
	background-image: url(images/news_h2.png);
	background-repeat: no-repeat;
	padding:0px 5px;
	font-size: 16px;
	text-shadow:none;
	padding-left: 21px;
	margin: 12px 0 10px 0;
}

.hpb-news h2{
	margin: 6px 0 6px 0;
	}
	
.hpb-news img{
	width: 120px;
	height: 80px;
	padding: 0 10px 0 10px;
	}

.hpb-news-comment{
	display: inline-block;
	width: 513px;
	font-size: 14px;
	line-height: 22px;
}

/* メインコンテンツ内基本パーツ */

ul{
	margin: 0 0 0 0;
	padding-left: 5px;
	list-style-type: none;
}

ul li{
	text-align: left;
	line-height: 1.4;
	padding: 6px 15px 6px 5px;
        }

#hpb-main ul li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
	padding: 6px 15px 6px 5px;
}

#hpb-main ol li{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
	padding: 6px 15px 6px 5px;
}


#hpb-main dl{
	margin: 0 0 20px 0;
	padding: 0;
}


#hpb-main dt{
    float: left;
	margin: 0;
    text-align: left;
    line-height: 16px;
    font-weight: normal;
    width: 170px !important;
	padding: 10px 0 2px 15px;
}

#hpb-main dd{
	margin: 0;
	padding: 10px 0 10px 185px;
    text-align: left;
    line-height: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.hpb-news {
	padding: 5px 0 5px 0;
	color: #424242;
	border-bottom: solid #a4a4a4 1px;
	display: block;
	min-height: 80px;
}
	
    /* ページの先頭へのリンク設定 */
#pagetop{
	margin: 35px auto 0 auto;
    text-align: right;
	padding-bottom:40px;
}

#pagetop a{
    display: block;
    margin-left: auto;
    width: 127px;
    height: 20px;
    overflow: hidden;
    background-image : url(returnTop_9J.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}

#profile_images img{
	width: 16%;
	margin:5px 2px 5px 2px;
	}

#profile_images{
	margin-top: 10px;
	display: inline-block;
	}

#msss_images{
	margin-top: 0px;
	display: inline-block;
	}
	
#msss_images img{
	width: 16%;
	margin:5px 2px 5px 2px;
	}
	

#hpb-main td{
	vertical-align: top;
	}
	
#hpb-main-profile td{
 	vertical-align: top;
	}


#hpb-main li{
	margin-bottom: 5px;
	}

#hpb-main li{
	margin-bottom: 5px;
	}

#hpb-aside ul li{
	padding:6px 0px 0px 0px;
	}



