<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===========================
  Portal Top CSS
===========================*/


/*---------------------------
  Basic layout style
---------------------------*/
body {
	margin:0;
	padding:0;
	background:#FFF;
	text-align:center;
	font-family:メイリオ, Arial, Helvetica;
	font-size:0.8em;
	line-height:170%;
}

body a:hover {
	text-decoration:underline;
}

#container {
	width:950px;
	margin:0 auto;
	background:#FFF;
}

/*---------------------------
  ヘッダー style
---------------------------*/
/*基本設定*/
body.general-body #header {
	width:950px;
	height:100px;
	margin:0;
	padding:0;
}

.blog-logo {
display:none;
}

#header {
	width:950px;
	height:100px;
	margin:0;
	padding:0;
	background-image:url("http://www.area9.jp/top/area9-top950.gif");
	background-repeat:no-repeat;
}

#header a {
	text-decoration:none;
}

#header-body {
    margin:0;
	padding:0;
	color:#ffffff;
	text-align:left;
}

/*ブログ名設定*/
h1 {
	color:#000;
	margin: 2px 0px 0px 160px;
	padding:10px 0 0 10px;
	font-weight: bold;
	font-size:24px;
	width:350px;
	line-height:1.3em;
}

h1 a {
	color:#000;
}

/*ブログ説明設定*/
.description-body {
	display:block;
	pading:0px;
	color: #61869f;
	text-align:left;
	line-height:140%;
	font-size:14px;
	font-weight:bold;
	margin: 10px 0px 0px 170px;
	width:350px;
	height: 100px;
}

/*メンバーズページアイコン*/
.members {
margin:0 0 0 200px;
width:190px;
height:40px;
}

/*---------------------------
  バナー style
---------------------------*/

/*基本設定*/
#banner {
width:950px;
height:100%;
margin:10px 0px 10px 0px;
}

#banner-body {
margin:0;
padding:0;
text-align:left;
}

/*検索窓設定*/
.search {
width:950px;
height:50px;
background-image:url("http://umakamon.area9.jp/item/kensaku_back.gif");
background-position:center;
background-repeat:no-repeat;
}

.search-body {
margin:0;
padding:12px 0 0 0;
} 

.search form {
margin:0;
padding:0 0 0 100px;
float:left;
}

/*RSS設定*/
.search .rss {
width:20px;
height:21px;
margin:0;
padding:0 100px 0 0;
float:right;
}

/*トップアイコン設定*/
.search .top-icon {
width:100px;
height:20px;
margin:0;
padding:0 0 0 100px;
float:left;
}

/*検索下広告*/
.search-link {
clear:both;
margin:0;
padding:0;
text-align:center;
}

/*---------------------------
  メイン style
---------------------------*/

#main {
	width:950px;
	margin:0;
	padding:0;
	background:#FFF;
	overflow:hidden;
}

#main-body {
	margin:0;
	padding:0;
	text-align:left;
	overflow:hidden;
}

#wrapper {
	float:left;
	margin:0;
	background:#FFF;
}
#content {
	float:left;
	width:450px;
	margin:0px 0 0px 10px;
}

#content-body {
	padding:0;
}

.billboard-banner {
margin:0 0 15px 0;
}

/*---------------------------
  両サイド共通 style
---------------------------*/

.sidetitle {
    margin:0 0 5px 0;
	width:100%;
	height:25px;
	color: #ffcccc;
	text-align:left;
	font-weight:bold;
	background-color: #0055EA;
}

.sidetitle-body {
    padding:2px 0 0 10px;
	background-position:0px;
	background-repeat:no-repeat;
	color: #fff;
}

.side {
	width:100%;
	margin:0 0 20px 0;
	color:#000000;
	background:#FFFFE6;
}

.side-body {
	padding:5px;
}

.side-body a {
	color:#00589f;
	font-weight:normal;
	text-decoration:none;
}

.side-body input {
	width:118px;
}

.side-body input.input-submit {
	width:40px;
}

/*---------------------------
  左サイド style
---------------------------*/

#sidebar {
	float:left;
	width:180px;
	margin:0;
	background:#FFF;
}

#sidebar-body {
	padding:0px;
	font-weight:normal;
}

.category a {
font-weight:bold;
}

/*---------------------------
  右サイド style
---------------------------*/

#links {
	float:right;
	width:300px;
	margin:0;
	background:#FFF;
}

#links-body {
	padding:0px;
}

.textlink {
    margin:0;
	padding:0;
}

.textlink-body {
    margin:0;
	padding:5px;
}

