public.css 1.21 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
@charset "UTF-8";
 * { margin: 0; }
body {
	height: 100%;
	background: #004080;
	color: #333;
	line-height: 1.5;
	background-image: url(/em/images/bg_public.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:974px;
	margin: 0px auto;
	padding: 0;
	background-color:#004080;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック",sans-serif;
}
html { height: 100%; overflow-y:scroll; }


#wrapper{
    text-align: left;
	width:974px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	background-color:#FFF;
}
#logo { 
	width: 974px;
	text-align:right;
	background-color:#FFF;
}
#header { 
	width: 974px;
	margin-bottom:30px;
}

* {
	margin: 0;
	padding: 0;
}
.push {
  height: 80px;
  clear: both;
}

/* コンテンツエリア設定
------------------------------------------ */
#contents_area{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	font-size:1.4em;
}

/* フッターエリア設定
------------------------------------------ */
#footer {
	margin: 0px auto;
	position:relative;
	bottom:0px;
	height: 50px;
	width:944px;
	background-color:#F2F5F9;
	padding:30px 15px 0px 15px;
	font-size:12pt;
	text-align:center;
}