
/* 共通 */

* {
margin: 0;
padding: 0;
}

body {
font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

a {
	text-decoration: none;
	color: green;
}

a:visited {
	text-decoration: none;
	color: darkolivegreen;
}

a:hover {
	text-decoration: none;
	color: salmon;
}

h1 span, h2 span, h3 span {
	display: none;
}


p {
	font-size: 10pt;
	margin: 0 1em 0.8em 1em;
	line-height: 1.4;
}

#container {
width: 800px;
background-color: #FFFFFF;
background: url(../images/bg_information.png) no-repeat bottom;
margin: auto;
}
	

/* トップページ */

#titleimage {
width: 800px;
height: 405px;
background: url(../images/rh_titleimage.png);
}

#news {
width: 410px;
min-height:200px;
float: right;
}

#twitter {
width: 410px;
float: right;
margin-bottom: 20px;
}


#information {
width: 390px;
min-height: 450px;
float: left;
padding-bottom: 20px;
}

#information h2 {
	width: 390px;
	height: 30px;
	background: url(../images/h2_info.png) no-repeat;
	margin-bottom: 10px;
}


#news h2 {
	width: 410px;
	height: 30px;
	background: url(../images/h2_news.png) no-repeat;
	margin-bottom: 10px;
}

#twitter h2 {
	width: 410px;
	height: 25px;
	background: url(../images/h2_twitter.png) no-repeat;
	margin-top: 20px;
}

#news ul {
	font-size: 10pt;
	list-style: none;
	overflow: hidden;
	margin: 0px 10px 0px 10px;
}

#news li {
	border-top: dashed mistyrose 1px;
	padding: 5px 10px 5px 20px;
	margin-top : -1px;
	background: url(../images/list_bullet.png) no-repeat;
}

#news span {
	color: darkseagreen;
}

#twitter ul {
	width: 398px;
	min-height: 120px;
	background: #bcf8ff;
	border-left: solid 1px #00beca;
	border-right: solid 1px #00beca;
	list-style: none;
	padding : 5px 0px;
}

#twitter li {
	font-size: 10pt;
	line-height: 1.4;
	padding: 0px 10px 5px 10px;;
}

#twitter .icon {
	font-size: 14pt;
	width: 398px;
	height: 20px;
	background: #bcf8ff;
	border-left: solid 1px #00beca;
	border-right: solid 1px #00beca;
}

.icon div {
	text-align: right;
	margin-right:10px;
	margin-top: -5px;
}

.icon a {
	text-decoration: none;
	font-size: 12pt;
	color: black;
	font-weight: bold;
}


#twitter a {
	text-decoration: none;
	color: #000000;
}

#twitter a:hover {
	text-decoration: none;
	color: salmon;
}

#twitter a:visited {
	text-decoration: none;
	color: #000000;
}

#twitter div.box_bottom {
	width: 400px;
	height: 10px;
	background: url(../images/bottom_twitter.png) no-repeat;
}

#twitter .pubdate {
	font-size: 7pt;
	color: gray;
}

.sign {
	text-align: right;
}


/* aboutページのデザイン　*/

#header_about{
	height: 80px;
	background: url(../images/rh_headimage_about.png);
}

#about {
	width: 800px;
	height: 320px;
	background: url(../images/bg_about_rubicon.png) no-repeat;
}

#about h2 {
	height: 35px;
	background: url(../images/h2_about.png) no-repeat;
}

#concept {
width: 390px;
min-height: 500px;
background-color: white;
float: left;
margin-bottom: 20px;
}

#concept h2 {
	width: 390px;
	height: 35px;
	background: url(../images/h2_concept.png) no-repeat;
	margin-bottom: 5px;
}

#member {
	width: 410px;
	float: right;
}

#member h2 {
	width: 410px;
	height: 35px;
	background: url(../images/h2_member.png) no-repeat;
	margin-bottom:5px;
}


.kanose {
	background: url(../images/bg_member_kanose.png) no-repeat;
}

.date {
	background: url(../images/bg_member_date.png) no-repeat;
	padding-top: 8px;
}

h2#link {
	height: 30px;
	background: url(../images/h2_link.png) no-repeat;
	margin-bottom:10px;
}


h2#contact {
	height: 30px;
	background: url(../images/h2_contact.png) no-repeat;
	margin-bottom:10px;
}

h2#caution {
	height: 30px;
	background: url(../images/h2_caution.png) no-repeat;
	margin-bottom:0px;
	clear: both;
}

div.caution {
	background: #ffcccc;
	width: 765px;
	margin: 0px 20px;
	font-size: 10pt;
}

.caution p {
	font-size: 9pt;
	color: maroon;
	margin: 0;
	padding: 10px;
}

