@charset "UTF-8";

body {
	background-color: #e3e2cd;
	margin: 0px;
	padding: 0px;
	font-family: "MS UI Gothic","ヒラギノ角ゴ Pro W6","Osaka","EE EゴシチE",verdana, helvetica, arial, sans-serif;
	text-align: center;
}

#base {
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0044CC;
	text-decoration: underline;
}

input.search_box{
	height: 19px;
	width: 175px;
	border:solid 1px #95c356;
	margin: 0px;
	padding: 0px;
}

.footer_txt {
	color: #353535;
}
.tb_style {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.a {
	outline:none;
}

.f_left {
	float:left;
}

.f_right {
	float:right;
}

.bana {
	margin-top:20px;
	margin-right:20px;
}
.bana2 {
	margin-top:10px;
	margin-right:10px;
}
.strong_normal{
font-weight:normal;
}
h1{
margin:0px;
padding:0px;
font-weight:normal;
}
h2{
margin:0px;
padding:0px;
font-weight:normal;
}
h3{
margin:0px;
padding:0px;
font-weight:normal;
}
h4{
margin:0px;
padding:0px;
font-weight:normal;
}

/*プロフィールのバックカラー黄色*/
.pf {
	background-color: #FFFFE6;
	padding: 5px;
	margin-bottom: 20px;
}
/*ここまで（プロフィールのバックカラー黄色）*/

