@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body, div, dl, dt, dd, ul, ol, li,pre, code, form, input, textarea, select, option, embed, object, p, table {
	margin:0;
	padding:0;
}
img, fieldset, table {
	border:0;
}
li, ol, ul {
	list-style:none;
}



body {
	font-family:"ＭＳ Ｐゴシック", "Lucida Grande", Arial, Sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#333;
	text-align:left;
	background:#F9F9F9;
}

#enter{
    display:block;
    padding: 25px;
    text-align: center;

}
#enter img.enter{
    margin: 5px;

}

a:link, a:visited {
	color:#0099CC;
	text-decoration:none;
	cursor:pointer;
}
a:hover, a:active {
	color:#0099CC;
	text-decoration:underline;
	cursor:pointer;
}
.white_link a:link, .white_link a:visited {
	color:#0099CC;
	text-decoration:none;
	cursor:pointer;
}
.white_link a:hover, .white_link a:active {
	color:#0099CC;
	text-decoration:underline;
	cursor:pointer;
}
.gray_link a:link, .gray_link a:visited {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
.gray_link a:hover, .gray_link a:active {
	color:#333;
	text-decoration:underline;
	cursor:pointer;
}
ul.links_tab li.tab a:link, ul.links_tab li.tab a:visited {
	color:#0099CC;
	text-decoration:none;
	cursor:pointer;
}
ul.links_tab li.tab a:hover, ul.links_tab li.tab a:active {
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;
}
.bor_t {
	border-top:1px solid #EEE;
}
/* header */
#headline-wrap {
	background-color:#EEE;
}
#headline {
	margin:0 auto;
	padding:5px 0;
	min-width:960px;
	width:74.2em;
}
#headline h1 {
	font-size:12px;
	font-weight:normal;
	padding-top:2px;
	float:left;
}
#headline ul.user-guide {
	font-size:12px;
	overflow:hidden;
	text-align:right;
}
#headline ul.user-guide li.user-guide_tex {
	padding-top:2px;
	float:right;
}
#headline ul.user-guide li.btn_login {
	background:url(http://ff14fan.haru.gs/eorq/img/btn_back.gif) no-repeat 0px 0px;
	width:80px;
	height:21px;
	display:block;
	text-align:center;
	margin:0 5px;
	padding-top:1px;
	float:right;
}
#headline ul.user-guide li.btn_regist {
	background:url(http://ff14fan.haru.gs/eorq/img/btn_back.gif) no-repeat -69px 0px;
	width:80px;
	height:21px;
	display:block;
	text-align:center;
	margin-left:5px;
	padding-top:1px;
	float:right;
}
#headline ul.user-guide li.user-guide_menu {
	padding:2px 5px 0 5px;
	float:right;
}


#wrapper {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
}

#wrapper #top_img {
	width:960px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/top_img_2.jpg);
	height: 216px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrapper #top_img #lefttop{
	width:713px;
 	float:left;
	height: 216px;
}
#wrapper #top_img #righttop{
	width:247px;
 	float:right;
	height: 216px;
}


#wrapper #top_img #lefttop img.click{
	margin-left:30px;
	margin-top:40px;
 	float:left;
}

#wrapper #top_img #righttop img{
	margin:0;
	padding:0;
 	float:right;
}

#wrapper #mainbase {
	float: left;
	width: 960px;
	background-color: #aaaaaa;
	position: relative;
}

/*navigate*/
#wrapper #mainbase #nav {
	background-image: url(http://ff14fan.haru.gs/eorq/img/headbar.gif);
	width: 960px;
	height: 23px;
}

#wrapper #mainbase #nav ul.navmenu {
	font-size:12px;
	overflow:hidden;

}

#wrapper #mainbase #nav ul.navmenu li.navlink{
	display:block;
	background-image: url(http://ff14fan.haru.gs/eorq/img/headbar_menu.gif);
	background-repeat: no-repeat;
	text-align:left;
	margin-left:15px;
	height:23px;
	padding-top:3px;
	padding-left:13px;
	float:left;

}



