@charset "UTF-8";

/*---------------テキストの設定---------------*/

#body {
	font-size: 80%;
	color: #333333;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
}

#right {
	width: 530px;
	float: right;
	padding-bottom: 55px;
}

.td_info_body{
padding:5px;
text-align:center;
vertical-align:middle;
border-width:1px;
border-color:#cccccc;
border-style:solid;
font-size:12px;
color:#333333;
line-height:150%;
}

.td_info_body_s{
padding:5px;
vertical-align:middle;
border-width:1px;
font-size:12px;
color:#333333;
line-height:150%;
}


.td_info_body2{
padding:1px;
text-align:left;
vertical-align:middle;
border-width:1px;
border-color:#cccccc;
border-style:solid;
font-size:12px;
color:#333333;
line-height:150%;
}

.td_info_body2_s{
padding:1px;
text-align:left;
vertical-align:middle;
font-size:12px;
color:#333333;
line-height:150%;
}


/*---------------リンクの設定---------------*/

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #330033;
	text-decoration: underline;
}

a:hover, 
a:active {
	color: #FF9900;
	text-decoration: underline;
}


#container {
	margin: 0 auto;
	text-align: left;
}

#header {
	padding-top: 6px;
	border-bottom: 3px solid #FFCC00;
}

#footer {
	margin: 25px 0 0;
	padding: 15px 25px 3px 0;
	background: #6B818E;
	color: #FFFFFF;
	text-align: right;
	font-size: 76%;
	height:45px;
}


/*---------------ヘッダー---------------*/

#logo_se {
	padding: 3px 0 0 25px;
	float: left;
	width: 150px;
}

#closebutton {
	padding: 6px 25px 0 0;
	text-align: right;
}

/*---------------本文---------------*/
#userpage_top_caution {
	margin: 50px;
}

#userpage_top_txt {
	margin: 30px;
}

.userpage_width {
	border: none;
}

/*---------------リストの設定---------------*/

.userpage_circle_glay_ul li {
	padding-left: 15px;
	background: url(/common/css/popup_css/p_circle_glay.gif) 0 0.4em no-repeat;
}

.userpage_decimal_ol {
    margin: 8px 0 0 30px;
	padding: 0 0 0 8px ;
	list-style-type: decimal;
}

/*---------------リンクボタンの設定---------------*/

#right p.bt_application span {
	display: none;
}

#right p.bt_application a {
	margin: 12px auto 0;
	display: block;
	background: url(/common_resource/bt_application_off.gif) no-repeat;
	width: 126px;
	height: 35px;
}

#right p.bt_application a:hover {
	margin: 12px auto 0;
	display: block;
	background: url(/common_resource/bt_application_on.gif) no-repeat;
	width: 126px;
	height: 35px;
}

