@charset "UTF-8";
@import "evaluation.css";

/**--------------------------------------------------
 *
 * 全体
 * 
 **--------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	background: #ffffff;
}
body{
	color: #000033;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 92%;
	margin: 0;
	padding: 0;
	line-height: 130%;
	width: 920px;
	background: #fff8c5;
}
a {
	color: #ad5114;
}
img {
	border-style: none;
	vertical-align: bottom;
}
a img {
	text-decoration: none;/*意味なさそう*/
}
h2 {
	font-size: 100%;
	font-weight: normal;
	height: 18px;
	margin: 5px 2px 10px;
	padding: 4px;
	border-left: solid 5px #ffda99;
	background: url("../img/common/h2.png") repeat-x;
}
h3 {
	font-size: 95%;
	font-weight: normal;
	height: 16px;
	margin: 15px 5px 10px;
	padding: 4px;
	border-left: solid 4px #ffb65f;
	border-bottom: solid 1px #ffb65f;
}
h4 {
	font-size: 95%;
	font-weight: normal;
	height: 16px;
	margin: 15px 10px 10px;
	padding: 4px;
	border-left: solid 4px #ffc483;
	border-bottom: solid 1px #ffc483;
}
strong {
	font-weight: bold;
	color: #ff0000;
}
em {
	font-weight: bold;
	font-style: normal;
}
dt {
	margin-left: 10px;
	font-weight: bold;
}
hr {
	margin: 10px 10px;
	border: dashed 1px #ffb05a;
}
.center {
	text-align :center;
}
.right {
	text-align :right;
}
.small {
	font-size: smaller;
}
.large {
	font-size: larger;
}
.hidden {
	display: none;
}
.clearBoth {
	clear: both;
}

/********************************
 * ヘッダ
 ********************************/
#header{
	height: 120px;
	background: url("../img/common/background_header.png") repeat-x;
}
#header h1{
	float: left;
	background: url("../img/common/title.png") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 120px;
}
h1 a{
	text-decoration: none;
	display: block;
	width: 450px;
	height: 120px;
}
h1 a:link, h1 a:visited{
	text-decoration: none;
}
h1 a span{
	visibility: hidden;
}

/********************************
 * 上ナビゲーション
 ********************************/
#navi{
	width: 460px;
	padding-top: 10px;
	float: right;
}
.navi_blocks {
	background: url("../img/common/navi.png") no-repeat left top;
	width: 360px;
	height: 25px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 5px 20px 0 20px;
	font-size: smaller;
}
.navi_blocks:first-child {
	margin-top: 0;
}
#navi ul{
	margin: 0;
	padding: 0;
	width: 380px;
}
#navi li{
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	display: inline;
	text-indent: 20px;
}
#navi li:first-child {
	text-indent: 0;
}
.navi_blocks a {
	color: #ffffff;
}
.navi_blocks p {
	color: #ffffff;
	margin: 0;
}
.formExplain {
	padding: 3px 20px 2px 20px;
}
.formExplain p {
	float: left;
	padding-top: 2px;
}
.navi_blocks form {
	float: left;
	margin-left: 10px;
}
.navi_blocks div.submit, #UserDisplayLanguage {
	display: inline;
}
.navi_blocks input {
	width: 150px;
}
.navi_blocks .submit input {
	width: 50px;
}

/********************************
 * 上タブ
 ********************************/
ul#tab {
	width: 880px;
	height: 30px;
	margin: 0;
	padding: 10px 0 8px 40px;
	background: url("../img/common/note_header.png") no-repeat left bottom;
}
ul#tab li {
	float: left;
	width: 140px;
	height: 30px;
	background: url("../img/common/tab.png") no-repeat left top;
	display: inline;
}
ul#tab li.selected {
	background: url("../img/common/tab.png") no-repeat left bottom;
}
ul#tab li a {
	display: block;
	text-decoration: none;
	color: #7a3b10;
	width: 125px;/*137*/
	height: 25px;/*30*/
	margin: 0;
	padding: 5px 0 0 12px;
	vertical-align: middle;
}
/*マウスオーバー*/
ul#tab li a:hover, ul#tab li a:active{
	background: url("../img/common/tab.png") no-repeat left bottom;
}
/********************************
 * メニュー
 ********************************/
#note {
	background: url("../img/common/note_body.png") repeat-y;
}

#menu {
	float: left;
	width: 210px;
	background: #ffb05a;
	margin-left: 45px;
}
#menu #menu_block {
	background: url("../img/common/menu.png") no-repeat left bottom;
}
#menu ul {
	margin: 5px;
	padding: 15px 10px;
	background: #ffffff;
}
#menu ul li{
	width: 180px;
	height: 27px;
	padding-top: 3px;
	list-style: none;
	border-bottom: dashed 1px #d89f71;
}
#menu ul li:first-child{/*一番上の破線を表示*/
	border-top: dashed 1px #d89f71;
}
#menu ul li.selected{
	background: #fff3c2;
}
#menu ul li.disabled{
	background: #eeeeee;
}

