@charset "utf-8";
/******************************
-------------------------------
プリント設定リスト
-------------------------------
=1: 初期化設定

===============================
共通設定
===============================
=2: コンテンツ共通
=3: Footer
=4: FooterLink
=5: クリアー

===============================
Top レイアウト設定
===============================
=6: Header
=7: Contents
=8: ContentsMenu
=9: Info
=10: QRcode
=11: Banner

===============================
2nd レイアウト設定
===============================
=12: 2nd　背景画像設定
=13: Header
=14: GlobalNavi
=15: Bread
=16: MainContents
=17: ReadPage
=18: LeftMenu
=19: RightColumn
=20: lightBox
=21: RightLink
=22: ContentsMenu
=23: Utility
=26: HelpNote

===============================
Story レイアウト設定
===============================
=27: Text
=28: PDFLink
=29: LeftMenu

===============================
interview レイアウト設定
===============================
=30: Menu設定
=31: 本文設定
=32: ページ送り設定

===============================
その他設定
===============================
=33:続きを読むの表示設定
=34: lightbox表示設定
*******************************/


/*------------------------------
=1: 初期化設定
------------------------------*/
html,body,div,p,h1,h2,h3,h4,h5,ul,li,dl,dd,dt {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
}

img {
	border:0;
}

body {
	width: 900px;
	background: url(../img/bg_print_body.png) left top repeat-x;
}


/*==============================
共通設定
==============================*/
/*------------------------------
=2: コンテンツ共通
------------------------------*/
body {
	text-align: center;
	color: #444444;
	line-height: 1.5em;
	font-size: medium;
}

#container {
	width:100%;/* 表示をセンターにするためのコンテナーを作成 */
	margin:0 auto;
	text-align:left;
}

#maincontainer {
	width: 900px;/* コンテンツ枠を作成 */
	margin: 0 auto;/*コンテンツをセンターへ表示*/
	text-align: left;
}

/*---------- 文字サイズ変更 ----------*/
#fsize {
	display: none;
}

.clearfix {
 	display:inline-block;
}


/*------------------------------
=3: Footer
------------------------------*/
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
}

/*------------------------------
=4: FooterLink
------------------------------*/
#linkArea {
	width: 860px;
	padding: 0 20px;
	margin: 0 auto;
	background-color: #ffffff;
}

#tabs {
	display: none;
}

#footer img {
	display: block;
	margin-top: 10px;
	float: right;
}

#copy {
	width: 900px;
	text-align: center;
	background-color: #1868b3;
}

#copy p {
	font-size: 65%;
	color: #ffffff;
}


/*------------------------------
=5: クリアー
------------------------------*/
.clear {
	clear: both;
}


/*==============================
Top レイアウト設定
==============================*/
/*------------------------------
=6: Header
------------------------------*/
#title_Box {
	background: url(../img/bg_header.png) left 15px no-repeat;
}

#title_Box h1 {
	width: 320px;
	height: 24px;
	padding-top: 15px;
	text-indent: -9999px;
}

#title_Box p {
	padding-top: 16px;
	margin-left: 60px;
	line-height: 1.2em;
	font-size: 10px;
}

#title_Box h2.top_title {
	width: 498px;
	height: 38px;
	margin-top: 3px;
	margin-left: 60px;
	text-indent: -9999px;
	background: url(../img/title_kokoro.png) no-repeat;
}


/*------------------------------
=7: Contents
------------------------------*/
ul#tabArea {
	width: 830px;
}

ul#tabArea li {
	width: 120px;
	height: 39px;
	list-style: none;
	text-indent: -9999px;
	float: right;
}

ul#tabArea li.school {
	background: url(../img/top/top_btn_school.png) left -40px no-repeat;
}

li.parent a {
	display: block;
	width: 120px;
	height: 39px;
	background: url(../img/top/top_btn_parent.png) left top no-repeat;
}

li.parent a:hover {
	background: url(../img/top/top_btn_parent.png) left -40px no-repeat;
}

#mainContArea {
	position: relative;
	top: -5px;
	clear: both;
	width: 830px;
	margin: 0 35px;
}

