@charset "UTF-8";

/*
Description: for AIP
Version: 1.0
Author: Flight System Consulting | nobuhiko yoshikawa,sachiko kawakami
*/

/*----------------------------------------------------
//reset css
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/*----------------------------------------------------
//font css
----------------------------------------------------*/

body {
	font-family:font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*
----------------------------------------------------------------------------- 
css hack settings
----------------------------------------------------------------------------- */

.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 of Hides from IE-mac */

/*----------------------------------------------------
//page
----------------------------------------------------*/
html{
	height: 100%;
}
body {
	background-image: url(images/bg-page.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
}

#container{
	margin: 0 auto;
	width:940px;
	text-align: left;
	position: relative;
	height: 100%;
}

html,body,h1,h2,h3,p,div,ul,li,a{
	margin: 0;
	padding: 0;
	outline: none;
}

/*----------------------------------------------------
//layout
----------------------------------------------------*/

#header{
	height: 180px;
	background: url(images/header.gif) no-repeat left 30px;
}

#main-menu{
	position: absolute;
	top: 182px;
	left: 0;
	width: 100%;
}

#contents-wrapper{
	position: absolute;
	top: 240px;
	left: 0;
	width: 762px;
}

#contents-inner{
	min-height:600px;
	height: auto !important;
	height: 600px;
}

#sub-contents{
	position: absolute;
	top: 245px;
	right: 0;
	width: 167px;
}


/*----------------------------------------------------
//header
----------------------------------------------------*/

#header{
	text-indent: -999em;
}

#header a{
	display: block;
	width: 120px;
	height: 70px;
	position: relative;
	top: 25px;
	left: 0;
}

/*----------------------------------------------------
//contents
----------------------------------------------------*/

#contents{
	background: url(images/bg-cont-mid.gif) repeat-y left top;
}

#contents-inner{
	background: url(images/bg-cont-top.gif) no-repeat left top;
	padding: 30px;
}

#contents-inner p{
	font-size: 93%;
	line-height: 1.5;
	margin: 0 1em;
}

#contents-inner p#bread-comb{
	font-size: 85%;
	margin-bottom: 30px;
	margin: 0;
}

#contents-inner .pict {
	width: 130px;
	float: left;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

#contents-inner .director {
	width: 570px;
	float: right;
	padding: 0 0 40px 0px;
}

#contents-inner .section{
	margin: 40px 25px 0 ;
}

#contents-inner .section2{
	margin: 15px 25px 0 ;
}

#contents-inner .section3{
	margin: 15px 25px 40px ;
}

#contents-inner .applies {
	border: 1px solid #E6E6E6;
	padding: 10px 0px 0px;
	clear: both;
}

#contents-inner .applies .end-course{
	margin: 1em;
}

#contents-inner .applies .privacy {
	padding: 0em 3.2em 0.5em;
}

#contents-inner .applies span {
	color: #AD436D;
}

#contents-inner .appli_btn a {
	width: 190px;
	height: 39px;
	display: block;
	background: url(images/application_btn.gif) no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto 4em auto;
}
#contents-inner .appli_btn a:hover {
	background-position: 0 -39px;
}

#contents-inner .member_btn {
	margin-top: 2em;
}

#contents-inner .member_btn a {
	width: 200px;
	height: 39px;
	display: block;
	background: url(images/member_btn2.gif) no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto 6em auto;
}
#contents-inner .member_btn a:hover {
	background-position: 0 -39px;
}

#contents-inner .mag {
	margin: 2em 0 0 1em;
}

#contents-inner .malmaga_btn a {
	width: 214px;
	height: 39px;
	display: block;
	background: url(images/malmaga_btn2.gif) no-repeat top left;
	text-indent: -999em;
	overflow: hidden;
	margin: 3em auto 6em auto;
}
#contents-inner .malmaga_btn a:hover {
	background-position: 0 -39px;
}

#contents-inner .courses {
	padding: 0.8em;
}
#contents-inner ul{
	margin:1em 0 1em 50px;
	list-style-type: square;
}

#contents-inner ul li{
	margin: 0 0 .3em 0;
}

#contents-inner ul.sentence-list{
	margin-left: 20px;
	list-style-type: square;
}

