@charset "UTF-8";
/*formatting Style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #F5F5F5;
}
h1 {
	font-size: large;
}
h2 {
	font-size: large;
}

/*link Style 
--------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFF1F8;
}
a:active {
	color: #CC6600;
	text-decoration: underline;
}



.title {
	margin: 30px 0px 10px;
	padding: 4px 0px 4px 6px;
	border-left: 3px solid #C2E064;
	color: #820014;
	font-size: 16px;
	font-weight: bold;
	border-top: thin dashed #CCC;
}

.title2 {
	padding: 4px 0px 4px 6px;
	border-left: 6px solid #FFA7A7;
	color: #333;
	font-size: 14px;
	border-top: thin dashed #FFB39E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.title3 {
	padding: 4px 0px 4px 6px;
	border-left: 6px solid #C2E064;
	color: #333;
	font-size: 14px;
	border-top: thin dashed #B2CE5C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#home #wrapper #maintext h1 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 30px;
	font-size: 1.4em;
}



/* base lyout
--------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 850px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#home #main {
	float: left;
	border-bottom: thin dashed #CCCCCC;
	padding-top: 10px;
	padding-left: 30px;
	margin-bottom: 10px;
	border-top: #CCC;
}
#home #wrapper #twtr {
	float: right;
	width: 250px;
	margin-right: 10px;
	position: relative;
	top: 30px;
}
#home #wrapper #FANimg {
	width: 850px;
	border-top: thin dashed #CCC;
	border-bottom: thin dashed #CCC;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	bottom: 100px;
}
#home #wrapper #FANimg p {
	float: right;
	width: 500px;
	margin-right: 25px;
}
#home #wrapper #gyoumu {
	float: right;
	height: 450px;
	width: 300px;
	position: relative;
	bottom: 450px;
	border: thin solid #CCC;
}
#home #wrapper #gallery {
	left: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#topP {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
	width: 520px;
	margin: 15px;
	padding-left: 10px;
}
#toppict {
	float: right;
	width: 210px;
	padding-top: 58px;
	padding-right: 25px;
}
#home #toppict img {
}
#toppict a:hover img {
 opacity: 0.6;
	filter: alpha(opacity=60);
}
#home #kaihatu {
	padding-left: 10px;
	width: 550px;
	padding-top: 20px;
}
#footer p {
	float: none;
	clear: both;
	width: 850px;
}
#footer {
	width: 850px;
}
#footer address {
	padding-top: 60px;
}
#header {
	position: relative;
}
#header ul {
	width: 850px;
	position: absolute;
	left: 0px;
	top: 127px;
}
#home #wrapper #header ul {
	top: 5px;
	position: relative;
}
#header ul li {
	float: left;
	list-style: none;
	position: relative;
	left: 3px;
}
#header  ul li a {
	height: 1.6em;
	width: 130px;
	line-height: 1.6em;
	color: #333333;
	text-decoration: none;
	background-color: #E3E3E3;
	text-align: center;
	display: block;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#header ul li a:hover {
	background-color: #F6F6F6;
}
#main #news {
	overflow: auto;
	height: 140px;
	width: 540px;
	background-color: #FFFFFF;
	background-image: url(img/bgtn2010a.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-top: 10px;
}
#home #main #news dt {
	font-weight: normal;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 9em;
	padding-left: 15px;
}
#home #main #news dd {
	margin: 0px 0px 10px 6em;
	padding-left: 4.3em;
}
#home #wrapper #newbook {
	border: thin solid #CCCCCC;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
	width: 245px;
	float: right;
	clear: right;
	margin-top: 30px;
	margin-right: 15px;
	position: relative;
	bottom: 60px;
}
#home #newbook h3 {
	position: relative;
	background-color: #999999;
	background-position: center;
}
#home #newbook h4 {
	text-align: center;
}
#home #recip1117 {
	float: right;
	width: 210px;
	padding-right: 15px;
	clear: both;
	position: relative;
	bottom: 50px;
}

#home #komekoko {
	padding-bottom: 120px;
}
#home #komekoko #komep {
	position: relative;
	left: 50px;
	top: 10px;
	width: 500px;
}
#home #toppict img {
	padding-bottom: 5px;
}
#home #komekoko p {
	width: 450px;
	border-left: 8px solid #CCCCCC;
	padding-left: 10px;
}
#home #amazonLink #booklink {
	clear: both;
	padding-left: 80px;
}
#home #wrapper #GPhoto {
	height: 120px;
	width: 120px;
	clear: both;
	position: relative;
	bottom: 125px;
	left: 450px;
}
#home #amazonLink {
	border-top: thin dashed #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom: thin dashed #CCCCCC;
	position: relative;
	bottom: 30px;
	padding-top: 15px;
	background-color: #FFF5EE;
}
#home #wrapper #topP #yweb {
	border: 1px dashed #F93;
	width: 500px;
}
#wrapper #main h2 {
	font-size: small;
}
#works #contents #topP {
	width: 600px;
	position: relative;
	top: 40px;
	background-image: url(works/img/bgtn3.png);
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px;
	border: thin solid #E8E8E8;
	left: 50px;
}
#works #contents #topP #text01 {
	margin: 15px;
	padding-bottom: 60px;
}
#works #contents #toppict2 {
	position: relative;
	top: 15px;
	clear: both;
	width: 280px;
	left: 150px;
	padding-top: 15px;
}
#works #footer {
}
#aboutus #contents #prof {
	width: 600px;
	padding-left: 50px;
	clear: both;
}
#aboutus #contents #toppict {
	float: left;
}
#aboutus #contents #main {
	padding-top: 80px;
	float: right;
	width: 500px;
}
#aboutus #contents #main dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	width: 7em;
}
#aboutus #footer p {
	position: relative;
	top: 20px;
}
#askus #contents #toppict {
	float: left;
	padding-bottom: 60px;
}
#askus #contents #koumoku {
	float: right;
	width: 500px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-top: 70px;
	height: 250px;
}
#askus #contents #koumoku dt {
	font-weight: bold;
}
#askus #contents #koumoku dl {
	border: thin dashed #CCCCCC;
	width: 450px;
	padding: 10px;
}
#askus #contents #koumoku dd {
	position: relative;
	bottom: 1.8em;
	left: 8em;
}
#askus #footer {
	clear: both;
}
#aboutus #contents #main dd {
	position: relative;
	bottom: 30px;
	padding-left: 80px;
}
#working #wrapper #contents {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

#working  li    {
	list-style: none;
}

#working #footer {
}
#working #wrapper #contents #tv img {
	float: left;
	margin-right: 20px;
}
#working #wrapper #contents #tv ul {
	border-bottom: thin dashed #999;
}
.website {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#privacy #contents #pvc {
	width: 600px;
	padding-top: 40px;
	padding-left: 80px;
	padding-bottom: 20px;
}
#privacy #contents #pvc h2 {
	font-size: medium;
}
#privacy #contents #toppict {
	float: left;
}
#self #contents #setumei {
	width: 700px;
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
	border-bottom: thin dashed #999999;
}
#self #contents #sampleA {
	padding-top: 30px;
}
#self #contents #sampleA img {
	border: thin solid #999999;
	position: relative;
	left: 3px;
}
#self #contents #sampleA p {
	padding: 10px 50px 5px 30px;
	clear: both;
}
#self  #sampleA  ul  li img {
	margin: 8px 3px 3px;
	border: thin solid #CCCCCC;
}
#self #contents #sampleA li {
	float: left;
	list-style: url(none) none;
}
#self #contents #sampleA ul {
	clear: both;
}
#self #contents #sampleB {
	clear: both;
}
#self #contents #sampleB li {
	float: left;
	list-style: url(none) none;
}
#self #contents #sampleB p {
	clear: both;
}
#self #contents #sampleB img {
	margin: 8px 7px 3px;
	border: thin solid #CCCCCC;
}
#self #contents #sampleA #ama01 {
	position: relative;
	left: 650px;
}
#self #contents #sampleB #ama02 {
	position: relative;
	left: 650px;
}
#kaihatsu #wrapper #contents #topP {
}
#kaihatsu #wrapper #contents #toppict2 {
	float: right;
	margin-right: 20px;
	position: relative;
	bottom: 150px;
}
#kaihatsu #wrapper #contents #main h1 {
	padding-top: 50px;
}
#kaihatsu #wrapper #contents #main {
	padding-left: 30px;
	padding-right: 20px;
}
#kaihatsu #wrapper #contents #main .text01 {
	width: 540px;
}
#kaihatsu #wrapper #contents #main .pict01 {
	position: relative;
	bottom: 230px;
	float: right;
}
#kaihatsu #wrapper #contents #main #nagare {
}
#kaihatsu #wrapper #contents #main #text02 {
	width: 540px;
	border-bottom: thin dashed #999;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bc {
	font-weight: bold;
}

#home #side2  li a:hover img {
    opacity: 0.6;
	filter: alpha(opacity=60);
}
#side2 {
	width: 850px;
	position: relative;
	top: 25px;
	margin-bottom: 30px;
}
#home #wrapper #side2 ul li {
	float: left;
	list-style: none;
	position: relative;
	bottom: 20px;
}
#home #wrapper #maintext2 h2 {
	font-size: 1.1em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 40px;
	width: 600px;
	color: #333;
	border-bottom: thin dashed #F99;
	font-weight: normal;
	z-index: 2;
}
#working #wrapper #contents #web01 {
}
#working #wrapper #contents #selfpub {
	clear: both;
	margin-left: 30px;
	margin-bottom: 20px;
	border-bottom: thin dashed #999;
}

