@charset "UTF-8";

/*---------------------------
- Title: Core style
- Base: Vega
- Author: http://vicuna.jp/

- Theme name: 
- Modified by: YOUR NAME
- Last modify: 2009.0411
- Licence: MIT Licence
---------------------------*/

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
 http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*========================================

  Elements

========================================*/

body {
	color: #222222;
	background-image: url('http://stage-m.com/wp-content/uploads/2010/04/bg01.jpg');
	background-repeat: repeat;
}

img {
	border: 0;
}

/* Link
---------------*/

a:link {
	color: #fb0c65;
}

a:visited {
	color: #a9a9a9;
}

a:hover {
	color: #fb5794;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #fb5794;
}

/* Text
---------------*/

h1 {
	margin: 0;
	padding: 15px 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 1.5;
	font-size: 167%;
	color: #333;
	background-color: #f5f5f5;
}

body.mainIndex h1 {
	display: none;
}

h2 {
	margin: 1em 0;
	font-size: 116%;
}

h3 {
	margin-top: 2em;
	padding-bottom: 0.4em;
	border-bottom: 4px solid #eee;
	font-size: 116%;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #ddd;
	color: #444;
}

pre {
	padding: 10px 20px;
	border-left: 6px solid #ddd;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	font-weight: bold;
	font-style: normal;
}

/*strong {
	color: #ae0846;
}*

/* List
---------------*/

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #01b0f0;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	width:  580px;
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

/*========================================

  div#header

========================================*/

div#header {
	padding: 1px 0;
	background-color: #fff;
}

/* Website Title
---------------*/

div#header p.siteName {
	margin: 25px 30px 10px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header p.siteName a {
	text-decoration: none;
	color: #417698;
}

div#header p.siteName a:hover {
	color: #000;
}

div#header p.description {
	margin: 0 30px 25px;
	font-size: 92%;
}

/* ul#globalNavi
---------------*/

ul#globalNavi {
	margin: 0 0 -1px 0;
	padding: 0;
	line-height: 1;
	background-color: #fff;
	list-style-type: none;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	/*
	width: 110px;
	*/
	text-align: center;
}

ul#globalNavi li a {
	border-right: 1px solid #fb0c65;
	border-bottom: 1px solid #fb0c65;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #fb0c65;
	background-color: #fff;
	text-decoration: none;
}

ul#globalNavi li a:hover,
ul#globalNavi li.current a {
	color: #FB0C65;
	background-color: #FFEEF4;
}

/*========================================

  div#content

========================================*/

div#content {
	padding-bottom: 1px;
	border-top: 1px solid #eee;
	background-color: #fff;
}

p.topicPath {
	margin: 0 30px 10px;
	padding-top: 8px;
	line-height: 1.6;
}

p.topicPath a {
	text-decoration: none;
}

p.topicPath span.current {
	padding: 1px 10px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #f5f5f5;
}

/*=========================
 > div#main
=========================*/

/* > div.entry
---------------*/

div.entry {
	margin: 1em 30px;
	padding: 1px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
}

/* body.archives */

body.archives div.entry {
	margin-top: 0;
}

/* Entry Title
---------------*/

div.entry h2 {
	margin-bottom: 0;
	padding: 0.3em 10px;
	border-left: 5px solid #ae0846;
	background-color: #ffeef4;
}

div.entry h2 a {
	text-decoration: none;
}

div.entry h2 a:link {
	color: #333333;
}

div.entry h2 a:visited {
	color: #444;
}

div.entry h2 a:hover {
	color: #2091da;
	text-decoration: underline;
}

/* ul.info
---------------*/

div.entry ul.info {
	margin: 0 0 1em 0;
	padding: 0.3em 0;
	border-left: 5px solid #ae0846;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	background-color: #fff;
}

div.entry ul.info li {
	margin: 0.3em 0;
	padding: 0 15px;
	border-right: 1px solid #eee;
	color: #444;
	float: left;
	font-size: 85%;
}

div.entry ul.info li a {
	text-decoration: none;
}

/* indexの新着情報用
---------------*/
div.entry ul.topinfo {
	margin: 0 0 1em 0;
	padding: 0;
	border-left: 5px solid #ae0846;
	list-style-type: none;
}

div.entry ul.topinfo li {
	margin: 0.3em 0;
	padding: 0 15px;
	border-right: 1px solid #eee;
	color: #444;
	float: left;
}

div.entry ul.topinfo li a {
	text-decoration: none;
}

/*body.individual ul.info */

body.individual div.entry ul.info,
body.archives div.entry ul.info {
	margin: 0 -30px 1.5em;
	padding: 0.3em 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
	top: -1px;
	background-color: #eee;
}

