	
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
		
		p, ul { font-size: 13px} 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	list-style-type: square;
}
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
			
		body {
			font-family: Verdana, Arial;
			background: #FFFFFF url(assets/back.jpg) repeat-x top;
			color: #000;
			width: 800px;
			margin: 0px auto auto;
			text-align: center;
			padding-bottom: 20px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 670px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #CCCCCC; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 780px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 670px;
			clear: both;
			background: #F6F6F6;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 780px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	background: #FFFFFF url(assets/tabback.jpg) no-repeat left top;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 52px;
	margin: 0 2px;
		}
		
		.stripNav a:hover {
			background: #FFFFFF url(assets/tabback_up.jpg) no-repeat left top;
	padding: 0 52px;
	margin: 0 2px;
		}
		
		.stripNav a.current {
			background: #FFFFFF url(assets/tabback_on.jpg) no-repeat left top;
			color: #fff;
	padding: 0 52px;
	margin: 0 2px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("assets/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("assets/arrow-right.gif") no-repeat center;
		}
		
#headimg {
	background-image: url(assets/content_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 19px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}

#headimg #otoiawasw {
	position: absolute;
	visibility: visible;
	height: 34px;
	width: 154px;
	top: 3px;
	left: 590px;
	background-image: url(assets/otoiawase_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#topnavi img {
	margin: auto;
}

#topnavi table {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#topnavi td {
	text-align: center;
}

/*　トップナビ部 */

#top {
	background-color: #000000;
	height: 30px;
	width: 800px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
}
#top a {
	display: block;
}

#top ul {
	position: relative;
	width: 800x;
	height: 30px;
	margin: 0px;
	list-style: none;
}

#top li {
text-indent: -9999px;
display: inline;
}

#top #packsd a {
	background-image: url(assets/PACK_logo_bk.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 27px;
	width: 137px;
	left: 5px;
	top: 3px;
	text-decoration: none;
}

#top #otoiawase a {
	background-image: url(assets/otoiawase-1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 25px;
	width: 120px;
	left: 675px;
	top: 3px;
}
#top #otoiawase a:hover {
	background-image: url(assets/otoiawase-2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 25px;
	width: 120px;
	left: 675px;
	top: 3px;
}

#top #info1 a {
	background-image: url(assets/saiyou-1.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 25px;
	width: 73px;
	left: 513px;
	top: 3px;
	background-position: center;
}

#top #info1 a:hover {
	background-image: url(assets/saiyou-2.gif);
}

#top #info2 a {
	background-image: url(assets/en-1.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 25px;
	width: 73px;
	left: 590px;
	top: 3px;
	background-position: center;
}
#top #info2 a:hover {
	background-image: url(assets/en-2.gif);
}

#top #info3 a {
	background-image: url(assets/jpn-1.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 25px;
	width: 73px;
	left: 590px;
	top: 3px;
	background-position: center;
}
#top #info3 a:hover {
	background-image: url(assets/jpn-2.gif);
}

#headimg h1 {
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
}



/*　トップナビ部終了 */

.slider-wrap h1 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 10px;
	clear: both;
	font-weight: bolder;
	font-size: 20px;
}


h2 {
	text-align: left;
	font-size: 16px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #990000;
	color: #990000;
	font-weight: bolder;
	font-style: normal;
	clear: both;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

h2 a{
	color: #990000;
	text-decoration: none;
}

#webformtop table {
	text-align: left;
	padding: 15px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
.webform table {
	background-color: #eeeeee;
	margin: 10px auto;
	text-align: center;
}
.planning img {
	margin: 15px;
	float: left;
	border: thin solid #CCCCCC;
}
.groupnetwork img {
	margin: 10px 0px 10px 10px;
	float: right;
	border: thin solid #CCCCCC;
}
.material {
	float: left;
	padding-bottom: 15px;
	padding-top: 5px;
}
#footer {
	font-size: 10px;
	color: #333333;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#footer img {
	margin-right: 1px;
	margin-left: 1px;
}
#footer #link img {
	margin: 5px;
}
