@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
+ clearBoth
---------------------------------------*/
html {
	overflow-y:scroll;
	overflow-x:scroll;
}
br.clearBoth {
	clear:both;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
* {
	margin:	 0;
	padding: 0;
	border:none;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif,"ヒラギノ角ゴ Pro W3";

}
#about h2 {
	font-size:120%;
}
p {
	font-size:100%;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#header {
	position:fixed;
	top:0;
	width:100%;
	height:95px;
	text-align:center;
	display:block;
	z-index:20;
}
#headerWrapp {
	width:900px;
	margin:0 auto;
	padding-top:24px;
	text-align:left;
}
#header h1, #header h1 img {
	float:left;
	margin:0;
	padding:0;
}
#menu {
	margin-top:37px;
	float:right;
	display: block;
	text-align:right;
}
#menu ul li {
	margin-left:20px;
	display: inline;
}
#menu ul li a {
	text-decoration:none;
}
#lookPhoto{
	display:block;
	width:840px;
	text-align:right;
}

/*----------------------------*/
#contents {
	margin:0px auto;
	padding:120px 0 44px 0;
	width:845px;
	height:100%;
	z-index:0;
}
#wrrap {
	display:block;
	width:845px;
	text-align:left;
	display:block;
}
#home #wrrap #left {
	display:block;
	width:600px;
	float:left;
}
#home #wrrap #right {
	width:245px;
	float:right;
}
#block_buy {
	width:95px;
	height:265px;
	float:left;
	margin:0 5px 5px 0;
}
#block_works {
	margin:0 5px 5px 0;
	display:block;
	width:494px;
	height:265px;
	float:left;
	background:url(../image/block/block02.png) no-repeat 50% 50%;
}
#block_works .flash {
	padding-top:50px;
	text-align:center;
}
#block_works .tsuzuki {
	padding:5px 15px 0 0;
	float:right;
}
#block_minako {
	margin:0 5px 5px 0;
	display:block;
	width:294px;
	height:164px;
	float:left;
	background:url(../image/block/block03.png) no-repeat 50% 50%;
}
#block_mitsuwo {
	margin:0 5px 5px 0;
	display:block;
	width:294px;
	height:164px;
	float:left;
	background:url(../image/block/block04.png) no-repeat 50% 50%;
}
.tsuzuki {
	display:block;
	padding:0 10px;
	width:270px;
}
.tsuzuki a {
	display:block;
	float:right;
}
#block_about {
	width:244px;
	height:165px;
	float:left;
	margin:0 0 5px 0;
}
#block_news {
	width:244px;
	height:264px;
	float:left;
	margin:0 0 5px 0;
	background:url(../image/block/block06.png) no-repeat 50% 50%;
}
#block_news div{
	margin:3px 0px 0px 3px;
}
#contBg {
	margin:0px auto;
	padding:0px 0 44px 0;
	min-width:100%;
	min-height:99%;
	z-index:-10;
	text-align:center;
	display:block;
	/*background:black url(../rotator/main_bg05.jpg) no-repeat 50% 50%;*/
	background: url(../rotator/rotator.php);
	position:fixed;
	top:0;
}
.hidden {
	visibility:hidden;
}
/*----------------------------*/
#footer {
	margin:0px auto;
	padding-top:0px;
	text-align :center;
	display:block;
	height:44px;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:10;
}
#footer ul {
	margin:15px auto;
	display:block;
	width:900px;
	height:100%;
}
#footer ul li {
	display: inline;
}
#footer ul li#ft_center {
	margin-left:25px;
}
#minawoWebCredit {
	position:absolute;
	bottom:90px;
	right:20px;
}
/*--------------------------------------
+ ClearFix Selectors
---------------------------------------*/
#header:after, #contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--------------------------------------
+ about
---------------------------------------*/
/*角丸*/
#about #about_bg_top {
	display:block;
	height:30px;
	width:845px;
	background:url(../image/block/about_bg_top.png) no-repeat;
}
#about #about_bg_mid {
	display:block;
	width:845px;
	background:url(../image/block/about_bg_mid.png) repeat-y;
}
#about #about_bg_mid #intoroduce{
	display:block;
	padding:0 40px;
}
#intoroduce ul{
	margin-left:30px;
	font-size:90%;
}
#intoroduce ul li{
	margin-bottom:10px;
}

