body {
	margin: 0;
	padding: 0;
	color: #660000;
	text-align: center;
	font-size: 95%;
	background-repeat: repeat;
}

/* master init styles */

h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a {
 text-decoration: none;
}

a:link, a:visited {
 color: #990000;
}

a:active, a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
 list-style-type: none;
 margin-bottom: 2em;
}

li {
 list-style-position: outside;
}


div.harf {
	width:425px;
	float:left;
	background-color: #FFFFFF;
}
div#main {
	width:390px;
	float:left;
	background-color: #FFFFCC;
}

/* contents styles */

div#container {
	width: 850px;
	height: auto;
	padding: 0;
	background-color: transparent;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* div#header */
div#header {
	width: 850px;
	text-align: left;




	padding-right: 50	
	padding-left: 0;
	height: 30px;
	background-repeat: no-repeat;
	bottom: 10px;
	top: 10px;
}

div#header h1 {
 color#ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 8px;
	top: 8px;
	text-indent: -9999px;
}

div#header p {
 color#ffffff;
	font-size: 90%;
	font-weight: normal;
}

/* div#navigation */
div#navigation ul {
	margin-bottom: 1em;
}

div#navigation li {
	display: inline;
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
	padding-right: 1em;
}

div#navigation a:link, div#navigation a:visited {
	color: #666666;
	font-size: 12px;
}

div#navigation a:active, div#navigation a:hover {
	color: #6F3700;
	font-size: 14px;
}

#home div#navigation li#index a, #home div#navigation li#index a:link, #home div#navigation li#index a:visited {
	color: #6F3700;
}

#home div#navigation li#index a:active, #home div#navigation li#index a:hover {
 color: #6F3700;
}

#inside div#navigation li#coding a, #inside div#navigation li#coding a:link, #inside div#navigation li#coding a:visited {
 color: #6F3700;
}

#inside div#navigation li#coding a:active, #inside div#navigation li#coding a:hover {
 color: #6F3700;
}

/* div#wrapper */
div#wrapperbg {
	width: 865px;
	height: auto;
	padding: 5px;
	background-color: #F0F0F0;
}

div#wrapper {
	width: 845px;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#wrapper h2 {
	background-image: url(images/h2bg1.gif);
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 2px;
}

div#wrapper h2#fullstory {
	background-image: url(images/h2bg-gray1.gif);
	font-size: 12px;
	margin-bottom: -10px;
	margin-right: 1em;

}

div#wrapper h3 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 12px;
 font-weight: normal;
}

div#wrapper h3.patitle {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 12px;
 font-weight: bold;
}

div#wrapper h4 {
 margin: 0.5em 0;
 color: #333333;
 font-size: 12px;
 font-weight: bold;
}

div#wrapper p {
 margin-bottom: 1em;
 color: #623131;
 font-size: 12px;
 font-weight: normal;
 line-height: 150%;
}

div#wrapper p img {
	float: left;
	width: auto;
	height: auto;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding-right: 10px;
}

/* div#banner */
div#banner {
 width: 850px;
 height: 180px;
 padding: 0;
 margin-bottom: 10px;
 background-color: transparent;
 text-align: left;
}

#home div#banner {
	background-image: url(new/new-b-2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 150px;
}

#inside div#banner {
 background-repeat: no-repeat;
 background-position: 0 0;
}

div#banner p {
 color#333333;
 text-indent: -9999px;
}

/* div#contents */
div#contents {
	position: relative;
	left: 200px;
	margin: 0;
	padding: 10;
	width: 450px;
	height: auto;
	right: 200px;
}

/* div#latestarticle & div#article */
div#latestarticle, div#article {
	width: 450px;
	height: auto;
	padding: 10px;
	border: 1px solid #f0f0f0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/* div#pastarticle */
div#pastarticle {
 float: left;
 display: inline;
 width: 200px;
 height: auto;
 margin: 0 15px 0 0;
 padding: 10px;
 border: 1px solid #f0f0f0;
}

div#pastarticle p {
 margin-bottom: 1em;
 color: #6F3700;
 font-size: 95%;
 font-weight: normal;
 line-height: 130%;
}

