@charset "UTF-8";

/* CSS Document */

html {
	min-height: 100%;
	position: relative;
}
 
body {
	background-color:#fff;
	//margin-bottom: 65px;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

header{
	padding-bottom: 5px;
}

#slider-wrap{
	//margin-top:5px;
	margin:0;
	width:100%;
}

#top-contents-wrapper{
	margin: 0;
	padding: 10px 2px 2px 2px;
	background-color:#0066ff;
	/*background-color:#0800af;*/
}

/*左右に分けないので使用しない
#column-l{
//	float:left;
}

#column-r{
//	float:right;
}
左右に分けないので使用しない*/


/* sub nav */

nav#sub{
	margin: 0;
	width: 100%;
	text-align: center;
}

nav#sub ul{
	margin: 0px;
	font-size:0;
}

nav#sub ul li{
	display:inline-block;
	width: 32%;
	height: 70px;
	margin: 0.5%;
	padding: 0;
	border:none;
	background-color:#fff;
}

nav#sub ul li img {
	position:relative;
	width: 80px;
	height: 63px;
	top: 3.5px;
}

.bcp{
	background-image:url(../images/top/snav_cp_on.png);
	background-size: 80px 63px;
	background-position: center;
	background-repeat: no-repeat;
}

.bps{
	background-image:url(../images/top/snav_ps_on.png);
	background-size: 80px 63px;
	background-position: center;
	background-repeat: no-repeat;
}

.bwk{
	background-image:url(../images/top/snav_wk_on.png);
	background-size: 80px 63px;
	background-position: center;
	background-repeat: no-repeat;
}

.brr{
	background-image:url(../images/top/snav_rr_on.png);
	background-size: 80px 63px;
	background-position: center;
	background-repeat: no-repeat;
}

.bct{
	background-image:url(../images/top/snav_ct_on.png);
	background-size: 80px 63px;
	background-position: center;
	background-repeat: no-repeat;
}

.bml{
	background-image:url(../images/top/snav_wp_on.png);
	background-size: 80px 63px;
	background-position: center;
	background-repeat: no-repeat;
}



/* news */

#news-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width:300px;
	text-align:left;
	position:relative;
	border-left:1px solid #0014af;
}

#news-inner {
	padding-top:2px;
	margin-left:5px;
	height:70px;
	color:#666;
	overflow:hidden;
}

.news-title {
	border-bottom:1px solid #0014af;
}

dl.news-list {
	width:400px;
	text-align:left;
	font-size:10px;
	line-height:1.5em;
	display:block;
}

dl.news-list dt {
	margin:0px 1em 0 0;
	float:left;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

dl.news-list dd {
	margin:0;
	padding:0px 0px 0px 0px;
}

dl.news-list dd.first_news {
	border:none;
}

dl.news-list dd a {
	color:#666;
	text-decoration:none;
}

dl.news-list dd a:visited {
	color:#666;
}

dl.news-list dd a:hover {
	color:#666;
	text-decoration:underline;
}



/* tweet */

.tw-box {
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	width: 256px;
	height:360px;
}

.tw-fl{
	position:relative;
	width: 174px;
	left:82px;
	bottom:0px;
}

.tw-header{
	width: 100%;
}

.tw-header img {
	margin:0 auto;
	width: 256px;
	height: 24px;
}

.tw-wrap {
	position:relative;
	top: -24px;
	margin-top: 0px;
	//margin-bottom: 80px;
	width: 100%;
	height: 480px;
}

#tw-headerBG {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 24px;
	background-color:#0066ff;
	/*background-color:#0800af;*/
}


/* footer */

footer{
	position: absolute;
	bottom: 0;
}
