@charset "UTF-8";

* { padding:0; margin:0; }

body {
	text-align: center; 
	background-color: #f3f3f3;
	background-image:url(../img/bg_img.gif);
	background-position:center;
	background-repeat:repeat-y; }
	
#about_wrapper, #project_wrapper, #contact_wrapper, #contents_wrapper {
	width:840px; text-align:center; margin:0 auto; }



/*______________________________TOP_NAVIGATION___________________________________*/
#navi { 
	width:840px; height:60px; margin:0 auto; }
#navi_a_contents {
	width:720px; height:60px; float:left;}
#navi_b_sub {
	width:120px; height:60px; float:left; text-align:left; }


/*________________________________PAGE_TITLE_____________________________________*/
#title { 
	width:840px; height:100px; margin:15px auto 0 auto; }




/*__________________________________CONTENTS_____________________________________*/
#container {
	width:840px; margin:15px auto; }
	
/*______________LEFT_INDEX________________*/
	#about_index, #project_index, #contact_index, #contents_index {
		width:180px; height:300px; float:left; text-align:left;
		margin:0 20px auto 20px; display:inline; }

/*______________MAIN_CONTENTS_____________*/
	.contents_main_wrapper {
		width:620px; float:left; text-align:left; }

/*______________SUB_CONTENTS_____________*/
	.contents_sub_wrapper {
		width:620px; margin-top:20px; float:right; text-align:left; }
	
		.contents_sub_header {
		width: 610px;
		height: 29px;
		background-image: url(../jp/about/img/03_main_bg_a.gif);
		background-repeat: no-repeat; }
	
		.contents_sub {
		width: 525px;
		height: auto;
		padding: 0 55px 20px 30px;
		text-align: left;
		background-image: url(../jp/about/img/03_main_bg.jpg);
		background-repeat:repeat-y; }	
		
			.contents_sub p {
			margin: 12px 0 15px 0;
			font-family: "Arial, "ヒラギノ角ゴ Pro W3", ＭＳ Ｐゴシック", Osaka;
			font-size: 13px;
			line-height: 1.6em; }

		.contents_sub_footer {
		width: 610px;
		height: 5px;
		background-image:url(../jp/about/img/01_main_bg_bottom.gif);
		background-position:left;
		background-repeat:no-repeat;
		position: relative; }
	
	
/*___________________________________________________________________________________*/

	
#footer { 
	padding:5px 0; margin:0 auto; 
	clear:both; width:830px; text-align:center;
	border-top:#dddddd solid 1px; }

address {
	font-size: 12px; font-family: Calibri, Gill Sans, Arial, Helvetica, sans-serif;
	color: #888888; font-style: normal; text-align: center;
	clear: both; }

