@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	
	/*min-width: 950px;*/
}
* html body {
    /* IE Dynamic Expression to set the width IE5.x */
    _width:expression(document.body.clientWidth < 950 ? "950px" : "100%" );
	/* hack */
	voice-family: "\"}\""; voice-family: inherit;
    /* IE Dynamic Expression to set the width IE6 */
    _width:expression(document.body.parentElement.clientWidth < 950 ? "950px" : "100%" );
}
body, td, th, input, textarea {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #585858;
}
/* IE 6 */
* html * {
	line-break: strict;
	vertical-align:baseline;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* IE 7 */
*:first-child+html body
,*:first-child+html td
,*:first-child+html th
,*:first-child+html input
,*:first-child+html textarea {
	line-break: strict;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* IE 8 */
html>/**/body 
, html>/**/body td
, html>/**/body th
, html>/**/body input
, html>/**/body textarea
{
	line-break /*\**/: strict\9;
	font-family /*\**/: 'メイリオ', Meiryo, sans-serif\9;
}
/* safari / firfox */
body:first-of-type
, body:first-of-type td
, body:first-of-type th
, body:first-of-type input
, body:first-of-type textarea
{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/** ============================================
	COMMON SETTING [TAG]
============================================ */
a {
	color:#2971a7;
	text-decoration: none;
	/* *** mac IE *** */
	outline:none 0 #000;
}
a:visited {
	color: #174162;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}
table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #fff;
}
/** CLEAR FIX
============== */
.clear-fix:after{
	content:".";
	display:block;
	clear:both;
	visibility: hidden;
}
.clear-fix{
	display: inline-block;
}
/* hack \*/
* html body .clear-fix{
	height:1%;
}
.clear-fix{
	display: block;
}
/* hack END */
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 0;
	border: none;
	height: 0;
}

.small {
	font-size: 10px;
	line-height: 1.45em;
}
.alignleft {
	float:left;
}
img.alignleft {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float:right;
}
img.alignright {
	float:right;
	margin: 2px 0px 5px 10px;
}

.aligncenter {
	display: block;
	margin:0 auto;
}
img.aligncenter {
	display: block;
	margin:0 auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: #f00;
}
/** ============================================
	LAYOUT MAIN
============================================ */
body {
	text-align: center;
}
#frostec-riso-container {
	background-color: #fff;
}
#frostec-riso-header {
	background: url(__lib_images/border-dot.png) repeat-x 0 100%;
	height:80px;
	padding:5px 0;
	margin-bottom: 10px;
}
#frostec-riso-content {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#frostec-riso-main {
	/*width:630px;
	float:left;*/
	
	/*background-color:#f00;*/
}

#frostec-riso-side {
	width:320px;
	height:600px;
	float:left;
	/*margin-right:10px;*/
}
#frostec-riso-footer {
	margin-top: 10px;
	background-color:#889b9d;
	color: #fff;
	padding: 10px;
}
#frostec-riso-footer p {
	margin:0;
	padding:0;
}
/** ============================================
	HEADER
============================================ */
#frostec-riso-header-logo {
	width:930px;
	margin:0 auto;
	text-align:left;
}
.fr-top {
	font-size:16px;
	color:#333;
	line-height:28px;
	padding-top:12px;
}
/** ============================================
	SIDE
============================================ */
#frostec-riso-side {
	padding-top: 12px;
	background: url(revoimage/img201003/fr-sidebox.png) no-repeat;
}
#frostec-riso-side-box {
	padding:5px 10px;
	/*border: 1px solid #ccc;*/
	
	padding-bottom:12px;
	background: url(revoimage/img201003/fr-sidebox.png) no-repeat 0 100%;;
}

#frostec-riso-side-box p.side-img-box {
		margin:0;
		padding:0;
		float:left;
}

#frostec-riso-side-box p.side-img-box-1 {
	margin-bottom:10px;
	margin-top:15px;
}


/** ============================================
	CONTENT
============================================ */

#frostec-riso-main {
	margin:0;
	padding:0;
	/*margin-left:-10px;*/
}

.fr-main-title {
	display:inline;
	
	font-size: 14px;
	line-height:28px;
	
	padding-left:10px;
	/*padding-bottom:5px;*/
	margin-bottom: 10px;
	margin-left: 10px;
	
	float: left;
	min-width:600px;
	border-bottom: 3px solid #CCC;
}

.fr-main-title-2 {
	border-top: 1px solid #ccc;
	padding-top:10px;
	margin-top:10px;
}
#frostec-riso-main p.img-block {
	margin:0;
	padding:0;
	
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	display:inline;
}