body.individual div.entry ul.info li,
body.archives div.entry ul.info li{
	border-right: none;
	border-left: 1px solid #ccc;
}

/* Text Style
---------------*/

div.textBody {
	line-height: 1.7;
}

div.textBody h2 {
	margin-top: 2em;
}

div.textBody dl {
	padding: 0.5em 20px;
	border: 1px dotted #ddd;
}

div.textBody dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #0066CC;
}

div.textBody dd {
	margin: 0.5em 0;
}

/* ul.reaction
---------------*/

div.entry ul.reaction {
	margin: 1em 0;
	border-top: 1px solid #eee;
	list-style-type: none;
}

div.entry ul.reaction li {
	margin: 0 10px 0 0;
	padding: 5px 10px 0 0;
	border-right: 1px solid #eee;
	float: left;
}

/* page navi
---------------*/

p.archives {
	margin: 1em 30px;
}

p.return {
	margin: 0 30px;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}

/* Newer | Older */

ul#flip1 {
	margin: 0 0 0 30px;
	list-style-type: none;
	position: relative;
	top: 1px;
}

ul#flip1 li {
	float: left;
	width: 60px;
	font-size: 92%;
	text-align: center;
	line-height: 1;
}

ul#flip1 li a {
	margin-right: 2px;
	padding: 4px 0 3px;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: none;
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #f5f5f5;
}

ul#flip1 li a:hover {
	color: #333;
	background-color: #fff;
}

ul#flip2 {
	margin: 1em 0;
	padding: 0.8em 15px;
	border: 1px solid #eee;
	list-style-position: inside;
}

/*=========================
  div#Comments, 
  div#Trackbacks
=========================*/

div#comments,
div#trackback {
	margin: 2em 0;
	_height: 1px; /* for IE6 */
}

div#comments h2,
div#trackback h2 {
	padding: 0.3em 15px;
	font-size: 116%;
	color: #fff;
	background-color: #999;
}

div#comments dl.log dt,
div#trackback dl.log dt {
	margin: 0.8em 0 0;
	font-weight: bold;
}

div#comments dl.log dt span.name,
div#trackback dl.log dt span.name {
	color: #2091da;
}

div#comments dl.log dt span.date,
div#trackback dl.log dt span.date {
	margin-left: 10px;
	color: #666;
	font-weight: normal;
}

div#comments dl.log dd,
div#trackback dl.log dd {
	margin: 0;
	padding: 0.8em 0 1em;
	border-bottom: 1px dotted #ddd;
}

div#comments dl.log dd p,
div#trackback dl.log dd p {
	margin: 0;
}

/* Comment form
---------------*/

form.post dl {
	margin: 0.5em 20px;
}

form.post p {
	margin: 1em 20px;
}

form.post dl dt {
	margin: 0.5em 0;
}

form.post dl dd {
	margin: 0;
}

form.post div.action {
	margin: 0.5em 20px 1em;
}

form.post div.action input {
	margin: 0 5px 0 0;
}

form.post textarea {
	width: 80%;
	max-width: 85%;
}

/* Trackback info
---------------*/

div#trackback dl.info {
	padding: 0.8em 15px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

div#trackback dl.info dd {
	margin: 0.3em 20px;
}

div#trackback dl.info dd.URL {
	margin: 0.5em 0;
	padding: 0.5em 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	color: #01b0f0;
}

/*=========================
  div#utilities
=========================*/

div#utilities p {
	margin: 0.2em 10px;
}

div#utilities dl {
	margin: 5px 0;
	padding-bottom: 5px;
}

div#utilities dl dt {
	margin: 5px 5px;
	padding: 4px 10px;
	color: #fff;
	background-color: #ae0846;
}

div#utilities dl.others dt {
	background-color: #aaa;
}

div#utilities dl dd {
	margin: 0 5px;
	padding: 1px 0;
	background-color: #f5f5f5;
}

div#utilities dl dd ul {
	margin: 5px 10px 5px 25px;
}

div#utilities dl dd ul li {
	margin: 0.5em 0;
}

div#utilities dl dd ul li a {
	text-decoration: none;
}

/* Feeds
---------------*/

div#utilities dl dd ul.feed {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
}

div#utilities dl dd ul.feed li {
	margin-left: 0;
}

div#utilities dl dd ul.feed li a {
	padding-left: 20px;
	background: url(images/icon/icon_feed.gif) no-repeat;
}

/* div#utilities dl dd >  
---------------*/

div#utilities dl dd ul ul {
	margin-left: 15px;
}

div#utilities dl dd dl dt {
	background-color: #ddd!important;
}

