/*CSSでボタンマウスオーバーで画像位置移動する際、Windows の機種により IEでチラツキが起こるのを防止*/
* html {
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

/*----------------------reset------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}
body {
line-height: 1.4;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */

:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
border-collapse: collapse;
border-spacing: 0;
}

/* add style */

br {
line-height:normal;
letter-spacing:0;
}

/*IE img bottom margin none*/

img{vertical-align:bottom;}

.imgbox {
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	background: #ffffff;
	line-height:0;
	vertical-align:bottom;
	clear:both;
	height:10px;
}

body {
	text-align:center;
	font-size:100%;
	color:#333333;
	background:url("para.files/body_bk.jpg") repeat-y center #f2f2f2;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link {
	color:#50a8cc;
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/*--------------clearfix----------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*--------------------------------------------------wrapper-------------------------------------------------------------*/
#wrapper {
	background:url(para.files/body_bk.jpg) repeat-y center #f2f2f2;
	text-align:center;
	font-size:12px;
	width: 950px;
	margin: 0 auto;
}
#wrapperIn {
	width:950px;
	margin:0px auto;
}
#main {
	width: 900px;
	margin: 0 auto;
}
#topmain {
	width: 900px;
	margin: 0 auto;
}
/*--------------------------------------------------header-------------------------------------------------------------*/
#headerArea {
	width:950px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url(para.files/in_bk.jpg) repeat-y #ffffff;
}
#topHeaderArea {
	width:950px;
	height: 440px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url(para.files/top_bk.jpg) repeat-y #ffffff;
}
#loginHeaderArea {
	width:950px;
	height: 240px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url(para.files/l_in_bk.jpg) no-repeat #ffffff;
}
#login {
	position: absolute;
	top: 50px;
	left: 475px;
}
#login table td {
	vertical-align: middle;
	color: #ffffff;

}
#loginBlock li{
	display: inline;
}
#login input{
	vertical-align: middle;
	margin: 0 2px;
}
#loginBlock input.text{
	width: 50px;
}
#logo {
	position: absolute;
	left: 75px;
	top: 0px;
}
#headregist {
	position: absolute;
	top: 126px;
	left: 100px;
}
#headtitle {
	position: absolute;
	top: 100px;
	left: 25px;
}
#loginHeaderArea #login {
	top: 55px;
	left: 740px;
}
/*--------------------------------------------------nav-------------------------------------------------------------*/
#nav {
	width: 400px;
	position: absolute;
	top: 20px;
	left: 475px;
}
#loginHeaderArea #nav {
	text-align:right;
	top: 35px;
	left: 475px;
}
#nav li {
	display: inline;
}
/*--------------------------------------------------content-------------------------------------------------------------*/

#contentLeft {
	width: 310px;
	float: left;
	overflow: hidden;
}
#contentLeftin {
	text-align: center;
	margin-left: 50px;
}
#loginUser {
	text-align: center;
}
#loginUser table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 60%;
}
#loginUser th,#loginUser td {
	padding: 5px 10px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#boxS {
	width: 260px;
	background: url(para.files/baseS_b.jpg) repeat-y;
	
}
#loginM {
	height: 240px;
	overflow: hidden;
	width: 260px;
	background: url(para.files/loginMember_b.jpg) repeat-y;
}
#loginM div {
	padding: 55px 20px 0px 20px;
	background: url(para.files/loginMember_h.jpg) no-repeat;
	text-align: right;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
}
#loginM h3 {
	background: #333333;
	color: #ffffff;
	padding: 5px 0;
	margin: 0 10px;
}
#loginM ul {
	margin: 0 10px;
}
#loginM li {
	padding: 0 10px;
}
#contentRight {
	width: 570px;
	float: right;
	overflow: hidden;
	text-align: left;
}
#contentRight ul {
	
}
#contentRight li {
	display: inline;
	float: left;
}
#boxL {
	width: 520px;
	background: url(para.files/baseL_b.jpg) repeat-y;
}
#boxLin {
	margin: 0 20px;
}
/*--------------------------------------------------footer-------------------------------------------------------------*/
#footerArea {
	padding: 30px 0;
	clear: both;
}
#footerArea ul {
	text-align: center;
	margin: 10px 0;
}

#footerArea li {
	display:inline;
	font-size: 12px;
	padding: 0 5px;
	border-right: 1px solid #000000;
}
#footerArea li a{
}
#footerArea li a:hover{
	text-decoration: underline;
}
#pageTop {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	background: url(/image/aaa/bk_foottop.jpg) no-repeat;
	text-align: right;
}
#copyright {
	font-size:12px;
	text-align: center;
}


/* デザイン枠 */
.pane {
	width: 475px;
	margin-bottom: 30px;
}
.pane h3 {
	margin-bottom: 1px;
	padding: 10px;
	border: 1px solid #999999;
	background: url("/image/bk_hltop.gif") repeat-x top;
	color: #ffffff;
}
.pane table {
	width: 100%;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-collapse: separate;
}
.pane th {
	background: url("/image/dears2/bk_hltop.gif") repeat-x top;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	border-left: none;
	padding: 10px;
	border-collapse: separate;
}
.pane td {
	background: url("/image/dears2/bk_hltop.gif") repeat-x top;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	border-left: none;
	padding: 10px;
	border-collapse: separate;
}

.pane dl {
	margin: 20px;
}
.pane dt {
	color: #FF6600;
	padding-bottom: 10px;
}
.pane dd {
	padding-bottom: 10px;
}

/* デザイン枠 */
.pane2 {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 2px solid #FFE8B0;
}
.pane2 th,.pane2 td  {
	padding: 5px 10px;
	color: #FF6600;
	background: #FFE8B0;
	font-size: 12px;
}
.pane2 .t01 td,.pane2 .t01 th {
	background: #ffffff;
}
.pane2 th {
	font-weight: normal;
	text-align: left;
}
.hl {
	width: 520px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	background: url("/image/dears2/hl_01s.gif") no-repeat;
	border-bottom: 1px dotted #dbdbdb;
}
.hl01 {
	width: 520px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url("/image/dears2/hl_01.gif") no-repeat;
}
.hl02 {
	width: 520px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: url("/image/dears2/hl_02.gif") no-repeat;
}
.hl01s {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	background: url("/image/dears2/hl_01s.gif") no-repeat;
}
.hl02s {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	background: url("/image/dears2/hl_02s.gif") no-repeat;
}
.hl03s {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	border-bottom: 2px solid #FEB400;
	background: url("/image/dears2/hl_03s.gif") no-repeat left center;
}

