﻿@charset "utf-8";
/* CSS Document */


/* ------------------------------common 開始 */



body {
	background:none;
	width:680px;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	background: none;
	background-position: 0px 0px;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

/* ------------------------------delete 開始 */

#header ,
#side ,
#pagetop ,
#main_g ,
#footer ,
#primary

 {
	display: none;
}


/* ------------------------------box自動拡張防止 開始 */


#wrapper,
#main
 {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ------------------------------flow.html 開始 */

#flow1 .con ,
#flow2 .con {
	display: inline;
}
#flow1 h3 ,
#flow2 h3 {
	clear:both;
} {