.textlink dd {
margin:0 0 10px 0;
padding:0 5px 5px 5px;
border-bottom:1px #CCC dotted;
}

.all-access-ranking {
width:300px;
margin-bottom:20px;
padding:0px;
}

.all-access-ranking-body {
padding:0px;
}

.rank-img {
margin:5px 0px 5px 5px;
float:left;
}

.rank1,.rank2,.rank3,.rank4,.rank5 {
margin:0px 10px 0px 10px;
padding:15px 0 0 0;
border-bottom:#cccccc 1px dotted;
}

.rank-shop img {
margin:0px 5px 5px 5px;
float:left;
}

.rank4 img,.rank5 img {
margin:0 10px 10px 10px;
float:left;
}

.rank-title {
margin:0px;
width:150px;
background:#F5C53A;
color:#FFF;
float:left;
text-align:center;
}

.rank4 .ar img,.rank5 .ar img {
margin:10px;
float:left;
width:100px;
height:67px;
}

/*---------------------------
  フッター style
---------------------------*/

#footer {
	clear:both;
	width:950px;
	margin:20px 0 0 0;
	border-top:1px solid #DADCDA;
}

#footer-body {
	padding:10px 0;
}

/*---------------------------
  記事 style
---------------------------*/

.navi {
	display:none;
	width:100%;
	margin:10px 0px 10px 0px;
	color:#666;
	text-align:center;
}
.top-navi {
	display:none;
	width:100%;
	margin:10px 0px 10px 0px;
	color:#666;
	font-size:90%;
	text-align:center;
}
.blog {
	width:100%;
	margin-bottom:10px;
}
.blogbody {
	padding:0;
	background:#fff;
	line-height:120%;
	font-weight:normal;
}
.date {
	margin:0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display:none;
}
.date-body {
	margin:0;
	color:#fff;
	font-weight:bold;
	background-color:#428eff;
	padding: 0 0 0 5px;
}
h3.title {
	margin:0;
	padding:0;
	font-weight:bold;
}
.title {
	margin:0px;
}
.title-body {
	font-size:100%;
	color:#fff;
	font-weight:bold;
	background:#428eff repeat-x center top;
	padding: 5px;
}
.title-body a {
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}
.text {
	margin:0px;
	line-height:170%;
}
.text-body {
	padding:10px;
	color:#000;
}

/*---------------------------
  Article posted style
---------------------------*/

.posted {
	margin:0px;
	display:none;
}
.posted-body {
	padding:5px 5px 5px 0px;
	text-align:right;
	font-size:100%;
	font-color:#000;
}
.posted-body a {
	color:#003399;
	font-weight:normal;
	text-decoration:none;
}
.posted-at {
	display:none;
}
.posted-time {
	display:none;
}
.posted-pipe {
	display:none;
}
.posted-category {
	display:none;
}

/*---------------------------
  Article continue style
---------------------------*/

.continues {
	margin:0px;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
	font-color:#036;
	font-size:90%;
}

.continues a {
	color:#036;
	text-decoration:none;
}



/*---------------------------
  Comments &amp; Trackback style
---------------------------*/
#comments {
	background-image:url("http://www.area9.jp/item/comment.gif");
	background-repeat:no-repeat;
	}

#comments input {
	width:340px;
}
#comments input.input-submit {
	width:80px;
}
#comments textarea {
	width:340px;
}
#comments-body {
	margin-bottom:30px;
	margin-top:25px;
}
.comments-head {
    display:none;
}

.comments-body {
	margin-top:5px;
	padding:40px 10px 10px 10px;
	color:#333;
	background:none;
	line-height:120%;
	border-style:solid;
	border-color:#ccc;
	border-width:0px 3px 3px 0px;
	font-size:90%;
}

form .comments-body {
	margin-top:5px;
	padding:40px 10px 10px 10px;
	color:#333;
	line-height:120%;
	border-style:solid;
	border-color:#ccc;
	border-width:0px 3px 3px 0px;
	font-size:90%;
	background-image:url("http://www.area9.jp/item/comment2.gif");
	background-repeat:no-repeat;
}
.comments-post {
	padding:10px;
	color:#000000;
	font-size:85%;
}
#trackback {
	margin:25px 0px 30px 0px;
	padding:5px;
	background:#fff;
	border-style:solid;
	border-color:#ccc;
	border-width:0px 3px 3px 0px;
	font-size:90%;
}

.trackback-url,.trackback-weblog {
display:none;
}

.trackback-body {
	padding:10px 0px 10px 0px;
	color:#333333;
	line-height:140%;
	border-bottom:1px dotted #999;
	font-size:100%;
	font-weight:normal;
}

