@charset "utf-8";

@import "common.css";

/*
base.css
*/

body {
	}
/*---------------------------------------------------------------------------*/
/* 全体共通の設定                                                            */
/* container                                                                 */
/*---------------------------------------------------------------------------*/
#container {
	margin:0 auto;
	padding:0;
	width:950px;
	overflow:visible;
	border:1px solid #cccccc;
	}
	
#header p,
#gnavi p,
#footer p {
	margin:0;
	padding:0;
	}
	
#gnavi ul a:hover img,
.banner a:hover img,
#main a:hover img {
	opacity:0.6;
	filter:alpha (opacity=60) ;/*for IE */
	}


/*---------------------------------------------------------------------------*/
/* header                                                                    */
/*---------------------------------------------------------------------------*/
#logo {
	}
#seobox {
	width:350px;
	float:left;
	padding:10px 0 0 20px;
	line-height:1.3;
	}




/*---------------------------------------------------------------------------*/
/* contents                                                                  */
/*---------------------------------------------------------------------------*/

#contents {
	float:left;
	width:950px;
	margin:0;
	padding:9px 5px 9px 5px;
	}
#wrapper {
	float:left;
	width:745px;
	margin:0;
	padding:0;
	}
#main {
	float:right;
	width:545px;
	margin:10px 0 0 0;
	padding:0 5px 0 13px;
	line-height:1.5;
	}

#main_b {
	float:right;
	width:545px;
	margin:10px 0 0 0;
	padding:0 5px 0 13px;
	line-height:1.5;
	}


#gnavi {
	float:right;
	width:180px;
	margin:0;
	padding:0;
	}
#gnavi ul {
	width:180px;
	margin:0;
	padding:0;
	}
#gnavi ul li {
	margin:0;
	padding:0;
	width:180px;
	height:30px;
	line-height:0;
	list-style:none;
	}

#snavi {
	float:left;
	width:185px;
	margin:0 0 0 5px;
	padding:0;
	}
#bnavi {
	margin:0;
	padding:0;
	background:url(img/bnavi_bg.jpg);
	}
#bnavi ul {
	width:185px;
	}
#bnavi ul li {
	border-bottom:1px dotted #626262;
	list-style:none;
	margin:0 2px;
	padding:10px 3px;
	}
#bnavi ul li a {
	background:url(img/bnavilist_icon.jpg) left center no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	padding-left:15px;
	}
#bnavi ul li a:hover {
	color:#ff9900;
	}


#blog_newposts {
	margin-top:15px;
	margin-bottom:5px;
	}
#blog_newposts ul {
	margin:5px 10px 0 15px;
	list-style-type:disc;
	color:#9B6600;
	line-height:1.5;
	}
#blog_newposts ul a {
	color:#9B6600;
	text-decoration:underline;
	}



.letter {
	overflow:hidden;
	margin:0;
	padding:3px 8px;
	width:168px;
	background:#FBF6D6 url(img/mailmagazine_bg.jpg) top left no-repeat;
	}
.letter p {
	margin:0;
	padding:0;
	}

.mailbox {
	width:160px;
	}	
/*---------------------------------------------------------------------------*/
/* footer                                                                  */
/*---------------------------------------------------------------------------*/	

#footer {
	clear:both;
	width:950px;
	height:59px;
	background:url(img/footer_bg.jpg);
	}
#footerlogo {
	float:left;
	padding:8px 0 5px 10px;
	margin:0;
	}
#footer p {
	float:right;
	font-size:11px;
	color:#646665;
	text-align:right;
	margin:8px 10px 8px 0;
	}
#footer a {
	color:#9B6600;
	text-decoration:underline;
	}





/*
style.css
*/

.pagetop {
	text-align:right;
	width:540px;
	margin:20px 0 0 0;
	}

.pagetop a {
	color:#996600;
	font-size:11px;
	text-decoration:underline;
	}

/*---------------------------------------------------------------------------*/
/* 個々のページの指定                                                        */
/*---------------------------------------------------------------------------*/

/** トップページ **/

#top_first {
	overflow:hidden;
	margin:0 0 15px 0;
	}
#top_second {
	overflow:hidden;
	margin:0 0 15px 0;
	}
#top_third {
	overflow:hidden;
	margin:0;
	}


#top_first p {
	margin:0 0 5px 0;
	padding:0;
	}
#top_second p {
	margin:5px 0 5px 0;
	padding:0;
	}
