
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #000000 url(../../image/img1.gif) repeat-x; /* #3B3B3B */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BABABA;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; border-left: 3px solid #cc0000; background-color: #000000; padding-left: 2px;}

h4 {
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #2F2F2F;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

#aboutus h4 {border-left: 5px solid pink;}
#service h4 {border-left: 5px solid green;}
#price h4 {border-left: 5px solid yellow;}
#clients h4 {border-left: 5px solid orange;}
#contact h4 {border-left: 5px solid blue;}
#access h4 {border-left: 5px solid #6A2B80;}
#blog h4 {border-left: 5px solid #ffffff;}
#blist h4 {border-left: 5px solid #ffffff;}
#top h4 {border-left: 5px solid red;}


p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {color: #94B0C8;}
a:hover {text-decoration: none; color: #FFFFFF;}
a:visited {color: #94B0C8;}

/* Header */

#header {
	width: 920px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 208px;
	height: 68px;
	background: #9BAFCB;
	border: 1px solid #000000;
	border-right-width: 5px;
	padding: 5px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 25px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

#menu a:hover {color: yellow; background: #666666;}
#menu .active a {background: #000000; color: yellow;}

/* Splash */

#splash {
	width: 920px;
	height: 180px;
	margin: 0 auto;
	background: url(../../image/img2.jpg) no-repeat right top;
	padding-top: 0px;
	padding-bottom: 10px;
}

#space {
	padding-left: 25px;
	padding-top: 43px;
	width: 200px;
	height: 1px;
	text-align: center;
	font-weight: bold;
	color: #d0d0d0;
}

#splash p {
	padding: 40px 720px 50px 10px;
	text-align: center;
	font-weight: bold;
	color: #d0d0d0;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 640px;
	margin: 0px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 188px;
	margin-left: 15px;
	padding: 15px 10px 10px 20px;
	background: #2F2F2F;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 90%;
}

#sidebar h3 span {
	margin: 0;
	padding: 0;
	background: #000000;
	line-height:1.2;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-right: 10px;
	padding-top: 20px;
	border-top: 1px dotted #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	height: 15px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding-left: 20px;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

table.list{
	width: 100%;
}

table.list tr {
	height: 80px;
	vertical-align: top;
}

table.list td {
	margin:0;
	padding: 2px 5px;
	font-size: 12px;
	/* border-bottom: dotted 1px #FFFFD5; */
	vertical-align: top;
}

td.btnframe {
	height: 80px;
	text-align: center;
}

table.blog {
	width: 100%;
}

/* ブログ区切りライン（青）
-------------------------------- */
#blog .dotline-blue {
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #074EB8;
}

#blog .exp{
	color: yellow;
}

/* クライアント
-------------------------------- */
#clients div {
	margin-bottom: 30px;
}
