@charset "utf-8";
/* CSS Document */

/*******************************************

           1. Reset Setting            

*******************************************/


* {
	font-size:100% ;
	font-weight:normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font: 13px 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, Verdana, Arial, sans-serif;
	background: url(../images/bg-main.png) top left repeat-x; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a, a:link { color: #2b6cb5; text-decoration: underline;}
a:visited, a:active{ color: #941D55;}
a:hover{ text-decoration: none;}





.clear{ clear: both; }
img{ border: none; }


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper{ 
	width: 970px;
	margin: 0 auto;
}


/*******************************************

           2. header Setting            

*******************************************/

#header {
	height: 423px;
	width: 970px;
	/*background: yellow;*/
}

	#top-header {
		width: 964px;
		height: 56px;
		padding: 16px 0 0 0;
		margin: 0 0 0 6px;
		/*background: red;*/
	}
	
		#logo {
			width: 215px;
			height: 41px;
			float: left;
			display: inline;
		}
		
		#tnav-wrap {
			width: 360px;
			float: right;
			display: inline;
		}
		
		#top-nav {
			width: 360px;
			float: right;
			display: inline;
			
		}
			#top-nav ul {
				background: url(../images/top-nav-bg.png) no-repeat top left;
				height: 19px;
				padding: 4px 0 0 6px;
			}
		
				#top-nav ul li {
					float: left;
					display: block;
					padding-right: 8px;
				}
				
		#font-box {
			float: right;
			display: inline;
			margin: 1px 15px 0 0;
		}
		
				#font-box ul li {
					float: left;
					display: block;
				}
		
/*----- 2.1 global navigation -----*/

	#glo-nav {
		width: 970px;
		height: 55px;
		background: url(../images/glo-nav-bg.png) no-repeat top left;
	}
	
		#glo-nav ul { padding: 0 0 0 5px; }
		
		#glo-nav ul li {
			float: left;
			display: inline;
		}
	
	#main-banner {
		width: 960px;
		margin: 3px 5px 0 5px;
	}
	
	/* for IE6 */
	#main-banner img {
		display: block;
	}
	
/*******************************************

           2. Content Setting            

*******************************************/

#wrapper-content {
	width: 970px;
	background: url(../images/content-top-bg.png) no-repeat top left;
	overflow: hidden;
}

	#main-contentBox {
		width: 960px;
		padding: 0 5px;
		margin-top: 17px;
		background: url(../images/main-bg.png) repeat-y top left;
		float:left;
	}
	
		#left-content {
			width: 590px;
			float: left;
			display: inline;
			margin: 0 10px;
		}
		
			.left-box {
				width: 590px;
				margin-bottom: 18px;
				float: left;
				display: inline;
			}
			
				.left_ {
					float: left;
					display: inline;
				}
				
				.box-list {
					width: 580px;
					background: url(../images/ulBg.png) repeat-y top left;
					margin: 12px 0 0 10px;
					float: left;
					display: inline;
				}
				
					.left-list {
						padding-top: 7px;
					}
					
						.left-list li {
							background: url(../images/bullet.png) no-repeat 7px 4px;
							padding: 0 0 10px 20px;
							line-height: 1.2em;
						}
						
							.left-list li strong {
								font-weight: bold;
							}
					
		
		#right-content {
			width: 340px;
			float: left;
			display: inline;
		}
		
			#right-content h3 {
				margin-bottom: 8px;
			}
			
			.box-right {
				border: 1px solid #e3e3e3;
				margin-bottom: 7px;
			}
			
				.box-right-inside {
					width: 340px;
					background: url(../images/dot-line.png) top left no-repeat;
					overflow: hidden;
				}
				
				.inside-left-col {
					float: left;
					display: inline;
					width: 170px;
				}
				
					.inside-left-col ul {
						margin: 11px 0 11px 10px;
					}
					
						.inside-left-col ul li {
							background: url(../images/bullet-left.png) no-repeat 20px 6px;
							padding: 0 0 5px 29px;
							
						}
				
				.inside-right-col {
					float: left;
					display: inline;
					width: 170px;
				}
				
					.inside-right-col ul {
						margin: 11px 0 11px 0px;
					}
					
						.inside-right-col ul li {
							background: url(../images/bullet-left.png) no-repeat 20px 6px;
							padding: 0 0 5px 29px;
							
						}
						
				.bottom-right-box {
					width: 340px;
				} 
				
				.bottom-right-box h4 {
					margin-bottom: 4px;
				}
				
				p.goBack {
					text-align: right;
					margin: 20px 0 8px 0;
				}
				
/*******************************************

           2. Footer Setting            

*******************************************/	
			
		#footer {
			width: 960px;
			background: url(../images/footer-bg.png) no-repeat left top;
			clear: both;
			height: 150px;
		}
		
			#left-footer {
				width: 645px;
				float: left;
				display: inline;
				margin: 25px 0 0 0;
			}
			
			#footer ul {
				margin: 0px 0 14px 11px;
				display: inline-block;
			}
		
			#footer ul li {
				display: inline;
				float: left;
				padding: 0 9px;
				border-right: 1px solid #5a5858;
				font-size: 10px;
			}
			
				#footer ul li.last-list {
					border: none;
				}
			
			ul#status-footer {
				display: block;
				color: #333333;
			}
			
			ul#status-footer li {
				display: inline;
				float: left;
				padding: 0 9px;
				border: none;
			}
			
			#footer ul li a {
				color: #5a5858;
			}
			
			#right-footer {
				width: 305px;
				float: right;
				display: inline;
				text-align: right;
				margin: 100px 10px 0 0;
			}
			
			#right-footer p {
				color: #5a5858;
				font-size: 10px;
				margin-top: 12px;
			}