#contents-inner ul.sentence-list li{
	font-size: 93%;
	line-height: 1.5;
	margin: 0 1em 1em;
}

#contents-inner .spec{
	border-top: 1px dotted #cecece;
	padding: 20px 0 0 0;
}

#contents-inner .spec dt{
	font-size: 93%;
	clear: left;
	float: left;
}

#contents-inner .spec dd{
	font-size: 93%;
	margin: 0 0 .5em 150px;
	padding: 0 0 .5em 0;
}

#contents-inner .spec dd p{
	font-size: 100%;
	margin: 0;
	padding: 0 0 .5em 0;
}

#contents-inner #h2-welcome{
	background: url(images/h2-welcome.gif) no-repeat left top;
	height: 24px;
	text-indent: -999em;
	margin-bottom: 30px;
}

#contents-inner .h2-stdline{
	background: url(images/h2-stdline.gif) no-repeat left top;
	color: white;
	font-size: 146.5%;
	font-weight: 900;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	height: 40px;
	margin: 40px 0 0 0;
}

#contents-inner .comment {
	text-align: right;
	margin: 0 2em 0 0;
	color:#AD436D;
}

#contents-inner .h2-newsline{
	border-bottom: 1px solid #a64068;
	color: #a64068;
	font-weight: 900;
	padding: 5px;
	margin: 40px 10px 20px;
	font-size: 123.1%;
}

#motto{
	height: 30px;
	margin: 10px 0;
	padding: 0px 0px 10px 0px;
	position: relative;
}

#motto a{
	background-image: url(images/motto.gif);
	background-position: left top;
	width: 147px;
	height: 30px;
	display: block;
	text-indent: -999em;
	position: absolute;
	right: 0;
}

#motto a:hover{
	background-position: left -30px;
}

#aipmember{
	height: 30px;
	margin: 10px 0;
	position: relative;
}

#aipmember a{
	background-image: url(images/aipmen_look.gif);
	background-position: left top;
	width: 147px;
	height: 30px;
	display: block;
	text-indent: -999em;
	position: absolute;
	right: 0;
}

#aipmember a:hover{
	background-position: left -30px;
}

#contents-inner #tw { padding: 0; }

#contents-inner #tws h4 a{
	background-color: #7f7f7f;
	display: block;
	font-weight: 900;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

#contents-inner #tws h4 a:hover{
	background-color: #656565;
}

#contents-inner #tws h4 a span{
	background: url(images/icon-courseh4-descript.gif) no-repeat right center;
	padding-right: 40px;
}


#contents-inner #tws {
}

#contents-inner #pw {
	width: 330px;
	float: right;
	padding: 0px 10px 20px 20px;
}

#contents-inner #tw p,#pw p {
	margin: 0;
}

#contents-inner #tw h4,#pw h4 {
	margin: 0px 0px .5em;
	font-weight: 900;
}

.course{
	margin: 0 0 10px 0;
	background: #e6e6e6;
}

.course-descript{
	padding: 10px;
}

#tw h3,#pw h3 {
	font-size: 123.1%;
	font-weight: bold;
	color: #AD436D;
	padding-left: 0em;
	margin-bottom: 10px;
}	

#contents-inner .news-entry{
	border-bottom: 1px dotted #909090;
	padding: 10px;
	margin: 0;
	position: relative;
}
.news-entry h3{
	border-left: 1.3em solid #909090;
	padding-left: 0.5em;
	position: absolute;
	top: 10px;
	left: 0;
	width: 170px;
}

#contents-inner .atcl-body .news-entry p{
	margin-left: 200px;
}

#contents-inner .section .attention {
	color: #AD436D;
	margin: 0px 0px 0px 150px;
}

#contents-inner .detailed {
	margin: 0 0 10px 360px;
}
#google-map{
	margin: 20px 0;
}

#footer{
	background: url(images/bg-cont-bottom.gif) no-repeat left top;
	padding: 50px 0 150px 10px;
}

#footer address{
	color: #787878;
	font-size: 85%;
}

/*----------------------------------------------------
//main menu
----------------------------------------------------*/

#main-menu{
	
}

#main-menu h2{
	font-size:0em;
	height:0px;
	overflow:hidden;
	width:0px;
}

#main-menu li{
	width: 190px;
	float: left;
}

