
/*****　全体　*****/
*{
  margin:0; padding:0;
}
body {
  text-align:center;
  background-color: #f8f8f8;
}

.disp_no {
  display: none;
}

#bg {
  text-align:center;
  width: 740px;
  background:url(./img/bg.jpg) repeat-y ;
  margin:0 auto;
}

#container {
  width: 720px;
  background-color: #ffffff;
  margin:0 auto;
}



/*****  header *****/

#header {
  width: 100%; height: 110px; 
  background-color: #ffffff;
}

#header h1 {
  font-size: 10pt;
}


/*****  メニュー  *****/

#menu {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
}
#menu ul { 
  margin: 0 20px; padding :0; 
  list-style-type : none; 
}
#menu li { 
  background-color: #ffffff;
  float:left; 
}

#menu li a {
  width:86px; height:30;  margin:0 6px; padding:0; display:block;
}

#menu #menu_1 a       {  background:url(./img/mt_home.jpg) no-repeat; }
#menu #menu_1 a:hover {  background:url(./img/mt_home2.jpg) no-repeat; }

#menu #menu_2 a       {  background:url(./img/mt_decome.jpg) no-repeat; }
#menu #menu_2 a:hover {  background:url(./img/mt_decome2.jpg) no-repeat; }

#menu #menu_3 a       {  background:url(./img/mt_oekaki.jpg) no-repeat; }
#menu #menu_3 a:hover {  background:url(./img/mt_oekaki2.jpg) no-repeat; }

#menu #menu_4 a       {  background:url(./img/mt_emoji.jpg) no-repeat; }
#menu #menu_4 a:hover {  background:url(./img/mt_emoji2.jpg) no-repeat; }

#menu #menu_5 a       {  background:url(./img/mt_makebbs.jpg) no-repeat; }
#menu #menu_5 a:hover {  background:url(./img/mt_makebbs2.jpg) no-repeat; }

#menu #menu_6 a       {  background:url(./img/mt_ninkidecome.jpg) no-repeat; }
#menu #menu_6 a:hover {  background:url(./img/mt_ninkidecome2.jpg) no-repeat; }


#bar {
  font-size:9pt;
  color:#666666;
  padding: 2px 0 0 0;
  height: 34px;
  background-color: #fafafa;
  border-top: 4px solid #ff3399;
  border-bottom: 1px solid #e0e0e0;
}



/*****  コンテンツ  *****/
#contents {
  height: 495px;
  padding: 15px 0 0 30px;
  background-color: #ffffff;
  text-align:left;
}

#contents .cont_box {
  width: 300px;			/* ボックスの幅 */
  padding-bottom: 5px;	/* ボックスの下パディング */
  margin: 0 0 16px 0;
  background: #ffffff url(./img/boxbg.jpg) no-repeat bottom; /* ボックスの背景 */
}

#contents .cont_box h2 {
  font-weight:bold;
  margin: 0;			/* 見出しのマージン */
  padding: 7px 10px;	/* 見出しのパディング（上下、左右） */
  background: #ffffff url(./img/boxhead.jpg) no-repeat top;	/* 見出しの背景 */
  font-size: 10pt;		/* 見出しの文字サイズ */
  color: #ffffff;
}

#contents .cont_box_txt {
  padding: 10px 14px;
  line-height: 150%;
  font-size: 10.5pt;
}


#contents .cont_link_txt {
  padding: 0px 6px 3px 0px;
  font-size: 10pt;
}

#make_bbs a{
  display:block;
  width:276; height:104px;
  background:url(./img/bt_makebbs.jpg) no-repeat;
}

#make_bbs a:hover{
  background:url(./img/bt_makebbs2.jpg) no-repeat;
}



/*****  新着お絵かき  *****/
.shinchaku_head {
	margin: 0px 0 0 0;
	background-image:url(./img/mbtp_kadomaru_head.gif);
	background-repeat:no-repeat;
	height:20px;
	width:310px;
}

.shinchaku_title {
	background-color:#FFFFFF;
	background-image:url(./img/mbtp_kadomaru_body.gif);
	background-repeat: repeat-y;
	width:310px;
}

.shinchaku_body {
	background-color:#FFFFFF;
	background-image:url(./img/mbtp_kadomaru_body.gif);
	background-repeat: repeat-y;
	width:310px;
}

.shinchaku_bottom {
	background-image:url(./img/mbtp_kadomaru_bottom.gif);
	background-repeat:no-repeat;
	height:20px;
	width:310px;
}



/***** フッター *****/
#footer {
  width: 720px;
  height: 95px;
  text-align:center;
  margin:0 auto;
  background-color: #ffeeee;
  background:url(./img/tp_foot.png);
}

