@charset "Shift_JIS";
/* Webフォント */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);	/*さわらびゴシック*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);	/*さわらび明朝*/
/*@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);*/	/*M+*/
/*@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);*/	/*rounded M+*/
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);	/*はんなり明朝*/
/*@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);*/	/*こころ明朝*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);	/*Noto Sans Japanese*/

/* 他のスタイルシート読み込み */
@import url(milonga_main.css);

BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #999900;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #999900;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
}

BODY, TD{
  font-size : 14px;
  line-height : 130%;
}

.m12l130_w{
  font-size : 12px;
  line-height : 130%;
  color : white;
}
.m12l130_b {
	font-size: 12px;
	line-height: 130%;
	color: #3B3830;
}
.m12l150_b {
	font-size: 12px;
	line-height: 150%;
	color: #3B3830;
}
.m14l130_w{
  font-size : 14px;
  line-height : 130%;
  color : white;
}
.m14l130_b {
	font-size: 14px;
	line-height: 130%;
	color: #3B3830;
}
.m14l150_b {
	font-size: 14px;
	line-height: 150%;
	color: #3B3830;
}
.m16l130_w{
  font-size : 16px;
  line-height : 130%;
  color : white;
}
.m16l130_b {
	font-size: 16px;
	line-height: 130%;
	color: #3B3830;
}
.m16l150_b {
	font-size: 16px;
	line-height: 150%;
	color: #3B3830;
}

.l130_w{
  line-height : 130%;
  color : white;
}

A:link     { color:#cc9900 ; text-decoration:none ;}
A:visited  { color:#336600 ; text-decoration:none ;}
a:hover{  color:#cc9900 ; background-color : #ccccff;}
a:active{  color:#cc9900 ; background-color : #ccccff;}

.omake td{
  font-size : 12px;
}


/* comicページのレイアウト（2013/05〜） */

#comic_container02{
  width : 800px;
margin: 0 auto;  
	text-align: left; 
	font-size: 12px;
	line-height: 150%;
	color: #3B3830;
}
#comic_hidari02{
float: left;

  width : 520px;
}
#comic_migi02{
float: left;

  width : 280px;
}
#comic_shita02{
float: left;
width: 800px;
text-align: center; 
}

/* comicページのレイアウト（旧） */

#comic_container01{
  width : 800px;
margin: 0 auto;  
	text-align: left; 
	font-size: 12px;
	line-height: 150%;
	color: #3B3830;
}
#comic_hidari01{
float: left;

  width : 500px;
}
#comic_migi01{
float: left;

  width : 300px;
}
#comic_shita{
float: left;
width: 800px;
text-align: center; 
}

/* マニアックスのレイアウト */

.bar_banan{
/*width: 800px;*/
height: 48px;
background-image : url(../koma-/bar_banana.gif);
background-position : left top;
background-repeat : no;
padding : 15px 0px 0px 60px;
margin: 0px 0px 10px 0px;
  font-size : 20px;
  background-repeat : no-repeat;
  text-align: left; 

  font-weight : bold;
}







/* キャラ紹介ページのレイアウト（旧） */

#chara_container01{
  width : 800px;
margin: 0 auto;  
	text-align: left; 
	font-size: 12px;
	line-height: 150%;
	color: #3B3830;
}
#chara_hidari01{
float: left;
background-repeat : repeat-y;
  background-image : url(../koma-/line_tate2.gif);
  background-position : left top;
  width : 185px;
  padding : 0px 0px 0px 15px;
}
#chara_migi01{
float: left;
  width : 600px;
}
#chara_shita{
float: center;
	width: 800px;
	text-align: center; 

.chara_menu{
  font-size : 12px;
  line-height : 130%;

}
.chara_update{
  font-size : 12px;
  line-height : 150%;
  margin-top : 2px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 5px;
}