div#utilities dl dd form {
	margin: 0;
	padding: 1px 5px;
	border: none;
}

div#utilities dl dd form legend {
	display: none;
}

div#utilities dl dd form input.inputField {
	width: 45%;
}

div#utilities dl dd form input.submit {
	padding: 0.2em 2px;
	font-size: 10px;
}

/*========================================

  div#footer

========================================*/

div#footer {
	text-align: center;
	margin: 10px;
	width: 900px;
	background-color: #fb0c65;
}

div#footer .main {
	color: #fff;
	text-align: center;
	padding: 10px;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
}

div#footer ul {
	margin: 0.7em 0;
	text-align: right;
	color: #ddd;
	font-size: 85%;
}

div#footer ul li {
	margin-left: 5px;
	display: inline;
}

div#footer address {
	font-style: normal;
	color: #eee;
}

/*========================================

  Class

========================================*/

/* Headline
---------------*/

dl.headline {
	margin: 0.5em 0;
}

dl.headline dt span.date {
	font-size: 85%;
}

dl.headline dd {
	margin: 0.5em 0 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 3px solid #eee;
}

dl.headline dd ul {
	margin: 0;
	list-style-type: none;
}

dl.headline dd ul li {
	margin: 0.3em 5px 0.3em 0;
	display: inline;
	font-size: 92%;
}

dl.headline dd ul li.textBody {
	display: block;
	font-size: 100%;
}

/* ul.thumb
---------------*/

ul.thumb,
div#utilities ul.thumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	overflow: hidden;
	font-size: 0;
}

ul.thumb li a img {
	border: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.thumb li a:hover img {
	border-bottom: 1px solid #01b0f0;
}

/* Tag cloud
---------------*/

ul.tagCloud {
	margin: 1em 0;
	line-height: 1;
	_height: 1px; /* for IE6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#utilities dl dd ul.tagCloud {
	margin: 0.2em 10px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%;
}

ul.tagCloud li a {
	text-decoration: none;
}

/* Tag level 1 > 6 */

ul.tagCloud li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #3e5b71;
}

ul.tagCloud li.level2 a {
	font-size: 136%;
	font-weight: bold;
	color: #668eac;
}

ul.tagCloud li.level3 a {
	font-size: 122%;
	font-weight: bold;
	color: #668eac;
}

ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #87a6be;
}

ul.tagCloud li.level5 a {
	font-size: 92%;
	color: #a7becf;
}

ul.tagCloud li.level6 a {
	font-size: 77%;
	color: #c7d5e0;
}

/* On Mouse */
ul.tagCloud li a:hover {
	color: #000;
}

/* Calendar
---------------*/

table.calendar {
	margin: 0 auto 5px;
	width: 95%;
}

table.calendar th,
table.calendar td {
	padding: 0;
	line-height: 1.8;
	font-size: 85%;
	text-align: center;
}

table.calendar th {
	line-height: 2;
	font-weight: normal;
}

table.calendar th.sat {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar th.sun {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar td {
	color: #888;
	padding: 0;
	width: 14%;
}

table.calendar td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2799d1;
}

table.calendar td a:visited {
	color: #333;
	background-color: #eee;
}

table.calendar td a:hover {
	border-color: #84dafe;
	color: #fff;
	background-color: #2799d1;
}

/* Clearfix
---------------*/

ul#globalNavi,
div#content,
div.entry ul.info,
div.entry div.textBody,
ul.reaction,
ul.thumb,
ul.flip,
body.multi2 div#utilities,
body.multi2-l div#utilities {
	_height: 1px;
	min-height: 1px;
	/*ﾂ･*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#globalNavi:after,
div#content:after,
div.entry ul.info:after,
div.entry div.textBody:after,
div.entry ul.reaction:after,
ul.thumb:after,
ul.flip:after,
body.multi2 div#utilities:after,
body.multi2-l div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

/* IE6 - なにがあってもカラム落ちを防ぐ
---------------*/

div#main,
div#utilities dl.navi,
div#utilities dl.others {
	_overflow: hidden;
}

/*========================================

  custom

========================================*/

/* indexmain */

#indexmain {
	margin: 0 1em;
	float: left;
	line-height: 1.5;

}

div#indexmain p {
	margin-top:30px;
}

div#indexmain h2 {
	font-size: 150%;
	color: #990033;
	font-weight: bold;
	padding: 1em 15px;
	border-bottom-color: #990033;
	border-bottom-style: double;
	background-color: #FFEEF4;
}

/* 新着情報タイトル */

.news {
	font-size: 116%;
	color:#ae0846;
	margin-top: 5px;
	padding: 0.2em 15px;
}