#menu ul li a {
	vertical-align: middle;
	padding-left: 12px;
	background: url("../img/common/menu_list_default.png") no-repeat left center;
}
#menu ul li.selected a{
	background: url("../img/common/menu_list_selected.png") no-repeat left center;
}


/********************************
 * メイン
 ********************************/
#main {
	float: right;
	width: 640px;
	margin: 0 20px 0 5px;
}

.main_blocks{
	background: #ffffff;
	margin-top: 5px;
	padding: 2px;
}
.main_blocks:first-child {
	margin-top: 0;
}
.main_blocks p {
	margin: 5px 15px;
}
.main_blocks p.small {
	margin: 3px 10px;
	font-size: smaller;
}

/********************************
 * ヘッダ
 ********************************/
div#footer {
	clear: both;
	width: 920px;
	height: 20px;
	padding-top: 30px;
	font-size: smaller;
	text-align: center;
	background: url("../img/common/background_footer.png") no-repeat left top;
}
div#footer p {
	margin: 0;
}
address {
	clear: both;
	width: 920px;
	height: 25px;
	padding-top: 5px;
	font-size: smaller;
	font-style: normal;
	text-align: center;
	color: #7a3b10;
	background: url("../img/common/background_copyright.png") no-repeat left top;
}

/********************************
 * table
 ********************************/
table {
	margin: 5px 15px;
	border-collapse: collapse;
	border-spacing: 0px;
}
thead, tbody{
	font-size: 92%;
	line-height: 105%;
}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: solid 1px #b24f30;
	padding: 2px;
}
th {
	background: #ffcb78;
}
td {
	background: #fff0cf;
}
tr.altrow td {
	background: #ffffff;
}
td img {
	text-align: center;
}
.nonTranslation{
	color: #685d4d;
}

/********************************
 * 用例表示吹き出し
 ********************************/
div.sentenceTextBlock {
	background: url("../img/icon/sentence_text.png") no-repeat center left;
	margin: 10px 0;
}
div.sentenceTextWrapper {
	margin-left: 40px;
	background-color: #fff3c2;
	border-radius: 8px;/* CSS3草案 */  
	-webkit-border-radius: 8px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;/* Firefox用 */
	min-height: 30px;
	position: relative;
}
div.sentenceTextWrapper  p{
	font-size: large;
	margin: 0;
	padding: 5px 8px;
}
div.sentenceTextWrapper.textEditable p {
	width: 430px;
}
p#textEditLinkBlock {
	text-align: right;
	width: 154px;
	font-size: small;
	margin: auto 8px;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 170px;
}
p#modifyRequest {
	font-size: small;
	text-align: right;
	margin: 0 10px;
}

/********************************
 * 用例詳細の対訳一覧
 ********************************/
div#translationList {
	margin: 0 10px;
	clear: both;
}
div#translationList dl {
	position: relative;
	padding-top: 10px;
	border-top: solid 2px #ffdaa4;
	min-height: 50px;
	clear: both;
}
div#translationList dl:first-child {
	border-top: none;
	padding-top: 0;
}
div#translationList dt {
	background: url("../img/icon/translation_language.png") no-repeat center left;
	height: 31px;
	width: 115px;
	margin: 0 0 0 10px;
	padding: 15px 0 0 35px;
	color: #993300;
	float: left;
}
div#translationList dd {
	display:list-item;
	list-style: disc outside;
	margin: 0 0 0 190px;
	color: #FFB929;
	padding: 0;
}

/********************************
 * submitボタン
 ********************************/
