@charset "shift_jis";


/* Base
----------------------------------------------- */
body {
  margin: 0;
  padding: 0;
	font-family: Verdana,"‚l‚r ‚oƒSƒVƒbƒN",Osaka;
	line-height: 1em;
  color: #323232;
}
h1,h2,h3,h4,h5,p,form,dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
  color: #0050a0;
	text-decoration: underline;
}
a:hover {
  color: #64b4ff;
}
img {
	border: 0;
}


/* nav
----------------------------------------------- */
.here {
	color: #ff6432;
	font-weight: bold;
}


/* contents
----------------------------------------------- */
#contents {
	padding: 10px 0 20px;
	border-bottom: 2px solid #bec8c8;
	background: #fff;
}
#contents .column1 {
	background: #e6f0f0 url(images/contents_fm_md_c1.gif) repeat-y;
}
#contents .column2 {
	background: #e6f0f0 url(images/contents_fm_md_c2.gif) repeat-y;
}
th,td {
	font-size: 10pt;
	line-height: 1.2em;
}
p {
	margin: 8px 0 0;
	line-height: 1.4em;
}
small {
	display: block;
	margin: 5px 0 0;
	font-size: 7.5pt;
	line-height: 1.4em;
}
big {
	display: block;
	margin: 5px 0 0;
	font-size: 12pt;
	line-height: 1.4em;
}
.contactBg {
	padding: 0 10px 0 0;
	background: #e6f0f0 url(images/footer_contact_bg.gif) no-repeat;
}


/* background
----------------------------------------------- */
#home {	background: #e6f0f0 url(images/background01.gif) repeat-x; }
#beginner,#easylicense,#comboplan,#skyblog {	background: #e6f0f0 url(images/background02.gif) repeat-x; }
#qa,#company,#staff,#access,#contact {	background: #e6f0f0 url(images/background03.gif) repeat-x; }


/* thema image
----------------------------------------------- */
#beginner .themaImage {	background: url(../beginner/images/titlebg.jpg) no-repeat; }
#easylicense .themaImage {	background: url(../easylicense/images/titlebg.jpg) no-repeat; }
#comboplan .themaImage {	background: url(../comboplan/images/titlebg.jpg) no-repeat; }
#skyblog .themaImage {	background: url(../skyblog/images/titlebg.jpg) no-repeat; }


/* line
----------------------------------------------- */
.topBorder {
	margin: 20px 0 0;
	border-top: 1px solid #c8c8c8;
}
.bottomBorder {
	border-bottom: 1px solid #c8c8c8;
}


/* color
----------------------------------------------- */
.color_Orange {	color: #ff6432; }
.color_Brown {	color: #b46432; }
.color_Scarlet {	color: #c83232; }
.color_Green {	color: #1e6450; }
.bgColor_Brownish {	background: #ffebc8; }
.bgColor_Grayish {	background: #f0f0f0; }


/* plane table
----------------------------------------------- */
#contents .planeTable {
	margin: 0 0 15px;
	width: 451px;
	border: 1px solid #c8c8c8;
	border-collapse: collapse;
}
#contents .planeTable th {
	padding: 5px 10px;
	width: 90px;
	color: #645a50;
	font-size: 9pt;
	text-align: left;
	background: #f0e6dc;
	border-bottom: 1px solid #dcd2c8;
}
#contents .planeTable td {
	padding: 5px 10px;
	width: 361px;
	border-bottom: 1px dotted #dcd2c8;
}


/* spec table
----------------------------------------------- */
#contents .specTable {
	margin: 10px 0 0;
	width: 100%;
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
}
#contents .specTable th {
	padding: 4px 0 4px 10px;
	color: #b46432;
	font-size: 7.5pt;
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	border-bottom: 1px solid #dcdcdc;
}
#contents .specTable td {
	padding: 4px 10px;
	font-size: 7.5pt;
	border-bottom: 1px solid #dcdcdc;
}


/* topics
----------------------------------------------- */
#contents .log {
	margin: 20px 0 10px;
	padding: 10px 0 0;
	border-top: 3px solid #dcdcdc;
}
#contents .log p {
	margin: 10px 0 0;
	padding: 0;
}
#contents .log h2 {
	margin: 15px 0 5px;
	padding: 0 0 0 15px;
	color: #006432;
	font-size: 12pt;
	background: url(images/ic01.gif) no-repeat center left;
}


/* calendar
----------------------------------------------- */
#contents .calendar {
	margin: 15px 0 0;
	width: 188px;
	font-size: 80%;
	empty-cells: show;
}
#contents .calendar caption {
	padding: 3px;
	color: #fff;
	font-weight: bold;
	background: #b46400;
}
#contents .calendar th,#contents .calendar td {
	padding: 3px;
	text-align: center;
	border: 1px solid #e6e6e6;
}
#contents .calendar .a {
	background: #ffb4b4;
}
#contents .calendar .b {
	background: #ffc864;
}


/* contact form
----------------------------------------------- */
#contents .err {
	margin: 15px 0 0;
	padding: 15px 0 0;
	color: #ff6432;
	font-size: 90%;
	border-top: 1px solid #c8c8c8;
}
#contents .err li {
	margin: 5px 0 0;
}
#course,#yy,#mm,#dd,#member,#note,#name,#kana,#tel,#zip,#pref,#add,#email,#move {
	width: 100%;
	height: 20px;
	border: 1px solid #c8c8c8;
	background: #fff;
}
#yy,#mm,#dd,#member {
	margin: 0 5px 0 0;
	width: 65px;
}
#note {
	height: 150px;
}
#zip,#pref {
	width: 150px;
}
#yy,#mm,#dd,#member,#tel,#zip,#email {
	ime-mode: disabled;
}
#name,#kana,#tel,#email {
	background: #fff0c8;
}


/* access
----------------------------------------------- */
.root {
	margin: 15px 0 0;
	padding: 0 0 0 25px;
}
.root li {
	margin: 5px 0 0;
	list-style-type: decimal;
}




















