@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-size: 13px;
	margin: 0px;
	color: #000;
	background-color: #FFF;}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }


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

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

img { border-style: none;}

#head {width: 1000px;
height:110px;
background-image:url(items/back02.jpg);}

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

#header_inner	{padding: 0px;}

#header_title	{float: left;
width: 350px;
height: 80px;
padding-top:10px;}
	
#header_other	{float: right;
width: 300px;
height: 90px;
padding-top:10px;}

/* ==================== navigation ==================== */
    #navigation{ 
      padding: 0;  
      width: 1000px;
	  height:50px;
	  font-size:13px;
	background-color: #FFC;
    } 
	
	#navigation-left{
		float:left;
      padding: 0;  
      width: 980px;
	  height:50px;
    }
	
	#navigation-right{
		float:right;
      padding: 0;  
      width: 140px;
	  height:50px;
    }   
	
    #navigation ul{  
      list-style-type: none;  
      margin: 0;  
      padding: 0;
	  
    }  
      
    #navigation li{  
      float: left;  
      width: 95px;
	  height: auto;
      margin: 0;  
      padding: 0;  
    }  
      



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

.floatR{float: right;}

#content p{
	text-align: center;
	}

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

.post	{width: 1000px;
height: 520px;
padding-top:0px;
padding-left:0px;
}

.post h2	{font-weight: bold;
	font-size: 15px;
	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;
color:#666;
	margin: 0;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	line-height: 25px;
	padding-left: 20px;}
.post h5	{font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	line-height: 25px;
	padding-left: 20px;}



.posttext	{
	float:left;
	width: 550px;
	height: 500px;
	text-align:left;
	font-size: 0.875em;
	line-height: 1.5;
	color:#000000;
	padding-left:10px;
	padding-right:20px;}

.posttext2	{
	float:right;
	width: 400px;
	height: 400px;
	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: 1000px;
height:100px;
background-image:url(items/back01.jpg);}

#footer_inner	{
	overflow: hidden;
	width: 	1000px;}

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

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

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



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

#footer .icons img	{border: none;}

