.sample {
 line-height: 1.4em;}  

body {
	font-size: 12px; 
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	background-attachment: fixed; 
	text-align: center;
 } 

a { 
	text-decoration: none;
 } 
a:link { 
	text-decoration:none; color: #0033FF;
 } 
a:visited { 
	text-decoration:none; color: #9966CC;
 } 
a:active { 
	color: #0033FF;
 } 
a:hover {
	color: #0033FF;} 

address {
font-style:normal;
padding-right:8px;}

#container { 
	line-height: 140%; 
	margin-right: auto;
	margin-left: auto; 
	padding: 0px; 
	width: 818px;
	background-color: #FFFFFF; 
} 

#banner { 
	font-family: Verdana, Arial, sans-serif; } 

#banner-img { 
	display: none; 
} 

#banner a { 
	color: #666666;
	text-decoration: none;
 } 

/*タイトル文字 */

#banner h1 { 
	font-size: 12px; 
	color:#666666;
	text-align:left;
	padding:0;
	margin:0;
	float:left;}
	
#banner p {
width:100px;
  float:right;
  font-size:12px; 
  color:#666666;
  font-weight:bold;
  margin:0;
  padding:0;}

#banner h2 { 
	font-size:11px;
	color:#666666;
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;} 

#center { 
	float: left; 
	width: 420px;
	overflow: hidden;
	background-color: #FFFFFF; 
} 

#right {
	width: 190px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }

.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;
 }

.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%; 
}

.content h2 { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px;
	text-align: left; 
	font-weight: bold; 
	color: #000000;

	padding: 0px 0px 0px 10px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	line-height: 120%; 
}

.top-bun p {
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	margin-left:0.4em;}

.style1 h2{
	color: #FFFFFF; 
	background-color: #989789;
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px; 
	text-align: center; 
	font-weight: bold; 
	padding:2px 0px 2px 0px; 
	line-height: 15px;
	margin:0;
} 

/*記事の日付*/
.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:6px 4px 4px 4px;
	margin-bottom: 0px;
	margin-left:10px; 
	margin-right:10px; 
	margin-top: 0px; 
	line-height: 100%;
	
	/*mochizuki下に線つける*/
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
 }

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

.kiji p {
	font-size:12px;}
	
.entry-more {
	padding-bottom:4px;}	

/*サイドバー*/
.sidebar p {
	padding-left:15px;
	padding-right:15px;
}

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

 /*カレンダー*/ 
#calendar {
	line-height: 120%; font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	padding:0px; 
	text-align:left; 
	margin:0 0 20px 25px;
 } 
#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; 
} 
/*サイドバーの見出し*/ 
.sidebar h2 {
	color: #FFFFFF; 
	background-color: #989789;
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px; 
	text-align: center; 
	padding:2px 0px 2px 0px; 
	line-height: 15px;
	margin:0;
	width:100%;
} 
.sidebar ul { 
	padding-left: 0px; 
	margin: 0px; 
	margin-bottom: 30px; 
} 
/*アーカイブ・コメント*/ 
.sidebar li {
	color: #464646; 
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
	text-align: left; 
	line-height: 15px; 
	margin-top: 3px; 
	padding: 0px 5px 0px 5px; 
	list-style-type: none;
 } 
.sidebar img { 
	border: 0px solid #FFFFFF; 
} 
.photo 
{
	text-align: left; 
	margin-bottom: 20px; 
} 
/*XML・検索のテキスト*/
.link-note { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 120%; 
	text-align: left; 
	color: #464646; 
	margin-top: 0px; 
	margin-left: 15px; 
	margin-bottom: 20px; 
} 
#powered {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 150%; 
	text-align: left; 
	color: #464646; 
	padding: 5px 0px 0px 0px; 
	border-top: solid 1px #646464;
	margin-top: 50px;
 } 
#comment-data { 
	float: left; 
	width: 160px; 
	padding-right: 10px; 
	margin-right: 10px; 
	text-align: left; 
	border-right: 1px dotted #BBB; 
} 
textarea
[id="comment-text"] 
{ width: 80%; } 
textarea {
font-family:Osaka,trebuchet MS,trebuchet,verdana,arial,sans-serif;
} 

.koe-01 {background:url(images/voice/img01.jpg) no-repeat;
			width:557px;
			padding-top:340px;
			padding-left:10px;
			margin-left:5px;
			line-height:150%;
			text-align:left;}
			
.koe-01 hr{width:557px;
			border-top:dashed 1px;}
			
.koe-02 {background:url(images/voice/img02.jpg) no-repeat;
			width:557px;
			padding-top:340px;
			padding-left:10px;
			margin-left:5px;
			line-height:150%;
			text-align:left;}
			
.koe-02 hr{width:557px;
			border-top:dashed 1px;}
			
.koe-03 {background:url(images/voice/img03.jpg) no-repeat;
			width:557px;
			padding-top:280px;
			padding-left:10px;
			margin-left:5px;
			line-height:150%;
			text-align:left;}
			
.koe-03 hr{width:557px;
			border-top:dashed 1px;}
			
