@charset "utf-8";
/*
Theme Name: roirl
Description: roirlのテーマ
Author: yuko kitake
Author URI: http://kitax.info
Tags: blue, custom header, fixed width, two columns, widgets

*/
@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 810px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
} 
.twoColFixLtHdr #container #header img {
	float: right;
}
.twoColFixLtHdr #container #header h1 {
	font-size: 10px;
	font-style: normal;
	text-align: left;
	clear: none;
	float: none;
}
.twoColFixLtHdr #container #menu {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px;
	background-color: #FFD981;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 h2{
       font-size: 14px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	width: 570px;
} 
.twoColFixLtHdr #container #subcontent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 220px;
	padding: 10px;
	clear: both;
}

.img1border {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFA244;
} 
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #660000;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #FFA244;
	padding-top: 3px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
	color: #000000;
	background-color: #FFA244;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #660000;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.tablegray {
	text-transform: capitalize;
	color: #660000;
	background-color: #E6E6E6;
	font-size: 14px;
	text-align: center;
}
.tablesetumei {
	font-size: 12px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFA244;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
}
.twoColFixLtHdr #container #mainContent #menu1 {
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContent #menu2 {
	float: right;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
}

.center {
	text-align: center;
	padding-left: 10px;
}

.twoColFixLtHdr #container #footer p {
	text-align: right;
	font-size: 14px;
}
.imgright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.imgleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.line-height2 {
	line-height: 2em;
	padding-top: 20px;
}
.marutable {
	background-color: E4BC8B;
	font-weight: bold;
	color: #330000;
	text-align: center;
}
.marutable2 {
	font-size: 10px;
	line-height: 2em;
	color: #660033;
	background-color: #E4BC8B;
}


.leftclearfloat {
	clear: left;
}
.centerimg {
	vertical-align: middle;
}

.listyle {
	font-size: 18px;
	text-transform: uppercase;
	color: #660000;
	background-image: url(../image/icon/large_button09.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.orange {
	color: #ff6600;
}
.navy {
	color: #000080;
}
.bold_blue {
	font-weight: bold;
	color: #0000FF;
}
.staff_list {
	width: 540px;
}
.staff_photo {
	border: 1px solid #CCCCCC;
	float: left;
	height: 125px;
	width: 125px;
	margin-right: 10px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.staff_hr {
	border: 2px dotted #FF9933;
	margin: 5px;
	width: 90%;
        clear: both;
}
/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photo-end {
	clear:left;
}
/* ---------- */
.smal_timel {
	font-size: 10px;
	color: #666666;
}
.twoColFixLtHdr #container #mainContent .staff_list li {
	line-height: 0.1em;
	font-size: small;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .staff_list .staff_syoukai p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.staff_syoukai {
	float: right;
	width: 380px;
}
.twoColFixLtHdr #container #mainContent .post #table_step td {
	font-size: 12px;
　　　　　line-height: 1.2em;
}
.twoColFixLtHdr #container #mainContent .post #table_step td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}