
*{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: メイリオ, Meiryo, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS Pゴシック", sans-serif;
	line-height: 150%;
	list-style: none;
}
form input{
	line-height:110%;
}
a ,a:visited ,a:link ,a:active{
	color : #192666;
}
a:hover {
	color:#FF6600;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
ul li{
	margin-bottom:5px;
}
div {
	display : block;
	border : 0;
	margin : 0;
	padding : 0;
}

h1, h2, h3, h4, h5 {
	border : 0;
	margin : 0;
	padding : 0;
	font-weight : normal;
	font-style : normal;
}

a, img, span {
	border : 0;
	margin : 0;
	padding : 0;
}

.img-in-txt{
	margin-left:2px;
	margin-right:3px;
	margin-top:2px;
	margin-bottom:2px;
	
}

.title-header1{
	float:left;
	width: 520px;
	color: #336600;
	font-size: 12px;
	font-weight:normal;
	background:url(../images/title.gif) repeat-x;
	border-left: 5px solid #33CC33;
	border-bottom: 1px dotted #330033;
	padding: 3px 0px 3px 10px;
}
.title-header2{
	float:left;
	width: 250px;
	color: #336600;
	font-size: 12px;
	font-weight:normal;
	background:url(../images/title.gif) repeat-x;
	border-left: 5px solid #33CC33;
	border-bottom: 1px dotted #330033;
	padding: 3px 0px 3px 10px;
}
.title-header3{
	float:left;
	width: 800px;
	color: #336600;
	font-size: 12px;
	font-weight:normal;
	background:url(../images/title.gif) repeat-x;
	border-left: 5px solid #33CC33;
	border-bottom: 1px dotted #330033;
	padding: 3px 0px 3px 10px;
}
.sub-title{
	font-size:14px;
	color:#080;
	font-weight:bold;
	margin-left:5px;
}
.text-box,#text-box{
	text-align: left;
	width: 800px;
	line-height: 180%; 
	font-size: 13px;
	color:#333333;
	padding: 10px ;
	margin: 5px 5px 10px 15px;
	background:url(../images/line3.gif) repeat-y;
}
.text-box1{
	clear:both;
	text-align: left;
	line-height: 180%; 
	font-size: 13px;
	color:#333333;
	margin: 15px 5px 10px 15px;
}
.style-impact{
	color:#039;
	font-weight:bold;
}
.inpact{
	font-size:14px;
	color:#039;
	line-height:250%;
}
.r_float{
	float:right;
}
.l_float{
	float:left;
}
.clear{
	clear:both;
}
.big{
	font-size:18px;
	font-weight:bold;
}
dl dd{
	margin-left:35px;
}
.center{
	text-align: center;

}
/**list-style**/
.list-sq{
	list-style-type:square;
}
/* -------------------------------------------------------------------------------------------------------- */

#wrapper {
	width:955px;
	margin:0 auto ;
	border-right: solid #CCC 1px;
	border-left: solid #CCC 1px;
}

/* Header */
#header {
	position:relative;
	width:955px;
	margin:0;
	padding:0;
	color:#FFF;
	line-height : normal;

}

/* Header - logo */
#header .l-item {
	margin: 10px 0 10px 15px;
	float: left;
}
#header .r-item {
	margin:20px 10px 0 0;
	float: right;
}
#header #under{
	background: #333;
	clear: both;
	height:17px;
	width:100%;
	border:solid #999 1px;
	margin-bottom:10px;
}
#under h1{
	font-size:12px;
	float:left;
	margin: 0 0 1px 10px;
	padding:0;
}
#under ul{
	float:right;
	list-style-type:none;
}
#under ul li{
	float:left;
	font-size:12px;
}
#under ul li a ,#under ul li a:visited ,#under ul li a:link ,#under ul li a:active{
	color:#FFF;
	text-decoration:none;
}
#under ul li a:hover {
	color:#FF6600;
}

/* Main menu (tabs) */
ul#pulldown-menu{
	margin:3px auto 0 85px;
	font-weight:bold;
}

ul#pulldown-menu a {
        color: #FFFFFF;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited ,
ul#pulldown-menu a:active
 {
        background: url(../images/menu.gif) no-repeat;
        color:#FFF;
}
ul#pulldown-menu a:hover{
        background: url(../images/menu2.gif) no-repeat;
	color:#000;
}

