﻿@charset "UTF-8";
@import url("base.css");
@import url("side_contents.css");

#Lct_Int {
	width: 680px;
	font-size: 14px;
	padding:15px;
	color: #333333;
	margin: 0 auto;
	line-height:1.3em;
	clear: both;
}
#Lct_Int:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#Lct_Int h1 {
	border-bottom: 2px solid #AAA;
	margin:30px 0;
}
#Lct_Int h2 {
	background-color: #FDD;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FA5;
	padding: 5px;
	margin-bottom: 1em;
	clear:both;
}
#Lct_Int p {
	text-indent: 1em;
	line-height: 1.8em;
	margin-bottom: 2em;
}
#Lct_Int strong {
	color: #F00;
	font-weight:bold;
}
#Lct_Int em {
	color: #F50;
	font-style: normal;
}
#Lct_Int img.Fl_rgt {
	margin-left: 10px;
}
#Lct_Int2 {
	width: 680px;
	font-size: small;
	padding:15px;
	color: #333;
	margin: 2em auto;
	clear: both;
	text-align: center;
}