/*コンテンツ*/
#wrapper #mainbase #contents1 {
	float: left;
	width: 738px;
	background-color: #F7F7F7;
	margin-top:0px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:1px;
	padding:0px;
}


#contents1 h1{

	font-size: 18px;
	color: #D48520;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 5px;
	padding-left: 5px;

}

#contents1 h2{
	font-size: 16px;
	color: #996611;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
}

#contents1 h3{
	font-size: 16px;
	color: #cc9933;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 34px;
	margin-right: 75px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
}

#contents1 hr.sepa{
	width:700px;
	margin:15px;
}

#contents1 strong.chui {
	color: #006666;
	font-weight: normal;
}
#contents1 strong.answernum {
	color: #dd0000;
	font-weight: normal;
}
#contents1 strong.data {
	color: #f6f6f6;
	font-weight: bold;
}

#contents1 p.normal{
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 5px;

}

#contents1 img.osirase{
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contents1 img.more{
	margin-top:0px;
	margin-left:550px;
	margin-bottom:5px;
}



#contents1 p.tabs{
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#contents1 p.counter2{
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-right: 10px;
	margin-left: 600px;
	line-height: 24px;
	margin-top: 1px;
	margin-bottom: 2px;
}
#contents1 p.counter2{
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-right: 10px;
	margin-left:0px;
	line-height: 24px;
	margin-top: 1px;
	margin-bottom: 2px;
}


#contents1 textarea.quest {
	 width: 550px;
}


#contents1 p.text1{
	font-size: 14px;
	margin-right: 10px;
	margin-left: 34px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 5px;
}


#contents1 p.text2{
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 40px;
	margin-left: 43px;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 5px;
}


#contents1 #status1{
	background-image: url(http://ff14fan.haru.gs/eorq/img/answerscond.gif);
	background-repeat: no-repeat;
	padding-left:190px;
	margin-left:23px;
	font-size:15px;
	font-weight: bold;
}

#contents1 #status2{
	background-image: url(http://ff14fan.haru.gs/eorq/img/boukensha.gif);
	background-repeat: no-repeat;
	padding-left:240px;
	margin-left:23px;
	font-size:15px;
	font-weight: bold;
}


#contents1 img.titlebar {
	float: left;
	margin-left:0px;
	margin-top:0px;
}


#contents1 table.profile{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
		margin-top:15px;
		margin-left:15px;

}
#contents1 table.profile th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(http://ff14fan.haru.gs/eorq/img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
#contents1 table.profile td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}


/*マイ・メンバーページ*/

#contents1 #memprofleft{
	width:246px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/memprofback_left.jpg);
	height: 229px;
	position: relative;
	float: left;
	margin-left:25px;
	margin-top:25px;

}
/*
#memprofleft img{
	margin-top:73px;
	margin-left:85px;
	width:75px;
	border:1px solid #444444;
}
*/
#memprofleft img.proimg{
	margin-top:5px;
	margin-left:85px;
	width:75px;
  border:1px solid #444444;
}
#memprofleft p.name{
	margin-top:70px;
	text-align:center;
}


#contents1 #profleft{
	width:246px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/profback_left.jpg);
	height: 229px;
	position: relative;
	float: left;
	margin-left:25px;
	margin-top:25px;

}


#profleft p.name{
	margin-top:50px;
	text-align:center;
}

#profleft p.follow{
	margin-top:18px;
	text-align:center;
}
#profleft p.followed{
	margin-top:18px;
	text-align:center;
	color:#FFFFFF;
}
/*
#profleft img{
	margin-top:5px;
	margin-left:85px;
	width:75px;
	border:1px solid #444444;
}
*/
#profleft img.proimg{
	margin-top:5px;
	margin-left:85px;
	width:75px;
  border:1px solid #444444;
}

