@charset "UTF-8";
/* サイド CSS */


/* メニュー部 */
.menu {
	height: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
.menu dt {
	margin: 0px;
	padding: 0px;
}
.menu dt a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	width: 123px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 130%;
	text-indent: 25px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	height: auto;
	background-position: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	text-align: left;
}
.menu dt a:visited {
	font-weight: bold;
	background-image: url(../images/menu_bg_2.gif);
}
.menu dt a:hover {
	font-weight: bold;
	background-image: url(../images/menu_bg_2.gif);
}
.menu dt a:active {
	font-weight: bold;
	background-image: url(../images/menu_bg_2.gif);
}
.menu dd {
	background-color: #FFFFFF;
	line-height: 130%;
	width: 135px;
	list-style-type: none;
	font-size: 11px;
	padding: 0px;
	background-position: center center;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
.menu p {
	margin: 0px;
	padding: 0px;
}
.menu p a {
	line-height: 130%;
	color: #333333;
	display: block;
	padding: 3px;
	text-indent: 15%;
}
.menu p a:hover {
	font-weight: bold;
	background-color: #999999;
}


/* アカウント部 */


.page {
	padding: 5px;
	background-color: #DDDDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}
.page h2 {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
.page_1 a {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/login_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 135%;
	padding: 5px;
	text-indent: 18px;
	height: 16px;
	background-position: center;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #0000CC;
}
.page_1 a:hover {
	font-weight: bold;
	background-image: url(../images/login_bg.gif);
	background-position: center;
	border: 1px solid #000033;
	text-align: center;
}
.page_2 a {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/my_wagon_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 135%;
	padding: 5px;
	text-indent: 18px;
	height: 16px;
	background-position: center;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #0000CC;
}
.page_2 a:hover {
	font-weight: bold;
	background-image: url(../images/my_wagon_bg.gif);
	background-position: center;
	border: 1px solid #000033;
	text-align: center;
}
.page_3 a {
	line-height: 135%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 5px;
	padding: 5px;
	height: 16px;
	font-size: 12px;
	background-image: url(../images/user_mail_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #0000CC;
}
.page_3 a:hover {
	font-weight: bold;
	background-image: url(../images/user_mail_bg.gif);
	background-position: center;
	border: 1px solid #000033;
	text-align: center;
}
