<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	Site Name: ノンスタ石田のガクショク！
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT
	6: etc

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

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	width:100%;
	margin:0 auto;
}
/*.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));}*/
.iepngfix { behavior: url("./js/iepngfix.htc") }

/*
===== 2: HEADER ==========================================
*/
#Pages div#header {
	background: url("../img/common/bg_header2.jpg") no-repeat scroll center top transparent;
	height:270px;
	position:relative;
	z-index:300;
	margin: 0 auto;
	width: 980px;
	background:#000 url(../img/back.jpg) repeat-x 0 76px;
/*	background:#000 url(../img/back.jpg) repeat-x 0 177px; プレゼントヘッダー有り*/
	background-color: #EFEFEF;
}


/*
===== 3: FOOTER ==========================================
*/

#footer {
	margin: 0 auto;
	clear: both;
	text-align: center;
	background: #0080D3 url(../img/common/bk_footer.jpg) top repeat-x;
}


/* TOP_Copyright */
#footer div.top_copy_right {
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

#footer div.top_copy_right div.copyright {
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 588px;
	text-align: right;
}


#footer div.top_copy_right div.copyright img {
	margin: 0;
	padding: 0;
}

#footer div.top_copy_right div.hand {
	float: right;
	width: 128px;
	height: 10px;
	background: transparent  url(../img/top/bottom_two2.jpg) top left no-repeat;
}

/*----- to_top -----*/

div.totop {
	background:transparent url(../img/common/bk_totop.png) no-repeat top;
	height: 47px;
	width: 815px;
	margin: 10px 0 0px 83px;
	position: relative;
}

div.totop img.totop_img {
	position: absolute;
	top: 17px;
	left: 720px;
}

/*
===== 4: NAVIGATION ======================================
*/

#Pages div#header {
	background: transparent url(../img/common/bk_header.png) top no-repeat;
	height: 141px;
	position:relative;
}

#Pages div#header img {
	margin: 0;
	padding: 0;
	border: none;
}


#Pages div#header h1 {
	position: absolute;
	top: 0;
	left: 62px;
}

#Pages div#header div.navi_top {
	position: absolute;
	top: 12px;
	left: 402px;
	width: 580px;
}


#Pages div#header div.navi_top ul.navi_top_ul{
	list-style: none;
}


#Pages div#header div.navi_top ul.navi_top_ul li {
	display: inline;
	margin-right: 15px;
}

#Pages div#header div.navi_top ul.navi_top_ul li img.idea {
	margin-right: 9px;
}





#Pages div#header div.navi_bottom {
	position: absolute;
	top: 93px;
	left: 470px; /*ナビ3つのとき*/
	width: 500px; /*ナビ3つのとき*/
	/*right: 15px;*/
	/*width: 330px;*/
}


#Pages div#header div.navi_bottom ul.navi_bottom_ul {
	list-style: none;
}



#Pages div#header div.navi_bottom ul.navi_bottom_ul li {
	display: inline;
	margin-right: 3px;
}

#Pages div#header div.navi_bottom ul.navi_bottom_ul li img.idea {

}




/*
===== 5: MAIN CONTENT ====================================
*/


#Pages {
	margin: 0 auto;
	padding: 0;
	background: #52B4E9 url(../img/common/bk_blue_main.jpg) repeat-x top;
}


#Pages div#main {
	background:transparent url(../img/common/bk_white2.png) repeat-y;
	padding-bottom: 20px;
}

#wrap{
	margin: 0 auto;
	padding: 0;
	width: 980px;
}


#wrap #main {
	padding: 0;
	text-align: left;
	line-height:1.5;
	background: transparent url(../form/img/bk_white2.png) repeat-y;
}





/*
===== 6: etc ====================================
*/

.red { color: #f00;}
.orange { color: #FF6500;}

.bottom10 { margin-bottom: 10px;}
.bottom20 { margin-bottom: 20px;}
.bottom30 { margin-bottom: 30px;}
.bottom50 { margin-bottom: 50px;}</pre></body></html>