.tcontTop {
	height: 27px;
	background: url(../img/top/top_bg_cont_top.png) left bottom no-repeat;
}

#tcontMiddle {
	background: url(../img/bg_cont_mid.png) 1px top repeat-y;
}

.tcontBottom {
	clear: both;
	height: 32px;
	background: url(../img/bg_cont_bot.png) 1px top no-repeat;
}

#mainContent {
	width: 710px;
	margin: 0 33px;
	padding: 20px 27px 0;
	background: url(../img/top/top_bg_content.png) left top no-repeat;
}


/*------------------------------
=8: ContentsMenu
------------------------------*/
/* メインメニュー */
#mainMenuArea {
	width: 692px;
	height: 330px;
	margin: 0 9px 20px;
}

h3.catch {
	width: 448px;
	*width: 447px;
	height: 330px;
	float: left;
}

ul#mainMenu {
	width: 244px;
	height: 330px;
	float: left;
}

ul#mainMenu li {
	list-style: none;
}

ul#mainMenu li a {
	display: block;
	width: 244px;
	height: 110px;
	text-indent: -9999px;
}

ul#mainMenu li a.mental {
	background: url(../img/top/top_menu_mental.png) no-repeat;
}

ul#mainMenu li a.possible {
	background: url(../img/top/top_menu_possible.png) no-repeat;
}

ul#mainMenu li a.consult {
	background: url(../img/top/top_menu_consult.png) no-repeat;
}


/* もっと知りたいとき */
#learnArea {
	clear: both;
}

h2.learn {
	width: 696px;
	height: 48px;
	margin: 0 0 4px 10px;
	text-indent: -9999px;
	background: url(../img/top/top_subtitle_learn.png) no-repeat;
}

ul#learnCont {
	height: 244px;
	margin-left: 10px;
	*margin-left: 5px;
}

ul#learnCont li {
	width: 168px;
	height: 108px;
	margin: 0 7px 7px 0;
	list-style: none;
	float: left;
}

ul#learnCont li a {
	display: block;
	width: 168px;
	height: 108px;
	text-indent: -9999px;
}

ul#learnCont li a.sos {
	background: url(../img/top/top_menu_sos.png) no-repeat;
}

ul#learnCont li a.uwasa {
	background: url(../img/top/top_menu_uwasa.png) no-repeat;
}

ul#learnCont li a.expart {
	background: url(../img/top/top_menu_expart.png) no-repeat;
}

ul#learnCont li a.interview1 {
	background: url(../img/top/top_menu_interview1.png) no-repeat;
}

ul#learnCont li a.story {
	background: url(../img/top/top_menu_story.png) no-repeat;
}

ul#learnCont li a.self {
	background: url(../img/top/top_menu_self.png) no-repeat;
}

ul#learnCont li a.access {
	background: url(../img/top/top_menu_access.png) no-repeat;
}

ul#learnCont li a.interview2 {
	background: url(../img/top/top_menu_interview2.png) no-repeat;
}


/*------------------------------
=9: Info
------------------------------*/
#newsBox {
	width: 509px;
	margin-right: 20px;
	float: left;
}

h3#newstitle {
	width: 518px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/top/top_title_info.png) no-repeat;
}

#newsBox dl {
	width: 476px;
	padding: 0 26px 0 16px;
	margin-bottom: 0;
	font-size: 75%;
	line-height: 1.2em;
	background: url(../img/top/top_bg_info_mid.png) repeat-y;
}

#newsBox dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#newsBox dl dd {
	width: 30px;
	padding: 5px 5px 0 0;
	float: left;
}

#newsBox dl dt {
	width: 439px;
	padding: 5px 2px 0 0;
	float: left;
}

dd.line,
dt.line {
	height: 1px;
	padding: 0;
	border-bottom: 1px dotted #000000;
}

#newsBox .boxbtm {
	clear: both;
	width: 509px;
	height: 10px;
	background: url(../img/top/top_bg_info_bot.png) left top no-repeat;
}
	

#newsBox a {
	color: #005cad;
	text-decoration: none;
}


/*------------------------------
=10: QRcode
------------------------------*/
#qrArea {
	width: 280px;
	float: left;
}

