body {
  margin: 0;

    background-color: #fefefe;
    font-family: Verdana,Lato,'メイリオ',Meiryo,'HGSｺﾞｼｯｸM','HGSGothicM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 300;
    font-size: 14px;
    color: #333;

  background-image: url("https://rbbs-img.teacup.com/img/bbs/bg_body.png");

  background-repeat: repeat;
  background-position: center center;
  position: relative;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;

// margin-top: 70px;
}


/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana,Lato,'メイリオ',Meiryo,'HGSｺﾞｼｯｸM','HGSGothicM','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic';
    font-weight: 300;
    color: #333;
	letter-spacing:-1px;
}

h1 {
	font-size: 40px;
	margin-bottom:20px;
}

h3 {
	color: #444;
	font-weight: 400;
}

h4 {
	color: #444;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
//    line-height: 28px;
    line-height: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 130%;
//    letter-spacing:-1px;
}

.centered {
    text-align: center;
}


/* Links */
a {
  background: transparent;

    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #5bc0de;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-control {
	height: 42px;
	font-size: 18px;
//	width: 250px;
}

i {
	margin: 8px;
	color: #3498db; 
}



