@charset "utf-8";

/*

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/




/* "fieldset/form/label/input/select/textarea" Tag
-------------------------------------------------- */
fieldset, form, input, textarea {
	margin: 0;
	padding: 0;
}
fieldset {
	margin-bottom: 1em;
	border: 0;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
textarea {
	width: 95%;
	height: 100px;
	resize: vertical;
}



/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 100%;	/* 13px */
}



/* "table/th/td" Tag
-------------------------------------------------- */
table {
	margin: 0 0 1.5em;
	border: 0;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: inherit;
	font: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
th {
	margin: 0;
	padding: .5em;
	border: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #F2F2F2;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
td {
	margin: 0;
	padding: .5em;
	border: 0;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}



/* id/class
================================================== */
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.red {
	color: #DB0F24;
}
.blue {
	color: #0018A8;
}
.fs10 {
	font-size: 84%;	/* 10px */
}
.fs14 {
	font-size: 117%;	/* 14px */
}
.popup {
	padding-left: 16px;
	background: url(../../images2/common/popup_ico.gif) no-repeat 0 50%;
}



/* 画像レイアウト
-------------------------------------------------- */
div.imgLayout img {
	vertical-align: bottom;
}





/* メインコンテナ
-------------------------------------------------- */
#mainContainer {
	width: 752px;
	text-align: justify;
}
body.oneColum #mainContainer {
	background-image: none;
}
.entry, .entryFrame {
}
.entryFrame {
	padding-top: 5px;
}
.entry h3, .entryFrame h3 {
	margin-bottom: 10px;
	height: 0px;
	overflow: hidden;
	background: no-repeat;
	text-indent: -9999px;
	height: 27px;
}
.entryFrame h3 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #472300;
}
.pageTitle {
}
.pageTitle h3 {
	margin: 0;
}
.entry h4.comment {
	margin: -21px 5px 10px;
	height: 21px;
	overflow: hidden;
	font-weight: normal;
	font-size: 84%;	/* 10px */
	line-height: 21px;
	text-align: right;
}
/*.entryBody {
	margin-left: 10px;
	margin-right: 10px;
}
.entryFrame .entryBody {
	margin: 0 12px 10px;
}*/
p.last {
	margin-bottom: 0;
}



/* エラー
-------------------------------------------------- */
#commonError {
	color: #DB0F24;
	border: 1px solid #DB0F24;
}
#commonError h3 {
	border-left-color: #DB0F24;
	background: url(../../images2/common/item.gif);
}

#usrSearch #commonError h3 {
	border-left-color: #DB0F24;
	background: url(../../images2/common/title_no_search-result.gif) no-repeat left top;
}


/* DL:inline
-------------------------------------------------- */
dl.list {
	margin: 0;
}
dl.list dt {
	padding-left: 10px;
	background: url(../../images2/common/rightarrow_ico.gif) no-repeat 0 5px;
	font-weight: bold;
	font-size: 117%;	/* 14px */
}
dl.list dd {
	margin: 5px 0 1.5em 20px;
}



/* DL:list
-------------------------------------------------- */
dl.list {
	margin: 0;
}
dl.list dt {
	padding-left: 10px;
	background: url(../../images2/common/rightarrow_ico.gif) no-repeat 0 5px;
	font-weight: bold;
	font-size: 117%;	/* 14px */
}
dl.list dd {
	margin: 5px 0 1.5em 20px;
}



/* OL:list
-------------------------------------------------- */
ol.list {
	margin: 0 0 1.5em 20px;
}
ol.list li {
	margin-bottom: 10px;
}
ol.list li ol li {
	list-style-type: katakana;
}



/* UL:list
-------------------------------------------------- */
ul.list {
	margin: 0;
}
ul.list li {
	padding-left: 10px;
	background: url(../../images2/common/rightarrow_ico.gif) no-repeat 0 4px;
	list-style: none;
	font-size: 12px;
}
ul.list li.current {
	margin: 3px 0;
	background-position: 0 5px;
	font-weight: bold;
	font-size: 117%;	/* 14px */
}
ul.list li.current a:link, ul.list li.current a:visited,
ul.list li.current a:active, ul.list li.current a:hover {
	color: #DB0F24;
}



/* TABLE:table
-------------------------------------------------- */
table.table {
	border-color: #AEBFE6;
	width: 522px;
	font-size: 13px;
	color: #333333;
}
table.table tr.even {
	background: #F5F7FC;
}
table.table th {
	border-color: #AEBFE6;
	width: 28%;
	vertical-align: top;
	background: transparent;
	text-align: left;
}
table.table th.head {
	width: 20%;
	background: #E1E7F6;
}
table.table th a {
	padding-left: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #003333;
	background-image: url(../../images2/common/rightarrow_ico.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
}
table.table th a:active,table.table th a:hover {
text-decoration: underline;
}
table.table td {
	border-color: #AEBFE6;
}



/* つくばちゃんねるリンク
-------------------------------------------------- */
#tsukubaLink {
	background: url(../../images2/common/tsukubalink_bg.gif) no-repeat 3px 50%;
}
#tsukubaLink p {
	margin: 0 0 0 10px;
	float: right;
}
body.oneColum #tsukubaLink {
	background-position: 0 50%;
}
body.oneColum #tsukubaLink p {
	margin-left: 3px;
}



/* フッター
--------------------------------------------------
#footer {
	margin: 0 auto;
	position: relative;
	width: 770px;
	background: #FCFCFC url(../../images2/common/container_bg.gif) repeat-y 560px 0;
	font-size: 77%;	/* 10px
	text-align: left;
}
body.oneColum #footer {
	background-image: none;
}
#footer div.goTop {
	margin-bottom: 2px;
	padding: 0 10px 10px 0;
	border-bottom: 2px solid #FFBB44;
	text-align: right;
}
#footer div.goTop a {
	padding-left: 16px;
	background: url(../../images2/common/toparrow_ico.gif) no-repeat 0 50%;
}
#footer div.bg {
	padding: 10px 10px 15px;
	border-top: 5px solid #3460C1;
	background: #F2F2F2;
}
#footer div.menu, #footer div.link {
	margin-bottom: 10px;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	padding-left: 3px;
	border-left: 1px solid #666;
	display: inline;
	line-height: 1.7;
}
#footer ul li.start {
	padding: 0;
	border: 0;
}
#footer ul li.double {
	border-left: 3px double #666;
}
#footer div.companyLogo {
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 130px;
	height: 22px;
}
#footer div.companyLogo a {
	display: block;
	width: 130px;
	height: 22px;
	overflow: hidden;
	background: url(../../images2/common/item.gif) -386px -92px;
	text-indent: -9999px;
}
#footer p {
	margin: 0;
}
*/
#side {
width: 201px;
float: right;
height: auto;
padding-bottom: 10px;
}
#control {
border: none;
visibility: hidden;
font-size: 0px;
line-height: 0px;
height: 0px;
}
.osirsae_box {
background-image: none;
}
#mainsub {
width: 522px;
height: auto;
float: left;
}