@charset "utf-8";

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197%
*/

* {
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
}
body {
	background: url(none);
	text-align: center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-size: 122%;
	line-height: 130%;
}
h3 {
	margin-bottom: 0.5em;
}
h4 {
	font-size: 107%;
	margin-bottom: 0.5em;
	line-height: 140%;
	color: #FF6600;
}
h5 {
	font-size: 92%;
	margin-bottom: 0.3em;
	line-height: 140%;
}
h6 {

}
p {
	line-height: 150%;
	font-size: 92%;
	margin-bottom: 0.8em;

}
ul,ol,li {
	list-style: none;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

address {
	font-style:normal;
}
hr {
	display: none;

}
img {
	border-style: none;
	vertical-align: bottom;
}
strong {
	color: #FF3399;
}

table {

}
th {
	text-align: left;
}
td {
	text-align: left;
}

#container {
	text-align: left;
	background: url(none);
}
#header {
	height: 80px;
	width: 600px;
	position:relative;
}
#header a {
	color: #666666;
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}

#header .top {
	height: 60px;
	width: 600px;
	background: #FF3399 none;
	padding: 10px;
}
#logo {
	height: 47px;
	width: 121px;
	top: 30px;
	position: absolute;
	left: 10px;
}
* html #logo img  {
	
}
#header .top .navi {
	position: absolute;
	left: 140px;
	top: 52px;
	font-size: 10px;
	color: #FFFFFF;
}

#header .freedial {
	display: none;
}

#headerimg {
	display: none;
}

#mainarea:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainarea {
	display: inline-block;
	width: 600px;
}

/* Hides from IE-mac \*/
* html #mainarea {height: 1%;}
#mainarea{display: block;}
/* End hide from IE-mac */

#main {
	float: right;
	width: 600px;
	padding-top: 10px;
}
#topicpath {
	display: none;
}

#description {
	width: 580px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#description h2 {
	padding-left: 5px;
	border-left: 3px solid #FF6600;
}

#subarea {
	display: none;
}


#footer {
	background: #FFFFFF;
	width: 580px;
	padding: 10px;
}
#footer address {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
}
#footer a {
	color: #000000;
}
#footer h3 {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
}
#footer h3 a {
	text-decoration:none;
}


#mainmenu {
	display: none;
}


#main .navi {
	display: none;
}

.content-nav {
	display: none;
}
.date-header {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	font-size: 77%;
	color: #CCCCCC;
	margin-bottom: 5px;
}


.entry:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.entry {
	display: inline-block;
	width: 580px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* Hides from IE-mac \*/
* html .entry {height: 1%;}
.entry {display: block;}
/* End hide from IE-mac */

.entry h3 {
	font-weight: bold;
	background: url(shared/img/back_entryheading.gif) no-repeat left top;
	color: #000000;
	padding: 8px;
	font-size: 122%;
	line-height: 120%;
}
.entry h3 a, .entry h3 span {
 	color: #000000;
	display: block;
	border-left: 3px solid #FF6600 ;
	padding-left: 5px;
	width: 556px;
	text-decoration: none;
}
.entry h3 a:hover {
 	color: #FFFFFF;
}

.entry img {
	padding:4px;
	border:#CCCCCC solid 1px;
}

.entry .left {
	float:left;
	margin: 0px 10px 10px 0px;
}

.entry .right {
	float:right;
	margin: 0px 0px 10px 10px;
}

/*entryの中のテーブルのデフォルト*/

.entry table {
	border-collapse: collapse;
	width: 580px;
	border-top: 1px solid #CCCCCC ;
	border-left: 1px solid #CCCCCC ;
	margin-bottom: 20px;
}

.entry table caption {
	font-size: 85%;
	font-weight: bold;
	border-top: 1px solid #CCCCCC ;
	border-right: 1px solid #CCCCCC ;
	border-left: 1px solid #CCCCCC ;
	padding-top: 3px;
	padding-bottom: 3px;
}

.entry table th {
	font-size: 85%;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	text-align: center;
	font-weight: bold;
	line-height:150%;
	/*vertical-align: top;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
.entry table td {
	font-size: 85%;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	line-height:150%;
	/*vertical-align: top;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
.entry table .pricedown {
	font-size: 92%;
	color: #FF6600;
	font-weight: bold;
}

.entry ul {
	margin-bottom: 0.8em;
}

.entry li {
	font-size: 92%;
	margin-bottom: 0.5em;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 3px;
	padding-left: 12px;
}

.entry-tags {
	display:none;
}
.entry-footer {
	display: none;
}

.entrymore  {
	clear: both;
}
.entrymore a {
	background: url(shared/img/bullet_pink.gif) no-repeat 0px 4px;
	display: block;
	padding-left: 14px;
}

.trackbacks:after, .comments:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.trackbacks, .comments {
	display: inline-block;
	width: 580px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* Hides from IE-mac \*/
* html .trackbacks, * html .comments {height: 1%;}
.trackbacks, .comments {display: block;}
/* End hide from IE-mac */

.trackbacks h3, #comments h3 {
	font-size: 92%;
	padding-left: 5px;
	border-left: 3px solid #FF6600;
}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*==============================================================================
home
================================================================================*/
#home #header {
	height: 80px;
	width: 600px;
}
#home #headerimg {
	display: none;
}

#genius:after,#reason:after,#newslist:after,#contentslist:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#genius,#reason,#newslist,#contentslist {
	display: inline-block;
	width: 580px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/* Hides from IE-mac \*/
* html #genius,* html #reason,* html #newslist,* html #contentslist {height: 1%;}
#genius,#reason,#newslist,#contentslist {display: block;}
/* End hide from IE-mac */

