@charset "utf-8";
/**
 * sodoh.css 
 * (c) FOURDIGIT Inc.
 *
 * 1. html, body
 * 2. HTMLtag, siteCommonClass
 * 3. Layout
 * 4. EachPageStyle
 *
 */
/**
 * 1. html, body
 */
	body {
		background-color: #19110e;
	}
	.page {
		color: #333333;
		font-size: 12px;
		line-height: 18px;
	}
/**
 * 2. HTMLtag, siteCommonClass
 */
/* heading */
	.siteTitle a,
	.siteTitle a:hover {
		width: 94px;
		background-image: url(../../../sodoh/imgs/common/img-logo.gif);
	}

	/* chapel - [CMS] - start */
	#page-chapel #page-chapel-01 {
		background-image: url(../../imgs/h1-chapel-sodoh-01.gif);
	}
	#page-chapel #page-chapel-02 {
		background-image: url(../../imgs/h1-chapel-sodoh-02.gif);
	}
	#page-chapel #page-chapel-03 {
		background-image: url(../../imgs/h1-chapel-sodoh-03.gif);
	}
	/* chapel - [CMS] - end */

	/* hall - [CMS] - start */
	#page-hall #page-hall-01 {
		background-image: url(../../imgs/h1-hall-sodoh-01.gif);
	}
	#page-hall #page-hall-02 {
		background-image: url(../../imgs/h1-hall-sodoh-02.gif);
	}
	#page-hall #page-hall-03 {
		background-image: url(../../imgs/h1-hall-sodoh-03.gif);
	}
	#page-hall #page-hall-04 {
		background-image: url(../../imgs/h1-hall-sodoh-04.gif);
	}
	#page-hall #page-hall-05 {
		background-image: url(../../imgs/h1-hall-sodoh-05.gif);
	}
	/* hall - [CMS] - end */

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 3. Layout
 */
/* #hNav */
	#hNav #hdrDial {
		width: 125px;
		background-image: url(../../../sodoh/imgs/common/hdr-contact.gif);
	}

/* eNav fr */
	#eNav ul.fr {
		width: 265px;
		/width: 270px;
	}

/* copyright */
	#copyright {
		height: 110px;
	}

/**
 * 4. EachPageStyle
 */
/* #index */
 	#index #flashHide {
		background-color: #221c1a;
	}
/* form */
	#form .contentTitleTxt {
		padding-left: 100px;
		background-image: url(../../../sodoh/imgs/common/logo-form.gif);
	}
