@charset "UTF-8";

/*------------------------------------------------------------------------------
	KAWASHIMA COFFEE - Reset CSS
	URL: http://www.kawashimacoffee.co.jp/
	Date: 2013-07-18
	Copyright (C) 2013 KAWASHIMA COFFEE All Rights Reserved.
------------------------------------------------------------------------------*/

/*	Browser Formatting
----------------------------------------------------*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	}

input,select,textarea,label{
	margin:0;
	padding:0;
	}

/*	Redefine
----------------------------------------------------*/

body{
	color:#333;
	font-size:83%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	}
	
		/*"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",*/
		
h1,h2,h3,h4,h5,h6,address{
	font-weight:normal;
	font-style:normal;
	}
h2.h2_lead{
	width:655px;
	background:url(../img/bg_h2_lead.gif) repeat-x left top;
	padding:15px 0 15px 25px;
	margin-bottom:25px;
}
h2.h2_lead2{
	width:655px;
	background:url(../img/bg_h2_lead2.gif) repeat-x left top;
	padding:16px 0 16px 25px;
	margin-bottom:25px;
}
h3.h3_lead{
	width:655px;
	background:url(../img/bg_h3_lead.gif) repeat-x left bottom;
	padding:0 0 15px 25px;
	margin-bottom:20px;
}

ul,ul li{list-style-type:none;}
ol{margin-left:2em;}

table{
	/*border-collapse:collapse;*/
	border-spacing:0;
	}
th,td{
	padding:0.3em 0.5em;
	/*border:1px solid #ccc;*/
	vertical-align:top;
	}
th,caption{text-align:left;}

/*tbl001*/
table.tbl001{
	width:100%;	
	background:#fff;
	padding:2px 1px 0;
	background:url(../img/bg_tbl001_table.gif) repeat-x left top;
}
table.tbl001 th{
	width:170px;	
	background:#4d4646 url(../img/bg_tbl001_th.gif) no-repeat left bottom;
	color:#fff;
	font-weight:normal;
	padding:15px 0 15px 10px;	
}
table.tbl001 td{
	background:#fff url(../img/bg_tbl001_td.gif) repeat-x left bottom;
	padding:15px 0 15px 15px;	
	line-height:1.2;
}
/*tbl002*/
table.tbl002{
	width:100%;	
	background:#fff;
	padding:2px 1px 0;
	background:url(../img/bg_tbl002_table.gif) no-repeat left top;
}
table.tbl002 th{
	width:80px;	
	background:#4d4646 url(../img/bg_tbl002_th.gif) no-repeat left bottom;
	color:#fff;
	font-weight:normal;
	padding:5px 0 5px 10px;		
}
table.tbl002 td{
	background:#fff url(../img/bg_tbl001_td.gif) repeat-x left bottom;
	padding:5px 0 5px 15px;	
	line-height:1.2;
}

select option{padding-right:0.5em;}

img{
	border:0;
	vertical-align:bottom;
	}
a{	text-decoration:none; font-weight:bold;}
a:link		{color:#254c2e;}
a:visited	{color:#254c2e;}
a:hover		{color:#5C3A23;}
a:active	{color:#254c2e;}
a[name]:hover{color:#3f3930;}

address,cite,code,dfn,em,var{
	font-style:normal;
	font-weight:normal;
	}
pre,code {font-family:monospace;}


/*--EOF-----------------------------------------------------------------------*/
