@charset "utf-8"; /*utf-8*/

/*************************
  Common
*************************/

* {
margin:0;
padding:0;
}

html {
}

body {
background-color:#FFFFFF;
color:black;
font-size:13px;
line-height:1.8;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body.index {
background:url(/assets/images/common/index_backimage.png) top center no-repeat;
}

body.main {
background:url(/assets/images/common/backline_yellow.png) top center no-repeat;
}

h1,h2,h3 {
font-size:1em;
font-weight:normal;
}

ul li {
list-style:none
}

address {
text-decoration:none;
font-size:0.8em;
font-style:normal;
}

a {
color:#0000ff;
text-decoration:none;
}

a:visited {
color:#0000ff;
text-decoration:none;
}

a:hover {
color:#ff8000;
text-decoration:none;
}

img {
border:0;
}

/*************************
  Class
*************************/

.left {
text-align:left;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

.larger {
font-size:larger;
}

.clear {
clear:both;
}

.hide {
display:none;
}

.right25 {
margin-right:25px;
}

.larger {
font-size:1.5em;
}

.smaller {
font-size:0.8em;
}

.mb15 {
margin-bottom:15px;
}

.padall15 {
padding:15px;
}

/*************************
  Contents
*************************/

#wrapper {
width:900px;
height:100%;
min-height:100%;
margin:0 auto;
overflow:hidden;
}

#wrapper:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#left180, #main700, #right20{
float:left;
height:100%;
min-height:100%;
padding-bottom:32768px;
margin-bottom:-32768px;
}


/*************************
  Index
*************************/

#index_navi {
width:900px;
text-align:right;
}

#index_navi ul li {
display:inline;
margin-right:15px;
}

#index_navi ul li.right {
margin-right:0;
}

#index_footer {
width:900px;
}

/*************************
  LeftBox
*************************/

#left180 {
float:left;
width:180px;
margin-top:50px;
background-color:#FF00FF;
}

#navi {
padding-top:20px;
}

#navi ul li{
margin-bottom:10px;
}

/*************************
  MainBox
*************************/

#main700 {
float:left;
width:700px;
margin-top:50px;
background-color:#FFFFFF;
}

#header {
width:700px;
height:100px;
background:url(/assets/images/common/header.png);
}

/************************/

#schedule {
width:650px;
padding:25px;
}

#schedule .bottomborder {
padding-bottom:15px;
margin-bottom:15px;
border-bottom:#999999 1px solid;
}

#schedule .select {
float:left;
width:100px;
}

#schedule .info {
float:left;
width:550px;
}

/************************/

#disc {
width:650px;
padding:25px;
}

#disc .bottomborder {
padding-bottom:15px;
margin-bottom:15px;
border-bottom:#999999 1px solid;
}

#disc .photo {
float:left;
width:200px;
}

#disc .info {
float:left;
width:450px;
}

#disc .info h3 {
font-size:1.2em;
}

#disc .info ul li {
list-style:inside decimal;
}

/************************/

#profile {
width:650px;
padding:25px;
}

#profile .photo {
float:left;
width:280px;
}

#profile .words {
float:left;
width:370px;
}

#profile .info h3 {
font-size:1.5em;
}

#profile .info h3 {
font-size:1.5em;
}

#voicesample {
float:left;
}

#release ul {
padding:15px;
}

#release ul li {
list-style:outside disc;
margin-left:16px;
}

/************************/

#link {
width:650px;
padding:25px;
}

#link ul {
margin-top:1em;
}

/************************/

#contact {
width:650px;
padding:25px;
}

/************************/

#footer {
width:675px;
padding-right:25px;
margin-bottom:25px;
text-align:right;
}

#footer ul li {
display:inline;
padding-right:1em;
margin-right:1em;
border-right:1px dotted #999999;
}

#footer ul li.most_right {
padding-right:0;
margin-right:0;
border:0;
}

/*************************
  RightBox
*************************/

#right20 {
float:left;
width:20px;
margin-top:100px;
background-color:#00FF00;
}

/*************************
  Form
*************************/

#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}
