@charset "UTF-8";

/* BODY */
body {
	background-color: #454545;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳゴシック", "MS Gothic", "Osaka", Verdana, Geneva, sans-serif;
	font-weight: normal;
}
/*
h1 {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS PGothic", "Osaka", Osaka-mono, monospace;
	font-weight: normal;
	color: #222;
    line-height: 10px;
	text-align: right;
	padding-right: 0px;
}
*/

.pagebody {
	width:860px;
	margin: auto;
	background-color:#222222;
	background-image: url(png/bg_c2.png) ;
	background-size: 250px;
	background-repeat: repeat;
    padding: 0;
}

/* MAIN BOX LAYOUT */
.f-box {
	display:-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.side1 {
	float:left;
	box-sizing: border-box;
	width: 180px;
	padding-top: 0px;
	padding-left: 15px;
}
.side2 {
	box-sizing: border-box;
	width: 650px;
	height: auto;
	padding-top: 1px;
	padding-left: 7px;
}

/* HEADER */
.header {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS PGothic", "Osaka", Osaka-mono, monospace;
	font-weight: normal;
	color: #222;
    line-height: 20px;
	text-align: right;
	height: 0px;
	padding-right: 5px;
	margin-bottom: 20px;
}

/* ROOTS */
.rt {
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS PGothic", "Osaka", Osaka-mono, monospace;
	color: #222;
    line-height: 2px;
	height: 3px;
	text-align: left;
}

/* TAGBAR */
.tg_br {
	height: 110px;
	padding-left: 15px;
	margin-bottom: 0px;
	background-color: #444444;
	background-image: url(png/bg_b2.png) ;
	background-size: 250px;
	background-repeat: repeat;
}

/* TAGBAR LOGO */
img.tplg {
	position:relative;
	top:42px;
	left:10px;
	width: 38%;
/*	width: 320px;*/
}

/* SIDE MENU */
.mn{
	list-style-type:none;
	padding-left:20px;
	line-height:4px;
}
.ml{
	position:relative;
	top:3px;
}

/* SIDE MENU UNDER */
.mn2{
	list-style-type:none;
	padding-left:25px;
}
.ml2{
	position:relative;
	top:0px;
	float:left;
}

/*ボーダーライン設定*/
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hr1{
	border-top: 2px solid #111;
}
.hr2{
	border-top: 5px dotted #111;
}



/* LINKS */
a { text-decoration: none; }
a:link { color: #990022; }
a:visited { color: #990022; }
a:hover { color: #fefefe; }
a:active { color: #990022; }

/* FOOTER */
.footer {
	clear: both;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	line-height:4px;
	color: #000;
	height: auto;
	background-color: #444444;
	background-image: url(png/bg_g2.png) ;
	background-size: 250px;
	background-repeat: repeat;
}

