@charset "shift_jis";
/* CSS Document */

* {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:120%;
}

html, body {
	height:100%;
}

body {
	background:#dddddd url('../images/bg_gray.gif');
	text-align:center;
}

a, a:visited {
	color: #330099;
}

a:hover{
	color:#ff0000;
	border:0;
}

img {
	border: 0;
}

#wrapper {
	margin:0 auto;
	text-align: left;
	height:100%;
	min-height:100%;
	padding: 10px;
	width:850px;
	background:#F4FAFF;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
}

body > #wrapper {
	height: auto;
}

#headmenu {
	background:#D2F9FF url('../images/bg_blue.gif');
	width:830px;
	text-align:left;
	line-height: 250%;
}

#footer {
	background:#D2F9FF url('../images/bg_blue.gif');
	height: 20px;
	margin: 5px 0;
}

.iecenter {
	text-align: center;
}

hr.divider {
	width:98%;
	margin:5px auto;
	border: 1px solid #cccccc;
}

/* 会員HPページ用テーブル ここから */
table#LinktableBig{

}

table.LinkTable{
width:640px;
font-size:75%;
border:0;
background:white;
}

table.LinkTable td{
padding:8px;
border-bottom:1px dashed #666666;

}

td.LinkTitle {
text-align:center;
font-weight:bold;
font-size:120%;
background:#0000FF;
color:white;
border-bottom:0;
}

td.LinkLeft {
width:40%;
background:#f6f6f6;
background: #FFFFDF;
font-size:100%;
text-align:left;
}

td.LinkLeft a {
text-decoration:none;
width:100%;
height:100%;
display:block;
color:#000000;
font-weight:bold;

}

td.LinkLeft a:hover {
text-decoration:underline;
color:#FF6600;
}

td.LinkLeft a:visited {
}
/* 会員HPページ用テーブル ここまで */