.qrTop {
	height: 5px;
	background: url(../img/top/top_bg_qrtop.png) left bottom no-repeat;
}

.qrMiddle {
	background: url(../img/top/top_bg_qrmid.png) repeat-y;
}

.qrMiddle img {
	display: block;
	width: 74px;
	height: 74px;
	margin: 13px 10px 12px;
	float: left;
}

.qrMiddle p {
	padding: 23px 13px 24px 0;
	*padding: 23px 13px 23px 0;
	font-size: 75%;
	line-height: 1.5em;
}

.qrBottom {
	clear: both;
	height: 5px;
	margin-top: 0;
	background: url(../img/top/top_bg_qrbot.png) left top no-repeat;
}


/*------------------------------
=11: Banner
------------------------------*/
#bannerArea {
	clear: both;
	width: 800px;
	padding: 10px 50px;
	margin: 0 auto;
	*margin-top: -16px;
	background-color: #e1eaf1;
}

#bannerArea img {
	margin-right: 8px;
}


/*==============================
2nd レイアウト設定
==============================*/
/*------------------------------
=12: 2nd　背景画像設定
------------------------------*/
.bg_cntTop {
	background: none;
}


.bg_cntMid {
	background: none;
}

.bg_cntBot {
	background: none;
}

/*------------------------------
=13: Header
------------------------------*/

#header {
	width: 900px;
}

#title_Box {
	background: url(../img/bg_header.png) left 15px no-repeat;
}

#title_Box h1 {
	width: 315px;
	height: 20px;
	padding-top: 15px;
	text-indent: -9999px;
}

#title_Box p {
	padding-top: 20px;
	margin-left: 60px;
	line-height: 1.2em;
	font-size: 10px;
}

#title_Box h2 a {
	display: block;
	width: 498px;
	height: 38px;
	margin-top: 3px;
	margin-left: 60px;
	background: url(../img/title_kokoro.png) no-repeat;
}


/*------------------------------
=14: GlobalNavi
------------------------------*/
#globalNavi {
	display: none;
}

/*------------------------------
=15: Bread
------------------------------*/
#bread {
	display: none;
}


/*------------------------------
=16: MainContents
------------------------------*/
#maincontentWapper {
	width: 900px;
	padding-bottom: 43px;
}


#maincontentBox {
	width: 830px;
	padding:0 35px;
	margin-top: 20px;
}

#contTop {
	height: 108px;
	background: url(../img/bg_print_cont_top.png) top no-repeat;
}

#contTop h2 {
	width: 758px;
	height: 52px;
	padding-top: 32px;
	margin-left: 32px;
	text-indent: -9999px;
}

#contMiddle { /* LeftMenuアリの場合 */
	width: 710px;
	padding: 0 60px;
	background: url(../img/bg_print_cont_mid.png) center repeat-y;
}

#contMiddle2 { /* LeftMenuナシの場合 */
	width: 710px;
	margin-top: 0px;
	padding: 0 60px;
	background: url(../img/bg_print_cont_mid.png) center repeat-y;
}

#utility { /* ユーティリティページ用 */
	width: 702px;
	margin-top: 0px;
	padding: 0 60px;
}

#contBottom {
	clear: both;
	width: 830px;
	height: 35px;
	background: url(../img/bg_print_cont_bot.png) top no-repeat;
}


/*------------------------------
=17: ReadPage
------------------------------*/
#readBox {
	float: none;
	width: 660px;
	margin: 0 auto;
	padding: 0;
}

#readBox h3{
	text-align:center;
	padding: 0 0 20px 0;
}

#readBox p {
	font-size: 85%;
}


/*------------------------------
=18: LeftMenu
------------------------------*/
#leftBox {
	display: none;
}


/*------------------------------
=19: RightColumn
------------------------------*/
/* リストの設定 */
ul.deci {
	list-style:decimal;
	font-size:75%;
	padding-top: 5px;
	color: #444444;
	line-height: 1.9em;
	margin-left:30px;
	margin-bottom: 10px;
}

ul.disc {
	list-style:disc;
	font-size:75%;
	padding-top: 5px;
	color: #444444;
	line-height: 1.9em;
	margin-left:30px;
	margin-bottom: 10px;
}


#rightBox {
	width: 660px;
	margin: 0 auto;
	padding: 0;
}

.contentBox {
	width: 100%;
}

h3.subtitle {
	clear: both;
	margin-bottom: 20px;
	padding-left: 8px;
	color: #0066ff;
	font-size: 100%;
	font-weight: bold;
	border-left: 5px solid;
	border-bottom: 1px solid;
}

h3.cpt {
	padding: 10px 0 0;
	margin-bottom:5px;
	color: #444444;
	font-size: 100%;
	font-weight: bold;
}

h3.note {
	clear: both;
	padding: 10px 0 0;
	color: #0066cc;
	font-size: 100%;
	font-weight: bold;
}

p.noindent {
	padding-bottom: 15px;
	font-size: 75%;
	color: #444444;
	line-height: 1.8em;
}

p.indent {
	padding-bottom: 15px;
	font-size: 75%;
	text-indent: 1em;
	color: #444444;
	line-height: 1.8em;
}

p.bold {
	clear: both;
	padding-top: 5px;
	font-size: 75%;
	color: #444444;
	line-height: 1.7em;
	font-weight:bold;
}

p.caution {
	clear: both;
	padding-top: 5px;
	font-size: 60%;
	color: #444444;
}

.picBox {
	width: 202px;
	margin: 10px 0 10px 10px;
	float: right;
}

hr.line {
	border: none;
	border-bottom: 2px #cccccc dashed;
} 

hr.line_s {
	width:80%;
	border: none;
	border-bottom: 2px #cccccc dashed;
	margin-bottom:30px;
	*margin-bottom: 15px;
	text-align: center;
} 

.pagetop {
	display: none;
}

table.cons {
	width:480px;
	border:solid 1px #999999;
	border-collapse:collapse;
	margin-top:20px;
	padding:0;
}

table.cons th{
	width:30%;
	border-right:dashed 1px #999999;
	border-bottom:solid 1px #999999;
}

table.cons td{
	width:70%;
	border-bottom:solid 1px #999999;
	padding:10px;
}


/*------------------------------
=20: lightBox
------------------------------*/

.dataBox {
	width: 200px;
	margin: 0 0 8px 18px;
	float: right;
	border:#cccccc 1px solid;
	text-align:center;
	background: url(../img/bg_databox.png) repeat;
}
.dataBox .cap {
	width:190px;
	padding:8px 5px 5px 0;
	text-align:left;
	margin-bottom:5px;
	border-bottom:#cccccc 1px dashed;
}

.dataBox .cap:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


.dataBox p {
	margin:3px 0 0 8px;
	font-size: 10px;
	line-height: 1.5em;
	float:left;
	display:inline;
}

.dataBox .scope {
	text-align:right;
	margin-top:5px;
}

.dataBox .scope img{
	padding-right:3px;
	vertical-align:middle;
	border:none;
}

.dataBox a {
	text-decoration: none;
	color:#0033ff;
}

.dataBox a:hover {
	text-decoration: none;
	color:#0066ff;
}


/*------------------------------
=21: RightLink
------------------------------*/
p.rlink {
	display: none;
}

p.llink {
	display: none;
}

a.read {
	margin-top: 5px;
	padding: 6px 0 6px 25px;
	color: #007DFF;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
	background: url(../img/story/story_ico_more.png) left 3px no-repeat;
}

a.note {
	padding: 6px 0 6px 25px;
	color: #007DFF;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
	text-align: right;
	background: url(../img/story/story_ico_note.png) left 3px no-repeat;
}

a.read:hover,
a.note:hover {
	text-decoration: underline;
}

p.llink a {
	font-size: 12px;
}


/*------------------------------
=22: ContentsMenu
------------------------------*/
#contMenu {
	display: none;
}

/*------------------------------
=23: Utility
------------------------------*/
h3.utilityTitle {
	width: 230px;
	padding-left: 10px;
	color: #0033ff;
	border-left: 15px #3366ff solid;
}