ul#pulldown-menu li {
        float: left;
        position: relative;
        margin: 0 ;
        width: 130px;
        height: 20px;
        line-height: normal;
}
ul#pulldown-menu li a {
        display: block;
        width: 130px;
        height: 20px;
        text-align: center;
}


ul#pulldown-menu li div#menu{
        color: #FFFFFF;
        text-decoration: none;
        background: url(../images/menu.gif) no-repeat;
        color:#FFF;
        display: block;
        width: 130px;
        height: 20px;
        text-align: center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
}
.box{
	clear:both;
	height:3px;
	margin:0;
	padding:0;
}
#pbs-top-img{
	background: #333;
	padding: 10px;
	margin:0;
}
/*************コンテンツ（大枠）************/
#contents{
	clear:both;
	width: 950px;
	padding:0;
	margin:0 auto;
}
/*************２カラム用**************/
#main{
	float:left;
	width:550px;
	margin: 0;
	padding: 10px 25px;
}
#sub{
	float:right;
	width:300px;
	margin:0;
	padding: 10px 25px;
	
}
#sub ul{
	font-weight: bold;
	display:block;
	margin-left:20px;
}
/*INDEX用*/
.half_box{
	width:260px;
	height:160px;
        margin:5px 5px;
	float:left;
}
.half_box #half_record{
	width:250px;
	height:150px;
	margin:0;
	padding:0;
	background:#F6F6F6 url(../images/record.gif);
	position:relative;
}
.half_box #half_sys{
	width:250px;
	height:150px;
	margin:0;
	padding:0;
	background:#F6F6F6 url(../images/sys.gif);
	position:relative;
}
.half_box #half_cur{
	width:250px;
	height:150px;
	margin:0;
	padding:0;
	background:#F6F6F6 url(../images/cur.gif);
	position:relative;
}
.half_box #half_coa{
	width:250px;
	height:150px;
	margin:0;
	padding:0;
	background:#F6F6F6 url(../images/coa.gif);
	position:relative;
}
.go_to_p_bttn{
	position:relative;
	top:8px;
	left:170px;
}
.half_text{
	margin:10px auto 0 auto;
	width:240px;
}
.half_a{
	position:absolute;
	top:125px;
	left:165px;
}
/*********１から無用****************/
#main2{
	width:900px;
	margin: 10px auto;
}
/**********FAQ*******************/
#faq_menu ul li{
	float:left;
	padding:5px;
	font-size:15px;
	margin-left:20px;
}
.faq{
	width:650px;
	border:solid #999 2px;
	margin: 10px auto;
	padding: 3px ;
	font-size:14px;
}
.faq .f_q{
	margin:0;
	color:#360;
	width:644px;
	border-bottom:dotted #303 1px;
}
.faq .f_a{
	margin:0;
	width:644px;
}
.to_top{
	margin-left:30px;
}
#text-box p,#text-box dd{
	text-indent:1em;
	margin-bottom:1em;
}
/**********無料体験ページ************/
.form_box{
	line-height: normal;
	width:auto;
	height:auto;
	margin:20px auto;
}
.form_box h3{
	float:left;
	width:250px;
	height:123px;
	background: #CCFFCC;
	border-bottom: solid #333333 1px;
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
	padding-left:10px;
	line-height:180%;
	padding-top:5px;
}
.form_box .form_input{
	float:left;
	width:400px;
	height:123px;
	border-bottom: solid #333333 1px;
	border-right: solid #333333 1px;
	padding-left:5px;
	padding-top:5px;

}
.form_box .form_input_top{
	float:left;
	width:400px;
	height:123px;
	border-top: solid #333333 1px;
	border-bottom: solid #333333 1px;
	border-right: solid #333333 1px;
	padding-left:5px;
	padding-top:5px;

}

.form_input p {
	margin-top:40px;
}
.red_mini{
	color:#F00;
	font-size:11px;
	line-height:100%;
}
.max_box{
	clear:both;
	width: 651px;
	height:35px;
	border-bottom: solid #333333 1px;
	border-left: solid #333333 1px;
	border-right: solid #333333 1px;
	text-align:center;
	margin:0;
	padding-left: 15px;
	padding-top: 15px;
}
.tp_brd{
	border-top: solid #333333 1px;

}
.alf_num{
	ime-mode:disabled;
}

