@charset "UTF-8";
/* CSS Document */


@import url("reset.css");

body {
	margin: 0px;
	padding: 0px;
	background: repeat-x;
	text-align: center;
}
.margin_t_b_15 {
	margin-top: 15px;
	margin-bottom: 15px;
}



/*主なタグ*/

#wrapper {
	padding: 0px;
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	background: url(../images/head_bar.gif) no-repeat;
}

#contents {
	padding: 0px;
	height: 350px;
	border-top: 1px solid #999;
	margin: 10px 0px 0px;
	background: #000;
}

#contents2 {
	padding: 0px;
	height: auto;
	border-top: 1px solid #999;
	margin: 10px 0px 0px;
	background: #000;
}

#mid_bar {
	padding: 0px;
	height: 25px;
	margin: 10px 0px 0px;
}

#under_contents {
	margin: 0px;
	padding: 0px;
	height: 270px;
	clear: both;
}
#main_left {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 350px;
	width: 250px;
	background: #DFDFDF url(../images/side_menu_back.gif);
}
#main_left img {
	margin: 0px;
	padding: 0px;
}
#main_right {
	margin: 0px;
	padding: 0px;
	height: 360px;
	background: #FFF;
}
#main_right2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #FFF;
}


#under_main {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 270px;
	clear: right;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 160%;
	color: #333333;
}
#under_main #left {
	padding: 0px;
	float: left;
	height: auto;
	width: 690px;
	margin: 10px 0px 0px;
}
#under_main #left2 {
	padding: 0px;
	float: left;
	height: auto;
	width: 950px;
	margin: 30px 0px;
}

/*主なタグここまで*/



/* MENUボタン関係*/

#main_menu {
	height: 70px;
	margin-top: 20px;
	margin-right: 140px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding: 0px;
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main_menu em {
	visibility: hidden;
}

#main_menu li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#main_menu li a {
	display: block;
	height: 70px;
	width: 70px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#main_menu #bt01 {
	background: url(../images/menu_top.gif) no-repeat;
}
#main_menu li#bt01 a:hover, li#bt01 a:active {
	background: url(../images/menu_top_ro.gif) no-repeat;
}
#main_menu #bt02 {
	background: url(../images/menu_studio.gif) no-repeat;
}
#main_menu li#bt02 a:hover, li#bt02 a:active {
	background: url(../images/menu_studio_ro.gif) no-repeat;
}
#main_menu #bt03 {
	background: url(../images/menu_works.gif) no-repeat;
}
#main_menu li#bt03 a:hover, li#bt03 a:active {
	background: url(../images/menu_works_ro.gif) no-repeat;
}
#main_menu #bt04 {
	background: url(../images/menu_lesson.gif) no-repeat;
}
#main_menu li#bt04 a:hover, li#bt04 a:active {
	background: url(../images/menu_lesson_ro.gif) no-repeat;
}
#main_menu #bt05 {
	background: url(../images/menu_blog.gif) no-repeat;
}
#main_menu li#bt05 a:hover, li#bt05 a:active {
	background: url(../images/menu_blog_ro.gif) no-repeat;
}
#main_menu #bt06 {
	background: url(../images/menu_profile.gif) no-repeat;
}
#main_menu li#bt06 a:hover, li#bt06 a:active {
	background: url(../images/menu_profile_ro.gif) no-repeat;
}

/* MENUボタン関係ここまで*/


/* フッター関係*/

#footer {
	padding: 0px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #DEE4E0 repeat-x;
	border-top: 1px solid #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#footer address {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#footer_content {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_content p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* フッター関係ここまで*/


#top_bar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-image: url(../images/top_bar.jpg);
	background-repeat: no-repeat;
}
#main_left a:visited {
	color: #339;
}
#main_left a:hover {
	color: #FFF;
	text-decoration: none;
	background: #0066CC;
}

#under_main #right {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	height: 350px;
	background: url(../images/side_menu_back.gif) repeat-y;
	text-align: center;
}
#under_main #right img {
	margin: 0px;
	padding: 0px;
}

/* --- 表全体 --- */
table.example {
	width: 690px; /* 表の幅 */
	border-collapse: collapse;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;
	color: #333333;
	margin-bottom: 25px;
}
#syou {
	background: no-repeat bottom;
}
.bule_green {
	color: #9CC0A2;
	font-size: 13px;
	font-weight: bold;
}
.disco_cap {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 180%;
	color: #666666;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 160%;
}
.margin_l15_d {
	margin-bottom: 20px;
	margin-left: 15px;
}
#tag_list h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#under_main #right  {
	padding: 10px 0px 0px;
	margin: 0px;
}

/* --- 表タイトル --- */
table.example caption {
padding-bottom: 10px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example th,
table.example td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
}
.margin_30_15 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* --- 見出しセル --- */
table.example thead th {
	text-align: left;
}

/* --- フッタセル --- */
table.example tfoot td {
	border-top-style: none;
}

/* --- データセル --- */
table.example tbody td {
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}
#main_left a{
	color: #0066CC;
}

#main_left #menu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 200%;
	padding-top: 10px;
	padding-left: 40px;
	color: #333;
}
#main_left #menu li {
	background: url(../images/sub-dot.gif) no-repeat left bottom;
}
#under_main #center {
	padding: 0px;
	float: left;
	width: 200px;
	height: 350px;
	margin: 0px 0px 0px 10px;
}
.right_move {
	text-align: right;
	margin: 0px 0px 10px;
	padding: 0px;
}
.text_lage01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #039;
}
#header #top_link {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 377px;
	height: auto;
}

/* --- 表全体 --- */
table.example2 {
	width: 940px; /* 表の幅 */
	border-collapse: collapse;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #333333;
}

/* --- 表タイトル --- */
table.example2 caption {
padding-bottom: 10px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example2 th,
table.example2 td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
}

/* --- 見出しセル --- */
table.example2 thead th {
border-bottom: 2px #c0c0c0 solid; /* 見出しセルの下境界線 */
text-align: left;
}

/* --- フッタセル --- */
table.example2 tfoot td {
border-top: 1px #c0c0c0 solid; /* フッタセルの上境界線 */
}

/* --- データセル --- */
table.example2 tbody td {
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}

.cap01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 140%;
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.margin_b_15 {
	margin-bottom: 15px;
}
.title_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
