@charset "UTF-8";

/* Initialize */
html {
	min-width: 750px;
	height:100%;
	margin-bottom:1px;
}

* {margin: 0;padding: 0;}

img {border: 0;}

ul {list-style: none;list-style-image: none;list-style-position: outside;}

ol {list-style-type: decimal;list-style-image: none;list-style-position: outside;}

fieldset {border: none;	margin: 0;padding: 0;}

a:link {text-decoration: none;color: #0066FF;}
a:visited {text-decoration: none;color:#7F1F7F;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

address {display: inline;font-style: normal;font-size: 92%;}

/* siteparts */
.pageTop {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size:13px;
}

.pageMore {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0;
	padding-right: 7px;
}
.clear{
	clear:both;
}
input.text{
	width: 110px;
	margin: 0;
	padding: 4px;
	background: #F5F4F1;
}

input.radio{
	margin: 3px 0 0 0;
	padding: 1px 1px 0 1px;
}
input.button{
	border-top: 2px double #ccc;
	border-right: 2px double #666;
	border-bottom: 2px double #666;
	border-left: 2px double #ccc;
	color: #333;
	background-color: #edeae4;
	background-image: url(../images/form_btn_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
}
/* end siteparts */

/*  Common */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#jsWarn {
	width: 100%;
	padding: 10px 0;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#container {
	width: 100%;
	margin: 0 auto;

}
#header {
	width: 100%;
	height: 49px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
#headTextArea {
	float: right;
	font-size:10px;
	text-align:right;
	line-height: 150%;
	width: 170px;
	height: 49px;
	margin-right: 10px;
	margin-top: 3px;
	top:4px;
	right:8px;
	z-index:100;
	position:absolute;
}
#logoArea {
	margin-left:8px;
	width: 170px;
	height: 49px;
	float: left;
	top: 0;
	left: 10px;
	z-index: 200;
	position:absolute;
}
#logoArea img {
	float: left;
}

#menuArea {
	float:left;
	width: 450px;
	height: 49px;
	margin-top:8px;
	margin-left:10px;
	top: 0;
	left: 180px;
	z-index: 150;
	position:absolute;
}
/* Global Navigation */
#gNavi ul{
	list-style:none;
}

#gNavi ul li {
	float:left;
	width:45px;
	height: 36px;
}

#gNavi ul li a{
	display:block;
	width: 45px;
	height: 36px;
}

#gNavi ul li.indexHeadTop{
	background-image: url(../images/menu_blog.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi ul li.indexHeadTop a:hover{
	background-image: url(../images/menu_blog.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
}


#gNavi .indexHeadPtb{
	background-image: url(../images/menu_ptb.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi ul li.indexHeadPtb a:hover{
	background-image: url(../images/menu_ptb.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
}


#gNavi .indexHeadMap{
	background-image: url(../images/menu_map.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadMap a:hover{
	background-image: url(../images/menu_map.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}


#gNavi .indexHeadCalendar{
	background-image: url(../images/menu_calender.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadCalendar a:hover{
	background-image: url(../images/menu_calender.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}


#gNavi .indexHeadShop{
	background-image: url(../images/menu_shop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadShop a:hover{
	background-image: url(../images/menu_shop.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}


#gNavi .indexHeadProperty{
	background-image: url(../images/menu_property.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadProperty a:hover{
	background-image: url(../images/menu_property.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}


#gNavi .indexHeadRecruit{
	background-image: url(../images/menu_recruit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadRecruit a:hover{
	background-image: url(../images/menu_recruit.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}


#gNavi .indexHeadRyuq{
	background-image: url(../images/menu_ryuq.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadRyuq a:hover{
	background-image: url(../images/menu_ryuq.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#gNavi .indexHeadOfficial{
	background-image: url(../images/menu_official.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadOfficial a:hover{
	background-image: url(../images/menu_official.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#gNavi .indexHeadSearch{
	background-image: url(../images/menu_search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#gNavi .indexHeadSearch a:hover{
	background-image: url(../images/menu_search.gif);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	text-indent:-9999px;
}

/* End Global Navigation */

#topicPass {
	width: 99%;
	line-height: 1.5em;
	text-align: left;
	margin: 5px 5px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 10px;
}
.prArea{
	padding-top:1px;
	padding-right:8px;
	float:right;
}
#content {
	height: auto;
	text-align: left;
	margin:10px;
}

#rightContents {
	float: right;
	width: 170x;
	margin-right:3px;
}

/* column2left */
#column2left {
	margin-top: 0;
	margin-left: 3px;
	margin-bottom: 0;
	padding-right:190px;
}

.mainContentNoFrame{
	align: left;
	margin-bottom: 25px;
	padding: 0;
}
.mainContentNoFrame h2{
	font-weight:bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #333;
}
.mainContentNoFrame #bigTitle{
	font-weight:bold;
	font-size: 16px;
	color: #669900;
}
.sideContentNoFrame{
	width: 170px;
	margin-bottom: 0.8em;
	padding-left: 3px;
}


/* Login Parts */

#login {
	font-size:90%;
	margin-bottom: 10px;
	padding:0;
	margin-right: 10px;
	margin-left: 10px;
}

#login ul{
	margin-top: 5px;
}
#login ul li {
	padding:2px 0px 0px;
	text-align:right;
	font-size:10px;
}

#login table {
	margin-left:14px;
	border: none;
}

#login th {
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}

#login td{
	padding-bottom:3px;
	padding-left:2px;
}


/* Tag List Page */

.mainTagspace {
	margin-top: 5px;
	margin-left: 0px;

}
.tagAd{
	text-align:center;
	padding-bottom: 5px;
}
.titagTitle{
	font-size:13px;
	font-weight:bold;
	color: #333;
}
.tagExplain{
	font-size:11px;
	color: #666;
	margin-right: 0px;
}
.tagCrowd{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.updateTime{
	font-size: 10px;
}

.relationTags {
	margin-top: 4px;
	clear: both;
	font-size: 78%;
}

.relationTags a {
	margin-left: 8px;
	font-size: 110%;
}


/*  Footer  */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size:13px;
}

#footer p {
	font-size: 80%;
	margin-top: 5px;
}
.sContent form {
	text-align: left;
}