#profleft img.follownow{
	margin-top:18px;
	margin-left:112px;
	text-align:center;
	width:16px;
  border:1px solid #444444;
}



#contents1 #profright{
	width:354px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/profback_right.jpg);
	height: 229px;
	position: relative;
	float: left;
	margin-top:25px;
}

#profright p.data{
	margin-left:30px;
	margin-top:10px;
	font-size:14px;
	font-weight: bold;
	font-color:#d0d0d0;
}



/*質問*/
p.cnt {
/*    width:320px;*/
    font-size: 16pt;
    font-weight: bold;
    text-align: right;
    color: #999;
    font-family: Helvetica,Arial,sans-serif;
    margin-left : auto;
    margin-right : auto;
}
#contents1 #question {
	float: left;
	width: 700px;
	margin-top:4px;
	margin-bottom:14px;
	padding:0px;
	margin-left:12px;

	background-color: #F7F7F7;
}

#question #leftside {
	float: left;
	width: 79px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/qbase_left.gif);
	background-repeat: no-repeat;
}


#question #leftside img.prof{
	margin-left:12px;
	margin-top:6px;
	width:55px;
	float: left;
	border: 1px solid #333333;
}
#question #leftside p.prof_rank{
	text-align:center;
	margin-top:0px;

}

#question #tops{
	float: right;
	width: 621px;
	height:15px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/qbase_right_top.gif);
	background-repeat: no-repeat;
}

#question #lines{
	float: right;
	width: 621px;
	height:100%;
	background-image: url(http://ff14fan.haru.gs/eorq/img/qbase_right_line.gif);
background-repeat: repeat-y;
}

#question #unders{
	float: right;
	width: 621px;
	height:17px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/qbase_right_under.gif);
	background-repeat: no-repeat;
}


#question #lines p.twname{
	margin-left:18px;
	margin-top:0px;

}

#question #lines p.quest{
	margin-left:22px;
	margin-top:4px;
	padding-right:30px;

}
#question #lines p.quest a.questlink{
	color:#000000;
	text-decoration:none;
	cursor:pointer;

}

#question #lines p.quest a.questlink:hover, a.questlink:active {
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
}

#question #topleft {
	width: 200px;
	float: left;
}
#question #topleft p.q_no{
	text-align:left;
	margin-top:0px;
	margin-left:10px;
	padding-right:30px;
	font-weight: bold;
}

#question #topright {
	width: 500px;
	float: left;
}
#question #topright p.q_no{
	text-align:right;
	margin-top:0px;
	margin-left:10px;
	padding-right:10px;
	font-weight: normal;
}



#question #under {
	width: 700px;
	float: left;
}
#question #under p.q_st{
	text-align:right;
	margin-top:0px;
	margin-left:26px;
	padding-right:30px;

}


/*回答*/
#contents1 #answer {
	float: left;
	width: 700px;
	margin-top:2px;
	margin-bottom:4px;
	padding:0px;
	margin-left:12px;
	background-color: #F7F7F7
}

#answer #leftside {
	float: left;
	width: 79px;

	background-image: url(http://ff14fan.haru.gs/eorq/img/abase_left.gif);
	background-repeat: no-repeat;
}

#answer #leftside p.answernumber{
	font-size: 12px;
	margin-left: 12px;
	font-weight: bold;
}

#answer #leftside img.prof{
	margin-left:12px;
	margin-top:6px;
	width:55px;
	float: left;
	border: 1px solid #333333;
}

#answer #leftside p.prof_rank{
	text-align:center;
	margin-top:0px;

}


#answer #atops{
	float: right;
	width: 621px;
	height:15px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/abase_right_top.gif);
	background-repeat: no-repeat;
}

#answer #alines{
	float: right;
	width: 621px;
	height:100%;
	background-image: url(http://ff14fan.haru.gs/eorq/img/abase_right_line.gif);
background-repeat: repeat-y;
}

