@charset "utf-8";
/*
Theme Name: Yuga
Theme URI: http://yuga-b.com/
Description: 瑜伽仏所テーマ
Author: D-KAGA
Author URI: http://d-kaga.com/

*/


/*common style css*/

body {
	font-size: 90%;
	font-family: Helvetica, Arial, Geneva, "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
	background: #472a00;
	color: #d2d2d2;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
a {text-decoration: none;color: #6699CC;}
a:visited {color: #9966FF;}
a:hover {color: #FFCC00;text-decoration: underline;}

#container {
	background-color: #211401;
	margin: 0 auto;
	width: 820px;
	text-align: left;
	}

#page {
	width: 760px;
	margin: 0px 30px;
	}

#header {
	height: 70px;
	width: 760px;
	background: url('images/headbg.jpg') no-repeat left top;
	margin: 0px;
	}
.htitle {
	float: left;
	margin: 0px;
	position: relative; 
	}

.search 	{
	float: right;
	padding: 0px;
	margin: 20px 5px 0 0;
	}

/*navi*/

#nav { height:30px; line-height:30px; margin:0 auto; padding:0; }
ul.nav {
	height:30px;
	float:left;
	list-style:none;
	font-size:14px;
	margin:0;
	padding:0;
}
ul.nav li { float:left; list-style-type:none; margin:0; padding:0; }
ul.nav li a {
	color:#000000;
	float:left;
	display:block;
	padding:0 10px 0 25px;
	background-image: url(images/menubg01-0.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}
ul.nav li a:link,ul.nav li a:visited {
color:#000000;
text-decoration:none;
}
ul.nav li a:hover,ul.nav li a:active {
	color:#000000;
	text-decoration:underline;
	background-image: url('images/menubg01-1.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
ul.nav li.current_page_item a {
	text-decoration: none;
	color:#000000;
	background-image: url("images/menubg01-1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
ul.nav li.current_page_ancestor a {
	text-decoration: none;
	color:#000000;
	background-image: url("images/menubg01-1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
ul.nav li ul { float:left; margin:0; padding:0; }


/* content */

#content {
	width: 760px;
	margin: 0;
	padding: 0;
	background-image: url("images/contbg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	}

#content h2 {margin: 20px 0; font-size: 110%;}

#content h3 {
	font-size: 100%;
	margin: 20px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #e6a34c;
	}

.entry {
	line-height: 1.7em;
	margin: 0 0 10px 25px;
	}
.entry td {
	text-align: left;
	border-bottom: 1px solid #666666;
	vertical-align: top;
}
.entry th {
	text-align: center;
	border: 1px solid #666666;
}
.breadcrumb { margin: 10px 0px 10px; font-size: 85%;}

.gallery-top {float: left; margin: 10px auto; text-align: center; width: 33%;}

.pagetop{float:right;margin: 5px 0;clear:right; font-size: 85%;}

em {font-style: normal; color: #FFCC00;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

ul.arro li { 
	list-style-image: url('images/list.gif');
	margin: 10px 0; 
	}



.clear {
	clear: both;
}

/* footer*/

#footer {
	padding: 0;
	margin: 25px auto;
	width: 760px;
	clear: both;
	color: #999999;
	border-top: 1px solid #333333;
	}


#footer p {
	font-size: 85%;
	margin: 0;
	padding: 10px 0 20px;
	text-align: center;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 */



blockquote {
	margin: 15px 30px 0 25px;
	padding-left: 20px;
	border-left: 5px solid #333333;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}