/* 本の紹介 */

div#book {
	width:580px;
	height:330px;
	background: url("http://stage-m.com/wp-content/uploads/2010/06/img_bg_book.gif") 0 0 no-repeat;

}

div#book .txt {
	font-size:12px;
	line-height: 1.5em;
	margin: 0 0 25px 190px;
	padding-top: 88px;
	position: absolute;
	width: 380px;
}

/* wiget banner */

div#wiget_ban {
	list-style-type: none;
	background-color: #FFFFFF;
}

div#wiget_ban a:hover{
	position: relative;
	top: 1px;
}

/* 強調 */
.b_uline {
	font-size: 120%;
	text-decoration: underline;
}

.b_red {
	color: #ae0846;
}

/* 枠 */
.square ul {
	margin: 10px;
	padding: 10px;
	border-color: #990033;
	border-style: solid;
	list-style: decimal inside;
}

.goukaku {
	margin: 10px;
	padding: 10px;
	border-color: #990033;
	border-style: solid;
	background-color: #ffeef4;
	text-align: center;
}

.jisseki{
	font-size: 150%;
	color: #990033;
	font-weight: bold;
}

/* テーブル */
.ta01 table{
	padding: 10;
	border-style: 0;
}

.ta01 th{
	vertical-align: top;
	width: 100px;
	font-weight: bold;
}

/* リスト */
.li01 ul {
	margin-top: 15px;
	margin-left: 3em;
	list-style-type: none;
	width: 450px;
}

.li01 li {
	margin-top:20px;
	list-style-type: none;
	border-bottom:1px dotted #999999;
}


/* 問い合わせ */
.toi {
	text-align: center;
	margin-top: 50px;
}

/* 合格者の声 */
.voice {
	padding: 20px;
	border-width: 3px;
	border-color: #FFEEF4;
	border-style: solid;
}

.voice .title{
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #FB5794;
}

.voice .txt {
	background-image: url("http://stage-m.com/wp-content/uploads/2010/04/graydush.gif");
	line-height: 25px;
	margin: 0;
	padding: 0;
}

/* TopLink */
.toplink {
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #fb0c65;
	background-color: #FFEEF4;
}

.toplink a {
	text-decoration: none;
}

/* 問い合わせフォーム */
div#entry p{
	margin: 20px;
}

/* 上部ナビゲーション */
#headerList {
	width: 850px;
	position: relative;
	top: -5px;
	margin: 0;
	padding: 0;
}

ul#headerList li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}  

ul#headerList li a {   
    display: block;   
    text-decoration: none;   
    text-indent: -9999px;   
    width: 106px;   
    height: 40px;   
}   

ul#headerList li.home a {   
    background: url(http://stage-m.com/images/btn_navi_01.gif) right top no-repeat;   
}   

ul#headerList li.menu01 a {
			background: url(http://stage-m.com/images/btn_navi_02.gif) right top no-repeat;
		}
		
ul#headerList li.menu02 a {
			background: url(http://stage-m.com/images/btn_navi_03.gif) right top no-repeat;
		}		
 
ul#headerList li.menu03 a {
			background: url(http://stage-m.com/images/btn_navi_04.gif) right top no-repeat;
		}		

ul#headerList li.menu04 a {
			background: url(http://stage-m.com/images/btn_navi_05.gif) right top no-repeat;
		}		

ul#headerList li.menu05 a {
			background: url(http://stage-m.com/images/btn_navi_06.gif) right top no-repeat;
		}		

ul#headerList li.menu06 a {
			background: url(http://stage-m.com/images/btn_navi_07.gif) right top no-repeat;
		}		

ul#headerList li.menu07 a {
			background: url(http://stage-m.com/images/btn_navi_13.gif) right top no-repeat;
		}		

ul#headerList li.menu08 a {
			background: url(http://stage-m.com/images/btn_navi_08.gif) right top no-repeat;
		}		

ul#headerList li.menu09 a {
			background: url(http://stage-m.com/images/btn_navi_09.gif) right top no-repeat;
		}		

ul#headerList li.menu10 a {
			background: url(http://stage-m.com/images/btn_navi_10.gif) right top no-repeat;
		}		

ul#headerList li.menu11 a {
			background: url(http://stage-m.com/images/btn_navi_11.gif) right top no-repeat;
		}		

ul#headerList li.menu12 a {
			background: url(http://stage-m.com/images/btn_navi_12.gif) right top no-repeat;
		}		

ul#headerList li a:hover {   
    background-position: left top;   
}  

ul#headerList li.current a {
    background-position: left top;   
}