/* div#links */
div#links {
	float: left;
	display: inline;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 10px;
	border: 1px solid #f0f0f0;
}

/* div#sidebar */
div#sidebar {
	position: absolute;
	top: 232px;
	width: 166px;
	height: auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	background-color: #F5f7f7;
	left: 11px;
	bottom: auto;
}
div#sidebar2 {
	position: absolute;
	top: 400px;
	width: 170px;
	height: auto;
	padding: 10px;
	border: 1px solid #f0f0f0;
	background-color: #F5f7f7;
}

div#sidebar h2 {
	margin-bottom: 0.5em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
}
div#sidebar h3 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 125%;
 font-weight: normal;
}

div#sidebar p {
 margin-bottom: 1em;
 color: #999999;
 font-size: 95%;
 font-weight: normal;
 line-height: 130%;
}
div#sidebar li {
	list-style-position: outside;
}
/* div#sidebarbbb */
div#sidebarbbb {
	position: absolute;
	top: 233px;
	width: 180px;
	height: auto;
	padding: 5px;
	border: 1px solid #f0f0f0;
	background-color: #F5f7f7;
	bottom: auto;
	right: 7px;
}
div#sidebarbbb2 {
	position: absolute;
	top: 400px;
	width: 170px;
	height: auto;
	padding: 10px;
	border: 1px solid #f0f0f0;
	background-color: #F5f7f7;
}

div#sidebarbbb h2 {
	margin-bottom: 0.5em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
}
div#sidebarbbb h3 {
 margin-bottom: 0.5em;
 color: #000000;
 font-size: 125%;
 font-weight: normal;
}

div#sidebarbbb p {
 margin-bottom: 1em;
 color: #999999;
 font-size: 95%;
 font-weight: normal;
 line-height: 130%;
}
div#sidebarbbb li {
	list-style-position: outside;
}

/* address#footer */
address#footer {
 height: auto;
 margin-top: 1em;
 padding-top: 5px;
 text-align: center;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 font-size: 90%;
 font-weight: normal;
 text-transform: lowercase;
 font-style:normal;
}

p.footer {
 text-align:center;
 font-size: 90%;
 color: #666666;
 background-color: #ffcc00;
 margin: 0px 2px 0px 2px;
 padding: 2px 2px 2px 5px;
 font-weight: bold;
}

p.footer2 {
 text-align:center;
 font-size: 90%;
 color: #666666;
 background-color: #ffcc00;
 margin: 15px 2px 0px 2px;
 padding: 2px 2px 2px 5px;
 font-weight: bold;
}

p.footer3 {
 text-align:center;
 font-size: 90%;
 margin: 0px 2px 0px 2px;
}
ul.footer {
 list-style-image: url(li_03.gif);
 margin:0px 20px 0px 20px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 177px;

}

#sectionLinks h3{
	
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FBE8CC;
	background-image: none;
	text-decoration: none;
}


/************ sectionLinks2 styles **************/


#sectionLinks2{
	margin: 0px;
	padding: 0px;
	width: 177px;

}

#sectionLinks2 h3{
	
	border-bottom: 1px solid #cccccc;
}

#sectionLinks2 a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	color: #21536A;
}

#sectionLinks2 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FBE8CC;
	background-image: none;
	text-decoration: none;
}
/************ naviga styles **************/
#naviga {
	float: right;
	width: 170px;
	background-color: #F7F7F7;
}

#naviga li {
	margin: 0;
	padding: 0;
	width: 177px;
	text-indent: -9999px;
	height: 43px;
}


#naviga li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 177px;
  height: 43px;
}
#naviga li#top      {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#naviga li#about    {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
#naviga li#clients  {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -91px;
}
#naviga li#services {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -134px;
}
#naviga li#faq      {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -177px;
}
#naviga li#aaa      {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 -220px;
}
#naviga li#top a:hover    {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: -236px 0px;
}  
#naviga li#about a:hover    {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: -236px -48px;
}
#naviga li#clients a:hover  {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: -236px -91px;
}
#naviga li#services a:hover {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: -236px -134px;
}
#naviga li#faq a:hover      {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: -236px -177px;
}
#naviga li#aaa a:hover      {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: -236px -220px;
}
#naviga address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #400000;
  background: transparent;
}
