@charset "utf-8";

body {
 color: black;
 text-align: center;
 font: 12px/1.5em HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", Meiryo, "メイリオ", sans-serif;
 background-color: white;
}

* {
 margin: 0;
 padding: 0;
}

h1,h2 {
	margin: 0px;
	padding: 0px;
 text-indent: -9999px;
}

h3 {
 padding-top: 15px;
 padding-bottom: 10px;
 clear: both;
 color: #003205;
 font-size: 1em;
}

img {
 margin: 0;
 padding: 0;
 border-style: none;
 border-width: 0;
 vertical-align:bottom
}

.none {
 display: none;
}

p {
	margin: 5px 0px 10px;
	padding: 0px;
 font-size: 1em;
}

#container {
 margin: 0 auto;
 padding: 0;
 width: 800px;
 display: inline-block;
}

#header {
 width: 800px;
 height: 170px;
 clear: both;
 float: left;
 background: url(../common-images/img_hd_top.jpg) no-repeat;
}

#header .home a {
 text-indent: -9999px;
 width: 350px;
 height: 50px;
 display: block;
 margin-top: 55px;
 float: right;
 margin-right: 20px;
}

.content {
 width: 800px;
 float: left;
 text-align: left;
 background: white url(../common-images/contents_bg.gif) repeat-y;
 position: relative;
 padding-bottom: 10px;
 display: inline;
}

.wrapperL {
 width: 160px;
 padding-left: 20px;
 padding-right: 20px;
 display: block;
 padding-bottom: 80px;
 float: left;
 position: relative;
}

.divprofile {
 padding-top: 25px;
 padding-bottom: 10px;
}

.divprofile a {
 background: url(../common-images/arrow.gif) no-repeat 0 center;
 padding-left: 15px;
 margin-bottom: 5px;
}

.divsiteindextop {
 padding-top: 15px;
 display: block;
 float: left;
 padding-bottom: 15px;
}

h2.profile {
 background: url(../common-images/tt_profile.gif) no-repeat;
 width: 160px;
 height: 25px;
}

h2.siteindex {
 background: url(../common-images/tt_siteindex.gif) no-repeat;
 width: 160px;
 height: 25px;
}

ul#worksample {
 display: inline-block;
 float: left;
 background-position: 0;
 width: 100%;
}
ul#worksample li {
  display: inline;
 float: left;
 clear: both;
 width: 100%;
}

.divsiteindextop a {
display: inline;
 float: left;
 clear: both;
 background: url(../common-images/arrow.gif) no-repeat 0 center;
 padding-left: 18px;
 margin-bottom: 5px;
 width: 140px;
}

.divsiteindextop a.blog {

 padding-left: 18px;
 margin: 0;
}

.divsiteindextop a.mail {

 background: url(../common-images/mail_image.gif) no-repeat 0 center;
}

.rss {
 width: 100%;
 float: left;
}
.wrapperR {
 width: 530px;
 float: right;
 background-color: white;
 display: inline;
 margin-right: 35px;
}

.comment {
 margin-top: 25px;
}

.line {
 background: url(../common-images/line.jpg) no-repeat;
 width: 100%;
 height: 18px;
 text-indent: -9999px;
 margin-bottom: 20px;
}

.worksampleLink {
 width: 520px;
 float: left;
 display: inline;
 margin-top: 5px;
}

.worksampleLink img {
 width: 250px;
}

.worksampleLink p {
 margin: 0;
 padding: 0;
}

p.title {
 font-weight: bold;
 font-size: 1em;
}

.worksampleLink .wap {
 float: left;
 clear: both;
 padding-bottom: 60px;
 width: 530px;
}

.worksampleLink .l {
 float: left;
 width: 250px;
}

.worksampleLink .r {
 float: right;
 width: 200px;
 padding-left: 15px;
 padding-top: 60px;
}

.worksampleLink .l2 {
 width: 120px;
 padding-right: 15px;
 padding-top: 60px;
 float: left;
 padding-left: 80px;
}

.worksampleLink .r2 {
 float: right;
 width: 250px;
}

.content .footer {
 width: 160px;
 font-size: 0.8em;
 line-height: 1.4em;
 color: #003205;
 padding-bottom: 15px;
 float: left;
 position: absolute;
 bottom: 0;
 display: block;
 padding-left: 20px;
 left: 0;
}

address {
 font-weight: normal;
 font-style: normal;
 font-family:  Verdana, sans-serif;
}

a {
 text-decoration: none;
 color: black;
}

.clearboth {
	clear: both;
}