/** top_first内設定 **/
.top_f_left {
	float:left;
	width:264px;
	margin:0 9px 0 0;
	padding:0;
	}
.top_f_right {
	float:left;
	width:264px;
	margin:0;
	padding:0;
	}
.info_contents {
	margin:5px 0;
	}
/** top_second内設定 **/
.top_second_box {
	float:left;
	width:173px;
	margin-top:10px;
	}
	
/** top_third内設定 **/
.top_blog01 {
	float:left;
	width:258px;
	margin:10px 8px 0 0;
	padding:0 5px 0 0;
	border:1px solid #D2A54A;
	}
.top_blog02 {
	float:left;
	width:258px;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
	border:1px solid #D2A54A;
	}
.top_blog01 p,
.top_blog02 p {
	margin:5px 0 0 0;
	line-height:1.2;
}

.top_blog_img {
	float:left;
	width:95px;
	padding:8px;
	}
.top_blog_entry {
	float:left;
	width:145px;
	margin:5px 0 0 0;
	}
	
/*---------------------------------------------------------------------------*/
/* （下層）ブログタイプページの指定                                          */
/*---------------------------------------------------------------------------*/

#blog h4 {
	width:532px;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 8px;
	font-size:13px;
	font-weight:bold;
	border-left:3px solid #C0504E;
	background:url(img/blog_categorytitle_bg.jpg) repeat-x;
	z-index:100;
	}

#blog {
	overflow:visible;
	width:545px;
	}
#blog p {
	padding:0 10px;
	}
#blog img {
	margin:10px;
	}
#blog table {
	margin:10px;
	}

.blogbox {
	overflow:visible;
	width:518px;
	margin:10px 0;
	padding:15px 10px;
	border:1px solid #EEE3B6;
	background:url(img/page/blog_box_bg.jpg) repeat-y;
	position:relative;
	}	
.day {
	font-size:11px;
	font-weight:bold;
	}
.blog_title_box {
	overflow:visible;
	width:520px;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px dashed #EEE3B6;
	}
.blog_title_box img {
	padding:5px;
	}

.blog_title_box dl {
	width:520px;
	overflow:visible;
	}
.blog_title_box dt {
	float:left;
	width:410px;
	padding:0 0 0 20px;
	background:url(img/blog_title_icon.gif) center left no-repeat;
	clear:both;
	}
.blog_title_box dd {
	margin-left:470px;
	border-bottom:1px solid #ffffff;
	}


.blog_title {
	color:#9B6600;
	font-weight:bold;
	}
.blog_title a {
	color:#9B6600;
	font-weight:bold;
	}
.content {
	margin:10px auto 0;
	width:500px;
	}

.content td {
	vertical-align:top;
	}
.blog_content_txt {
	}

.post_date {
	margin-top:50px;
	padding-top:5px;
	width:515px;
	border-top:1px dashed #EEE3B6;
	text-align:center;
	font-size:11px;
	}
.post_date a, .post_date a:link {
	font-size:11px;
	color:#9B6600;
	text-decoration:underline;
	}
.post_date a:visited {
	font-size:11px;
	color:#9B6600;
	text-decoration:underline;
	}
.post_date a:active {
	font-size:11px;
	color:#9B6600;
	text-decoration:underline;
	}
.ngg-galleryoverview img {
	float:left;
	}
.ngg-clear {
	clear:both;
	}	
/*---------------------------------------------------------------------------*/
/* （下層）個々のページの指定                                                */
/*---------------------------------------------------------------------------*/

#page {
	overflow:visible;
	width:545px;
	}
#page p {
	margin:5px 0;
	}
#page img {
	margin:0;
	}
.page_box {
	overflow:visible;
	margin:0;
	}
	
/**和裁士の魅力**/
.attractivepoint01 {
	width:248px;
	height:112px;
	float:left;
	margin:5px 5px 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive02.jpg) top left no-repeat;
	}
.attractivepoint02 {
	width:248px;
	height:112px;
	float:left;
	margin:5px 0 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive03.jpg) top left no-repeat;
	}
.attractivepoint03 {
	width:248px;
	height:95px;
	float:left;
	margin:5px 5px 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive04.jpg) top left no-repeat;
	}
.attractivepoint04 {
	width:248px;
	height:95px;
	float:left;
	margin:5px 0 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive05.jpg) top left no-repeat;
	}
.attractivepoint05 {
	width:248px;
	height:77px;
	float:left;
	margin:5px 5px 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive06.jpg) top left no-repeat;
	}