div.caution_bottom {
	width: 765px;
	height: 10px;
	margin: 0px 20px 20px 20px;
	background: url(../images/bottom_caution.png) no-repeat;
}


/* shopページのデザイン　*/

#shopinfo {
	width: 800px;
	height: 320px;
	background: url(../images/bg_shopinfo.png) no-repeat;
}

#shopinfo p {
	display: none;
}

#access h2 {
	height: 35px;
	background: url(../images/h2_access.png) no-repeat;
}

#shop_access {

	background: #FF9966;
}

#map2 {
	width: 390px;
	float: right;
}

#map1 {
	width: 390px;
	float: left;
}

#map1 p, #map2 p {
	margin-top: 5px;
}

h3#map1 {
	height: 35px;
	background: url(../images/h3_map1.png) no-repeat;
	margin-bottom:10px;
}

h3#map2 {
	height: 35px;
	background: url(../images/h3_map2.png) no-repeat;
	margin-bottom:10px;
}


img.map_ocha {
	border: solid #99CC66 1px;
	margin-left: 5px;
}

img.map_akiba {
	border: solid #99CC66 1px;
	margin-left: 5px;
}


.shop_photo {
	float: left;
	margin: 5px 10px 20px 5px;
}

#address {
	clear: both;
}

/* mapページのデザイン　*/

#map {

}

#map .map_ocha {
	margin: 0 50px;
}

#map .map_akiba {
	margin: 0 50px;
}

h2#map_ocha {
	height: 35px;
	background: url(../images/h2_map1.png) no-repeat;
	margin-bottom:10px;
}

h2#map_akiba {
	height: 35px;
	background: url(../images/h3_map2.png) no-repeat;
	margin-bottom:10px;
}

#map p {
	margin: 5px 50px 20px 50px;
}


/* サブページのデザイン　*/

#header {
	height: 80px;
	background: url(../images/rh_headimage.png);
}

#content {
	width: 550px;
	float: left;
}

#footer {
	height: 80px;
	clear: both;
	background: url(../images/rh_footimage.png);
}

#main {
	width: 580px;
	float: left;
	background: powderblue;
}

h2#newsblog {
	height: 35px;
	background: url(../images/h2_newsblog.png) no-repeat;
	margin-bottom:10px;
}

h2.pagetitle {
	font-size: 12pt;
	margin: 20px 20px 0px 20px;
	color: darkolivegreen;
}

#content h3 {
	font-size: 12pt;
	margin: 20px 20px 15px 20px;
	padding: 0px 10px 5px 5px;
	border-bottom: dashed lightcoral 1px;

}

small {
	color: dimgray;
	display: block;
	margin: -10px 20px 10px 25px;
}


.postdata {
	clear: both;
	font-size: 9pt;
	margin: -5px 25px 10px 25px;
	text-align: right;
	color: darkolivegreen;
}

.postmetadata {
	font-size: 9pt;
	margin: -5px 25px 10px 25px;
	text-align: right;
	color: darkolivegreen;
}

.permalink {
	font-size: 10pt;
	color: darkolivegreen;
	margin: 10px 25px 10px 25px;
	padding: 5px;
	background: whitesmoke;
	border: solid gainsboro 1px;
}

.navigation {
	display: block;
	font-size: 8pt;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	}

#sidebar {
	width: 250px;
	min-height: 450px;
	float: right;
}

/* サイドバーの中身的 */

h2.widgettitle {
	overflow: hidden;
	text-indent: -100em;
}

#recent-posts-3 .widgettitle {
	height: 35px;
	background: url(../images/h2_recentarticle.png) no-repeat;
	margin-bottom:10px;
}

#archives-3 .widgettitle {
	height: 35px;
	background: url(../images/h2_archives.png) no-repeat;
	margin-bottom:10px;
}
#categories-3 .widgettitle {
	height: 35px;
	background: url(../images/h2_category.png) no-repeat;
	margin-bottom:10px;
}

.widget ul,li {
	list-style: none;
}

.widget li {
	font-size: 10pt;
	margin: 5px 10px 5px 15px;

}


/* ナビゲーション */

#titleimage #navi {
	position: relative;
	width: 240px;
	top: 350px;
	left: 560px;
}

#header_about #navi {
	position: relative;
	width: 240px;
	top: 50px;
	left: 560px;
}

#header #navi {
	position: relative;
	width: 240px;
	top: 50px;
	left: 560px;
}

#navi ul {
	display: block;
	width: 240px;
}

#navi li{
    display:inline;
    list-style-type:none;
}

#navi img{
    border:none;
}


/* blog styles */

/* blogの表示 */

.entry p {
	font-size: 10pt;
	margin: 0px 25px 10px 25px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */