@charset "utf-8";
/*
Theme Name: TAKEUCHIKIYOFUMI
Theme URI: http://www.takeuchikiyofumi.com/
Author: Takeuchi Kiyofumi
Description: Takeuchi Kiyofumi Official Site
Version: 1.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {background: #FFC754 url(http://www.takeuchikiyofumi.com/wp/wp-content/themes/TAKEUCHIKIYOFUMI/img/bg_body.jpg) top repeat-x;}

body {
background: url(http://www.takeuchikiyofumi.com/wp/wp-content/themes/TAKEUCHIKIYOFUMI/img/bg_head_isis101.jpg) top center no-repeat;
color: #444;
font-family: Arial, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size: 10px;
/* font-size: 62.5%; */
line-height:1;
text-align: center;
}

img {
border: none;
vertical-align: bottom;
}
ol, ul {list-style: none;}

/*table {
border-collapse: collapse;
border-spacing: 0;
}*/

input, textarea {
font-family: Arial, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size: 1em;
margin: 0; padding: 0;
}

a {
color: #06c;
text-decoration: underline;
}
a:hover{
text-decoration: none;}

/* = USEFUL-CLASS
-------------------------------------------------------------- */
.align_c {text-align: center;}
.align_l {text-align: left;}
.align_r {text-align: right;}
.alignleft {float: left;}
.alignright {float: right;}
.auto {margin: auto;}
.clear {clear: both;}
.hidden {overflow: hidden;}
.small {font-size: .9em;}
.w100 {width: 100%;}



/* = FRAME
-------------------------------------------------------------- */
#wrap {
width: 920px;
padding: 194px 10px 20px 10px;
margin: 0 auto;
overflow: hidden;
}

#main {

height:500px;
}

#content {
background: #FFF;
margin: 10px 0 30px 0;
padding: 40px 30px;
font-size: 16px;
line-height: 1.5em;
text-align: left;
overflow: hidden;
}


#foot {
background : #AD6C36 url(http://www.takeuchikiyofumi.com/wp/wp-content/themes/TAKEUCHIKIYOFUMI/img/bg_foot_isis101.jpg) repeat-x ;
height: 10px;
padding: 20px 0;
font-size: 12px;
color: #FFF;
clear: both;
}

#about {overflow: hidden;}

h3 {
background: #FDC643;
height: 27px;
padding: 5px 0;
font-size: 26px;
color: #FFF;
text-align: center;
}

.box {
background: #FDC643;
width: 384px;
height: 234px;
padding: 3px;
margin: 0 20px 40px 20px;
float: left;
}

.boxIn {
background: #FFF;
height: 157px;
padding: 20px;
}

#course{
width: 390px;
margin: 0 20px 40px 20px;
float: left;
}

#course h3 {
background: #009DB0;
font-size: 18px;
margin-bottom: 20px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

#voiceIsis101 {
clear: both;
overflow: hidden;
}

#voiceIsis101 h2 {
background: url("http://www.takeuchikiyofumi.com/wp/wp-content/themes/TAKEUCHIKIYOFUMI/img/bg_titvoice_isis101.gif") bottom no-repeat;
padding-bottom: 8px;
margin: 0 20px 20px 20px;
font-size: 22px;
color: #009DB0;
}

#voiceIsis101 .entryIn {
width: 390px;
height: 170px;
padding-bottom:20px ;
margin: 0px 20px 40px 20px;
border-bottom: 1px dotted #666;
font-size: 14px;
float: left;
overflow: hidden;
}

#voiceIsis101 h3 {
background: none;
color: #444;
font-size: 14px;
text-align: left;
}

#isisForm {
padding: 40px;
margin-top: 40px;
border-top: 1px solid #CCC;
clear: both;
}

#isisForm h2 {
background: none;
color: #009DB0;
margin-bottom: 20px;
text-align: center;
}

/* = TABLE
-------------------------------------------------------------- */
#course table {
border: 1px solid #009DB0;
border-collapse: collapse;
font-size: 14px;
margin-bottom: ;
}

#course table th, #course table td {
padding: 10px;
text-align: left;

}

#course table th {
background: #009DB0;
border-top: 1px solid #FFF;
color: #FFF;
font-weight: normal;
}

#course table tr:first-child th {border-top: none;}

#course table td {border-top: 1px dotted #009DB0;}

#course table tr:first-child td {border-top: none;}

#isisForm table {
width: 680px;
margin: 0 auto;
}

#isisForm td, #isisForm th {
padding: 10px 20px;
text-align: left;
vertical-align: middle;
}

#isisForm th span {color: #C00;}

#isisForm table td input, #isisForm table td textarea {
width: 400px;
padding: 8px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-top: none;
border-left: none;
border-right: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
box-shadow: 1px 1px 1px #CCC inset;
}

#isisForm td.send {text-align: center;}

#isisForm table td.send input {
background: url("http://www.takeuchikiyofumi.com/wp/wp-content/themes/TAKEUCHIKIYOFUMI/img/btn_send_isis101.jpg") no-repeat;
width: 184px;
height: 54px;
border: none;
font-size: 1.2em;
font-weight: bold;
text-indent: 110%;

}