@CHARSET "utf-8";

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,var {
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr {
	border: 0;
}

caption {
	text-align: left;
}

q:before,q:after {
	content: '';
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

input,textarea,select {
	font-size: 1em;
}

span textarea,span input {
	vertical-align: bottom !important;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

body,x:-moz-broken {
	margin-left: -1px;
}

html,body,#container {
	height: 100%;
}

body,pre {
	font-size: 62.5%;
	line-height: 1.5;
}

/* IE8 */
body * {
	font-style: normal !important;
/* 	font-family: "メイリオ", meiryo, Arial, Helvetica !important; */
}

/* ------------------------------------------------------------------------------------
内 枠 共通 レイアウト 960~19660px
--------------------------------------------------------------------------------------- */
body{
	background-color: #019faa;
}
/* ---------------------------------------------------------
	外 枠 共通 レイアウト
----------------------------------------------------------*/
#out-frame {
	margin:0;
	padding:0;
}
#in-frame {
	height: 753px;
	margin: 0;
	padding: 0;
}







.clear {
	clear: both;
}



