@charset "UTF-8";

body {
	font: 14px/22px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #505050;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,img,ul,li,div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
ul,ol {
	list-style: none;
}
#etc fieldset {
	border-style: none;
}
.lightgreen {
	color: #91B41E;
}
.green {
	color: #339933;
}
.green12 {
	color: #339933;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.5px;
}
.green14 {
	color: #339933;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: bold;
}
a:link,a:visited {
	color: #828282;
	text-decoration: none;
}
a:hover {
	color: #91B41E;
	text-decoration: underline;
}

/*ラッパー*/

#rapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 950px;
}
#rapper #header {
	margin: 0px;
	padding: 0px;
}
#rapper #bread {
	font: 10px/10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #91B41E;
	padding-top: 7px;
	padding-bottom: 7px;
}

/*メイン*/

#rapper #main {
	margin: 0px;
	padding: 0px;
}

/*コンテンツ*/

#main #contents {
	margin: 0px;
	padding: 0px 0px 20px;
	float: right;
	height: auto;
	width: 730px;
}

/*メニュー*/

#main #menu {
	font: 12px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 175px;
	text-align: left;
}
#menu #main-menu li a {
	line-height: 23px;
	background: url(http://www.successtool.jp/feedback/common/bg_menu1.gif) no-repeat left top;
	text-align: center;
	margin: 0px 0px 7px;
	padding: 0px;
	height: 23px;
	width: 175px;
	color: #828282;
	text-decoration: none;
	display: block;
	letter-spacing: 0.5px;
	font-weight: bold;
}
#menu #main-menu li a:hover {
	color: #91B41E;
}
#menu #etc {
	margin-top: 15px;
}
#menu #etc p {
	margin-bottom: 7px;
}
#etc #magmag {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
#etc #blog ul {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#etc #blog li {
	background: url(http://www.successtool.jp/feedback/common/listmark.gif) no-repeat left 4px;
	padding-left: 12px;
	height: auto;
}
#etc #tel {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
	text-align: center;
}
#contents .to_top {
	text-align: right;
	margin: 0px;
	padding: 0px;
	clear: both;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*フッター*/

#contents #footer {
	font: 10px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #AAAAAA;
	margin-top: 10px;
	clear: both;
}
#footer #navi {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 400px;
}
#footer #copyright {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 320px;
}

/*クリアフィックス*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*性別色分け*/
#contents .woman {
 color: #91b41e !important;
}