/*
	Take Care Tokyo Facebook page
	File Name     : base.css
	First Version : 2011/07/11(v1.00)
	Last Modified : 2011/07/11(v1.00)
*/

/* Common */
html,body,p,img,form,fieldset,input,textarea,h1,h2,h3,h4,ul,li,dl,dt,dd{ 
	margin: 0; 
	padding: 0; 
	border: 0;
	font-weight: normal;
}
header,nav,article,section,aside,figure,figcaption,footer{
	display: block;
}

header{
	font-size: 14px;
	margin: 12px 0 36px;
	font-weight: bold;
}
h1{
	margin: 12px 0 36px;
	font-weight: bold;
}
h2{
	background: #fee;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
	padding: 3px 6px;
}
section.third{
	margin-left: 12px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 9px;
	border-left: #ed1c24 9px solid;
}
p{
	margin: 0 0 24px 12px;
	font-size: 14px;
	line-height: 1.6em;
}
section.third p img{
	margin-bottom: 6px;
}
section.third p a{
	text-decoration: none;
	color: #f44;
	border-bottom: #f44 1px dotted;
}
section.third p a:hover{
	text-decoration: none;
	color: #faa;
	border-bottom: #faa 1px dotted;
}
section.third dl{
	margin: 0 0 12px 12px;
	font-size: 14px;
	line-height: 1.6em;	
}
section.third dl dt{
	font-weight:bold;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}
section.third dl dd{
	margin: 0 0 0 12px;
}
.precedent{
	margin-bottom: 12px;
}