/****** 申し込み内容の確認 contact2_confirm.php********/
#table-box{
	text-align:center;
	width:800px;
}

#confirm{
    margin:0px auto;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    width:600px;
}

#confirm td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    text-align:center;
    width:400px;
    padding:3px 3px 3px 3px;
}


#confirm .td1{
	 background: #CCFFCC;
	 width:200px;
	 height:40px;
}

#confirm #td2{
	 height:50px;
	 width:600px;
}

.l-button{
	float:left;
	margin-left:5px;
}

.r-button{
	float:right;
	margin-right:7px;
}



/******curriculum**********/
.red{
	color: #F00;
	font-size:14px;
}


/*************coach*****************/
.coach-name{
	width:200px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	font-weight:bold;
	color:#3300CC;
}
.coach-univ{
	width:250px;
	float:right;
	background-color:#EEEEEE;
}
.coach-mess{
	width:530px;
	text-align:left;
	clear:both;
	background-image:url(../images/pbs-staff-coachcommentbg.png);
}

.coach-mess1{
	width:530px;
	text-align:left;
	clear:both;
	background-image:url(../images/pbs-staff-coachcommentbg1.png);
}

.coach-mess2{
	width:530px;
	text-align:left;
	clear:both;
	background-image:url(../images/pbs-staff-coachcommentbg2.png);
}

.content-sub{
	padding:3px;
}
/************ map ***************/
.list-item{
	float:left;
	color:#080;
	width:130px;
	margin-top:30px;
}
.list-content{
	float:left;
	margin-top:30px;

}

/*********** records ************/
.list-item1{
	float:left;
	color:#F90;
	width:250px;
	margin-top:30px;
	font-size:14px;
	line-height: 100%;
}
.list-content1{
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height: 250%;

}
.list-content1 strong{
	font-size:14px;
	font-weight:bold;
	color:#008;
}
.list-content1 em{
	font-size:14px;
	font-weight:bold;
	color:#F30;
	font-style:normal;
}
.mini-g{
	font-size:12px;
	color:#080;
}
#text-box-rec{
	clear:both;
	text-align: left;
	line-height: 180%; 
	font-size: 13px;
	color:#333333;
	margin: 5px 5px 10px 5px;
}
#text-box-rec h2{
	font-weight:bold;
	font-size:14px;
	line-height:250%;
	color:#008;
}
#text-box-rec h3{
	font-weight:bold;
	font-size:13px;
	color:#F30;
	margin-top:5px;
	text-align:center;
}
#text-box-rec p{
	margin-bottom:5px;
	text-indent:1em;
}
#text-box-rec em{
	font-style:normal;
}
#text-box-rec .msg{
	background-color:#F3F3FF;
	border:solid 1px #CCC;
	width:520px;
	margin:5px auto 5px 0;
	padding:3px;
}
/************* Footer **************/
#footer {
	clear: both;
	background: #000000;
	margin: 10px auto 0 auto;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px solid #CCC;
}
#footer a ,#footer a:link ,#footer a:visited ,#footer a:hover ,#footer a:active{
    font-size: 12px;
    text-decoration: underline;
    color: #FFFFFF;
}


/********** calendar   ***********/
.calendar-outer{
    float:left;
    width : 72px;
    margin-top:6px;
    margin-bottom:6px;
    margin-left:2px;
}

.calendar-date-r  /*文字が赤*/
{
    color: red;
    font-size: 13px;
    border-bottom:1px solid #000;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    background: #f6f6f6;
}
.calendar-date-b  /*文字が青*/
{
    color: blue;
    font-size: 13px;
    border-bottom:1px solid #000;	
    border-top:1px solid #000;	
    border-bottom:1px solid #000;	
    border-left:1px solid #000;	
    border-right:1px solid #000;
    background: #f6f6f6;
}
.calendar-date{
    color: black;
    font-size: 13px;
    border-bottom:1px solid #000;	
    border-top:1px solid #000;	
    border-bottom:1px solid #000;	
    border-left:1px solid #000;	
    border-right:1px solid #000;
    background: #f6f6f6;
}

.calendar-content{
    font-size: 13px;
    height: 50px;
    border-bottom:1px solid #000;	
    border-left:1px solid #000;	
    border-right:1px solid #000;
    background: #f6f6f6;

    padding-top:2px;
    padding-left:2px;

}	

