@charset "utf-8";

/* 共通スタイル *********************************************** */
html {
	overflow-y:scroll;
	height:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body {
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff url(../images/bg_user.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	height:100%;
	text-align: center;
	color: #000000;
}

ul {
	list-style:none;
}

h1 {
	height:27px;
	overflow:hidden;
	font-size:14px;
}

h2 {
	overflow:hidden;
	margin:0 auto 5px;
	height:15px;
	font-size:14px;
	text-indent:-9999px;
}

a:link {
	color:#386799;
	text-decoration:none;
}

a:hover {
	color:#5799bd;
	text-decoration:none;
}

a:visited {
	color:#5b7db2;
	text-decoration:none;
}

img {
	border:0;
	vertical-align:bottom;
}

/* 共通クラス ------------------------------------*/
.inner {
	clear:both;
	margin:10px auto 15px;
	padding:0 0 20px;
	width:100%;
	border-bottom:1px dotted #aaa;
}

.btm {
	border-bottom:0;
}

/* table style */
td.ct {
	text-align:center;
}

td.rg {
	text-align:right;
}

.common_t {
	margin:auto;
	border-collapse:collapse;
	border:1px solid #aaa;
}

.common_t th {
	padding:3px 5px;
	border:1px solid #aaa;
	font-weight:normal;
}

.common_t td {
	padding:3px 5px;
	border:1px solid #aaa;
}

.common_t td .inner_t,
.common_t td .inner_t th,
.common_t td .inner_t td {
	padding:0;
	border:0;
}

/* for IE8 only */
html>/**/body .common_t th,
html>/**/body .common_t td {
	padding/*\**/:5px 5px\9;
}
/* end  for IE8 only*/
/* end - table style*/


/* form style  */
input.tf,
textarea {
	border:1px solid #ccc;
	padding:1px 0;
}

input.rg {
	text-align:right;
}

input.mode01,
textarea.mode01 {
	ime-mode:active;
}

input.mode02 {
	ime-mode:inactive;
}

input.chk {
	margin:3px 3px 2px 0;
	vertical-align:middle;
}

*:first-child+html input.chk {
	margin:0 3px 0 0;
}

input.radio {
	margin:0 0 2px 0;
	vertical-align:middle;
}

input.aftr {
	margin-left:25px;
}
/* end - form style  */
/* end - 共通クラス ------------------------------ */
/* end - 共通スタイル **************************************** */


/* 枠 ****************************************************** */
#container {
	position:relative;
	width: 100%;
	height:100%;
	margin: 0 auto;
	padding-bottom:40px;
	background: #fff url(../images/content_bg.gif) repeat-x 0 55px;
	border-top:3px solid #4475aa;
	text-align: left;
}

body>#container {
	min-height:100%;
	height:auto;
}
/* end - 枠 ************************************************ */


/* ヘッダ ************************************************** */
#header {
	width:100%;
	height:56px;
	background:#f2f2f2 url(../images/navi_bg_user.gif) repeat-x 0 bottom;
}

.innerFrame {
	position:relative;
	margin:0 auto;
	padding:0;
	width:950px;
}

#head {
	height:39px;
}


#logo {
	position:absolute;
	display:block;
	overflow:hidden;
	top:8px;
	width:101px;
	height:27px;
	background:url(../images/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}
/* end - ヘッダ ******************************************** */

/* 戻る、ログアウトボタン ------------------------ */
#btnLst {
	position:absolute;
	top:11px;
	left:120px;
	width:220px;
	height:19px;
}

#btnLst li {
	float:left;
}

#btnLst a {
	display:block;
	overflow:hidden;
	margin:0 7px 0 0;
	height:19px;
	text-indent:-9999px;
}

#btnLst #bk a {
	width:70px;
	background:url(../images/btn_back_user.gif) no-repeat 0 0;
}

#btnLst #bk a:hover {
	width:70px;
	background:url(../images/btn_back_user.gif) no-repeat 0 -19px;
}

#btnLst #logout a {
	width:100px;
	background:url(../images/btn_logout_user.gif) no-repeat 0 0;
}

#btnLst #logout a:hover {
	width:100px;
	background:url(../images/btn_logout_user.gif) no-repeat 0 -19px;
}
/* end - 戻る、ログアウトボタン ------------------ */

/* コンテンツ ********************************************** */
#content {
	position:relative;
	margin:5px auto;
	overflow:hidden;
	padding: 0 0 20px;
	width:950px;
	height:auto;
	min-height:500px;
}

*html #content {
	height:500px;
	overflow:visible;
}

/* ページタイトル(パンくず) ---------------------- */
#dirctoryFrame {
	margin:0 0 20px;
	height:27px;
}

#dirctoryFrame h1 {
	float:left;
}

#dirctoryFrame a {
	display:block;
	overflow:hidden;
	float:left;
	margin-right:10px;
	height:27px;
	text-indent:-9999px;
}

#dirctoryFrame #dir_login {
	width:72px;
	background:url(../images/dir_login_off.gif) no-repeat 0 0;
}
/* end - ページタイトル(パンくず) ---------------- */
/* end - コンテンツ **************************************** */


/* フッタ ************************************************** */
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	min-width:950px;
	height:50px;
	color:#999;
	font-size:smaller;
	font-weight:normal;
	background:#fff;
}

#footer ul#footerMenu {
	float:left;
	padding:15px;
	width:400px;
	height:auto;
	overflow:hidden;
	line-height:22px;
}

#footer ul#footerMenu li {
	float:left;
	padding:0 10px 0 20px;
	background:url(../images/arrow02_on.gif) no-repeat 10px 4px;
	border-right:1px dotted #777;
}

#footer ul#footerMenu li.last {
	border-right:0;
}

#footer ul#footerMenu li a {
	display:block;
	overflow:hidden;
}

#footer p {
	float:right;
	margin:0;
	padding:15px;
	/*width:950px;*/
	width:450px;
	text-align:right;
}
/* end - フッタ ********************************************* */