﻿@import url('reset.css');

body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, メイリオ, sans-serif;
	font-size: 13pt;
	line-height: 130%;
	/*background-image:url(../Images/System/bg.png);*/
	background-repeat:repeat-x;
	background-position:0 0;
	background-color: #fafafa;	
}

#bodywrapper {
	/*width:1000px;*/
	margin:0 auto;
	position:relative;
}

/* ロゴ */
#logo {
	position:absolute;
	left:59px;
	top:69px;
}

/* ログインフォーム */
#login_form {
	position:relative;
	left:118px;
	width:450px;
	top:230px;
}

#login_form dt,
#login_form dd {
	margin-bottom:0;
}
/* IE7用 */
*+html #login_form dt, *+html #login_form dd, 
{
	margin-top:0px;
	margin-bottom:0px;
}

#login_form dt {
	width:118px;
	float:left;
	clear:both;
}
#login_form dd {
	margin-left:118px;
	width:300px;
}

#login_form #inp_id,
#login_form #inp_pwd {
	border:1px solid #c1c1c1;
	width:300px;
	height:35px;
	font-size:20px;
}

#login_form #btn_login {
	margin:10px 0 0 118px;
}

/* 花模様 */
#img_flower {
	position:absolute;
	left:3px;
	top:342px;
}

/* 姫野聖花 */
#seika {
	position:absolute;
	right:-432px;
	top:-224px;
}

/* トピックス */
#topics {
	width:581px;
	position:absolute;
	left:58px;
	top:478px;
	background:url(../Images/System/topics_btm.png) no-repeat left bottom;
	padding-bottom:14px;
	z-index:1;
}
#topics .ttl {
	height:58px;
}
#topics .inner {
	background:url(../Images/System/topics_bg.png) repeat-y;
	padding:0 0 0 20px;
}

#topics .inner iframe {
	height:200px;
	width:544px;
}

/* フッタ */
/*footer {*/
.footer {
	/*width:1000px;
	position:absolute;
	left:0;
	top:770px;
	text-align:center;*/
}
/*footer small {*/
small.copyright {
	color:#007f6b;
	font-size:11px;
}

/* トピックス */
body#echoice_topics {
	background-image:none;
	background-color: #fff;
	font-size:13px;
}

body#echoice_topics h2 {
	color:#007f6b;
	font-weight:bold;
	font-size:14px;


}

table
{
	border-collapse: separate;
}

input[type="submit"]{
    cursor:pointer;
	background-color: #ed8034;
	color: #fff;
	font-size: 11pt;
	border: none;
	border-radius: 3px;
}

.center
{
	text-align:center;
}

tr.center td input[type="submit"]
{
	margin-left:10px;
	margin-right:10px;
}

div.divLogoutFooter
{
	position:absolute;
	width:100%;
	top:460px;
}

#btnReturnS {
	border:none;
	background:#fff;
	-webkit-appearance:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 120px;
    padding: 10px;
    font-size:15px;
    position: absolute;
    right: -90%;
    top: -80%;
    cursor:pointer;
    background-color: #3366FF;
}