@charset "utf-8";

/*--------reset---------*/



img{
border:none;
/*display:block;*/
}

a{
text-decoration:underline;
overflow:hidden;
}


/*--------共通---------*/
#contents_wharea {
	width: 590px;
	margin-left: 16px;
	color: #2c1e0d;
}	
#top_main {
	text-align: left;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

p.btn_bg_white {
	text-indent:-9999px;

}

p.btn_bg_white a{
	display:block;
	background:url(../images/btn_bg_white.jpg) no-repeat left top;
	width:200px;
	height:34px;

}

p.btn_bg_white a:hover{
	background-position: 0px -34px;
	

	
}

p.btn_bg_green {
	text-indent:-9999px;

}

p.btn_bg_green a{
	display:block;
	background: url(../images/p.btn_bg_green.jpg) no-repeat left top;
	width:200px;
	height:34px;

}

p.btn_bg_green a:hover{
	background-position: 0px -34px;
	

	
}

/*
 汎用
-----------------------------------------------------------*/
/*--- reset */

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/*--- default */
.font_color_purple {
	color: #f90a8b;
}	
.center_img {
	text-align: center;
}
.font_large {
	font-size: 112.5%;
}
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color: #0b32a1;
	text-decoration: underline;
}
a:visited {
	color: #0b32a1;
}
a:hover {
	color: #3950A1;
	text-decoration: none;
}
a:active {
	color: #0b32a1;
}
/*
 メインフレーム
-----------------------------------------------------------*/
p#pan {
	padding:12px 0px 18px;
	font-size:87%;
}
p#pan span {
	padding: 0 0.5em;
}
p#pan em {
	font-style:normal;
}