#main-menu li a{
	display: block;
	height: 57px;
	background-image: url(images/menu-4btn.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;
}

#about{
	background-position: 0 0;
}

#structure{
	background-position: -195px 0;
}

#courses{
	background-position: -390px 0;
}

#members{
	background-position: -585px 0;
}

#about:hover{
	background-position: 0 -70px;
}

#structure:hover{
	background-position: -195px -70px;
}

#courses:hover{
	background-position: -390px -70px;
}
#members:hover{
	background-position: -585px -70px;
}



table.str-table{
	border: 1px solid #cecece;
	border-collapse: collapse;
	margin: 0 auto;
	width: 662px;
}

table.str-table td,
table.str-table th{
	border: 1px solid #cecece;
	padding: 5px;
}

table.str-table th{
	background-color: #dfdfdf;
}

#str-form{
	text-align: center;
}
/*-----------------------
   //course/application.html
------------------------*/
table.applie th{
	width:38%;
}

table.applie span {
	color: #a64068;
}

table.applie #person{
	color: #000000;
	/*margin-left: 11em;*/
}

table.applie input, textarea{
	width: 50%;
}
table.applie #address, #remarks, #know, #hope{
	width: 90%;
}

table.applie #zip{
	width: 20%;
}

.transmission {
	text-align: center;
}
#input {
	margin: 0.8em 1em 0.8em 0em;
	padding: 3px;
	background: #dfdfdf;
}
#reset {
	margin: 0.8em 0;
	padding: 3px;
	background: #dfdfdf;
}
#back {
	margin: 0.8em 1em 0.8em 0em;
	padding: 3px;
	background: #dfdfdf;
}

/*-------------------------
   //member/index.html
-------------------------*/

#contents-inner .recruitment {
	width: 362px;
	float: left;
	margin: 2em 0 20px 0;
}

#contents-inner .recruitment p{
	line-height: 1.8em;
}

#contents-inner .membership {
	width: 300px;
	float: right;
	font-size:93%;
	background: #dfdfdf;
	line-height: 1.8em;
	margin: 2em 1em 40px 0em;
}

#contents-inner .membership ul {
	margin-left: 3em;
	padding-right: 1em;
}

#contents-inner .privilege {
	font-size: 123.1%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #666666;
	padding: 4px 0px;
}

#contents-inner .member {
	width: 320px;
	margin: 1.3em 0 0 1em;
	padding: 20px 10px;
	line-height: 1.5em;
	border:1px solid #E6E6E6;
	font-size: 93%;
}

.member dt {
	width: 66px;
	float: left;
	font-weight: 900;
	margin-bottom: 0.8em;
}

.member dd {
	width: 250px;
	float: left;
	margin-bottom: 0.8em;
}

/*-------------------------
   //course/index.html
-------------------------*/

#contents-inner #schedule {
	margin:0 20px 0;
}

#contents-inner #schedule li{
	border-bottom:1px dotted #909090;
	margin: 0 0px 0 0;
	list-style: none;
	font-size: 100%;
	font-weight: 900;
}

#contents-inner #schedule li.new-seminnar{
}

#contents-inner #schedule li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	position: relative;
}

#contents-inner #schedule li a span{
	width: 19em;
	font-size: 93%;
	font-weight: normal;
	margin-left: 1em;
	position: absolute;
	top: 10;
	right: 0em;
}

#contents-inner #schedule li a:hover{
	background: #E6E6E6;
}

#contents-inner #schedule .dule{
	display: block;
	text-decoration: none;
	padding: 10px;
	position: relative;
}

#contents-inner #schedule .dule span{
	width: 19em;
	font-size: 93%;
	font-weight: normal;
	margin-left: 1em;
	position: absolute;
	top: 10;
	right: 0em;
}
/*-----------------------*/

#comment{
	width: 662px;
	margin: 0 auto;
}

#comment dt{
	font-size: 108%;
	font-weight: 900;
	margin-bottom: 0.5em;
}

#comment dd.sender{
	font-size: 93%;
	margin: 0 0 0.8em 0;
}

#comment dd.message{
	font-size: 93%;
	line-height: 1.5;
	margin: 0 0 2em 0;
}


/*----------------------------------------------------
//sub contents
----------------------------------------------------*/

