@charset"UTF-8";

/*========================================================

Author and Copyright

Author: masateru tagawa (http://at-will.net)
Created: 2008-2.07
Modified: 2008-2.07
Copyright: masateru tagawa

========================================================*/

/*------------------------------------------------------

	contents_area
		pankuzu
		
		
		@@

--------------------------------------------------------*/

div#contents_area{
	float: right;
	width: 600px;
	text-align: left;
	}

div#contents_area hr{
	color : #FFFFFF;
	border-top : solid #999999 1px;
	margin:5px 0px 5px 0px;
	}
	

/*------------------------------------------------------

	pankuzu

--------------------------------------------------------*/
	
div#pankuzu ul{
	text-align: right;
	margin: 10px 20px 20px 20px;
	list-style: none;
}

div#pankuzu li{
	font-size:0.77em;
	display: inline;
}

/*------------------------------------------------------

	service

--------------------------------------------------------*/

div#service{
	width: 560px;
	margin: 0px 20px 0px 20px;
}

div#service h2{
	margin-bottom : 20px;
	text-align : center;
	line-height : 150%;
	font-weight : normal;
	padding : 3px;
	border-bottom : solid #333333 1px;
}

div#service h3{
}

div#service h4.line{
	margin-top : 20px;
	margin-bottom : 10px;
	text-align : left;
	line-height : 150%;
	font-weight : normal;
	font-size : 1.231em;
	background : url(../karakuri/img/h3_bg_line.gif) no-repeat bottom;
	padding-top : 4px;
	padding-bottom : 12px;
}
div#service p{
	margin-bottom : 10px;
	text-align : left;
	line-height : 180%;
	font-weight : normal;
}
div#service p.right{
	text-align : right;
}

table.book{
	margin : 5px auto;
	width : 414px;
}

table.book td{
	padding : 10px 20px;
	line-height : 150%;
	font-weight : normal;
}

div.check{
	clear : both;
	margin-top : 10px;
	margin-bottom : 10px;
	background : #FFFFCC;
	padding : 10px;
	border : solid #CCCCCC 1px;
}

div.check ul{
	list-style : none;
	text-align : left;
}

div.check li{
	padding-left : 20px;
	background : url(../point/img/icon_checkbox.gif) no-repeat left 2px;
	line-height : 150%;
	font-weight : normal;
	margin-bottom : 5px;
}

div#service h5{
	margin-top : 10px;
	text-align : left;
	line-height : 150%;
	font-weight : bold;
	color : #CC0000;
}

div#service img.right{
	float : right;
}

