h1,h2,h3,h4,p {margin:0;}

img  {border-style: none; }

a {
	color: #191EC4;
	text-decoration: underline;
	}
a:visited {
	color: #191EC4;
	text-decoration: underline;
	}
a:hover {
	color: #004763;
	text-decoration: underline;
	}

body {
	margin: 0;
	padding: 0;
	/* background: url('http://www.feelwords.com/af/img/bg003-003.gif'); */
	text-align: center;
	letter-spacing: 1px;
	}

#container {
	width: 660px;
	text-align: left;
	background: #fff;
	margin: 5px auto;
	padding: 5px;
	font-family: "メイリオ", "MS UI Gothic", "Osaka";
	}

#containerInner{
	padding: 0 15px 15px;
	border: solid 1px #666;
	}

#header {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 6px;
	background: #f6680c;
	}
#header h1 {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	display: inline;
	}
#header h1 a {
	color: #fff;
	text-decoration: none;
	}
#header h2{
	font-size: 10px;
	font-weight: normal;
	padding-left: 30px;
	color: #000;
	display: inline;
	}

#main{
	border-bottom: solid 1px #f6680c;
	margin-bottom: 20px;
	}
#main h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 2px #666;
	}
#main p{
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 20px;
	}
#main p.p-center{
	text-align: center;
	}
#main p.p-small{
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
	}


#main ol {
	font: italic 1em Georgia, Times, serif;
	color: #666;
	}
#main ol p {
	font-family: "メイリオ", "MS UI Gothic", "Osaka";
	color: #f6680c;
	margin-bottom: 10px;
	} 

#main p.introduction:first-letter {
	font-size : 300%;
	font-weight : bold;
	color: #f6680c;
	float : left;
	width : 1em;
	}

#fnavi{
	}
#fnavi p{
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
	}


#footer {
	}
#footer p {
	font-size: 10px;
	line-height: 1.4;
	color: #666;
	}
#copyright {
	padding: 1px;
	}
#copyright a {
	color: #666;
	text-decoration: none;
	}

.bold{
	font-weight: bold;
	}
.red{
	color: #b22222;
	font-weight: bold;
	}
.underline{
	text-decoration: underline;
	}
.ad{
	text-align: center;
	}
.space{
	text-align: center;
	border-top: dotted 1px #666;
	margin: 0 30px 20px;
	}
.space2{
	text-align: center;
	border-top: solid 1px #f6680c;
	margin: 0 30px 20px;
	}