#sub-contents{
}

#sub-contents #sub-contents-inner{
	background-color: #e6e6e6;
	padding: 15px;
}

#sub-contents h2{
	font-size: 93%;
	margin-bottom: 1.5em;
}

#sub-contents ul{
	margin-left: 1em;
}

#sub-contents li{
	font-size: 85%;
	line-height: 1.2;
	margin-bottom: .8em;
}

#sub-contents li a{
	display: block;
}

#sub-contents li a:hover{
	background-color: #cdcdcd;
}

#sub-contents dl{
	margin-left: 1em;
}

#sub-contents dt{
	font-size: 85%;
	line-height: 0;
	margin-bottom: .5em;	
}

#sub-contents dd{
	font-size: 85%;
	line-height: 1.2;
	margin-bottom: 1.5em;	
}

/*-----------------------*/

.error {
	color: #AD436D;
}


/*----------------------------------------------------
//20090403event
----------------------------------------------------*/
#sub-contents{
	/*top: 439px;*/
}

#sub-contents h2#event,
#sub-contents h2#employ{
	margin-bottom: 10px;
}

#contents #contents-inner .event-date-place {
	margin: 2em 0 0em 1em;
	border:1px solid #CECECE;
}

#contents #contents-inner .event-date-place th {
	width: 100px;
}

#contents #contents-inner #event-schedule-std {
	padding: 5px;
	margin: 3em 1.5em 0em 0.7em;
	border-bottom: 1px solid #696666;
	border-left: 10px solid #696666;
	font-size: 120%;
}

#contents #contents-inner #event-schedule {
	width: 660px;
	margin: 2em 0 0em 1em;
}

#contents #contents-inner #event-schedule th,td {
	padding: 8px;
	border-bottom:1px dotted #909090;
}

#contents #contents-inner #event-participation a {
	display: block;
	width: 230px;
	height: 39px;
	margin: 2em auto;
	background: url(images/event-participation_btn.gif) no-repeat;
	text-indent: -999em;
}

#contents #contents-inner #event-participation a:hover {
	background-position: 0 -39px;
}

/* @group seminar */

#seminar-header{
	
}

/* @end */

/* @group banner */

#sub-contents h2#event a {
	width: 167px;
	height: 194px;
	background: url(images/anniversary-seminar.jpg) no-repeat;
	text-indent: -999em;
	display: block;
}

#sub-contents h2#employ a {
	width: 167px;
	height: 100px;
	background: url(employ/employ-banner.jpg) no-repeat;
	text-indent: -999em;
	display: block;
}

#sub-contents h2#employ-engineer a {
	width: 167px;
	height: 100px;
	background: url(employ-engineer/employ-engineer-banner.jpg) no-repeat;
	text-indent: -999em;
	display: block;
}

#sub-contents h2#employ-wifi a {
	width: 167px;
	height: 100px;
	background: url(employ-wifi/employ-wifi-banner.jpg) no-repeat;
	text-indent: -999em;
	display: block;
}
#sub-contents h2#aip-cafe a {
	width: 167px;
	height: 60px;
	background: url(images/aip-cafe-banner.jpg) no-repeat;
	text-indent: -999em;
	display: block;
}
#sub-contents .tel-inq{
	line-height: 1.4em;
}

/* @end */

/* @group Topic */

.topic {
	margin: 20px auto;
	background: url(employ-engineer/img/topic_extend.gif) no-repeat center center;
	height: 60px;
}

#contents-inner .topic p {
	margin: 0;
	padding: 0;
	font-size: 1px;
	text-indent: -999em;
}



/* @end */

/* @group article */
#contents-inner .atcl-box{	
}

#contents-inner .atcl-body{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#contents-inner .atcl-body p {
	margin: 0;
	padding: 0;
}


/* @end */


.important{
	border:2px solid #AD436D;
	margin:10px 0 20px;
}

.important h2{
	background-color:#AD436D;
	color:white;
	font-weight:900;
	padding:3px;
	margin-bottom:10px;
}

.important h3{
	font-weight:900;
	margin:0 20px 10px;
}

#contents-inner .important p{
	margin:0 20px 10px;
}

#contents-inner .important p.tel{
	font-weight:900;
	font-size:150%;
}