﻿/*
Theme Name: Art make studio Bee
Description: スタジオビー専用テーマ
Version: 1
Author: Defsystem
Author URI: http://www.dweb-design.com/
*/

/* main
------------------------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	background: url(images/bg_html.jpg) repeat-x 0 0;
	width: auto;
}
body {
	font-family: Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	font-size: 12px;
	text-align: center;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg_html.jpg) repeat-x 0 0;
}
#page {
    background: url(images/bg_body.jpg) no-repeat 50% 0;
}
div, p, img, a, td, ul, ol {
    font-size: 12px; 
}

ol {
	list-style: none;
	margin: 0 30px 15px;
	padding: 0 30px;
}
ol li {
    margin-left: 5px;
    padding: 0;
    list-style: decimal;
}

ul {
	list-style: none;
	margin: 0 30px 15px;
	padding: 0 30px;
	text-align: left;
}
li {
	list-style: disc;
	padding: 0;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

p { margin: 20px 0; padding: 0; }

img{
	border: none;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
}

a { color: #4989be; text-decoration: underline; }
a:hover { color: #ff0033; text-decoration: none; }

dfn { font-style: normal; }

.clear {
    clear: both;
    width: 0px;
    height: 1px;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 100%;
}
dl {
	padding: 0;
	margin: 5px 15px 20px;
}
dt {
	padding: 5px 15px 5px;
	margin: 0;
}
dd {
	padding: 5px 15px;
	margin: 0;
}

/* text formatting 
------------------------------------------------------------------------------- */
blockquote {
    margin: 20px 0px 20px 30px;
    padding: 0;
	border-left: 5px solid #666;
    font-size: 12px;
    color: #666;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 12px 'Courier New', Courier, monospace;
	color: #444; 
    width: 480px;
    height: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 12px;
    margin: 0 0 12px 0;
    background-color: #fafafa;
}

acronym, abbr, span.caps {
	font-size: 12px;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}
a acronym, a abbr, a span.caps {
	border-bottom: none;
}

.center { text-align: center;}
.right { 
    float: right;
    margin: 0 0 30px 15px;
	padding: 4px 0 0;
}
.left {
	float: left;
	margin: 0 15px 3px 0;
	padding: 4px 0 0 0;
}

hr {
	margin: 0 0 20px;
	background: #fff url(images/bg_hr.gif) no-repeat 0 100%;
	padding: 0;
	border: none;
	line-height: 100%;
}

.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* header 
------------------------------------------------------------------------- */

#header {
	background: none;
	height: 122px;
	margin: 0 auto;
	width: 720px;
	font-size: 10px;
}

#logo {
	margin: 0;
	padding: 50px 0 0 60px;
	color: #fff;
	float: left;
	background: none;
	width: 93px;
}

#logo a {
    position: relative;
	margin:0;
	width: 93px;
	padding: 56px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/logo.jpg) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:56px;/* for ie5.x */
	color: #ff0000;
}
#logo a:hover {
    background-position: 0 -56px;
	text-decoration: none;
	border: none;
}

#header ul {
  padding:75px 0px 0px 0px;
  margin: 0;
  width: 560px;
  float: right;
  text-align: right;
  list-style: none;
  display: block;

}
#header li {
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	display: block;
	float: left;
}

li.flow a {
    position: relative;
	margin:0;
	width: 98px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_flow.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}
li.price a {
    position: relative;
	margin:0;
	width: 52px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_price.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}
li.school a {
    position: relative;
	margin:0;
	width: 55px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_school.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}
li.faq a {
    position: relative;
	margin:0;
	width: 44px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_faq.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}
li.new a {
    position: relative;
	margin:0;
	width: 65px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_new.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}
li.about a {
    position: relative;
	margin:0;
	width: 86px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_about.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}

li.extension a {
    position: relative;
	margin:0;
	width: 130px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_extension.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}

li.teikei a {
    position: relative;
	margin:0;
	width: 69px;
	padding: 14px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	background: url(images/menu_teikei.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:14px;/* for ie5.x */
	color: #ff0000;
}

li a:hover {
    background-position: 0 -14px;
	text-decoration: none;
	border: none;
}

/* container 
------------------------------------------------------------------------------- */
#container {
	width: 640px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/bg_container.gif) repeat-y;
	padding: 0;
	font-size: 10px;
}

#container a img { border: 1px solid #eee; padding: 0; text-decoration: none; }
#container a:hover img { border: 1px solid #999; padding: 0; text-decoration: none; }

/* content
------------------------------------------------------------------------------- */
#content {
	margin: 40px 0;
	padding: 0;
	line-height: 170%;
	font-size: 12px;
	text-align: left;
}

