@charset "UTF-8";
/*
Theme Name: AmericaHoritsuSodan
Theme URI: http://www.AmericaHoritsuSodan.com
Description: AmericaHoritsuSodan theme
Version: 1.0
Author: AmericaHoritsuSodan
Author URI: http://www.AmericaHoritsuSodan.com/

*/

/* Common */
/* ====================================================================== */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: left url(images/bg.jpg) repeat-y #FFF;
	font-size: 16px;
	height: 100%;
}

html {
	height: 100%;
}

#layout {
	height: 100%;
}

#main {
	height: 100%;
}

a {
	color: #333300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header {
	height: 245px;
	background: url(images/header_bg.gif) repeat-x;
}

#header h1 {
	postion: absolute;
	top: 0;
	left: 0;
	height: 245px;
	text-indent: -3000px;
	background: left top url(images/top.jpg) no-repeat;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 245px;
	background: left top url(images/top.jpg) no-repeat;
}

/* Side */
/* ====================================================================== */

#side {
	vertical-align: top;
	padding: 20px 0 0 0;
	width: 235px;
	font-size: 84%;
	line-height: 1.4;
}

#side h2 {
	padding: 12px 0 0 25px;
	height: 30px;
	font-size: 18px;
	color: #5a6b1e;
	background: url(images/sidebar_title.jpg) no-repeat;
}

#side ul {
	list-style: none;
	margin: 5px 10px 20px 5px;
}

#side li {
	padding: 0 0 3px 15px;
	background: 0 3px url(images/list.gif) no-repeat;
}

#side ul li ul {
	margin: 5px 10px 5px 5px;
}

#content {
	padding: 20px 10px 0 30px;
	vertical-align: top;
	font-size: 84%;
}

#content h2#company {
	border: none;
	font-size: 150%;
	padding: 5px 20px;
	text-align:center;
}

#content h2 {
	border-left: 8px solid #5a6b1e;
	border-bottom: 1px solid #5a6b1e;
	padding: 10px 15px;
	font-size: 20px;
}

#content h2 a {
	text-decoration: none;
}

.entry {
	line-height: 1.8;
	padding: 15px 15px 35px 15px;
}

.entry ol, ul {
	margin: 0 0 10px 30px;
}

#footer {
	padding: 0 0 0 20px;
	color: #FFF;
	line-height: 2.0;
	font-size: 10px;
	height: 84px;
	background: url(images/footer_bg.jpg) repeat-x;
} 

#footer a {
	color: #FFF;
}

