@charset "UTF-8";
/* CSS Document */

@import "com.css";
@import "company.css";

/*login
---------------------------*/
#header_login {
	text-align:center;
	border-bottom:1px solid #C8C8C8;
	padding-bottom:2px;
	font-size:0.9em;
	margin-bottom:10px;
}


#contents_l {
	float: left;
	width: 530px;
	margin-left: 10px;
	line-height: 20px;
}

#contents_r {
	float: right;
	width: 180px;
	margin-right: 10px;
}

#head_flash {
	width: 780px;
	margin-bottom: 20px;
	text-align: center;
}

#contents_r img {
	margin-bottom: 10px;
}


/* 空きマージン */
.margin_30 {
	margin-top: 30px;
}
.title_margin_20 {
	margin-bottom: 20px;
}


/*side_menu2
------------------------------*/
#side_menu2 {
	width:180px;
	margin-bottom:15px;
}

#side_menu2 ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#side_menu2 ul li {
	display:block;
}

#side_menu2 ul li a:hover {
	text-decoration:underline;
}

/*IE6以下*/
* html body .side_menu2_subject {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/box.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
	height:15px;
	font-weight: bold;
}

/*IE7 FIREFOX*/
html>body .side_menu2_subject {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/box.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
	font-weight: bold;

}



/*IE6以下*/
* html body .side_menu2_topline a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
	height:15px;
}

/*IE7 FIREFOX*/
html>body .side_menu2_topline a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) no-repeat;
	padding:4px 0 0 23px;
	border-top:1px dotted #999999;
}

/*IE6以下*/
* html body .side_menu2_indent a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) 10px 0 no-repeat;
	padding:4px 0 0 30px;
	height:15px;
}

/*IE7 FIREFOX*/
html>body .side_menu2_indent a {
	display:block;
	font-size: 0.8em;
	background: url(../images/mypage/com/triangle.gif) 10px 0 no-repeat;
	padding:4px 0 0 30px;
}



/*support
------------------------------*/
#support_top {
	width:180px;
	background:url(../images/concept/index/support_top.gif) no-repeat;
	padding-top:27px;
	margin-bottom:15px;
}

#support_bottom {
	background:url(../images/concept/index/support_bottom.gif) 0 100% no-repeat;
	padding-bottom:10px;
}

#support_bg {
	background:url(../images/concept/index/support_bg.gif) repeat-y;
	padding:5px;
}

.support_img {
	float:right;
	margin:0 0 5px 5px;
}

.support_text {
	font-size:0.8em;
	padding-bottom:5px;
}

.support_telmail {
	clear:both;
	text-align:center;
}