.koe-04 {background:url(images/voice/img04.jpg) no-repeat;
			width:557px;
			padding-top:340px;
			padding-left:10px;
			margin-left:5px;
			line-height:150%;
			text-align:left;}
			
.koe-04 hr{width:557px;
			border-top:dashed 1px;}
			
.midasi {font-size:24px;
			font-weight:bold;
			line-height:110%;
			padding-bottom:10px;}
			
.staff-coment {background:url(images/voice/staff.jpg);
				width:550px;
				height:190px;
				padding-top:55px;
				padding-left:15px;}

.staff-coment2 {background:url(images/voice/staff2.jpg);
				width:550px;
				height:310px;
				padding-top:55px;
				padding-left:15px;}
				
.web-waku td{border:1px solid #999999;}

/*見積りフォーム*/

			.mitumori {
				padding:10px 0 0 10px;}
				
			table.mailform {
				margin: 0px auto 0px auto;}
				
			table.mailform td {
								font-family:Osaka,trebuchet MS,trebuchet,verdana,arial,sans-serif;
								} 


			table.mailform td span {
				font-size: 10px;
				color: #FF0000;}


/*saiyou*/

.saiyou_01 {
background:url(/images/saiyou/saiyou_01.jpg) no-repeat;
width:405px;
margin-top:20px;
padding:50px 0px 0px 5px;}

.saiyou_02 {
background:url(/images/saiyou/saiyou_02.jpg) no-repeat;
width:405px;
padding:0px 0px 30px 5px;}

.tyousei1{
	padding:5px;
	background-color:#CCCCCC;}
	
.tyousei2{
	padding:5px;}

a.koe_link{color:#F00 !important; text-decoration: underline;}
a.koe_link:hover{color:#CCC !important;}


/*ziseki*/

.ziseki {
	float:left;
	width:240px;
	border:solid 1px #999999;
	padding:10px;
	margin:20px 0 0 20px;}

.ziseki p {
	border-top:solid 1px #333333;
	padding-top:10px;
	text-align:left;
	height:40px;}

.z01 {
	margin-bottom:4px;
	background:url(images/ziseki/z01.jpg) no-repeat left;
	height:22px;
	text-align:left;
	padding:6px 0 0 12px;}

.z001 {
	margin-bottom:4px;
	background:url(images/ziseki/z01.jpg) repeat-y left;
	text-align:left;
	padding:2px 0 0 12px;}

.z001nashi {
	margin-bottom:4px;
	padding:2px 0 0 12px;}

.z02 {
	text-align:right;
	height:20px;}


.z-list ul {
	margin:0;
	padding:10px 0 0 30px;}

.z-list li {
	float:left;
	list-style-image:url(images/ziseki/z-list.jpg);
	width:250px;
	text-align:left;
	margin:0;
	padding:0;
	/line-height:100%;}

.z-list {
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	height:70px;}


/*Q&A*/

.q {
	background:url(images/gimon/q.jpg) no-repeat;
	border-bottom:dashed 1px #666;
	text-indent:30px;
	height:24px;
	padding-top:4px;
	margin-bottom:8px;
	width:410px;
	font-weight:bold;}

.qa p {
	padding:0;
	margin:0;
	width:410px;}

.qa hr {
	width:410px;}

.qa-list {
	background-color:#E2E2E2;
	text-align:center;
	font-size:10px;
	width:410px;
	margin-top:4px;}

.qa-name {
	background:url(images/gimon/qa-bar.jpg) no-repeat;
	height:27px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
	text-indent:30px;
	margin-bottom:10px;}

.main {
padding-left:14px;}


.sidespace {
	padding:10px 4px 10px 8px;}

/*-------------------------------------------------------------------*/
#links{padding:20px 5px;}
.link_list{font-size:11px; width:100%;  margin:0 auto 20px auto;
	-webkit-box-shadow: 1px 1px 6px #999;
	-moz-box-shadow: 1px 1px 6px #999;
	box-shadow: 1px 1x 6px #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:8px 0;
	
	/border:2px solid #CCC;
	border:2px solid #CCC\9;
}

.link_list caption{
	font-size:14px;
	text-align:left;
	padding:2px 5px;
	background:#EEE;	
	-webkit-box-shadow: 1px 1px 6px #999;
	-moz-box-shadow: 1px 1px 6px #999;
	box-shadow: 1px 1x 6px #999;
	
	/border-right:1px solid #CCC;
	border-right:1px solid #CCC\9;
	/border-bottom:1px solid #CCC;
	border-bottom:1px solid #CCC\9;
	margin:0 0 8px 0;
}

.link_list a{
	-webkit-transition: 0.5s color, 0.5s border;
	-moz-transition:0.5s color, 0.5s border;
	transition:0.5s color, 0.5s border;
	color:#39C;
	display:block;
	padding:3px 5px;
}
.link_list a:before{content:"・"; color:#000;}
	.link_list a:hover{color:#C60;}

.r-zisseki ul {
	margin:0;
	padding:10px 0 0 25px;}
