﻿@charset "utf-8";
/* CSS Document */

/* 全体の設定
--------------------*/
header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}

.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

body{font-size:13px;-webkit-text-size-adjust:none;background:#878787;}

img{border:none;}
li{list-style:none;}

a{color:#489e2d;}/* リンク色変更はここ */

/*----------------------------------------
 トップページここから
----------------------------------------*/
#container{
          margin-left:auto;
	  margin-right:auto;
	  width:100%;
}
 
/* ヘッダ部分
--------------------*/

h1{
	background:url(img/line_t.gif) repeat-x bottom center #088000;
	color:#fff;
	font-size:12px;
	padding:2px 0 2px 10px;
}



h2#top{
        font-size:24px;
	font-weight:bold;
	padding: 0px 20px;
	color: #FF0000;
	text-shadow: 1px 1px 2px black;
      
      
}

/* 導入テキスト部分
--------------------*/

#intro{
	margin:15px 10px 0;
}

/* カテゴリ部分
--------------------*/
#catebox{
	width:100%;
	margin:0 auto;
}

#catebox ul{
	background:#ddd;
	border-top:solid 1px black;
        border-bottom:solid 1px black;
	padding:10px 0 0 10px;
	
}

#catebox li{
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}



#catebox a{
	text-decoration:none;
}

/* 看板部分
--------------------*/
#kanban{
       color: #000000;
       background-image: url("img/bkimg.jpg");
	background-repeat:no-repeat;

height:600px;width:100%;

     
}

.com1 h4{color: #FFF;
         font-size: 32px;
         text-align:left;
         padding:100px 50px 50px 50px;
         

}

.com2{
      font-weight:bold;font-size: 20px; color: #fff;
      padding:20px 0px 0px 50px;
      text-align: left;


}

.r{
	background:#3975ac;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:15px 50px 15px 50px;
	margin:40px 0px 0px 52px;
        width:120px;
        text-align:center;
        font-weight:bold;font-size: 18px; color: #fff;
        text-shadow: 1px 1px 3px black;
        float:left;
}

.r a{text-decoration:none;
     color: #fff
}

.go{
     text-align:center;
     padding:15px;
     background:#B3000B;
     width:300px;
 float:right;
margin-top:10px;
text-shadow: 1px 1px 3px black;

}
.go a{text-decoration:none;
     font-weight:bold;font-size: 16px; color: #fff;
}

/* 最後の文章部分
--------------------*/
#outro{
	margin:0 10px 15px;
}


/* フッタ部分
--------------------*/
#footer{
	text-align:center;
	background:#489e2d;
	color:#fff;
	font-size:12px;
	padding:5px 0;
}

#footer a{color:#fff; text-decoration:none;}

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
.tytle{
 background:#FFF;
       displey:table;
       width:100%;
       height:100%;
       margin:0 auto;
       padding:0px 0px 20px 0px;
}
.tytle2{
       display:table-row;
       margin:0 auto
      
}
.tytle2>div{
 
       display:table-cell;
       widht:120px;
       height:100%;
       padding: 0px;
       margin:0 auto       
}
.tytlesub{
       font-size:14px;
       font-weight: bold;
       color:#2F97FF;
       text-shadow: 0 1px 0 blue;
       padding:20px;

}




h3{
	color:black;
	font-size:12px;
        font-weight: bold;
	line-height:15px;
	height:20px;
	padding-left:10px;
	
}

#box_t p img{
	margin:5px 7px 0 10px;
	border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .3);
	float:left;
}

/* サイト紹介部分
--------------------*/
.honbun{
	background:#FFF;
        width:100%;
       height:100%;
       margin:10px auto;
       padding:50px 200px 100px 0px;
	text-align:left;
}

.nagare{
	width:98%;
	height:500px;
	border-style:ridge;
	font-size: 15px;
	 padding:20px 0px 10px 0px;
	
}

#left{
	float:left;
}

h5,h6{
	font-weight:bold;
	font-size:18px;
	color:brown;

/* ホームへ戻るボタン
--------------------*/
#homebtn{
	text-align:center;
	margin:25px 0;
	}

#homebtn a img{
	margin-right:5px;
}