#content ul {
	border-left: 4px solid #333;
	padding: 0 25px;
}
#content li {
	padding: 0;
	margin: 0;
}

.description {
	padding: 5px;
	margin: 20px;
	border: 1px dotted #999;
	font-size: 10px;
}
.red {
	color: #ff0033;
}

.image {
    margin: 0 0 40px;
}

#topnew {
  width: 300px;
	float: left;
}

/* imagecontent
------------------------------------------------------------------------- */
#imagecontent {
    padding: 0;
}
#imagecontent dl {
	padding: 0;
	display: block;
	width: 430px;
	margin: 5px 0 20px;
	float: left;
}
#imagecontent dt {
	padding: 0 0 5px;
	background: url(images/bg_hr.gif) no-repeat 0 100%;
	font-weight: bold;
}
#imagecontent dd {
    padding: 10px 0 0 0;
}
#imagecontent dl.extension {
  width: 100%;
}

/* faqcontent
------------------------------------------------------------------------- */
#faqcontent {
	padding: 0;
	margin: 0;
}
#faqcontent dl {
	padding: 0;
	display: block;
	margin: 5px 0 30px;
}
#faqcontent dt {
	padding: 3px 0 5px 25px;
	background: url(images/bg_q.gif) no-repeat 0 90%;
	font-weight: bold;
}
#faqcontent dd {
	padding: 10px 0 0 25px;
	background: url(images/bg_a.gif) no-repeat 0 8px;
}


/* title
------------------------------------------------------------------------- */
#content #artmake {
    position: relative;
	margin:0;
	width: 285px;
	padding: 37px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_top.gif) no-repeat top left;
	height: 0px!important;
	height /**/:37px;/* for ie5.x */
	color: #ff0000;
}

#content #new {
  position: relative;
	margin:0 0 20px;
	width: 160px;
	padding: 37px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_new.gif) no-repeat top left;
	height: 0px!important;
	height /**/:37px;/* for ie5.x */
	color: #ff0000;
}
h3.information {
  position: relative;
	margin:0 0 20px;
	width: 160px;
	padding: 37px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_info.gif) no-repeat top left;
	height: 0px!important;
	height /**/:37px;/* for ie5.x */
	color: #ff0000;
}  
h3.school {
  position: relative;
	margin:0 0 20px;
	width: 160px;
	padding: 37px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_school_info.gif) no-repeat top left;
	height: 0px!important;
	height /**/:37px;/* for ie5.x */
	color: #ff0000;
}  

#content #flow {
    position: relative;
	margin:0 0 20px;
	width: 154px;
	padding: 20px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_flow.gif) no-repeat top left;
	height: 0px!important;
	height /**/:20px;/* for ie5.x */
	color: #ff0000;
}
#content #price {
    position: relative;
	margin:0 0 20px;
	width: 87px;
	padding: 20px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_price.gif) no-repeat top left;
	height: 0px!important;
	height /**/:20px;/* for ie5.x */
	color: #ff0000;
}
#content #school {
    position: relative;
	margin:0 0 20px;
	width: 96px;
	padding: 20px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_school.gif) no-repeat top left;
	height: 0px!important;
	height /**/:20px;/* for ie5.x */
	color: #ff0000;
}
#content #faq {
    position: relative;
	margin:0 0 20px;
	width: 72px;
	padding: 20px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/title_faq.gif) no-repeat top left;
	height: 0px!important;
	height /**/:20px;/* for ie5.x */
	color: #ff0000;
}

#content #extension {
  position: relative;
  margin:0 0 20px;
  width: 285px;
  padding: 37px 0 0 0;
  overflow: hidden;
  display: block;
  border: none;
  background: url(images/title_extension.gif) no-repeat top left;
  height: 0px!important;
  height /**/:37px;/* for ie5.x */
  color: #ff0000;
}


/* post
------------------------------------------------------------------------- */
.post {
	padding: 0;
	margin: 0 0 20px;
}
.post .posttitle {
    padding: 0;
	margin: 0;
}
.posttitle a {
    color: #333;
	text-decoration: none;
}
.posttitle a:hover {
    color: #999;
}

.posttitle-page {
  margin: 0 0 5px;
  display: block;
  background: url(images/bg_posttitle.gif) no-repeat 0 100%;
  padding: 0 0 5px;
  clear: both;
}    
.post .metadate {
	margin: 0;
	display: block;
	background: url(images/bg_posttitle.gif) no-repeat 0 100%;
	padding: 0 0 5px;
}
.post .entry-footer {
	background: url(images/bg_hr.gif) no-repeat 0 0;
	padding: 5px 0 0 0;
	margin: 0 0 40px;
}