.attractivepoint06 {
	width:248px;
	height:77px;
	float:left;
	margin:5px 0 5px 0;
	padding:50px 10px 10px;
	background:url(img/page/img_attractive07.jpg) top left no-repeat;
	}/**カリキュラム**/
.curriculum_navi {
	margin:0 0 10px;
	width:540px;
	text-align:center;
	}
.curriculum_navi a {
	padding:0 5px;
	color:#996600;
	text-decoration:underline;
	}
.curriculum_box01 ul,
.curriculum_box02 ul,
.curriculum_box03 ul,
.curriculum_box04 ul,
.curriculum_box05 ul {
	list-style-type:disc;
	padding:33px 0 0 30px;
	font-weight:bold;
	line-height:1.7;
	color:#9B6600;
	}
	
.curriculum_box01 {
	margin:10px 0 20px;
	width:538px;
	height:260px;
	background:url(img/page/img_curriculum01.jpg) top left no-repeat;
	}
.curriculum_box02 {
	margin:10px 0 20px;
	width:538px;
	height:237px;
	background:url(img/page/img_curriculum02.jpg) top left no-repeat;
	}
.curriculum_box03 {
	margin:10px 0 20px;
	width:538px;
	height:237px;
	background:url(img/page/img_curriculum03.jpg) top left no-repeat;
	}
.curriculum_box04 {
	margin:10px 0 20px;
	width:538px;
	height:261px;
	background:url(img/page/img_curriculum04.jpg) top left no-repeat;
	}
.curriculum_box05 {
	margin:10px 0 20px;
	width:538px;
	height:173px;
	background:url(img/page/img_curriculum05.jpg) top left no-repeat;
	}
.curriculum_box06 {
	margin:30px 0 0;
	padding:40px 190px 10px 10px;
	width:338px;
	height:127px;
	background:url(img/page/img_curriculum06.jpg) top left no-repeat;
	}

/**コースと学費**/
table.course {
	margin:5px 0 15px 3px;
	}
table.course th.hidden {
	border:none;
	}
table.course th {
	padding: 0.3em 0.3em;
	text-align:center;
	font-weight:bold;
	}
table.course td {
	padding: 0.3em 0.3em;
	text-align:right;
	}

table.course th.hon {
	width:85px;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	background-color:#FAE5E4;
	}
table.course th.sen {
	width:85px;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	background-color:#EBE7CC;
	}
table.course th.koumoku {
	width:150px;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	background-color:#F7EBD3;
	}
table.course td {
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	}
.course_box {
	margin:20px 0 0;
	padding:40px 190px 10px 10px;
	width:348px;
	height:154px;
	background:url(img/page/img_course04.jpg) top left no-repeat;
	}

/**卒業後の進路・サポート**/
.support_box {
	overflow:visible;
	width:540px;
	margin:0 0 20px;
	padding:0;
	}
.support_box_l {
	float:left;
	width:370px;
	}


/**資格と証書**/
table.competency_list {
	margin:0;
	width: 540px;
}

table.competency_list th {
	text-align:center;
	font-weight:bold;
	padding: 0.3em 0.3em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	}
table.competency_list th.last {
	text-align:center;
	font-weight:bold;
	padding: 0.3em 0.3em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
	}

table.competency_list td {
	padding: 0.3em 0.5em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
}
table.competency_list td.last {
	padding: 0.3em 0.5em;
	border-top:1px solid #CB9A33;
	border-left:1px solid #CB9A33;
	border-right:1px solid #CB9A33;
	border-bottom:1px solid #CB9A33;
}


table.competency_list col.year {
	width:60px;
	text-align:center;
	background:#648692;
}
table.competency_list col.name {
	width:145px;
	text-align:center;
	background:#D4E6F2;
}
table.competency_list col.outline {
	text-align:left;
	background: #ffffff;
}

table.competency_list col.year02 {
	width:60px;
	text-align:center;
	background:#7BA97B;
}
table.competency_list col.name02 {
	width:145px;
	text-align:center;
	background:#D7EFD7;
}
table.competency_list col.outline02 {
	text-align:left;
	background: #ffffff;
}

