/*--------------------------------------
BODY部　共通設定
--------------------------------------*/
BODY{
	margin:0;
	background-color:#DEFFFC;
	color: #333333;
	text-align: center;
	width:100%;
	background-image:url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.main{
	margin:0 auto;
	text-align: left;
	width:797px;
	background-color:#FFF;
	padding:0 10px;
}

H1.title{
	width:575px;
	font-size:16px;
	height:24px;
	color:#006666;
	background:url('images/dictionary_ber01.gif') repeat-x center 18px;
	letter-spacing:2px;
}

H1.top_title{
	width:575px;
	font-size:16px;
	height:26px;
	color:#663333;
	background:url('images/bar.gif') repeat-x center 18px;
}

DIV.entry{
	font-size:12px;
	line-height:180%;
	letter-spacing:1px;
}

DIV.index{
	font-size:12px;
	letter-spacing:1px;
}

IMG.stone{
	margin:0 0 6px 10px;
}

P.point{
	color:#663333
}

HR.separater{
	height:2px;
	border-top:1px solid #8FBFCC;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	clear:both;
}

DIV.category{
	font-size:11px;
	line-height:180%;
	text-align:center;
	margin:auto;
}

DIV.category IMG{
	border:none;
	margin:0;
}

DIV.catlist{
	float:left;
	width:108px;
	height:140px;
	margin:0 10px 0 0;
	line-height:150%;
}

DIV.catlist IMG{
	display:block;
	margin:0;
	padding:0;
}

/*--------------------------------------
リンク文字色
--------------------------------------*/
A:link {  color: #663333; text-decoration: none}
A:hover {  color: #FF6600; background-color: #54DADC}
A:visited {  color: #1D338D; text-decoration: none}

/*--------------------------------------
フォント制御
--------------------------------------*/
.font12 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12px; color: #333333; line-height: 140%}
.font10 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10px; color: #333333; line-height: 120%}
.font14 { font-size: 14px; color: #333333 ; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 120%}
.font13 {  font-size: 13px; color: #333333; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 150%}
.font09 { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 9px; color: #333333 ; line-height: 120%}
.font11 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 11px; color: #333333; line-height: 120%}
.font16 {  font-size: 16px; line-height: 120%; color: #333333; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: normal}

/*--------------------------------------
ヘッダー部分　ディスクリプション制御
--------------------------------------*/

.header {
	width:797px;
  background-color: #ffffff;
}

.head-top{
	width:797px;
	background-color: #ffffff;
	border-bottom:5px solid #008678;
	margin:0 0 5px 0;
}

.head-top IMG.left{
	width:190px;
	margin:0 0 1px 4px;
	padding:0;
	border:none;
	float:left;
}
.head-top div.top-menu{
	font-size:11px;
	width:300px;
	height:15px;
	text-align:right;
	margin:35px 0 0 0;
	padding:0;
	float:right;
	vertical-align:bottom;
}

.head-bottom{
	width:797px;
	background-color: #ffffff;
}
.head-bottom a img.start{
	width:119px;
	float:left;
	margin 0;
	padding:0;
	border-
}

.head-bottom a img.odl{
	width:93px;
	float:left;
	margin 0;
	padding:0;
}

.head-bottom a img.last{
	width:120px;
	float:left;
	margin 0;
	padding:0;
}

.head-toptxt {
	width:100%;
	font-size: 12px;
	color:#999999;
	line-height: 120%;
	margin:0;
	padding:0;
	text-align: right;
}



STRONG.description{
/*
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	margin: 0px;
	padding: 2px 0px 0px 0px; 
*/
	text-align: left;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 0px 0px 0px; 

}

STRONG.description A{
	color:#006633;
	text-decoration:none;
}

STRONG.description A:hover{
	color:#006633;
	text-decoration:underline;
}

STRONG.description A:visited{
	color:#006633;
	text-decoration:none;
}

/*--------------------------------------
キーワード
--------------------------------------*/
DIV.keyword{
	border:1px solid #8FBFCC;
	padding:10px;
	margin:1em 0 0 0;
}

/*--------------------------------------
main部分　表示設定
--------------------------------------*/
TD.main{
	vertical-align:top;
	width:574px;
	padding:27px 26px 0 28px;
	background:#ffffff;
}

TD.sidebar{
	width:150px;
  background: #fff;
	vertical-align:top;
	font-size:11px;
	margin:0 auto;
	padding:0 0 0 5px;
}

TD.sidebar ul{
	margin:0;
	padding:0;
}

TD.sidebar li{
	list-style-type: none;
	list-style-image: none;
}


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}


SPAN.red{
	color:red;
}


H2.dic-title1{
	width:570px;
	height:26px;
	background:url('../../../img/dic-title1.gif') no-repeat 0 0;
	margin:20px 0 5px 0;
	padding:4px 0 0 5px;
	font-size:16px;
}

H2.dic-title2{
	width:570px;
	height:26px;
	background:url('../../../img/dic-title2.gif') no-repeat 0 0;
	margin:20px 0 5px 0;
	padding:4px 0 0 5px;
	font-size:16px;
}

P.dic-text{
	font-size:12px;
	line-height:120%;
	margin:0;
	color:#000000;
}

H3.crystal-t1{
	width:543px;
	height:32px;
	background:url('../../../img/crystal1.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.crystal-t2{
	width:543px;
	height:32px;
	background:url('../../../img/crystal2.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.crystal-t3{
	width:543px;
	height:32px;
	background:url('../../../img/crystal3.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t1{
	width:543px;
	height:32px;
	background:url('../../../img/stone1.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t2{
	width:543px;
	height:32px;
	background:url('../../../img/stone2.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t3{
	width:543px;
	height:32px;
	background:url('../../../img/stone3.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t4{
	width:543px;
	height:32px;
	background:url('../../../img/stone4.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t5{
	width:543px;
	height:32px;
	background:url('../../../img/stone5.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t6{
	width:543px;
	height:32px;
	background:url('../../../img/stone6.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t7{
	width:543px;
	height:32px;
	background:url('../../../img/stone7.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t8{
	width:543px;
	height:32px;
	background:url('../../../img/stone8.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t9{
	width:543px;
	height:32px;
	background:url('../../../img/stone9.jpg') no-repeat 0 0;
	margin:15px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}

H3.stone-t10{
	width:543px;
	height:32px;
	background:url('../../../img/stone10.jpg') no-repeat 0 0;
	margin:10px 0 0 0;
	padding:10px 0 0 32px;
	font-size:14px;
	color:#000000;
}


.dic-box{
	width:563px;
	margin:15px 0 0 0;
	border:1px solid #1A4575;
	font-size:11px;
	line-height:130%;
	text-align:center;
	padding:5px;
	color:#333333;
}

.dic-listline{
	width:575px;
	margin:0;
}

.dic-listline A{
	display:block;
	float:left;
	width:130px;
	margin:5px 0 5px 10px;
	font-size:10px;
	text-decoration: none
}

DIV.entry STRONG{
	color:#006666;
}
/*--------------------------------------
メニュー検索部分　表示設定
--------------------------------------*/

.search-stone {
	width:70px;
	margin:0;
	padding:0;
}


/*

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	} 

#content {
	}

.widecolumn .entry p {
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	line-height: 1.5em;
	}

h1, h2, h3 {
	}

h1 {
	text-align: center;
	}



h2 {
	}

h2.pagetitle {
	}

#sidebar h2 {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	text-transform: capitalize;
	}



body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 797px;
	border: 1px solid #959596;
	}
/*
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
*/
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 797px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/*
h1 {
	padding-top: 70px;
	margin: 0;
	}
*/
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

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
	}

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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/*--------------------------------------------------------
SIDEBOX CSS
----------------------------------------------------------*/
.single_contents{
	width:137px;
	margin:0 0 10px 0;
	padding:0;
}

.single_contents_top{
	width:137px;
	margin:30px 0 10px 0;
	padding:0;
}

.single_contents_top2{
	width:137px;
	margin:10px 0 10px 0;
	padding:0;
}

.single_contents_top img.side_title{
	border-bottom:2px solid #CCC;
	padding:0 2px 0 0;
}

.contents_left{
	width:137px;
	margin:0;
	padding: 0;
	border:1px solid #CCC;
}
.contents_left ul{
	width:127px;
	margin:5px;
	padding:0;
}

.contents_left ul li{
	width:118px;
	line-height:160%;
	padding:0 0 0 8px;
	margin:0 0 0 5px;
	background:url('../../../../img_nav/menu-icon1.gif') no-repeat 0px 3px;
	list-style-type: none;
}



.contents_left ul li.parent{
	width:108px;
	line-height:160%;
	padding:0 0 0 8px;
	margin:0;
	background:url('../../../../img_nav/menu-icon1.gif') no-repeat 0px 3px;
	list-style-type: none;
}

.contents_left ul li.child{
	width:108px;
	padding:0 0 0 5px;
	margin:0 0 0 6px;
	background:url('../../../../img_nav/menu-icon2.gif') no-repeat 0px 3px;
	list-style-type: none;
}



.column_left, .column_single {
  background: #fff;
	width:150px;
	margin:0 3px 0 2px;
	padding:0 0 0 5px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

.footer_wrapper{
	width:797px;
	background-color:#FFF;
}

div.footer_links{
	width:797px;
	height:35px;
	border-top:3px double #7FC6BD;
	border-bottom:3px double #7FC6BD;
	margin:25px auto 5px auto;
	text-align:center;
	font-size:12px;
}

div.footer_links ul{
	width:600px;
	list-style-type:none;
	display:block;
	margin:0 auto;
	padding:10px 0 5px 0;
}

div.footer_links li{
	float:left;
	background:url('/img_nav/header-icon.gif') no-repeat center left;
	padding:0 0 0 8px;
	margin:0 8px 0 0;
}

a.footer_logo{
	width:116px;
	height:31px;
	display:block;
	float:left;
}

div.footer_copyright{
	width:680px;
	height:23px;
	display:block;
	float:right;
	text-align:right;
	padding:8px 0 0 0;
	font-size:12px;
}


