* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0436ac;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif, Arial;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

/* 基本設定 */

body {
	background: #fff;
	text-align: center;
}

#container {
	width: 798px;
	_width: 800px;
	margin: 0 auto 0;
	padding: 0;
	background: #fff;
	border-top: 1px solid #0436ac;
	border-left: 1px solid #0436ac;
	border-right: 1px solid #0436ac;
	border-bottom: 1px solid #0436ac;
}
#main {
	float: right;
	width: 598px;
}
.maintext {
	margin: -9px 0 0 0;
	padding: 0 40px 10px 70px;
	line-height: 200%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	background: url("../images/bg_main.jpg");
}
.trust {
	margin: 10px 20px 20px 20px;
	padding: 20px;
	color: #0436ac;
	line-height: 200%;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 4px solid #0436ac;
	border-left: 4px solid #0436ac;
	border-right: 4px solid #0436ac;
	border-bottom: 4px solid #0436ac;
}
.about {
	margin: 10px 20px 20px 20px;
	padding: 20px;
	color: #444;
	line-height: 150%;
	text-align: left;
	letter-spacing: 1px;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
}
h1.manifesto {
	font-size: 21px;
	color: #444;
	margin: 0 0 10px 0;
}
.subtext {
	padding: 0 20px 20px 50px;
	color: #444;
	line-height: 150%;
	text-align: left;
	letter-spacing: 1px;
}
.subtext2 {
	margin: 10px 20px 20px 50px;
	padding: 50px 0 50px;
	color: #444;
	line-height: 150%;
	text-align: center;
	letter-spacing: 1px;
	border-top: 1px dotted #444;
	border-left: 1px dotted #444;
	border-right: 1px dotted #444;
	border-bottom: 1px dotted #444;
}
.sectiontop {
	color: #0436ac;
}
.subtitle {
	margin: 20px 0 5px 0;
	color: #0436ac;
	line-height: 150%;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
.proftext {
	margin: -9px 0 0 0;
	padding: 0 40px 10px 70px;
	line-height: 160%;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1px;
	background: url("../images/bg_main.jpg");
}
.profimg {
	float: right;
}
#main ul {
	list-style-type: none;
	margin: 10px 0 10px 10px;
}
#main li {
	font-size: 14px;
	line-height: 150%;
}
#menu {
	float: left;
	width: 200px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#menu li {
	margin: -2px 0 0 0;
	padding: 0;
	display: block;
}
.support {
	margin: 5px 0 0 0;
}
#footer {
	clear: both;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #fff;
	background: #0436ac;
	letter-spacing: 1px;
	font-family: Arial;
}
#footer a{
	color: #fff;
}

/* 応援ページ用 */
.entry_body {
	color: #444;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
}