/* comments trackback
------------------------------------------------------------------------- */
#comments {
    margin: 0 0 40px;
}
#comments h3, #comments h4 {
    font-size: 12px;
}
#comments h4 {
	padding: 0;
	margin: 10px 0 5px;
}
#trackbackurl {
	padding: 5px;
	width: 500px;
}

ol#commentlist {
	padding: 0;
	margin: 0 50px 30px;
	list-style: none;
}
#commentlist li {
	padding: 10px 20px;
	margin: 0;
	border: 1px solid #aaa;
	list-style: none;
}
.commentcontent {
    padding: 0;
}
#commentlist p {
	padding: 0;
	margin-top: 10px;
}
dl.metadata {
	padding: 0 0 5px;
	margin: 0 0 20px;
	background: url(images/bg_hr.gif) no-repeat 0 100%;
	border: none;
}
.metadata dt {
	margin: 0 5px 0 0;
	padding: 0px;
	display: inline;
}
.metadata dd {
	padding: 0;
	display: inline;
	margin: 0 10px 0 0;
}
#commentform #comment {
	font-size: 12px;
}

/* toppost
------------------------------------------------------------------------- */
.toppost {
	padding: 0 0 7px;
	list-style: none;
	margin: 0 0 5px;
	background: url(images/bg_hr.gif) no-repeat 0 100%;
	width: 280px;
}    

/* bloginfo
------------------------------------------------------------------------- */

#bloginfo {
	width: 640px;
	text-align: left;
}

#entries {
   width: 290px;
   float: left;
}
#archives {
   width: 290px;
   float: right;
}
#bloginfo h4 {
    position: relative;
	margin:0 0 10px;
	width: 290px;
	padding: 34px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	height: 0px!important;
	height /**/:34px;/* for ie5.x */
	color: #ff0000;
}

h4.entries {
	background: url(images/title_entries.gif) no-repeat top left;
}
h4.archives {
	background: url(images/title_archives.gif) no-repeat top left;
}
h4.category {
	background: url(images/title_category.gif) no-repeat top left;
}  

#bloginfo ul {
	padding: 0 0 20px;
	border: none;
	list-style: none;
	margin: 0;
}
#bloginfo li {
	padding: 0 0 7px;
	list-style: none;
	margin: 0 0 5px;
	background: url(images/bg_hr.gif) no-repeat 0 100%;
}

/* footer 
------------------------------------------------------------------------- */
#footer {
	background: #fff url(images/bg_footer.gif) no-repeat 0 0;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 740px;
	clear: both;
	font-size: 10px;
	position: relative;
}
#footer-inner {
	margin: 0 auto;
	padding: 50px 50px 0;
	line-height: 180%;
	text-align: left;
}
#footer a { color: #333; }
#footer a:hover { color: #ff0033; }

#footer p {
	padding: 0 0 20px 0;
	margin: 0;
	display: inline;
}

#footer h3 {
	margin: 0;
	padding: 15px 0 0;
	font-weight: normal;
	display: inline;
	font-size: 10px;
}

#footer p.feedicon {
	padding: 15px 0 0;
	margin: 0;
	display: block;
	width: 100px;
}
#footer p.feedicon a {
    position: relative;
	margin:0;
	width: 68px;
	padding: 16px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(images/ic_feed.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:16px;/* for ie5.x */
	color: #ff0000;
}
#footer p.feedicon a:hover {
    background-position: 0 -16px;
	text-decoration: none;
	border: none;
}
#footer p.footerlogo{
	padding: 0;
	position: absolute;
	left: 624px;
	top: 103px;
}

#footer a img { border: none; padding: 0; text-decoration: none; }
#footer a:hover img { border: 1px solid #999; padding: 0; text-decoration: none; }

.contactform {
	position: relative;
	width: 100%;
	font-size: 10px;
}
		
.contactleft {
width: 15%; 
text-align: right;
clear: both; 
float: left; 
display: inline; 
padding: 4px; 
margin: 5px 0;
}
		
.contactright {
width: 82%;
text-align: left;  
float: right; 
display: inline; 
padding: 4px; 
margin: 5px 0;
}

.contacterror {
border: 1px solid #ff0000;
}
#wpcf_msg {
   font-size: 10px;
}

/* End Contact Form CSS */

.t_margin10 {
	padding-top:30px;
}

#imagecontent table{
	width:400px;
	background-color:#666;
	border-collapse:collapse;
	display:table;
}

#imagecontent th{
	width:62px;
	background-color:#DEDEDE;
	display:table-cell;
	border:#222 1px solid;
	padding:5px;
}

#imagecontent td{
	width:315px;
	background-color:#FFF;
	display:table-cell;
	border:#222 1px solid;
	padding:5px;
}