#answer #aunders{
	float: right;
	width: 621px;
	height:17px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/abase_right_under.gif);
	background-repeat: no-repeat;
}


#answer #alines p.twname{
	margin-left:18px;
	margin-top:0px;

}

#answer #alines p.ans{
	margin-left:22px;
	margin-top:4px;
	padding-right:30px;

}
#answer #alines p.ans a.answerlink{
	color:#000000;
	text-decoration:none;
	cursor:pointer;

}

#answer #alines p.ans a.answerlink:hover, a.answerlink:active {
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
}



#answer #alines p.a_st{
	text-align:right;
	margin-left:26px;
	margin-top:14px;
	padding-right:30px;
}
#answer #top {
	width: 700px;
	float: left;
}
#answer #top p.q_no{
	text-align:left;
	margin-top:0px;
	margin-left:90px;
	padding-right:30px;

}
#answer #under {
	width: 700px;
	float: left;
}
#answer #under p.q_st{
	text-align:right;
	margin-top:0px;
	margin-left:26px;
	padding-right:30px;

}



/*右サイド*/
#wrapper #mainbase #side_r {
	float: right;
	width: 217px;
	height:100%;
	background-color: #ffffff;
	margin-top:0px;
	margin-left:0px;
	margin-right:1px;
	margin-bottom:1px;
	padding:0px;
}

#side_r h2{
	margin-top:5px;
	font-size:12px;
	text-align:center;
	padding:3px;
}


#side_r p.keyword{
	padding:5px;
	font-size:14px;
}

#side_r img.pwd{
	margin:0px;
}

#side_r #twimg{
	height:332px;
	background-image: url(http://ff14fan.haru.gs/eorq/img/login_back.png);
	background-repeat: no-repeat;
	font-size:12px;
	text-align:center;
	background-color:#ffffff;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;

}

#side_r #twimg p.name{
	margin-top:48px;
	font-weight:bold;
}

#side_r #twimg img{
	text-align:center;
	border: 1px solid #333333;
	margin-top:6px;
	width:75px;
}
/*いますぐ参加*/
#side_r img.gonow{
	margin-top:0px;
	margin-bottom:10px;

}

/*検索位置*/
#side_r p.search{
	margin-top:10px;
}

#side_r table.search{
	margin-bottom:10px;
}


/*広告*/
#side_r #space{
	margin-top:10px;
	margin-bottom:10px;

}





/*footer*/
#footer {
	width:960px;
	margin-bottom:20px;
	position:relative;
	background-color:#EEE;
}
#footer ul.footerlist {
	text-align:center;
	white-space:nowrap;
}
#footer ul.footerlist li {
	display:inline;
	padding:0 4px;
}
#footer ul.copyright {
	text-align:center;
	white-space:nowrap;
	margin-top:10px;
}
#footer ul.copyright li {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	display:inline;
}




#copyright{
	width:960px;
	position:relative;
	background-color:#ffffff;
}

#copyright ul.copy {
	font-size:12px;
	overflow:hidden;
	text-align:right;
	padding-bottom:20px;
}

#copyright ul.copy li.copy1 {
	padding-top:2px;
	float:right;
}

div.pager {
    width:100%;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 10px;
    margin-left : auto;
    margin-right : auto;
}

div.pager a,
div.pager span {
    font-size: 10px;
    display: block;
    float: left;
    margin-right: 0.5em;
    padding: 0.2em 0.5em;
}

div.pager a {
    color: #105cb6;
    background-color: #fff;
    border: 1px solid #c3e0ee;
    text-decoration: none;
}

div.pager a:hover {
    color: #003;
    background-color: #c3e0ee;
    border: 1px solid #c3e0ee;
}

div.pager span.current {
    color: navy;
    background-color: #c3e0ee;
    border: 1px solid #c3e0ee;
    font-weight: bold;
}

div.pager span.nextprev {
    font-size: 10px;
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
}

div.pager a.nextprev {
}
.clearfix {
  min-height: 1px;
}
