@charset "euc-jp";

/* 
01 reset
02 clr

03 layout
04 header
05 leftBox
06 rightBox
07 footer

08 pagetop
09 label

*/


/* 01 reset */
html,
body,
h1,h2,h3,h4,h5,h6,
div,p,strong,em,
ul,li,dl,dt,dd,
table,th,td,caption,
form,select,option,address {
   margin: 0;
   padding: 0;
}
 
body {
  text-align:center; 
}

ul,li,dl,dt,dd {
	text-indent: 0;
}

ul li {
	list-style:none;
}

br {
  letter-spacing:0px;
}

img{
	border: 0;
}

table { 
	border-collapse: collapse; 
	cell-spacing: 0px;
}

a:link { color: #0000ff; text-decoration: underline;}
a:visited { color: #0000ff; text-decoration: underline; }
a:active { color: #043c78; text-decoration: none; }
a:hover { color: #043c78; text-decoration: none; }

/* 02 clr */
.clr:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clr {display: inline-block;}


/* 03 layout */
body {
	background: #ffffff;
	color: #333333;
	font-size:82%;
	line-height: 140%;
	height: 100px;
}

#container {
   position: relative;
   margin: 0 auto;
   padding-bottom: 20px;
   width: 800px;
}

#leftBox {
	float:left;
	text-align: left;
	padding-bottom: 25px;
	width: 590px;
}

#rightBox {
	float:right;
	text-align: left;
	padding-bottom: 25px;
	width: 200px;
}


/* 04 header */ 
#header {
  background:#0068b7;
	border:none;
	height: 80px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: left;
}

#gest,
#member {
	background-color: #e5f3ff;
	border: #CCCCCC solid 1px;
	float:right;
	margin: 20px 10px 0 0;
	width:190px;
}

#gest p,
#member p {
	margin: 5px 5px 0;
	font-size: 90%;
	line-height: 1.1;
}
#gest span#username,
#member span#username {
	margin: 0 2px;
	font-size: 120%;
}
#member p#point {
	background-color: #FFFFFF;
	color: #CC0033;
	font-size: 120%;
	font-weight: bold;
	padding: 1px 3px;
	text-align: right;
}

#gest p#login {
  background: url(../images/btn_login_o.gif) no-repeat right top;
	padding-bottom: 5px;
	text-align: right;
}
#member p#logout {
  background: url(../images/btn_logout_o.gif) no-repeat right top;
	padding-bottom: 5px;
	text-align: right;
}
#gest p#login a,
#member p#logout a {
	height: 22px;
	width: 82px;
}
#gest p#login a:hover img,
#member p#logout a:hover img {
	visibility: hidden;
}

#headBox {
	padding: 20px 0 0 10px;
	width:575px;
	float:left;
}

#headBox p {
	color: #FFFFFF;
}
#headBox img#logo {
	float:left;
	margin: 0 15px 25px 0;
}

#search {
	clear: left;
}

#search select {
	width: 190px;
}
#search input#key {
	width: 120px;
	margin-right: 5px;
}

/* 05 leftBox */ 
h1 { 
  background: url(../images/h1_bg.gif) no-repeat;
	color: #FFFFFF;
	font-size: 140%;
	padding: 3px 15px 0;
	height: 25px;
}


/* 06 rightBox */ 
div#rightBox h4 {
  background:#0065b2;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
	height: 22px;
}

div.campaignR {
	border: #0065b2 solid 1px;
	text-align: left;
	margin-bottom: 10px;
}
div.campaignR ul,
div.campaignR p {
	margin: 5px;
}

div.campaignB img {
	margin: 0 0 3px;
}


/* 07 footer */ 
#footer {
	background: url(../images/bg_footer.gif) repeat-x left top;
	clear: both;
	padding: 5px 0 0;
	text-align:left;
}

#footer ul li {
	display: inline;
	font-size: 90%;
}
#footer a {
	color: #333333;
	text-decoration: none;
}

address {
	font-style: normal;
	font-size: 85%;
	text-align:right;
	margin-top: -1.7em;
}


/* 08 pagetop */ 
div.pagetop {
	text-align: right;
	margin: 25px 0 0;
}

div.pagetop ul li{
}

div.pagetop ul li a,
div.pagetop ul li visited,
div.pagetop ul li active {
	background: url(../images/icon_top.gif) no-repeat 0px 0px;
	padding-left: 15px;
}

/* 09 label */ 

.stopsafari {
	color: #FFFFFF; !
}
label {
	cursor: pointer;
}