table.competency_list col.year03 {
	width:60px;
	text-align:center;
	background:#BEC35D;
}
table.competency_list col.name03 {
	width:145px;
	text-align:center;
	background:#E7E9B7;
}
table.competency_list col.outline03 {
	text-align:left;
	background: #ffffff;
}
table.competency_list col.year04 {
	width:60px;
	text-align:center;
	background:#C3815E;
}
table.competency_list col.name04 {
	width:145px;
	text-align:center;
	background:#E9D6B6;
}
table.competency_list col.outline04 {
	text-align:left;
	background: #ffffff;
}

table.competency_list col.year05 {
	width:60px;
	text-align:center;
	background:#A3484F;
}
table.competency_list col.name05 {
	width:145px;
	text-align:center;
	background:#EAC6CA;
}
table.competency_list col.outline05 {
	text-align:left;
	background: #ffffff;
}

/*学院概要・MAP*/
.staff_box {
	overflow:visible;
	width:540px;
	margin:20px 0 0 0;
	}
.staff_box dl {
	overflow:visible;
	margin:5px 0 0 0;
	width:370px;
	font-size:80%;
	line-height:1.4;
	}
.staff_box dd.left {
	width:180px;
	float:left;
	margin:0;
	}
.staff_box dd.right {
	width:180px;
	float:left;
	margin:0 0 0 5px;
	}
.staff_box ul {
	color:#9B6600;
	margin:0 0 0 -15px;
	padding:0 0 0 30px;
	}
.access {
	width:240px;
	padding:8px;
	border:1px solid #CE9800;
	}
	
	
/*着物クリニック*/
.reform_box {
	width:240px;
	margin:10px;
	float:left;
	}

.reform_box ul {
	color:#9B6600;
	margin:0 0 0 -15px;
	padding:0 0 0 30px;
	}
h5.c_blogbox_title {
	width:520px;
	margin:0;
	padding:0 0 7px 0;
	border-bottom:1px dotted #EEE3B6;
	}
.clinic_blogbox {
	overflow:hidden;
	width:518px;
	margin:10px 0;
	padding:10px;
	border:1px solid #EEE3B6;
	background:url(img/page/blog_box_bg.jpg) repeat-y;
	position:relative;
	}	

.c_blog_content {
	overflow:visible;
	width:320px;
	}
.c_blog_img {
	position:absolute;
	top:60px;
	left:346px;
	}
table.clinic_price {
	float:left;
	width:265px;
	margin-top:10px;
	border:1px solid #CD9933;
	}
.clinic_price, x:-moz-read-only {
	margin-left:1px;
	}

table.clinic_price th {
	width:140px;
	padding:0.3em 0.5em;
	text-align:center;
	font-weight:bold;
	background-color:#FCE4E4;
	border-right:1px solid #CD9933;
	border-bottom:1px solid #CD9933;
	}
table.clinic_price td {
	padding:0.3em 0.5em;
	text-align:right;
	border-bottom:1px solid #CD9933;
	}
	

/*無料着付け教室*/
#schooltop {
	overflow:visible;
	width:514px;
	margin:0;
	padding:13px 13px 15px;
	background:url(img/page/img_schooltop_bg.jpg) top left no-repeat;
	position:relative;
	}
#schooltop p {
	margin:0;
	}

p.second {
	width:360px;
	padding-top:10px;
	}
#shoolimg {
	position:absolute;
	top:75px;
	left:385px;
	}
dl.school_dl {
	overflow:visible;
	width:540px;
	}
dl.school_dl dt {
	width:70px;
	float:left;
	clear:both; 
	padding:8px 0 0;
	text-align:right;  
	font-weight:bold;   
	}
dl.school_dl dd {
	width:450px;
	padding:8px 0 0;
	margin-left:80px;
	}
#form_box {
	width:540px;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#F9F4E0;
	}
#form_box2 {
	width:540px;
	margin:10px 0 0 0;
	padding:10px;
	}
	
	
	
/**リンク集**/
#linllist ul {
	margin:0;
	}
#linllist li {
	padding:10px 0;
	}
#sitelist {
	overflow:visible;
	margin:0;
	}
#sitelist ul {
	margin:0;
	padding:0 0 0 10px;
	}
#sitelist ul li {
	padding:4px 0 4px 25px;
	background:url(img/blog_title_icon.gif) no-repeat center left;
	list-style:none;
	}
#sitelist ul li a {
	/zoom:1;
	margin-left:-25px;
	padding:4px 0 4px 45px;
	background:url(img/footer_link_icon2.jpg) no-repeat center left;
	}
.sitelist_box_l {
	float:left;
	width:290px;
	}
.sitelist_box_r {
	float:left;
	width:230px;
	}