.trackback-post {
	color:#000000;
	font-size:x-small;
	font-weight:normal;
}

/*---------------------------
  Footer style
---------------------------*/
.copyright {
	font-size:80%;
	width:100%;
}

/*---------------------------
  HTML tag style
---------------------------*/

h2 {
	padding:0px;
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-align:left;
}
h3 {
	padding:0px;
	color:#000;
	font-weight:normal;
	font-size:100%;
}
h3 a {
	color:#666;
	text-decoration:none;
}

a {
    color:#00589F;
	text-decoration: none;
}
div {
	margin:0;
	padding:0;
	border:none;
}
img {
	border:none;
	margin:0;
	padding:0;
}
/*---------------------------
  Default component style
---------------------------*/
.powered {
	width:100%;
	margin-top:20px;
	padding:2px;
	line-height:120%;
	text-align:center;
}
.syndicate {
	width:100%;
	margin:15px 0px 10px 0px;
	text-align:left;
	font-size:90%;
}

/* ---------------------------
　　ログイン
--------------------------- */

.user-manager {
width:100%;
margin:0px 0px 10px 0px;
padding:0px;
}

.user-manager form {
margin:0px;
padding:0px;
}

.user-manager .side-body {
margin:0;
padding:10px 0px 10px 0;
background:#FFFF99;
text-align:center;
line-height:100%;
}

.user-manager .sidetitle {
    margin:0;
	width:100%;
	height:25px;
	color: #ffcccc;
	text-align:left;
	font-weight:bold;
	background-color: #428eff;
}

.user-manager .sidetitle-body {
    padding:2px 0 0 10px;
	background-position:0px;
	background-repeat:no-repeat;
	color: #fff;
}

#mail-adress {
width:170px;
}

#password {
width:170px;
}

#login {
width:120px;
margin:0;
padding:0;
}

/* ---------------------------
　　登録店新着記事
--------------------------- */

.all-recent-article {
width:100%;
margin:10px 0;
border:1px solid #999999;
}

.all-recent-article .side-body {
background:#FFF;
}

.otoku br,.all-recent-article br {
display:none;
}

.all-recent-article .list-blogname {
margin:5px 0;
display:block;
}

.all-recent-article .list-description {
}

.otoku .list-description {
display:none;
}

.all-recent-article .list {
margin:0 0 10px 0;
padding:0px 5px 5px 5px;
border-bottom:1px #CCC dotted;
clear:both;
min-height:100px;
}

.otoku .list {
min-height:0px;
}

.all-recent-article .list-title {
padding-left:17px;
background:url("http://www.area9.jp/image/icon-1.gif");
background-position:0 2px;
background-repeat:no-repeat;
font-weight:bold;
}

.all-recent-article img {
margin:10px;
float:left;
}

.all-recent-article .list-title a {
font-weight:bold;
}

.list-date {
text-align:right;
display:block;
}

.link-list {
text-align:right;
}

.link-xml, .list-url {
display:none;
}

.ichiran {
text-align:right;
}

/*---------------------------
  Shopping style
---------------------------*/
/*サイドコンポーネント*/
.shopping .side-body input {
width:95px;
height:20px;
} 

.shopping .side-body form {
width:95px;
margin:0px auto 0px auto;
padding:15px 0 15px 0;
}

/*商品ページ*/
.blog .shopping {
text-align:right;
padding:10px 0 0 0;
}

.blog .shopping input {
margin:10px;
}

.shopping .shopping-price,.shopping .shopping-count{
padding:5px 0 0 0;
}

.shopping .shopping-price-input {
margin:0;
padding:0;
color:#FF0000;
}

/*カート確認画面*/
.shopping-cart {
}

.shopping-cart .explanation, .shopping-order-input .explanation {
margin:10px 0 0 0;
padding:20px;
background:#EEE;
font-size:90%;
}

table.shopping-cart-table {
width:100%;
border-collapse:collapse;
margin:15px 0 0 0;
padding:0;
font-size:0.9em;
}

.shopping-cart-table th {
padding:5px;
}

.shopping-cart-table td {
padding:5px;
}

table.shopping-cart-menu {
margin:20px auto;
}

/*注文情報入力画面*/
.pay-type {
display:none;
}

.shopping-order-input .title,.shopping-cart .title {
display:none;
}

.shopping-order-input .text {
margin:0px 0 10px 0;
padding:0 15px 15px 15px;
}

.explanation-name,.explanation-zip,.explanation-prefecture,
.explanation-address,.explanation-tel,.explanation-email {
display:none;
}

