@charset "utf-8";


/** Notices and Errors **/

.notice {
	background: #C4FFE7;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #C4FFE7, #A8FFDA);
	background-image: -ms-linear-gradient(top, #C4FFE7, #A8FFDA);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C4FFE7), to(#A8FFDA));
	background-image: -webkit-linear-gradient(top, #C4FFE7, #A8FFDA);
	background-image: -o-linear-gradient(top, #C4FFE7, #A8FFDA);
	background-image: linear-gradient(top, #C4FFE7, #A8FFDA);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
	padding: 7px 7px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

#topicPath_01 {  
	margin:3px 5px 0px 0px;  
	font-size: 90%;
}  
#topicPath_01 li {  
	display:inline;  
	line-height:110%;  
    list-style-type:none;
    margin:0px;
}  
#topicPath_01 li a {  
	padding-right:10px;  
	background:url(../img/topicpath.gif) no-repeat right center;  
} 


/**
h2 {
	font-size:110%;
	font-weight:bold;
	color:#56B908;
    background-image: url(../img/head_bg.png);  
    background-repeat: repeat-x;  
    background-position: bottom left;
    padding:4px 4px 4px 20px;
	border:1px solid #CCCCCC;
}
h2 a{
	color:green;
} 

**/

/* _____ serch button _____ */
.search_btn_png{
	margin:10px 10px 10px 10px;
	text-align:center;
}



/* _____ hdg-1-02 _____ */

div.hdg-1-02{
margin:0 0 0.8em;
position:relative;
background:url("../img/hdg-1-02_bg.gif") no-repeat 0 0;
}

div.hdg-1-02 h2{
padding:7px 25px 9px;
background:url("../img/hdg-1-02_bg.gif") no-repeat -1003px 100%;
font-size:140%;
line-height:1.2;
}

/* _____ hdg-2-02 _____ */

div.hdg-2-02{
margin:0 0 0.8em;
position:relative;
background:url("../img/hdg-2-02_bg.gif") no-repeat 0 0;
}

div.hdg-2-02 h2{
padding:7px 25px 9px;
background:url("../img/hdg-2-02_bg.gif") no-repeat -727px 100%;
font-size:162%;
line-height:1.3;
}

/* _____ paging _____ */
span.paging{
	border:1px solid #F0F0F0;
	padding:3px;
	margin:2px 2px;
	font-size:110%;
	font-weight: bold;
}
span.paging_a{
	padding:3px;
	margin:2px 2px;
	border:1px solid #F0F0F0;
}
span.paging_a a {
	text-decoration:underline;
}
span.paging_a a:hover {
	text-decoration:none;
}

/* _____ order by _____ */
a.orderby{
	text-decoration: underline;
}
a.orderby:hover{
	text-decoration:none;
}

.search_result_title{
	width:710px;
}
.search_result_content {
	width:700px;
	margin:0px 0px 7px 0px;
	padding:0px 7px 7px 7px;
}

.view_title {
	font-size:120%;
	font-weight:bold;
	color:#56B908;
	border:1px solid #CCCCCC;
    background-image: url(../img/head_bg.png);  
    background-repeat: repeat-x;  
    background-position: bottom left;
    padding:4px 4px 4px 20px;
}

.table_01 {
font-size:90%;
margin:0px 1px 10px 0px;
border-collapse:collapse;
border-top:1px dotted #999999;
border-right:1px dotted #999999;
}
.table_01 th {
padding:4px 1px 2px 4px;
text-align:left;vertical-align:middle;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #81AFD4;
}
.table_01 td {
padding:4px 1px 2px 4px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}

.table_02 {
font-size:100%;
width:700px;
margin:20px 0px 10px 0px;padding:1px;
border-collapse:collapse;
border-top:1px dotted #999999;
border-right:1px dotted #999999;
}
.table_02 th {
padding:4px 2px 2px 4px;
text-align:left;vertical-align:middle;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #81AFD4;
}
.table_02 td {
padding:4px 2px 2px 4px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}

.local_chiku_tag{
	float:left;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	width:140px;
	height:30px;
	padding:3px;
	margin:3px;
	color:#DB5A03;
	background-color:#F7F3E8;
	border:1px solid #DB5A03;
}

.favarites_tag_yes{
	float:left;
	font-size:80%;
	text-align:center;
	width:100px;
	height:15px;
	padding:2px;
	margin:2px;
	color:#DB5A03;
	background-color:#F7F3E8;
	border:1px solid #DB5A03;
}
.favarites_tag_no{
	float:left;
	font-size:80%;
	text-align:center;
	width:100px;
	height:15px;
	padding:2px;
	margin:2px;
	color:#AEAEAE;
	border:1px dotted #AEAEAE;
}

.result_index_pic{
	margin:5px;
	padding:10px;
	border:1px solid #F0F0F0;
}

.osusume {

	margin:15px 20px 15px 20px;
	min-height:65px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	color:#333333;
	background-color:#FFF3DF;
    background-image: url(../img/osusume.png);  
    background-repeat: no-repeat;  
    background-position: middle left;
	border:2px dotted orange;
    padding:15px 15px 15px 140px;

}

.memo {
	margin:40px;
	font-size:110%;
	text-align:left;
	color:#333333;
	background-color:#FFF8F8;
    background-image: url(../img/memo.png);  
    background-repeat: no-repeat;  
    background-position: top left;
	border:1px solid #CCCCCC;
    padding:35px;

}

.pankuzu {
	font-size:110%;
	font-weight:bold;
	color:#56B908;
    background-image: url(../img/head_bg.png);  
    background-repeat: repeat-x;  
    background-position: bottom left;
    padding:4px 4px 4px 20px;
	border:1px solid #CCCCCC;
	margin-bottom:7px;
}
.pankuzu a{
	color:green;
} 

div.empty_room{
	font-size:80%;
	text-align:center;
	width:70px;
	height:15px;
	padding:2px;
	margin:2px;
	color:#DB5A03;
	background-color:#F7F3E8;
	border:1px solid #DB5A03;
}