p.submit{
	height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.submit a{
	background: url("../img/common/button_main_left.png") no-repeat top left;
	display: block;
	float: left;
	line-height: 16px;
	height: 28px;
	margin-right: 10px;
	padding-left: 10px;
	color:#222222;
	text-decoration: none;
}
p.submit a span{
	background: url("../img/common/button_main_right.png") no-repeat top right;
	display: block;
	padding: 6px 10px 8px 0;
}

p.submit a.sub{
	background: url("../img/common/button_sub_left.png") no-repeat top left;
	display: block;
	float: left;
	line-height: 14px;
	height: 22px;
	margin-right: 10px;
	margin-top: 3px;
	padding-left: 10px;
	color:#222222;
	text-decoration: none;
}
p.submit a.sub span{
	background: url("../img/common/button_sub_right.png") no-repeat top right;
	display: block;
	padding: 5px 10px 8px 0;
	font-size: smaller;
}

/********************************
 * tagリンク
 ********************************/
p.tag {
	line-height: 150%;
}
p.tag span{
	color: #a54114;
	background-color: transparent;
	cursor: pointer;
}
p.tag span.selected{
	color: #ffffff;
	background-color: #a54114;
	cursor: pointer;
}

.registering{
	color: #ff0000;
	font-weight: bold;
}

p.tagCloud {
	line-height: 180%;
}
span.tagCloud1 {
	font-size: 100%;
}
span.tagCloud2 {
	font-size: 150%;
	font-weight: bold;
}
span.tagCloud3 {
	font-size: 200%;
}


/********************************
 * ポップアップヒント
 ********************************/
.bubbleInfo {
	position: relative;
	display: inline;
}
.popup {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	background: #ffffff;
	border: solid 2px #11a4cc;
	height: 130px;
	width: 400px;
	font-size: 87%;
}

/********************************
 * paginate
 ********************************/
.paging {
	margin: 5px 15px;
}
.paging .disabled {
	display: inline;
	color: #685d4d;
}

/********************************
 * 類似用例提示ブロック
 ********************************/
.info_message_block {
	background: url('../img/icon/message_info.png') no-repeat left center;
	padding-left: 40px;
	margin: 10px 15px;
	min-height: 40px;
	border: solid 2px #ffc483;
}
.info_message_block p {
	margin: 0;
	padding: 5px 5px 0;
}
.info_message_block hr {
	border: dashed 0.5px #ffc483;
}





.question_message_block {
	background: url('../img/icon/message_question.png') no-repeat left center;
	padding-left: 40px;
	margin: 10px 15px;
	min-height: 40px;
	border: solid 2px #ffc483;
	display: none;
}
.question_message_block p {
	margin: 0;
	padding: 5px 5px 0;
}
.question_same_language {
	background: url('../img/icon/message_question.png') no-repeat left center;
	padding-left: 40px;
	margin: 10px 15px;
	min-height: 40px;
	border: solid 2px #ffc483;
}

/********************************
 * 警告提示ブロック
 ********************************/
.warning_message_block {
	background: url('../img/icon/message_notice.png') no-repeat left center;
	padding-left: 40px;
	margin: 10px 15px;
	min-height: 40px;
	border: solid 2px #ffc483;
	display: none;
}
.warning_message_block p {
	margin: 0;
	padding: 5px 5px 0;
}

/********************************
 * エラー提示ブロック
 ********************************/
.error_message_block {
	background: url('../img/icon/message_warning.png') no-repeat left center;
	padding-left: 40px;
	margin: 10px 15px;
	min-height: 40px;
	border: solid 2px #ffc483;
	display: none;
}
.error_message_block p {
	margin: 0;
	padding: 5px 5px 0;
}

/********************************
 * 情報バー
 ********************************/
.warning {
	background: url('../img/icon/message_warning.png') no-repeat left center;
	padding-left: 40px;
	margin: 5px;
	min-height: 32px;
}
.notice {
	background: url('../img/icon/message_notice.png') no-repeat left center;
	padding-left: 40px;
	margin: 5px;
	min-height: 32px;
}
.notice p {
	margin: 0;
	padding: 8px 5px 0;
}

/********************************
 * ログイン提示エリア用
 ********************************/
#login_block {
	margin: 5px;
	padding: 5px 0;
	background: #ffffff;
}
#login_block h3 {
	margin-top: 0;
}
#login_block dl {
	margin-left: 10px;
}
#login_block dd {
	margin-left: 10px;
}
#login_block ul {
	padding: 0 0 0 10px;
}
#login_block ul li, #login_block ul li:first-child{
	border: none;
}
#login_block input#LoginUserEmail {
	width: 160px;
}
#login_block p {
	margin: 10px;
}

/********************************
 * ランキング
 ********************************/
#ranking_no1 td {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
}
#ranking_no1 td img {
	vertical-align: text-bottom;
}
#ranking_no2 td {
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
}
#ranking_no3 td {
	font-size: 110%;
	line-height: 110%;
	font-weight: bold;
}

/********************************
 * 検索
 ********************************/
.search_text_block {
	padding-bottom: 10px;
}
.search_text_block dl {
	margin: 5px 30px;
}
.search_text_block dt {
	margin-left: 20px;
}
form#SearchResultBigramForm input#SearchText, form#SearchResultForm input#SearchText {
	float: left;
	width: 300px;
	margin-left: 10px;
}


table.input_form th, table.input_form td {
	padding: 5px;
}

input#UserName, input#UserAutonym {
	width: 200px;
}
input#UserEmail, #InfoTitle, #ProjectTitle {
	width: 300px;
}
input#ParamPassword, input#UserPasswordConfirm {
	width: 150px;
}
table.input_form textarea {
	width: 400px;
	height: 150px;
}


div.error-message {
	color: #ff0000;
}


