
/* ベース */


#header {
	background-image:url('./newimg/header_bg.gif');
	background-repeat			:repeat-x;
	background-position			:100% 100%;
}


body {
 text-align:center;

}
div{
}

#basetitle h1{
	font-size:120%;
	text-align:left;
}


.button{
	font-size:80%;
	vertical-align:middle;
}
#container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#content_block{
    padding-top:5px;
}

#footer {
	width:100%;
	text-align:center;
}


/* ヘッダ */
#header_null{
    padding-top:39px;
    padding-bottom:0px;
	text-align:right;
	line-height:1;
}

#header_msg{
    padding:5px;
	background-color:#ff8000;
	text-align:left;
	line-height:1.2;
}


#exh_block{
	text-align:right;
}

#neko{
	vertical-align:middle;
}
#mode_frame{

	margin:10px 20px 0px 0px;

}
.headafr{
	margin:20px 0px 0px 10px;
}


.pagebr{
	float:left;
	width:20px;
}
#selectpage{
	width:200px;
	background-color:#ff8000;
	color:#ffffff;
	float:left;
	text-align:center;
}

.unselectpage{
	width:200px;
	background-color:#ffd3b5;
	float:left;
	text-align:center;
}
#underline{
	clear:left;
	width:100%;
	height:2px;
	background-color:#ff8000;
}


.pic_block{
	text-align:center;
}
#user{
	font-size:100%;
	padding:10px;

}
/*フッタ*/

#footer_afr{
	text-align:center;
}
#link_bar{
	border-width:1px 0px;
	border-style:solid;
	border-color:#ff8000;
	background-color:#ffd3b5;

}

#copyright{
	background-color:#ff8000;
	color:#ffffff;
}

#exhibitor{
	float:left;
	width:350px;
}

#exhi{
	padding-left:20px;
}
#mode{
	text-align:right;
}

#imgpic{
	text-align:center;
}
.clear5{
	clear:left;
	width:100%;
	height:5px;
	overflow:hidden;
}

/*追加*/
#qaaction{
    text-align:center;
    margin:auto;
}
#qatbl{
    width:90%;
    margin:0px auto;
    border-width:1px;
    border-style:solid;
    border-color:#ff8000;
}
#qnot,#qwritert,.qno,.qwriter{
    border-width:1px;
    border-style:solid;
    border-color:#ff8000;
    text-align:left;
    padding:3px 5px;
}
#qnot,#qwritert{
    background-color:#ffd3b5;
}
#qnot,.qno{
    width:50px;
    text-align:center;
}


.input,textarea{
    width:400px;
    margin:5px 0px;
    padding:0px;
    font-size:120%;

}
