/* CSS Document */

/* 背景と配置 */
body {
 margin: 0px 0px 20px 0px;
 background-color: #fff;
 text-align: center;
 background-image:url(../images/bg.gif)
}

/* リンク設定 */
a:link {color:#0066CC; text-decoration:none}
a:visited {color:#0066CC; text-decoration:none}
a:active { color: #0066CC;}
a:hover { color: #006699;}

/* 強調文字設定 */
h1, h2 {
 margin: 0px;
 padding: 0px;
 font-weight: normal;
}

h3 {
font-size:16px;
font-weight:bold;
color:#003300;
}

.font10px{font-size:10px;line-height:110%;}
.font16px{font-size:16px;}

.pad5{padding:5px;}
.pad10{padding:10px;}
.pad15{padding:15px;}

.bold{font-weight:bold;}

.red{color:#CC0033;}

/* 全体の枠組み 横幅 */
#container {
 line-height: 110%;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 padding: 0px;
 width: 684px;
 background-color: #FFFFFF;
 border: 1px solid #000;
}

#center {
 margin-right: auto;
 margin-left: auto;
 padding: 0px;
 width: 660px;
}

#content {
 margin:10px 20px;
}

#prof_top {
 margin:10px 10px;
}

.subtitle {
  margin-bottom:10px;
}

table {
	border-collapse : collapse;
	empty-cells : show;
}

td, th {
	padding: 0px;
	vertical-align: top;
}

table.menutable {
 margin:0px;
 padding:0px;
}

.line_left {
	border-left:1px solid #000;
}

table .wnew {
	border:1px solid #000;
}

table .wnew td{
	padding:5px;
}

.top_photo{
	margin-left:180px;
	margin-bottom:30px;
}

.top_comment{
	border:1px solid #000;
	background-color:#FFFFCC;
	width:550px;
	margin-left:50px;
}

.top_comment_txt{
	padding:5px;
	line-height:120%;
}

.prof_txt{
	line-height:120%;
	padding:5px;
}

.main_txt{
	line-height:120%;
	padding:10px;
}

.toiawase{
	border:1px solid #336633;
	background-color:#CCFFCC;
	margin-left:10px;
	width:170px;
	padding:10px;
}

table .studio {
	border-top:1px solid #000;
	border-left:1px solid #000;
}

table .studio th{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	background-color:#DBD4BE;
	padding:5px;
}

table .studio td{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:5px;
}

.submenu{
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
}

/*　スケジュール用　*/
/*@charset 'utf-8'; */

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: x-small;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}
html>body * {
	font-size: small;
}

/*h1 {
	margin-bottom: 5px;

	font-size: 20px;
}
h2 {
	margin: 20px 0px;
}*/
p, li, dt, dd, address .sch{
	color: #444444;

	line-height: 1.4;
}
p .sch{
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}
.schimg img{
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
address {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;

	text-align: center;
}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

/*table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}
*/

/* ----- 基本構造 -------------------------------------- */

div#s_container {
	width: 460px;

	margin: 0px auto;
	padding: 10px;
	border: 1px solid #666680;

	background-color: #FFFFFF;
}
*html>body div#s_container {
	width: 440px;
}

div#s_menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#s_diary {
	margin-bottom: 5px;
}

div#s_work {
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
}

/* ----- メニュー -------------------------------------- */

div#s_menu ul {
	margin: 5px 0px;
}
div#s_menu ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ログ ------------------------------------------ */


div#s_diary .s_diary {
	padding-top: 15px;
	border-bottom: 1px solid #999999;
}

div#s_diary h2 {
	display: none;
}
div#s_diary h3 {
	margin-bottom: 15px;
}

div#s_diary .info {
	margin: 5px 10px 15px 0px;
}
div#s_diary .info li {
	display: inline;
}

/* ----- ページ移動 ------------------------------------ */

div#s_page ul {
	margin: 0px 0px 20px 0px;
}
div#s_page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#s_navi ul {
	margin: 0px;

	text-align: right;
}
div#s_navi ul li {
	display: inline;

	margin-left: 10px;
}

div#s_navi form dl {
}
div#s_navi form dl dt {
	display: none;
}
div#s_navi form dl dd {
	float: left;

	margin-left: 0px;
}
div#s_navi form input {
	padding: 0px;
}

/* ----- 処理選択 -------------------------------------- */

div#s_work form {
	margin: 10px 0px;
}
div#s_work form dl {
	margin: 0px;
}
div#s_work form dl dt {
	display: none;
}
div#s_work form dl dd {
	float: left;

	margin-left: 0px;
}
div#s_work form input {
	padding: 0px;
}

/* ----- 個別指定 -------------------------------------- */

.s_new {
	color: #FF0000;
}

