body, h1, h2, h3, h4, h5, h6, p, div, table, form, input, textarea, select, option, dl, dd, dt {
	font-size: 12px;
font-family : メイリオ,Meiryo,'ＭＳ Ｐゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif ;
	color: #333;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

body {
	margin: 10px;
	background-color: #fff;
	text-align: center;
}

strong {
	font-weight: bold;
	color: #aa5500;
}

img {
	border: none;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #006633;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------
Link
------------------------------ */

a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
}

h1 a:link, h1 a:visited, .link a:link, .link a:visited {
	color: #fff;
}

a:hover, a:active {
	color: #fff;
	background-color: #006633;
	text-decoration: none;
}

/* ------------------------------
Div
------------------------------ */

div.container {
	width: 780px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.logo {
	color :#006633;
	background:#63B722 url('http://www.inoran.com/back.png');
	padding: 10px;
	text-align: right;
}

div.title {
	height: 100px;
	width: 280px;
	background:#fff url('http://audio.inthestyle.net/0.png') 50% 50%;
	float: left;
}

div.banner {
	height: 100px;
	padding: 10px;
	text-align: center;
}

div.menu {
	text-align: center;
	background-color: #efb;
	margin-bottom: 20px; 
} 

div.content {
	float: right;
	width: 500px;
	overflow: hidden;
	margin: 10px;
	margin-bottom: 20px;
	border: none;
	background-color: #fff;
}

div.topbox {
	margin-bottom: 30px;
}

div.entry {
	overflow: hidden;
	height: 125px;
	padding: 10px;
}

div.sidebar {
	text-align: left;
	margin: 10px;
	margin-bottom: 0px;
	width: 210px;
	overflow: hidden;
}

div.sidebox {
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	border: 1px dotted #006633;
}

div.copyright {
	background:#fff url('http://www.inoran.com/back.png');
	padding: 10px;
	text-align: center;
	clear: both;
}

div.amazlet-image {
	float: left;
	margin-right: 15px;
	width: 130px;
	height: 140px;
}

/* ------------------------------
見出し
------------------------------ */

h1 {
	text-align: left;
	font-size: 14px;
	color: #fff;
	float: left;
	font-weight: bolder;
}

h2 {}

h3 {
	font-weight: bolder;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 3px double #006633;
	border-bottom: 1px solid #006633;
	clear: both;
}

p.image {
	float: right;
	margin: 10px;
}

h4 {
	font-weight: bolder;
	background-color: #efb;
	margin-left: 140px;
}

p.hosoku {
	color: #aa5500;
	text-align: right;
	margin-bottom: 5px;
}

h5 {
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #aa5500;
	border-bottom: 1px dotted #006633;
}

h6 {}

/* ------------------------------
P
------------------------------ */

div.body p {
	margin-bottom: 0.8em;
}

div.link p {
	text-align: center;
	clear: both;
	padding: 3px;
	margin: 20px;
	margin-bottom: 80px;
	font-weight: bolder;
	background-color: #63B722;
}

div.copyright p {
	color: #006633;
	line-height: 120%;
}

div.amazlet-image p {
	margin: 0px;
}

.center {
	text-align: center;
}

/* ------------------------------
Form
------------------------------ */

form {
	padding: 10px;
}

input {
	background-color: #fff;
	border: 1px dotted #006633;
}

/* ------------------------------
サイト内検索
------------------------------ */

.result dt {
	border-bottom: 1px solid #006633;
	margin-bottom: 5px;
}

.result dd {
	font-size: 11px;
	color: #777;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: none;
}

.search_back {
	margin-bottom: 20px;
}

/* ------------------------------
サイトマップ
------------------------------ */

.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px; 
	background-image: url('images/ul.gif'); 
	background-repeat: repeat-y
}
.tree li {
	font-size: 1em;
	font-weight:bold;
	margin: 0px; 
	padding: 3px 0 3px 24px; 
	list-style-type: none;
}
.tree li a {
	text-decoration:none;
color:#000;
}
.tree li a:hover {
	text-decoration:underline;
}
.tree ul ul {
	background-position: -1px 15px;
	background-image: url('images/ul.gif'); 
	background-repeat: repeat-y;
}
.tree ul li {
	background-position: 0px 7px; 
	background-image: url('images/li.gif'); 
	background-repeat: no-repeat;
}
.tree ul li a {
	font-weight:bold;
}

}
.tree ul ul li {
	background-position: 8px 7px;
	background-image: url('images/li.gif'); 
	background-repeat: no-repeat;	
}
.tree ul ul li a {
	background-position: 0px 7px; 
	font-size:1em;
	color:#666;
	text-decoration:none;
}
.tree ul ul ul li a {
	background-position: 0px 7px; 
	font-size:0.8em;
	color:#999;
	text-decoration:none;
}