#contMiddle2 .utilityLeft {/**　　左カラム設定　　**/
	width: 230px;
	float: left;
	margin-left:70px;
	margin-bottom:30px;
	clear:left;
}

#contMiddle2 .utilityRight {/**　　右カラム設定　　**/
	width: 230px;
	float: left;
	margin-left:70px;
	margin-bottom:30px;
	clear:right;
}


#contMiddle2 .utilityBox {/**　　カラム無しの場合　　**/
	width: 710px;
	clear:both;
}



.utilityBox a,
.utilityBox a:visited,
.utilityLeft a,
.utilityLeft a:visited,
.utilityRight a,
.utilityRight a:visited {
	color:#0033ff;
	text-decoration:none;
	border-bottom:#0033ff dashed 1px;
}

.utilityBox a:hover,
.utilityLeft a:hover,
.utilityRight a:hover {
	color:#ff9900;
	text-decoration:none;
	border-bottom:#ff9900 solid 1px;
}

.utilityBox h3,
.utilityLeft h3,
.utilityRight h3 {
	clear: both;
	margin-bottom: 5px;
	color: #0033ff;
	font-size: 110%;
	font-weight: bold;
}

.utilityBox h4,
.utilityLeft h4,
.utilityRight h4{
	margin-top: 15px ;
	margin-left: 10px;
	padding: 0 0 0 8px;
	color: #0033ff;
	font-size: 90%;
	font-weight: bold;
	border-left: #0033ff 5px solid;
}


.utilityRight h4.fast {
	margin-top: 39px;
}

.utilityBox ul,
.utilityLeft ul,
.utilityRight ul {
	list-style:disc;
	font-size:75%;
	padding-top: 5px;
	color: #0033ff;
	line-height: 1.9em;
	margin-left: 40px;
}

.utilityLeft ul li.li_non,
.utilityRight ul li.li_non {
	list-style: none;
	text-indent: -1.2em;
	*text-indent: -1.4em;
}

/* カラム無しの個別設定 */
p.top_text {
	padding-bottom: 25px;
	font-size: 75%;
	text-indent: 1em;
	color: #444444;
	line-height: 1.8em;
}

.utilityBox h3,
.utilityBox h4
	 {
	margin-left: 70px;
}

.utilityBox ul {
	margin-left: 110px;
	margin-bottom: 20px;
}

span.dl_size {
	color: #444444;
}

/* アドビPDFダウンロード */
#pdf_dl {
	width: 80%;
	margin-left: 70px;
}

#pdf_dl img {
	float: right;
	margin-left: 15px;
}

/*------------------------------
=26: HelpNote
------------------------------*/
.h_attention {
	margin: 5px auto;
	text-align: center;
	color: #ee8100;
	font-size:14px;
	font-weight:bold;
}

h4.cpt_s {
	padding: 10px 0 0;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
}


/*==============================
Story レイアウト設定
==============================*/
/*------------------------------
=27: Text
------------------------------*/
p.subtitle {
	height:  35px;
	margin-left: -10px;
	padding-left: 40px;
	color: #0066ff;
	font-size:14px;
	font-weight: bold;
	background: url(../img/story/story_ico_picture.png) left no-repeat;
	line-height:2.2em;
	display: none;
}

p.catch {
	color: #0066ff;
	font-size: 100%;
	font-weight: bold;
}

p.name {
	width: 210px; 
	height: 21px;
	padding-top: 5px;
	padding-left: 20px;
	color: #ee8100;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	background: url(../img/story/story_ico_man.png) left 5px no-repeat;
	float: left;
	clear:both;
}



/*------------------------------
=28: PDFLink
------------------------------*/
#btnArea {
	width: 480px;
	height: 32px;
	margin:0 0 15px 0;
}

#btnArea a {
	display: none;
}


/*------------------------------
=29: LeftMenu
------------------------------*/
#leftBox {
	width: 195px;
	float: left;
}

#leftBox dl.story {
	font-size: 75%;
	font-weight: bold;
	line-height: 1.5em;
}

#leftBox dl.story dt {
	padding-left: 16px;
	color: #ee8100;
	background: url(../img/ico_arrow_blue.png) left 0.2em no-repeat;
}

