@charset "utf-8";

/****************************************************************************
RESETS
*****************************************************************************/
* {
	margin:0;
	padding:0;
}

a {	color: #000000;}
a:visited {color: #000000;}
a:hover,a:active {color: #000000;}

img {
	border: none;
}
ul,ol,li {
	list-style:none;
}
input.mg {
	margin : 0px 12px;
}


/* 基本スタイル
---------------------------------------------*/
body {
	color: #333333;
	background: url(../images/body_bg.jpg) repeat scroll left top;
	text-align: center;
	font-size:12px;
}
#wrapper {
	background: url(../images/top_bg2.jpg) left top repeat-x;
}
#container {
	margin: 0 auto;
	padding-bottom:50px;
	width: 700px;
}
#header {
	position: relative;
	height:85px;
}
#main {
	margin-left:20px;
	margin-right:20px;
}

/* Soka studioロゴ */
h1 {
	position: absolute;
	top:5px;
	left:0px;
}
h2 {
	position:absolute;
	top:5px;
	right:0px;
}


/* 
---------------------------------------------*/
/* ウィンドウを閉じるボタン */
.close {
	margin : 15px 0px;
	text-align: right;
}


/* 
---------------------------------------------*/
/* トップ文章 */
.lead {
	text-align: left;
}

/* プラス */
.plus {
	display:block;
	text-align: center;
}
.red {
	color : #F90000;
}
.large {
	font-size: 18px;
	color:#000000;
}
.total {
	font-size: 20px;
	font-weight: bold;
}






/* Table style
---------------------------------------------*/

table {
	margin : 18px 0;
	border-collapse : collapse;
	border-width : 1px 0 0 1px;
	border-style : solid;
	border-color : #666666 ;	/* IE 6(Win)向け */
}
th, td {
	border-width : 0 1px 1px 0;
	border-style : solid;
	padding : 1em ;
	border-color : #666666 ;	/* IE 6(Win)向け */
}
th {
	width : 130px;
	vertical-align: middle;
	text-align: center;	
	font-weight: bold;	
}
td {
	background:#FFFFFF;
	text-align: left;
}

/* 基本料 */
table#base th {
	background: #DBC9A7;
}
/* タイプ */
table#type th {
	background: #A9DBE9;
}
/* オプション */
table#option th {
	background: #CAE9A9;
}
/* 衣装・ヘアメイク */
table#extra th {
	background: #D5A9E9;
}



/* 料金リストテーブル */
table.list {
	margin: 0
}
table.list,table.list td {
	padding:0.3em;
	border:none;	
}
table.list img {
	vertical-align: middle;
	margin: 0 3px;
}




/* 合計 */
div#total{
	margin : 6px 0px;
	font-size: 20px;
	font-weight: bold;	
}
div#total input {
	margin: 0 10px;
	padding: 2px;
	font-size: 20px;
}












