@charset "UTF-8";
/* CSS Document */

/* ==================== body ==================== */
h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body

{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 13px;
	margin: 0px;
	color: #000;
	background-color: #C5E3FF;}

#container {width: 800px;
	margin: auto;
	background-color:#FFF;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	margin-bottom:20px;}
	
#wrapper {padding: 0;
height:auto;
		background-color: #FFFFFF;}

/* ==================== header ==================== */

img { border-style: none;}

#head {width: 800px;}

#header	{width: 800px;
	background-color: #FFFFFF;}


/* ==================== navigation ==================== */
    #navigation{ 
      padding: 0;  
      width: 800px;
	  height: auto;
	  font-size:13px;
	   background-color: #ffffff;
    }  
      
    #navigation ul{  
      list-style-type: none;  
      margin: 0;  
      padding: 0;
	  
    }  
      
    #navigation li{  
      float: left;  
      width: 160px;
	  height: auto;
      margin: 0;  
      padding: 0;  
    }  
      
    #navigation a{
		height:13px;
      text-align: center;  
      display:block;  
      padding: 10px 0;  
      width: 100%;  
      background-color: #8FC31F;  
      color: #F33;
	  text-decoration: none;
    }  
      
    #navigation a:hover{  
      background-color: #F60;  
      color: #FFF;  
    }  

/* ==================== content ==================== */
#content	{width: 800px;
height:auto;
padding-top: 0px;
	}

.floatR{float: right;}

#content p{
	text-align: center;
	}

/* ==================== post ==================== */

.post	{width: 780px;
height: auto;
padding-top:0px;
padding-left:0px;
}

.post h2	{font-weight: bold;
	font-size: 18px;
	color: #000;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #030133;
	border-left-color: #030133;
	margin-top: 10px;
	margin-bottom:10px;
}
	
.post h3	{font-size: 18px;
	margin: 0;
	margin-bottom: 15px;
	background-color: #b8e964;
	line-height: 32px;
	padding-left: 10px;}
	
.post h4	{font-size: 14px;
	margin: 0;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	line-height: 25px;
	padding-left: 20px;}



.posttext	{width: 780px;
	height: 200px;
	text-align:left;
	font-size: 0.875em;
	line-height: 1.5;
	color:#000000;
	padding-left:10px;}


/* ==================== subcontent ==================== */

#subcontent {
	padding-left:35px;
	margin-bottom: 10px;
}


#subcontent p {
	text-align:left;
	margin: 0;
	font-size: 17px;
}

/* ==================== table ==================== */


table	{width: 500px;
	border-collapse: collapse;}

th	{width: 100px;
	border: solid 1px #aaaaaa;
	padding: 8px;
	background-color: #b8e964;
	font-size: 0.875em;
	text-align: center;}

td	{border: solid 1px #aaaaaa;
	padding: 8px;
	font-size: 0.875em;}




/* ==================== footer ==================== */

#footer	{width: 800px;
height:auto;}

#footer_inner	{
	background-color: #8FC31F;
	overflow: hidden;
	width: 800px;}

#foot01	{width: 350px;
	float: left;
	font-size:16px;
	line-height:18px;
	padding:10px;}

#foot02	{width: 350px;
	float: right;
	text-align: right;
	padding-top:40px;
	padding-right:10px;
	font-size:16px;}

#footer h2	{color: #ffffff;
	font-size: 1.00em;
	margin: 0;}
	
#footer p	{color: #ffffff;
text-align:left;
	font-size: 0.75em;
	margin: 0;}



#footer .icons	{margin-bottom: 10px;}

#footer .icons img	{border: none;}

/* ==================== blogcss ==================== */

/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 700px;
	 background-color: #fff;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 14px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 12px;
	padding-bottom: 2px;
	color: #999;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}
