@charset "utf-8";@import "import.css";/*--------------------*open_index.css--------------------*/body {	margin : 0 auto ;	padding: 0 ;	font-size: 91.6% ;	color: #333333 ;	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif ;	text-align : center ;	background: url("../image/bg.gif") repeat center top ;}div#area-page {	width : 930px ;	height : 600px ;	margin: 0 auto ;	padding: 0 15px ;	text-align : center ;	vertical-align: center ;	background: url("../image/bg_page.gif") repeat-y center top ;}h1 {	width: 930px ;	height: 15px ;	margin : 0 auto ;	padding: 3px 15px 0 15px ;	font-size: 10px ;	color: #ffffff ;	text-align : center ;	background: url(../image/bg_h1.gif) no-repeat center top ;}.ptb { padding-top: 130px ; padding-bottom: 50px ;}.f150 { font-size: 150% ; font-weight: bold ;}/*--------------------テキスト設定--------------------*/p {	margin : 0 ;	padding: 0.4em 0 ;	line-height: 1.7 ;	text-align : center ;}/*--------------------共通リンク設定--------------------*/a:link ,a:visited {	color: #2543D8 ;	text-decoration: none ;}a:hover {	color: #333333 ;	background-color: #defe2d ;}a:active, a:focus {	outline: none ;}