#home #main h3 {
	margin-bottom: 0.5em;

}
#home #main h4 {
	margin-bottom: 0.5em;

}
#reason .banner {
	float: left;
	padding-right: 3px;
}

#newslist li {
	font-size: 92%;
	margin-bottom: 0.5em;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 3px;
	padding-left: 12px;
}

#contentslist dl {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#contentslist dt {
	height: 60px;
	width: 180px;
	margin-bottom: 5px;
}
#contentslist dd {
	font-size: 92%;
	line-height: 140%;
}

/*==============================================================================
news
================================================================================*/
#news #mainmenu .news a {
	background: url(shared/img/mainmenu_news.gif) left bottom;
}

/*==============================================================================
curriculum
================================================================================*/
#curriculum #mainmenu .curriculum a {
	background: url(shared/img/mainmenu_curriculum.gif) left bottom;
}
table.schedule {
	border-collapse: collapse;
	width: 580px;
	border-top: 1px solid #CCCCCC ;
	border-left: 1px solid #CCCCCC ;
	margin-bottom: 20px;
}

table.schedule th {
	width: 16%;
	font-size: 85%;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	text-align: center;
	font-weight: bold;
	line-height:150%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.schedule td {
	font-size: 85%;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	text-align: center;
	line-height:150%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*==============================================================================
point
================================================================================*/
#point #mainmenu .point a {
	background: url(shared/img/mainmenu_point.gif) left bottom;
}

/*==============================================================================
system
================================================================================*/
#system #mainmenu .system a {
	background: url(shared/img/mainmenu_system.gif) left bottom;
}
table.price {
	border-collapse: collapse;
	border: none ;
	width: 580px;
	margin-bottom: 20px;
}
table.price caption {
	color: #FF3399;
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 107%;
	border-top: none ;
	border-right: none ;
	border-bottom: 1px solid #CCCCCC ;
	border-left: none ;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.price th {
	font-size: 92%;
	text-align: left;
	border-top: none ;
	border-right: none ;
	border-bottom: 1px solid #CCCCCC ;
	border-left: none ;
	width: 120px;
	font-weight: bold;
	line-height:150%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.price td {
	font-size: 92%;
	border-top: none ;
	border-right: none ;
	border-bottom: 1px solid #CCCCCC ;
	border-left: none ;
	line-height:150%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.notax {
	font-size: 150%;
	color: #FF6600;
	font-weight: bold;
}

table.pricepattern {
	border-collapse: collapse;
	width: 580px;
	border-top: 1px solid #CCCCCC ;
	border-left: 1px solid #CCCCCC ;
	margin-bottom: 20px;
}

table.pricepattern caption {
	font-size: 85%;
	font-weight: bold;
	border-top: 1px solid #CCCCCC ;
	border-right: 1px solid #CCCCCC ;
	border-left: 1px solid #CCCCCC ;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.pricepattern th {
	font-size: 85%;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	text-align: center;
	font-weight: bold;
	line-height:150%;
	/*vertical-align: top;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
table.pricepattern td {
	font-size: 85%;
	border-right: 1px solid #CCCCCC ;
	border-bottom: 1px solid #CCCCCC ;
	text-align: center;
	line-height:150%;
	/*vertical-align: top;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
table.pricepattern td.pricedown {
	font-size: 92%;
	color: #FF6600;
	font-weight: bold;
}

/*==============================================================================
staff
================================================================================*/
#staff #mainmenu .staff a {
	background: url(shared/img/mainmenu_staff.gif) left bottom;
}

/*==============================================================================
faq
================================================================================*/
#faq #mainmenu .faq a {
	background: url(shared/img/mainmenu_faq.gif) left bottom;
}

/*==============================================================================
inquiry
================================================================================*/
#inquiry #mainmenu .inquiry a {
	background: url(shared/img/mainmenu_inquiry.gif) left bottom;
}

.inquiryform {
	width: 580px;
	margin-bottom: 0.5em;
}
.inquiryform dt {
	width:150px;
	float: left;
	font-size: 92%;
	font-weight: bold;
	line-height: 150%;
	border-top: 3px solid #FF6600;
	padding-top: 2px;
}
.inquiryform dd {
	margin-left: 150px;
	margin-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-left: 3px;
}

/*==============================================================================
diary
================================================================================*/
#diary #mainmenu .diary a {
	background: url(shared/img/mainmenu_diary.gif) left bottom;
}

/*==============================================================================
link
================================================================================*/
#link #mainmenu .link a {
	background: url(shared/img/mainmenu_link.gif) left bottom;
}
#link .entry-body p {
	border-left:3px solid #FF6600;
	padding-left: 5px;
}

/*==============================================================================
archives
================================================================================*/

#archives .entry li {
	font-size: 92%;
	margin-bottom: 0.5em;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 3px;
	padding-left: 12px;
}

/*==============================================================================
company
================================================================================*/

dl.companyprofile {
	width: 580px;
	margin-bottom: 10px;
}

dl.companyprofile dt {
	font-size: 92%;
	width: 80px;
	font-weight: bold;
	line-height: 150%;
	float: left;

}

dl.companyprofile dd {
	font-size: 92%;
	margin-left: 80px;
	line-height: 150%;
	margin-bottom: 5px;
	border-left: 3px solid #FF6600;
	padding-left: 3px;
}
dl.companyprofile li {
	line-height: 150%;
	font-size: 100%;
	background: url(shared/img/bullet_pink.gif) no-repeat 3px 4px;
	padding-left: 16px;
}
.gmap {
	border: 1px solid #CCCCCC;
}

/*==============================================================================
privacy
================================================================================*/

.privacylist li {
	font-size: 92%;
	line-height: 150%;
	margin-bottom: 0.5em;
	background: url(shared/img/bullet_pink.gif) no-repeat 0px 3px;
	padding-left: 12px;
}