.sub-text .label-name,.sub-text .label-zip,.sub-text .label-prefecture,
.sub-text .label-address,.sub-text .label-tel,.sub-text .label-email {
width:130px;
float:left;
}

.shopping-order-input .sub-title,.shopping-order-confirm .sub-title {
margin:10px 0 10px 0;
padding:5px 0 5px 10px;
border-left:5px #000 solid;
border-bottom:1px #000 solid;
}

.sub-text .name,.sub-text .zip,.sub-text .prefecture
,.sub-text .address,.sub-text .tel,.sub-text .email {
margin:10px 0 0 0;
}

.shopping-order-input input {
width:150px;
}

.shopping-order-input .sub-text .explanation {
margin:0;
padding:0;
font-weight:bold;
background:none;
font-size:100%;
}

.explanation-pay-type,.explanation-delivery-date,.explanation-delivery-time {
margin:10px;
padding:15px;
}

.delivery-date select {
}

.delivery-date input,.delivery-time  input {
width:50px;
}

.delivery-date,.delivery-time,.pay-type {
margin:0 0 15px 0;
}

.delivery-message {
margin:15px auto 15px auto;
width:80%;
}

.delivery-message textarea {
width: 100%;
height: 10em;
}

.submit table {
margin:0 auto 0 auto;
}

/*ご注文確認画面*/
.shopping-order-confirm {
padding:10px;
}

.shopping-order-confirm .title {
display:none;
}

.shopping-order-confirm .explanation {
margin:10px 0 10px 0;
padding:15px;
background:#EEE;
font-size:80%;
}

.shopping-order-confirm .sub-text .explanation {
display:none;
}

.shopping-order-confirm input {
margin:0 auto 0 auto;
padding:5px 20px 5px 20px;
}

/*ご注文完了画面*/
.shopping-order-end {
}

.shopping-order-end table, .shopping-order-end .sub-title,.shopping-order-end .sub-text,.shopping-order-end .title {
display:none;
}

.shopping-order-end .explanation {
margin:10px;
padding:20px;
border:2px #ccc solid;
}

.shopping-order-end .red {
color:#FF0000;
font-weight:bold;
text-align:center;
margin-bottom:20px;
}

/*---------------------------
  新着まちブロ style
---------------------------*/
#sidebar .all-recent-blog {
margin:0;
padding:5px;
}

#sidebar .all-recent-blog br {
display:none;
}

#sidebar .all-recent-blog .list-nickname,#sidebar .all-recent-blog .list-contents,#sidebar .all-recent-blog .list-contents {
display:none;
}

#sidebar .all-recent-blog .list-date {
text-align:right;
}

.all-recent-blog .list {
margin:0 0 15px 0;
padding:0;
border-bottom:1px #CCC dotted;
}


/* ---------------------------
  アンケートフォーム
--------------------------- */
.enquete {
 margin:10px 0 10px 0;
}

.enquete-input {
 margin:0px;
 padding:0px;
 background-color:#fff;
 border:1px solid #FF8E0D;
}

.enquete-confirm {
 margin:0px;
 padding:0px;
 background-color:#fff;
 border:1px solid #FF8E0D;
}

.enquete-confirm .title {
 margin:0px;
 background:#FF8E0D;
 color:#fff;
 font-weight:bold;
}

.enquete-confirm .title div {
 padding:0px 5px 0px 5px;
}

.enquete-confirm .text {
 margin-bottom:20px;
 padding:5px 10px;
}

.enquete-confirm table {
 font-size:100%;
 line-height:170%;
}


.enquete-input .title {
 margin:0px;
 padding:0px 0px 0px 5px;
 background:#FF8E0D;
 color:#fff;
 height:20px;
 font-weight:bold;
}

.enquete-input .title div {
 padding:0px 5px 0px 5px;
}

.enquete-input .text {
 margin-bottom:20px;
 padding:5px 10px;
}

.enquete-input table {
 font-size:100%;
 line-height:170%;
}

.question-answer-address {
 width:350px;
}

.question-answer-name {
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-zip {
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-address {
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-tel {
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-job {
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-select {
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-email ,.question-answer-email-check ,.question-answer-textbox {
 width:170px;
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-answer-textarea {
 width:350px;
 height:200px;
 margin-bottom:5px;
 border:1px solid #FF8E0D;
}

.question-question-body {
 padding-left:12px;
 background:url(http://www.area9.jp/image/formlist.gif);
 background-position:0 6px;
 background-repeat:no-repeat;
 font-weight:bold;
}

#question-15-answer {
 margin-bottom:20px;
}</pre></body></html>