@charset "UTF-8";
/*
Theme Name:  strausscello
Description: This is our original theme.
Author: uems inc.
Author URI:　http://www.uems.jp/
Version:1.0
*/

/*---------------------------
          reset
---------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*---------------------------
          common
---------------------------*/

a {
	color: #0c3158;
	text-decoration: none;
}
a:hover {
	color: #f00;
}

html {
	overflow-y: scroll;
}

p {
	margin: 0.5em 0 1.0em;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #ffffff;
	color: #333;
	font-size: 85%;
	line-height: 1.5;
}

#footer {
	width: 900px;
	height: 16px;
	margin: auto;
    padding-bottom: 15px;
}


#copyright {
	color: #ffffff;
	text-align: center;
	font-size: 65%;
}
#copyright a {
	color: #ffffff;
}

/*---------------------------
          layout
---------------------------*/

#container {
	width: 900px;
	margin: 20px auto;
}

#container h1 {
    display: none;
}

#container02 {
	width: 800px;
	margin: auto;
}

#container03 {
	width: 700px;
	margin: auto;
}

#topimage {
    margin: 0;
    line-height: 0;
}

#topmessage {
    padding: 5px;
    text-align: left;
    margin-bottom: 30px;
}

#englishtop {
    width: 900px;
    padding: 5px;
    text-align: center;
}

#contacttop {
    width: 900px;
    padding: 5px;
    text-align: center;
}

#intro {
    width: 600px;
    margin: 30px auto;
    padding-left: 60px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 0.8em;
}

#fb {
    width: 500px;
    margin-left: 200px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 0;
}

#access {
    margin-bottom: 50px;
}

#footer {
	width: 900px;
	height: 20px;
	margin: 15px auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

#toind {
    float: left;
}

#copy {
    float: right;
}

#link {
    margin: 20px 0;
    text-align: center;
    color: #000066;
    font-size: 120%;
    font-weight: bold;
}

#button {
    margin: 30px 0;
    text-align: center;
}

#photo_ind {
    margin: 30px 0;
    text-align: center;
}


/*---------------------------
          nav
---------------------------*/

#nav {
    margin: 0;
    padding: 0;
    height: 72px;
    background-color: #ffffff;
    line-height: 0;
}

#nav ul {
    width: 900px;
	margin: 0;
	position: absolute;
	z-index: 10;
}

#nav ul li {
	float: left;
}

#nav a {
	display: block;
	height: 72px;
	text-indent: -9999px;
	outline: 0;
}

#nav #menu-item-home {
	background-image: url(../images/nav_home_01.png);
	width: 300px;
}

#nav #menu-item-cello {
	background-image: url(../images/nav_cello_02.png);
	width: 300px;
}

#nav #menu-item-english {
	background-image: url(../images/nav_english_03.png);
	width: 262px;
}

#nav #menu-item-inquiry {
	background-image: url(../images/nav_inquiry_04.png);
	width: 300px;
}

#nav .menu-item:hover {
	background-position: 0 -73px;
}

#nav ul li:hover > ul {
    display: block;
}


/*---------------------------
          font
---------------------------*/

#container h2 {
    margin: 25px 5px;
    text-align: left;
    color: #000066;
    font-size: 120%;
    font-weight: bold;
}

#container #access02 h2 {
    margin: 25px 5px;
    text-align: center;
    color: #000066;
    font-size: 120%;
    font-weight: bold;
}

.catch {
    margin-bottom: 5px;
    font-size: 120%;
    color: #000000;
}

.text {
    margin-bottom: 5px;
    text-align: left;
    font-size: 100%;
    color: #000000;
}

.accesstext {
    margin-bottom: 5px;
    text-align: center;
    font-size: 100%;
    color: #000000;
}

.formcatch {
    margin-bottom: 5px;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    color: #000000;
}

.formtext {
    margin-bottom: 5px;
    text-align: left;
    font-size: 120%;
    color: #000000;
}

.formnotice {
    margin-bottom: 5px;
    text-align: left;
    font-size: 120%;
    color: #9a2b1b;
}

.toindex {
	color: #000000;
	text-align: left;
	font-size: 80%;
}

.copyright {
	color: #000000;
	text-align: right;
	font-size: 80%;
}

.center {
    text-align: center;
    margin-bottom: 5px;
    font-size: 120%;
    color: #000000;
}

.clear {
    display: none;
}


/*---------------------------
          form
---------------------------*/

#form {
    width: 680px;
    margin-left: 100px;
    text-align: left;
}

table#form_table td.title,
table#form_table th.title {
	padding:10px 0 3px 0;
	font-size:120%;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	line-height:1.0;
}

table#form_table td.data{
	padding:0 0 10px 0;
	vertical-align:top;
}

table#form_table td.data input.text{
	width:400px;
	height:20px;
    text-align: left;
}

input.contact {
	width:200px;
	height:20px;
    text-align: left;
    font-size: 120%;
}

table#form_table td.data textarea{
	width:650px;
    text-align: left;
    font-size: 140%;
}

div.conf{
	margin:30px 0 20px 0;
	text-align:center;
}

div.conf li{
	display:inline;
}

div.conf li.back{
    margin-top: 5px;
}



