@charset "euc-jp";

/* ---------------------------
　基本設定
--------------------------- */

body{
	text-align:center;
	font-size:0.8em;
	}

.main{ width:820px; }

.main2{
	height:100%;
	background-color:#CCCCCC;
	text-align:left;
	}  

/* ---------------------------
　リンク設定
--------------------------- */

a { text-decoration:none; }

a:hover{ text-decoration:underline; }

/* ---------------------------
　画像設定
--------------------------- */

img{ border-style:none; }

/* ---------------------------
　文字設定
--------------------------- */

.cl1{
	color:#CC0000;
	font-weight:bold;
	}

.cl2{
	color:#CC0000;
	font-weight:bold;
	font-size:24px;
	}

.cl3{
	color:#0000FF;
	font-weight:bold;
	font-size:40px;
	}
	
.cl4{
	color:#CC0000;
	font-weight:bold;
	font-size:40px;
	}


/* ---------------------------
　ヘッダー部分
--------------------------- */

.header1 {
	background:url(images/main.jpg) no-repeat;
	width: 820px;
	height:200px;
	text-indent:-9999px;
	}
	
.header1 a {
	background:url(images/main.jpg) no-repeat;
	width: 820px;
	height:200px;
	}

.hitem01 a {
	float:left;
	/*見せる場所*/
	width:610px;
}
			 
.hitem02 a {
	background-position:-610px 0px;
	float:left;
	/*見せる場所*/
	width:210px;
	}
	
.header h1{
	text-align:left;
	font-size:12px;
	float:left;
	}

.header h2{
	text-align:right;
	font-size:12px;
	padding:0px;
	margin:0px;
	}

.sitemap{
	text-align:right;
	float:right;
	}
	
/* ---------------------------
　左部分
--------------------------- */

.lmenu{
	width:190px;
	float:left;
	}
  
.lmenu h2{
	width:200px;
	color:#FFFFFF;
	height:20px;
	font-size:12px;
	background-color:#989789;
	text-align:center;
	padding-top:5px;
	}

.lmenu p { padding-left:10px; }
  
/* ---------------------------
　中央部分
--------------------------- */

.cmenu{
	line-height:150%;
	background-color:#FFFFFF;
	width:407px;
	float:left;
	padding-left:1em;
	}

  
.cmenu h2{
	height:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	background-color:#989789;
	margin-left:-20px;
	margin-bottom:20px;
	padding-top:5px;

	}
	
.bun{
	line-height:150%;
	padding:10px 0px 10px 10px;
	}

/* ---------------------------
　右部分
--------------------------- */
  	
.rmenu{
	width:200px;
	float:left;
	}

.rmenu h2{
	color:#FFFFFF;
	height:20px;
	font-size:12px;
	background-color:#989789;
	text-align:center;
	padding-top:5px;
	margin-bottom:15px;
	}

.wakaru { padding:10px 0px 15px 10px; }

  
/* ---------------------------
　ＭＴブログ部分
--------------------------- */

 /*記事部分*/
.content p { 
	color: #000000;
	font-family: Verdana, Arial, sans-serif; 
	font-weight: normal; 
	font-size:11px; 
	line-height: 150%; 
	text-align: left;
	padding: 10px 10px 15px 10px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px;
	margin-top: 0px;
 }

 /*記事の小見出しH1*/
.content h1 { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	text-align: left; 
	font-weight: bold; 
	color: #000000;
	padding: 0px 5px 0px 10px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	line-height: 120%; 
}

 /*記事の小見出しH2*/
.content h2 {
 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	text-align: left; 
	font-weight: bold;
	text-align:center; 
	color: #FFFFFF;
	line-height: 120%; 
}

/*記事の日付*/
.content h6 { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	text-align: left; 
	font-weight: bold; 
	color: #75C4FF;
	padding: 0px 5px 0px 10px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	line-height: 120%; 
	/*mochizuki上に線つける*/
	border-top: 1px solid #999;
}

 /*記事のタイトル*/
.content h3 { 
	color: #FF8BB3; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	text-align: left; 
	font-weight: bold; 
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
	margin-left:10px; 
	margin-right:10px; 
	margin-top: 0px; 
	line-height: 100%;
	
	/*mochizuki下に線つける*/
	border-bottom: 1px solid #999;
 }

 /*記事下のリンク*/ 
.content p.posted { 
	color: #464646; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px; 
	text-align: left; 
	padding: 3px 10px 3px 10px; 
	margin-bottom: 20px; 
	margin-top: 0px; 
	line-height: normal; 
	border-bottom: solid 1px #FFC577; 
} 

 /*カレンダー*/ 
#calendar {
	line-height: 120%; font-family:
	Verdana, Arial, sans-serif; font-size: 10;
	padding:0px; 
	text-align: center; 
	margin-bottom: 20px;
 } 
#calendar table { 
	width: 150px; 
	padding:0px 0px 0px 0px; 
}
 /*カレンダーのタイトル*/
#calendar caption { 
	color: #FFFFFF; 
	background-color: #989789;
	font-family: Verdana, Arial, sans-serif; 
	font-size:10px; 
	text-align: center; 
	font-weight: bold; 
	padding:2px 0px 2px 0px; 
	line-height: 15px;
 }
 /*カレンダーの曜日*/ 
#calendar th { 
	line-height: 12px; 
	font-size:10px; 
	text-align: center; 
	font-weight: bold; 
	color: #000000; 
	padding:2px 0px 0px 0px;
 } 
/*カレンダーの日付*/
 #calendar td { 
	line-height: 12px; 
	font-size:10px; 
	font-weight: normal; 
	color: #997766;
	text-align: center; 
	padding:2px 0px 0px 0px; 
	border-right: solid 2px #FFFFFF; 
	border-left: solid 1px #FFFFFF; 
	border-top: solid 1px #FFFFFF; 
	border-bottom: solid 2px #FFFFFF; 
} 
#calendar a {
	color: #000000;
	background-color: #999999; 
	text-decoration: none;
 }
#calendar a:hover {
	color: #FCD9C5; 
	background-color: #FFFFFF; 
	text-decoration:underline; 
} 

/*エントリーを隠すCSS*/
.entry-more-text { display : none; }

/* ---------------------------
　フッター部分
--------------------------- */

.footer{
	width:820px;
	height:20px;
	text-align:right;
	background-color:#CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	}
	
/* ---------------------------
　的中実績ページ
--------------------------- */		

.tekityu table {
	width:400px;
	}

/* ---------------------------
　１分でわかるページ
--------------------------- */		

.nintei {
	text-align:center;
	font-size:1.4em;
	}
	
/* ---------------------------
　流れページ
--------------------------- */

.nagare { margin-left:25px; }

.nagare td, { padding:10px; }

/* ---------------------------
　会社概要ページ
--------------------------- */

.kaisya { padding-top:10px; }

.kaisya td, { padding:10px; }

/* ---------------------------
　アーカイブ
--------------------------- */

.center{
background-color:#FFF;
}

.yohaku4 { height:800px;}

.entry2 { padding-left:-15px;}

