/*@charset "shift_jis";*/
@charset "utf-8";
body {
	font-size: small;
	}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


/*----------------------------------

	レイアウト

----------------------------------*/

/*-----------------wrapper-----------------*/
#wrapper {
	text-align: left;
	width: 1100px;
	margin: 0 auto;
	background: url(../../member/images/sidebar-bg.jpg) repeat-y left top;	
}


/*-----------------header-----------------*/
#header {
    width: 100%;
    height: 110px;
    /*background: url(../images/header-bg-line.jpg) repeat-x left top;*/
    background: #fff;
}

h1 {
    /*float: left;*/
}
#header h1 img{
    width: 100%;
}
#header-right {
	height: 95px;
	background: url(../images/header-bg-right.jpg) no-repeat right top;
	}
p#header-title {
	padding: 20px 0 0 0;
	}



/*-----------------container-----------------*/
#container {
	clear: both;
	width: 100%;
	float: right;
	margin-left: -180px;
	}

#contents {
	position: relative;
	margin: 0 30px 0 210px;
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
	}


h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding: 30px 20px;
	border: solid 1px #999;
	text-align: left;
	color: #475055;
	background: url(../images/h2-background.jpg) no-repeat right bottom #FFF;
	}

h2 span {
	border-bottom: solid 1px #475055;
	}

.pagetop {
	padding: 25px 0;
	text-align: right;
	}
.pagetop p {
	padding-right: 15px;
	background: url(../images/icon-arrow-up.jpg) no-repeat right center;
	}
.pagetop a:link { color: #475055; text-decoration: underline; }
.pagetop a:visited { color: #475055; text-decoration: underline; }
.pagetop a:hover { color: #475055; text-decoration: none; }
.pagetop a:active { color: #475055; text-decoration: none; }

#contents hr {
	margin: 10px 0 25px 0;
	}

#contents p {
	margin-bottom: 15px;
	line-height: 170%;
	}

h3 {
	font-size: medium;
	margin-bottom: 15px;
	text-align: left;
	}





/*-----------------sidebar-----------------*/
#sidebar {
	position: relative;
	width: 180px;
	float: left;
	padding: 0 0 50px 0;
	}
	
	#sidebar a:link { color: #000; text-decoration: none; }
	#sidebar a:visited { color: #000; text-decoration: none; }
	#sidebar a:hover { color: #000; text-decoration: none; }
	#sidebar a:active { color: #000; text-decoration: none; }



#sidebar hr {
	clear: both;
	margin: 10px 0;
	color: #FFF;
	}

#sidebar #sidebar-bottom-area {
	padding: 20px 5px 0 5px;
	}


#sidebar #white-area {
	width: 170px;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	background-color: #FFF;
	}

#sidebar p {
	clear: both;
	width: 170px;
	line-height: 150%;
	}


/*-----------------footer-----------------*/
#footer {
	clear: both;
	width: 98%;
	padding: 5px 10px;
	text-align: right;
	background-color: #999999;
	}



/*----------------------------------

	フォーム関連装飾

----------------------------------*/
.clear {
	clear: both;
	}

.align-right {
	text-align: right;
	}

.align-center {
	text-align: center;
	}

.align-left {
	text-align: left;
	}


.small-txt {
	font-size: x-small;
	line-height: 130%;
	}

input,textarea,select {
	font-size: small;
	}


.w200 {
	width: 200px;
	}

.w300 {
	width: 300px;
	}
	


table {
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	border: solid 1px #999;
	}
table th, table td {
	padding: 5px;
	border: solid 1px #CCC;
	vertical-align: top;
	line-height: 170%;
	text-align: left;
	}
table th {
	white-space: nowrap;
	background-color: #EBEBEB;
	}


/*--------罫線なしテーブル--------*/
table.no-border {
	border-collapse: collapse;
	margin-bottom: 15px;
	border: none;
	}
table.no-border th, table.no-border td {
	padding: 5px;
	border: none;
	}


/*--------ログイン画面などで使用--------*/
#login-message-box {
	width: 600px;
	margin: 20px auto;
	padding: 30px;
	/*background-color: #E7F2DB;*/
	}

