@charset "euc-jp";
@import url("ini.css");
@import url("etc.css");
/* CSS Document */

a:link {
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0em auto 0;
  width: 700px;
}

#header {
	vertical-align: bottom;
	background-image: url(../img/header_bk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 50px;
	padding-bottom: 5px;
}

#globalnavi {
	position: relative;
	margin-top: 0.5em;
}

#container {
  width: 100%;
  padding-top: 4em;
}

/* 実質700px */
#contents {
	padding: 10px 45px 2em;
	text-align: center;
  padding-top: 4em;
}

#footer {
	padding: 1em 0 1.5em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 0.8em;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}
/* -- 見出しレベル2 -- */
h2 {
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	color: #BB7777;
	line-height: 1.5em;
}


/* -- サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  color: #000066;
  background-color: #ffffff;
}


/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
	list-style-type: none;
	position: absolute;
	vertical-align: bottom;
	width: 700px;
}

#globalnavi li {
	width: auto;
	float: left;
	vertical-align: bottom;
	height: 24px;
}

#globalnavi li a {
	text-decoration: none;
	width: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

#globalnavi li a:hover {
}

/* ---------------------------------------- #contents */

/* -- 見出し -- */
h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- 以下 リスト関係 -- */
#contents dl {
	margin: 1em 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66666;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

#contents dt {
	font-weight: bold;
	width: 10em;
	float: left;
}

#contents dd {
	text-align: left;
	margin-left: 5em;
}


#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }
#contents .l {	float: left; } 
#contents .r {	float: right;	text-align: left; } 


/* ---------------------------------------- #zakka内の指定 */
#contents .zakka {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
} 
#contents .zakka table {
	margin: 0.5em;
} 
									/*zakka bk */
									#contents .bk_brown{
	background-color: #FFFFE1;
	border: 1px dotted #804000;
	display: inline-table;
	padding: 0.5px;
	width: 100%;
	text-align: center;
	font-size: 1em;
									}
																		#contents .bk_brown h3{
																				font-size: 14px;
																				color: #996600;
																				padding-right: 0.5em;
																				padding-left: 0.5em;
																				border-right-width: 2px;
																				border-left-width: 2px;
																				border-right-style: solid;
																				border-left-style: solid;
																				border-right-color: #ECA82B;
																				border-left-color: #ECA82B;
																				line-height: 16px;
																				margin: 0px 0px 0.5em;
																				text-align: center;
																				}

/* ---------------------------------------- メニュー内の指定 */
#contents .menu {
	padding-bottom: 0.8em;
	padding-top: 2.5em;
	padding-right: 2em;
	padding-left: 2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 500px;
	display: inline-table;
} 
#contents .menu p.kakaku {
	font-size: 1.2em;
	color: #999900;
}

/* ---------------------------------------- biscotti内の指定 */
#contents .biscotti {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 530px;
	display: inline-table;
	text-align: left;
} 
#contents .biscotti .biscotti_l{
	font-size: 1.2em;
	padding: 5px 0 5px 5px;
	color: #685B01;
	width: 320px;
}
#contents .biscotti h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #685B01;
	text-align: left;
	margin: 0px 0px 0.5em;
}
#contents .biscotti .biscotti_l .come{
	font-size: 12px;
	background-color: #FFFFDD;
	padding: 0.5em;
	margin-top: 1em;
}


#contents .biscotti .biscotti_r {
	background-image: url(../img/biscotti_bk.gif);
	background-repeat: repeat;
	padding: 0.5em;
	font-size: 1em;
	color: #6B1E13;
	width: 190px;
}
				#contents .biscotti .biscotti_r h3{
					padding-bottom: 0.3em;
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #5A2E2E;
					font-size: 1.8em;
					color: #6B1E13;
					text-align: left;
					font-weight: bold;
					margin: 0px;
				}
/* ---------------------------------------- access内の指定 */
#contents .access {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 570px;
	display: inline-table;
	text-align: left;
} 
/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

