body {
	background-color: #ffffff;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ffffff;
	background-image: url(../img/kings-cross.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}
p{
	line-height: 180%;
	color: #333333;
}
li.important>p{
	color: #ff0000;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}

/*ナビゲーションバー*/
#header {
	background-color: #ffffff;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}
.navbar-header {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle {
	border-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-default .navbar-toggle:hover > .icon-bar,
.navbar-default .navbar-toggle:focus > .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
}
.navbar-default .navbar-brand {
	color: #000;
}

/*パンくずリスト*/
.pan{
	background-color: #ffffff;
	padding: 0px;
}
.breadcrumb{
	padding:8px 15px;
	margin-bottom:0px;
	list-style:none;
	background-color:#f0e6d8;
	border-radius:4px;
}
.breadcrumb>li{
	display:inline-block;
}
.breadcrumb>li+li:before{
	content:">\00a0";
	padding:0 5px;
	color:#ccc;
}
.breadcrumb>.active{
	color:#999;
}

/*リンクなど*/
a:link{
	color: #666666;
	text-decoration : none;
	}
a:active,hover{
	color: #cccccc;
	text-decoration : none;
	}
a:visited{
	color: #61619f;
	text-decoration : none;
	}
.new{
	width: auto;
	height: 300px;
//	margin: 10px;
//	margin-bottom:30px;
	overflow-y: scroll;   /* スクロール表示 */ 
//	background-color: #ffffff;
//	border-radius: 0.5em;
//	color: #ffffff;
//	padding: 5px;
}
.title{
	text-align: center;
	background-color: #cccccc;
}
h1{
	display:inline;
	width: 80px
	margin-left: -15px;
	font-size:80%;
}
h2{
	display: inline-block;
	color:#000000;
	font-size:120%;
	font-weight: bold;
	border-bottom: solid 3px #000000;
	}
h2.copy{
	font-size: 80%;
	font-weight: normal;
}
h3{
	width: 150px;
	color: #000000;
	border-left: solid 8px #000000;
	border-bottom: solid 3px #000000;
	padding: 5px;
}
.subtitle{
	color: #000000;
	border-left: solid 8px #000000;
	border-bottom: solid 3px #000000f;
	padding: 5px;
	margin:10px;
}
h4{
	font-style:bold;
	margin-top: 30px;
	margin-bottom:10px;
	text-align:center;
}

.table-gray{
	background-color:#f0f0ff;
}

/* フッター */
.footer{
	background-color:#ffffff;
}
.footer > .container{
	padding-right: 15px;
	padding-left: 15px;
}
.footer > .container > p > a{
	color: #666666;
}
.footer > .container > .row > .col-md-2 > p > a{
	color: #666666;
}

.right > a{
	color: #666666;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}


.cell-table{
	border: solid 2px #ffffff;
	background: #efefef;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cell-body{
	padding: 20px;
}
.cell-img{
	padding: 20px;
	background: #ffffff;
}
.cell-img>img{
	margin-left: auto;
	margin-right: auto;
}

.link{
	border-radius: 0.5em;
	padding: 5px;
}
.skbt_do{
	background-color: #ebccbc;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}
.pixiv{
	background-color: #99cae3;
	border-right: solid 2px #007bbb;
	border-bottom: solid 2px #007bbb;
	font-size: 12px;
}
.link>a{
	color: #666666;
}

.text{
	color: #333333;
}

.board{
	padding: 10px;
	background-image: url(../img/top_board_background.gif);
	background-repeat: repeat;
}

.big{
	color: #cccccc;
	font-size: 20px;
}

.sorting_result{
	font-style: bold;
	font-size: 20px;
}

.text_white{
	color: #cccccc;
}

.comment_name{
	color: #cccccc;
	font-weight: bold;
}

.chara_name{
	color: #000066;
	font-weight: bold;
}

#Timer{
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
	background-color: rgba(255,255,255,0.5);
}

.page{
	margin-top: 20px;
	 position: fixed;
	bottom: 0;
}

.container{
	background-color: rgba(255,255,255,0.5);
}