#about #about_bg_bottom {
	width:845px;
	height:39px;
	background:url(../image/block/about_bg_bottom.png) no-repeat;
}
#about h2 {
	font-size:120%;
	padding:10px 0 10px 0;
}
#artist_photo {
	width:300px;
	height:200px;
	float:right;
	margin:10px 5px 10px 20px;
	background: url(../artist/artist01.jpg);
	border:1px solid white;
}
#about #wrrap p {
	display:block;
	width:760px;
	margin:10px auto;
	font-size:90%;
	line-height:150%;
	padding:0 0 10px 0;
}
#about dl {
	font-size:85%;
	display:block;
	width:760px;
	padding-bottom:10px;
	margin-left:3px;
}
#about dt {
	clear:both;
	float:left;
}
#about dd {
	margin-left: 7em;
	margin-bottom: 10px;
}
#credit dl{
	margin-top:20px;
}
#credit dt{
}
#credit dd{
	margin-left: 10.5em;
}
/*--------------------------------------
+ works
---------------------------------------*/
hr#line {
	margin:10px auto;
	width:550px;
	border-bottom:1px #888 solid;
}
#works #left {
	float:left;
	display:block;
	width:240px;
}
#works #right {
	float:left;
	display:block;
	width:603px;
}
#works #left ul {
	margin:0;
	padding:0;
}
#works #left li {
	margin:0;
	padding:0;
	line-height:0;
	list-style:none;
}
#works #w_bg_top {
	display:block;
	height:30px;
	width:603px;
	background:url(../image/block/w_bg_top.png) no-repeat;
}
#works #w_bg_mid {
	display:block;
	width:603px;
	background:url(../image/block/w_bg_mid.png) repeat-y;
}
#works #w_bg_bottom {
	width:603px;
	height:39px;
	margin-bottom:10px;
	background:url(../image/block/w_bg_bottom.png) no-repeat;
}
#w_works {
	padding:0 30px;
}
#w_works img {
	float:left;
	border:1px solid white;
}
#w_works #data_title {
	padding-left:20px;
	float:left;
	width:400px;
}
#w_works #data_title h2 {
	font-size:110%;
	padding-bottom:10px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#w_works #data_price {
	padding-left:20px;
	float:left;
}
#w_works #buy {
	padding-left:20px;
	float:right;
	margin:15px 30px 0px 5px;
	width:166px;
}
#w_works #buy img{
	border:none;
}
#w_shichou {
	padding:0px 30px 0px 30px;
}
#w_shichou ol {
	font-size:95%;
	padding-left:30px;
}
#w_shichou ol li {
	float:left;
	margin-top:3px;
	padding-right:50px;
}
#w_text p {
	padding:10px 30px;
}
.shichou{
	font-size:75%;
	color:#F60;
	margin-left:5px;
}
.credit dl{
	padding:5px 30px;
	font-size:80%;
}
.credit dt{
}
.credit dd{
	padding:0px 0 15px 0;
}
#setsumei{
	font-size:75%;
	padding:10px 0 0 30px;
}
#setsumei span{
color:#F60;
}
/*--------------------------------------
+ buy/contact
---------------------------------------*/
body#buy h2{
	font-size:100%;
	font-weight: normal;
	margin-bottom:20px;
}

body#buy #text_bg_top {
	display:block;
	width:845px;
	padding:40px 45px 0 45px;
	background:url(../image/text_bg_top.png) no-repeat;
}
body#buy #text_bg_bottom {
	width:845px;
	height:39px;
	margin-bottom:0px;
	background:url(../image/text_bg_bottom.png) no-repeat;
}

body#buy #about_bg_top {
	display:block;
	height:30px;
	width:845px;
	background:url(../image/block/about_bg_top.png) no-repeat;
}
body#buy #about_bg_mid {
	display:block;
	width:845px;
	background:url(../image/block/about_bg_mid.png) repeat-y;
}
body#buy #about_bg_mid #intoroduce{
	display:block;
	padding:0 40px;
}

body#buy #about_bg_bottom {
	width:845px;
	height:39px;
	background:url(../image/block/about_bg_bottom.png) no-repeat;
}

#formmailmagic {
	display: block;
	margin:0;
	text-align:left;
	width: 760px;
}
h2.setumei2{
	font-size:80%!important;
	text-align:right!important;
	font-size:100%;
}
#tejyun{
	margin:0 0 10px 0;
	font-size:90%;
}
#divCollapsible{
	width:760px;
	background-color:white;
	margin-bottom:10px;
	border:1px solid #316e75;
}
#purchaseWaku{
	padding:10px;
}
#purchaseWaku h2{
	margin:0;
	padding:0px;
	font-size:110%;
}
#purchaseWaku p{
	line-height:120%;
	margin-bottom:5px;
	font-size:90%;
}
#purchaseWaku dl{
	margin:0 0 20px 15px;
	font-size:85%;
}
#purchaseWaku dl dt{
	color:#F30;
}
#purchaseWaku dl dd{
	margin-left:20px;
}
table {
	width: 760px;
	background-color:transparent;
	font-size:90%;
}
tr {
	width:180px;
	background-color:transparent;
	border:1px solid blue;
}

th,td{
	padding: 5px 10px;
}

th {
	vertical-align: top;
	background-color:transparent;
	border-bottom:1px solid gray;
	
}
td {
	width: 580px;
	background-color:transparent;
	border-bottom:1px solid gray;
}
td input {
	font-size:90%;
	border: 1px solid #316e75;
	background-color: #FAFAFA;
}
td input:focus {
	background-color: #fffeef;
}
td textarea {
	font-size:90%;
	border: 1px solid #316e75;
	background-color: #FAFAFA;
}
td textarea:focus {
	background-color: #fffeef;
}
/*確認画面へ*/
div.confirm input{
	text-align:center;
	display:block;
	width: 150px;
	background-color: #666;
	border-left: 1px solid #fff;
	border-right: 2px solid #066;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #066;
	margin:20px 0 0 170px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}
body#buy p.copyright a{
color:white;
float:right;
}
span.must , .error{
	color:red;
}