/* CSS Document */

/* 共通 */
/*************************************************************/
body{
	width: 100%;
	min-width: 1000px;
	color: #4c4c4c;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	background: url(../img/border-top.gif) top left repeat-x scroll;
}
.contents{
	width: 1000px;
	margin: 0 auto;
}
input{
	font-size: 100%;
}
a{
	color: #4c4c4c;
}
a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
a:hover img{
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
a.change:hover{
	opacity: 1;
	filter: alpha(opacity=100);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
a.change:hover img{
	filter: alpha(opacity=100);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
.active{
	opacity: 1;
	filter: alpha(opacity=100);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
.nodata {
    font-size: 14px;
    padding: 10px 0;
}

/* ヘッダー */
/*************************************************************/
.header{
	position: relative;
	margin-bottom: 23px;
	padding-top: 25px;
}
h1{
	/*position: absolute;*/
	/*left: 369px;*/
	/*margin-bottom: -75px;*/
	height: 0;
	overflow: visible;
	text-align: center;
}

.header li + li.float_left{
	margin-left: 16px;
}
.header li + li.float_right{
	margin-right: 23px;
}

/* 2ndページ bar */
/*************************************************************/
.bar{
	width: 100%;
	min-width: 1000px;
	height: 15px;
	margin-bottom: 28px;
	padding: 10px 0;
	background: url(../img/bg_bar_2nd.gif) repeat 0 0;
}
.bar li{
	float: left;
	height: 15px;
	padding: 2px 0;
	font-size: 11px;
}
.bar li + li{
	margin-left: 6px;
	padding-left: 16px;
	background: url(../img/arrow_text.gif) no-repeat 0 1px;
}

/* MY COCOON CITY */
/*************************************************************/
.log-in-box .name{
	display: table-cell;
	width: 283px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
form p.attention a{
	display: block;
	color:#34b0a6;
}

/* 2ndページ MY COCOON CITY */
/*************************************************************/
.side .log-in-box{
	width: 255px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.side .log-in-box h3{
	margin-bottom: 5px;
	padding: 19px 0 0;
	text-align: center;
	background: url(../img/border-top.gif) top left repeat-x scroll;
}

.side form p{
    font-size: 11px;
    height: 20px;
    vertical-align: middle;
}
.side form p label{
	margin-left: 14px;
	padding-top: 4px;
}
.side form p input{
	width: 140px;
	margin-right: 14px;
	/*width: 133px;*/
	height: 13px;
}
.side form p + p{
	margin: 5px 0 0;
}
.side form p.attention{
	height: 10px;
	margin: 3px 14px 5px 0;
	font-size: 10px;
}
.side form p.side_saver_box {
	clear: both;
	margin-bottom: 7px;
}
.side form p.side_saver_box input {
	width: 15px;
	margin-right:0;
}
.side .log-in-box .btn{
	clear: both;
	height: 30px;
	margin: 0 14px 20px;
}
.side .log-in-box ul.btn{
	margin-top: 5px;
}

/* main */
/*************************************************************/
.main{
	width: 715px;
}
.main_glid{
	width: 745px;
}

