@charset "shift_jis";

/*------------------------------------------------------------------------------
	あいあいパーク
	URL: http://www.aiaipark.co.jp/
	Date: 2009-07-02
	Copyright (C) 宝塚ガーデンクリエイティブ株式会社
------------------------------------------------------------------------------*/

/*-----------------------------------------------
 __Reset
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 1.3;
	font-style:normal;
	text-align:left;
}


/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin:18px 0 0 0;
	background:#FFFFFF;
	color:#262626;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 130%;
	letter-spacing: 0.03em;
	text-align:center;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
    overflow-y:scroll;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { 
   display: inline-block;
   display: block;
}

* html .clearfix { height: 1%; }

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

img {
    border: 0;
}

ul,
ul li{list-style-type:none;}

input {
	padding-left: 2px;
	text-align:left;
}

/*-----------------------------------------------
 __Base Link Color
-----------------------------------------------*/
a {
	color:#009900;
	text-decoration: none;
}

a:link {
	color:#009900;
	text-decoration: none;
}

a:hover {
	color:#009900;
	text-decoration: underline;
}

/*-----------------------------------------------
 __Float
-----------------------------------------------*/

/* LEFT */
.floLeft {
	float:left;
}
/* RIGHT */
.floRight {
	float:right;
}

/*-----------------------------------------------
 __Contents
-----------------------------------------------*/

/****** 全体設定 ******/

#wrapper {
	width: 480px;
	margin: 0 auto;
}

h1 {
	margin-bottom: 12px;
}

h2 {
	border-bottom:1px solid #FF9F0F;
	margin-bottom: 2px;
}

table td {
    vertical-align: top;
}

table.prof {
	width:100%;
}
table.prof td {
	line-height: 140%;
	padding: 5px 0 4px 0;
    vertical-align: top;
}
table.prof td.last {
	line-height: 140%;
	padding: 5px 0 4px 0;
    vertical-align: top;
	border-bottom:none;
}
table.prof p {
	margin:0 0 6px;
}

.name {
	line-height: 140%;
	padding-bottom: 3px;
	font-weight:bold;
}


/*-----------------------------------------------
 __Footer
-----------------------------------------------*/

#footer {
	background-image: url(../../buy/gallery_img/line_01.gif);
	background-repeat: no-repeat;
	padding-top:14px;
	margin:0 auto;
	text-align:center;
}
