w_enquete.css 1.8 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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
@charset "UTF-8";
 * { margin: 0; }
body {
	height: 100%;
	background: #004080;
	color: #333;
	line-height: 1.5;
	background-image: url(/em/images/bg_w_enquete.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:974px;
	margin: 0px auto;
	padding: 0;
	background-color:#238C00;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック",sans-serif;
}
html { height: 100%; overflow-y:scroll; }


/* リンク
------------------------------------------ */
a:link,
a:visited { color: #333; text-decoration: none; background: transparent; }
a:hover,
a:active  {
	color: #333;
	text-decoration: underline;
	background: transparent;
}


#wrapper{   
    text-align: left;
	width:974px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	background-color:#FFF;
}
#logo { 
	width: 974px;
	text-align:right;
	margin-bottom:0px;
	padding-bottom:0px;
}
#header {
	width: 974px;
	margin-bottom: 30px;
	/*background-image: url(/em/images/ttl_w_enquete.jpg);*/
	background-repeat: no-repeat;
	height: 150px;
}
#header #enquete_ttl{
	color:#003300;
	font-size:3.0em;
	padding-left:15px;
}

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


.push {
  height: 120px;
  clear: both;
}


/* フッターエリア設定
------------------------------------------ */
#footer {
	margin: 0px auto;
	position:relative;
	bottom:0px;
	height: 120px;
	width:974px;
	
}
#to_top{
	width:954px;
	padding-top:20px;
	padding-right:20px;
	height:20px;
	text-align: right;
	background-color:#FFF;
}
.copyright{
	font-size:12pt;
	text-align:center;
	background-color:#E9F3E5;
	padding:30px 15px 0px 15px;
	height:50px;
}