@charset "utf-8";


/* ---------------------------------------------------------------------------------------------------------- *

	 1. Image Area
 
 * ---------------------------------------------------------------------------------------------------------- */

#imageArea {
	background:#4d4d4d url(../img/bg_mainImage.jpg) repeat-x top center;
	}

#imageArea .flashArea {
	margin:0 auto;
	padding-top:17px;
	width:934px; height:368px;
	background:url(../img/bg_flashArea.png) no-repeat top center;
	}

#imageContainer {
	position:relative;
	margin:auto;
	width:900px; /*摜̉*/
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}



/* ---------------------------------------------------------------------------------------------------------- *

	 2. Container
 
 * ---------------------------------------------------------------------------------------------------------- */

#container #newsArea {
	float:left;
	margin-left:12px;
	width:236px;
	border:2px solid #f2f2f2;
	}

#home #container {
	padding-top:10px;
	}

#container #contentArea {
	margin-right:12px;
	float:right;
	width:660px;
	text-align:left;
	}

/* ------------------------------------------------------------ *
	 2-1. Container - News Area
 * ------------------------------------------------------------ */
#container #newsArea h2 {
	padding-right:8px;
	text-align:right;
	line-height:33px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../img/h2_whatsnew.gif) no-repeat;
	color:#fff;
	}

#container #newsArea .case {
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#container #newsArea .case dt {
	font-size:0.8em;
	padding:2px 6px;
	border-top:1px dotted #ccc;
	background-color:#ffeaef;
	}

#container #newsArea .case dt span {
	font-size:1em;
	}

#container #newsArea .case dd {
	padding:3px 8px 10px;
	font-size:0.9em;
	}

/* ------------------------------------------------------------ *
	 2-2. Container - Content Area
 * ------------------------------------------------------------ */
#container #contentArea .greetingArea {
	border:2px solid #f2f2f2;
	}

#container #contentArea h2 {
	padding-right:8px;
	text-align:right;
	font-weight:normal;
	line-height:33px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	}

#container #contentArea h2.t01 {
	background:url(../img/h2_new.gif) no-repeat;
	color:#fff;
	}

#container #contentArea .listCase {
	padding:5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#container #contentArea .listCase p {
	padding:0 5px;
	line-height:23px;
	font-size:1.2em;
	}


