body {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
body,td,textarea {
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* {
	margin: 0px;
	padding: 0px;
}

rt {
	font-weight: normal;
	text-decoration: none;
}
ruby * {

}
.gaiji {
	vertical-align: middle;
	margin: -2px 1px -1px 1px;
}

div.clear {
	clear:both;
}
#container {
	min-width: 995px;
	width: expression(document.body.clientWidth < 996 ? "995px" : "auto");
}

#header {
	width: 100%;
}
#headerLeft {
	position: relative;
	width: 324px;
	float: left;
	padding-left: 8px;
	z-index 2;
}
#headerTitle {
	width: 296px;
	float: left;
	text-align: center;
	padding-top: 6px;
}
#headerRight {
	margin-left: -635px;
	margin-right: 0px;
	width: 100%;
	float: right;
}

#headerSearchBoxTop {
	margin: 0;
	padding: 0;
	width: 324px;
	height: 8px;
	background: url(images/search_box_top.gif) no-repeat;
	overflow: hidden;
}
#headerSearchBox {
	background-color:#3c9;
	background: url(images/search_box_bg.gif)  repeat-y;
	background-position: top left;
	width: 318px;
	/* height: 40px; */
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	overflow: auto;
	text-align: center;
	font-size: 12px;
}
#headerSearchBoxBtm {
	clear: both;
	margin-bottom: 8px;
	width: 324px;
	height: 19px;
	background: url(images/search_box_btm.gif) no-repeat;
	overflow: hidden;
}
#searchBoxLabel {
	display: none;
	width: 6px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#searchBoxFieldBtn {
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align: middle;
}
#btnSearchReset {
	border-style: none;
}
.searchBoxItem {
	vertical-align: middle;
}
.searchBoxField {
	vertical-align: middle;
	width: 240px;
	border: solid 1px #ccc;
	padding: 1px 3px 1px 3px;
}
#headerRightUpper {
	margin-left: 630px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 8px;
	border-bottom: solid 2px #9fc;
	font-size: 12px;
	color: #399;
}
#headerRightMiddle {
	clear: both;
	margin-left: 630px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	font-size: 12px;
	color: #399;
	text-align:right;
}
#headerRightLower {
	clear: both;
	margin-left: 630px;
	padding-bottom: 2px;
	padding-right: 8px;
}
#headerInfo1 {
	float: left;
}
.headerInfoMark1 {
	color: #9fc;
}
#headerInfo2 {
	float: right;
	text-align:right;
}

#headerNavi {
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#headerNavi img {
	margin-left: 12px;
	border-style: none;
	vertical-align: middle;
}

#tabMenu {
	clear:both;
	padding: 0px 0px 0px 8px;
}

#tabMenu ruby {
	position: relative;
}
#tabMenu rt {
	top: -1.5em;
	font-size: 60%;
	font-weight: normal;
}


ul#tabList {
	list-style: none;
	width: 985px;
}
li.tabItem, li.tabItemActive {
	float: left;
	height: 25px;
	width: 105px;
	margin-right: 4px;
}

li.tabItem a, li.tabItemActive a {
	display: block;
	padding: 7px 3px 2px 3px;
	margin: 0px 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 99px;
	height: 16px;
	overflow: hidden;

}

#tabResult {
	background-image:url(images/tab_result_bg.gif);
}
#tabMidashi {
	background-image:url(images/tab_midashi_bg.gif);
}
#tabTheme {
	background-image:url(images/tab_theme_bg.gif);
}
#tabHonbun {
	background-image:url(images/tab_honbun_bg.gif);
}
#tabMm {
	background-image:url(images/tab_mm_bg.gif);
}
#tabScrap {
	background-image:url(images/tab_scrap_bg.gif);
}
#tabMypage {
	background-image:url(images/tab_mypage_bg.gif);
}
#tabHiroba {
	background-image:url(images/tab_hiroba_bg.gif);
}
#tabHome {
	background-image:url(images/tab_home_bg.gif);
}

.tabItem a:link, .tabItem a:visited {
	text-decoration: none;
	color: #999;
}
.tabItem a:hover, .tabItem a:active {
	text-decoration: none;
	background-position: 0 -25px;
	color: #fff;
}

.tabItemActive a:link, .tabItemActive a:visited {
	text-decoration: none;
	background-position: 0 -25px;
	color: #fff;
}
.tabItemActive a:hover, .tabItemActive a:active {
	text-decoration: none;
	background-position: 0 -25px;
	color: #fff;
}


#tabBar {
	clear:both;
	width: 100%;
}
.tabBarResult {
	background-color: #36c998;
}
.tabBarMidashi {
	background-color: #4ed450;
}
.tabBarTheme {
	background-color: #42c9ce;
}
.tabBarHonbun {
	background-color: #8ad80d;
}
.tabBarMm {
	background-color: #f96f41;
}
.tabBarScrap {
	background-color: #4b77fc;
}
.tabBarMypage {
	background-color: #9966ff;
}
.tabBarHiroba {
	background-color: #d3b303;
}
.tabBarHome {
	background-color: #feac41;
}

#tabMessageLeft {
	/* width: 46%; */
	float: left;
	padding: 5px 8px;
	font-size: medium;
}
#tabMessageRight {
	/* width: 46%; */
	float: right;
	padding: 5px 8px;
	text-align: right;
	font-size: medium;
}
#main {
	background-color: #CCCCFF;
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#content {
	clear: both;
}

.contentFooter {
	clear: both;
	text-align: right;
	font-size: small;
	padding-right: 20px;
	padding-bottom: 8px;
}
#footer {
	clear: both;
	border-top: solid 1px #000;
	padding: 4px;
	color: #000;
	font-size: 1.0em;
	text-align: center;
}


.JoinI a:link, .JoinI a:visited{
	color:black;
	text-decoration:none;
}

.JoinI a:hover{
	color:black;
}

.JoinI{
	background-color:yellow;
	color:black;
	font-weight:bold;
	padding:3px;
}