#leftBox dl.story dt.now {
	background: url(../img/ico_arrow_org.png) left 0.2em no-repeat;
}

#leftBox dl.story dd {
	padding-bottom: 1em;
	padding-left: 16px;
	color: #007DFF;
}

#leftBox dl.story dd.now {
	color: #ee8100;
}


#leftBox dl.story dt a {
	color: #0033ff;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#leftBox dl.story dt a:hover {
	color: #ff9900;
	text-decoration: none;
	border-bottom: 1px solid;
}



/*==============================
interview レイアウト設定
==============================*/
/*------------------------------
=30: Menu設定
------------------------------*/
.interviewMenu {
	clear: both;
	width: 670px;
	margin: 0 auto;
}

.interviewMenu_b {
	clear: both;
	width: 670px;
	margin: 20px auto 0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	margin:0;
}

.clearfix {
	display:inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */


.interviewMenu p,.interviewMenu_b p {
	margin: 0 0 10px 0;
	font-weight: bold;
}

h3.interviewTitle {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #0066FF;
}

.rightlink {
	text-align: right;
}

img.photo_left {
	margin: 0 10px 10px 0;
	float: left;
}

/*------------------------------
=31: 本文設定
------------------------------*/
img.photo_right {
	margin: 0 0 10px 10px;
	float: right;
}

.interviewBox {
	width:670px;
	margin:0 auto;
	clear:both;
}

.interviewMenu_02 {
	clear: both;
	width: 580px;
	margin: 0 auto;
}

h3.interviewTitle_02 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #0066FF;
}

p.rightname {
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.textbox {
	width:580px;
	margin:0 auto 20px;
	clear:both;
}

h5.textindex {
	margin:30px 0 20px 0;
	padding-left:10px;
	font-size:14px;
	color:#0033ff;
	border-left:solid 8px #0033ff;
}

.ques {
	width:30px;
	font-size:14px;
	font-weight:bold;
	float:left;

}

.questxt {
	width:550px;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:20px;
	font-weight:bold;
	float:left;
}

.ans {
	width:30px;
	font-size:14px;
	font-weight:bold;
	float:left;
}

.anstxt {
	width:540px;
	font-size:12px;
	line-height:1.8em;
	margin-bottom:20px;
	float:left;
}


.photobox {
	width:670px;
	margin:0 auto 20px;
	text-align:center;
	font-size:12px;
	clear:both;
}

img.photo_game {
	margin-right:5px;
}

.copy {
	text-align: right;
	font-size:10px;
}

.profbox {
	width:670px;
	margin:0 auto 20px;
	font-size:12px;
	clear:both;
	padding:10px;
	border:dashed 1px #999999;
}

.proftitle_s {
	font-weight:bold;
	color:#0099ff;
	font-size:14px;
}

.profbox .imgbox{
	float:left;
	clear:right;
	margin-right:10px;
}

/*------------------------------
=32: ページ送り設定
------------------------------*/
ul.hide {
	display:none;
}

.pagenavi {
	width:570px;
	height:20px;
	margin:5px auto 10px;
	font-size:12px;
}

.pagenavi_top {
	display: none;
}

.pagenavi {
	display: none;
}

#box1,
#box2,
#box3 {
	display: block !important;
	position: relative !important;
}



/*==============================
その他設定
==============================*/
/*------------------------------
=33: 続きを読むの表示設定
------------------------------*/
#PlagClose1,
#PlagClose2 {
	display: block !important;
}


/*------------------------------
=34: lightbox表示設定
------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img{
	width: auto;
	height: auto;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:0 10px;
	border-top :#888888 1px solid;
	border-right :#888888 1px solid;
	border-left :#888888 1px solid;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{
	left: 0;
}

#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding:10px 10px 0 10px;
	border-top :#999999 1px dashed;
	border-bottom :#888888 1px solid;
	border-right :#888888 1px solid;
	border-left :#888888 1px solid;
}

#imageData{
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	

#imageData #caption{
	font-weight: bold;
}

#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose{
	display: block;
	width: 66px;

	height: 22px;
	text-indent: -9999px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	background: url(../img/lightbox/closelabel.gif) no-repeat;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}