@charset "shift_JIS";

/*-------------------------------------------------------------------------------*/

/*
¥IMPORT
---------------------------------------------------------------------------------*/
@import "reset.css";
@import "base.css";
@import "common.css";
@import "hack.css";
/*\*//*/@import "mac_ie.css";/**/

#wrapper {
	background: url(../images/bg_cntsTopIndex.jpg) center top no-repeat;
}



			/*
			¥left > [unique] div.index
			---------------------------------------------------------------------*/
			#main {
				padding: 0 0 40px 0;
			}
			
			div.index {
				width: 970px !important;
				position: relative;
				left: -15px;
				_left: 0;
				background: url(../images/bg_index.png) left top no-repeat;
			}
		
			div.index div.transparent {
				width: 970px;
				height: 420px;
				background: url(../images/title_index.png) left center no-repeat;
			}
			
			div.index #seo {margin: 0 10px; font-size: x-small;}
			* html #seo {font-size: xx-small;}
			*:first-child+html #seo {font-size: xx-small;}
			
			h1,h2 {display: inline;}
			h2 {padding: 0 0 0 10px;}
			#seo p {float: right; font-size: 100%; vertical-align:top;}
			
			div#wrapCenter {
				text-align: center;
			}

			div.index p#followTxt{
				margin: 15px auto;
				width: 500px;
				text-align: left;
				line-height: 150%;
			}

