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

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

	point

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

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


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

div#point p.right{
	text-align : right;
}

div#point p em.maker{
	background : url(../karakuri/img/maker.jpg) repeat-x;
	padding : 2px;
	font-weight : normal;
	font-style : normal;
}
div#point p em.aka{
	color : #CC0000;
	padding : 2px;
	font-weight : normal;
	font-style : 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#point h5{
	margin-top : 10px;
	text-align : left;
	font-size:1.16em;
	line-height : 150%;
	font-weight : bold;
	color : #CC0000;
}

div.point{
	margin-bottom : 10px;
	padding : 10px;
	border-left : solid #CC0000 1px;
	border-right : solid #CC0000 1px;
	border-bottom : solid #CC0000 1px;
}
div.point p{
	margin-top : 10px;
	margin-bottom : 10px;
	text-align : left;
	font-size:1.231em;
	line-height : 150%;
	font-weight : normal;
}

div#point img.right{
	float : right;

