@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fceff1;
	background-image: url(../images/common/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, fieldset {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

/* リンク */
a, a:visited{color: #4c8c37; text-decoration: underline;}
a:hover{text-decoration: none;}

/*clearfixの設定
------------------------------------------------------*/
/* start: clearfix ------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
　　display: inline-table;
    min-height: 1px;　/* IE 7対策 */
}

/* Hides from Mac IE \*/
* html .clearfix{ height: 1px; }
#wrapper{ display: block; }
/* End hide from IE-mac */
/* end: clearfix --------------- */


/*wrapperの設定
----------------------------------------------------*/
#wrapper {
	font-size: 12px;
	color: #333;
	line-height: 160%;
	text-align: left;
	width: 945px;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

table.design{
	margin-right: -10px;
}

table.design td{
	text-align: center;
	vertical-align: top;
}

table.design td p{
	text-align: center;
	margin-bottom: 5px;
}

table.design td span{
	font-family: "Times New Roman", Times, serif;
	font-size: 133%;
	color: #ef97ab;
}

.wrap{
	border: 1px solid #F7C5D2;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 104px;
}

h2{
	font-size: 166%;
	font-weight: bold;
	color: #000;
	background-image: url(../images/common/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left 100%;
	margin-top: 30px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
	text-indent: 20px;
}

#address{
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 975px;
	text-align: center;
}

.totop{
	text-align: right;
	margin-top: 25px;
	margin-bottom: 0px;
}