@CHARSET "UTF-8";
div#contents {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	width:950px;
	padding: 0px;
	background:#aaa;
}

div#global-header {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width:950px;
	padding: 0px;
	background:#aaa;
}

div#contents-center {
	text-align:left;
	margin-left: 20px;
	padding: 0px;
	width:710px;
	background:#aaa;
	float:left;
}

div#contents-right {
	text-align:left;
	width:210px;
	background:#aaa;
	float:left;
}

div#header {
	text-align:left;
	font-size:13px;
	width:100%;
	color: #fff;
	background:#fff;
}

div#header-bar {
	text-align:left;
	font-size:13px;
	padding:30px;
	width:100%;
	color: #fff;
	background-repeat:no-repeat;
	background-image: url(header.jpg);
}

div#header-title {
	text-align:left;
	font-size:20px;
	clear: both;
	font-weight: bold;
	margin: auto;
}

div#footer {
	font-size:13px;
	text-align:center;
	padding:50px 0 0 0;
	clear: both;
	margin: auto;
}

* { margin: 0; padding: 0 }

p { text-align: left; margin: 15px 0 }

p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #39c; text-decoration: none }

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 }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

a.top { float:center; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	text-align:center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
	background-color: #444;
}

a:link {
	text-decoration:none;
	color: #048;
	font-size: 13px;
}

a:visited {
	color:355;
	text-decoration:none;
	font-size: 13px;
}

.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 */
	position: relative;
	width: 100%;
}

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

.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;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 700px; /* 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;
}

.stripViewer { /* This is the viewing window */
	font-size: 17px;
	text-align: left;
	position: relative;
	overflow: hidden; 
	border: 1px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 700px;
	clear: both;
	padding: 0 0 0 0;
	letter-spacing: 0.1em;
	line-height: 150%;
	background: #fff;
	color: #000;
}

.stripNavL a { /* The nav links */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	color: #336;
	text-decoration: none;
	display: block;
	padding: 5px;
	float:left;
}

.stripNavR a { /* The nav links */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	color: #336;
	text-decoration: none;
	display: block;
	padding: 5px;
	float:right;
}

.stripNavBeforeL a { /* The nav links */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	color: #336;
	text-decoration: none;
	display: block;
	padding: 5px;
	float:left;
}

.stripNavBeforeR a { /* The nav links */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	color: #336;
	text-decoration: none;
	display: block;
	padding: 5px;
	float:right;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display: none;
	margin: 39px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 700px;
}

.stripNav ul li {
	float: left;
	width: 30px;
	margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 4px;
}

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

/*******************************************************
	contents
*******************************************************/
.subtitle{
	float: left;
}
.pageCount{
	float: right;
}

/*******************************************************
	side bar
*******************************************************/
.side-bar {
	width:180px;
	text-align:left;
	font-size:13px;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: auto;
	background:#ffffff;
}

.side-bar ul{
	margin:0;
	padding:0;
	text-align:center;
}

.side-bar li{
	margin:0;
	padding:3px 0px 3px 22px;
	list-style:none;
	text-align:left;
	font-size:13px;
	background-image:url(icon.jpg);
	background-repeat:no-repeat;
	background-position:5px 5px;
	word-break:break-all;
	overflow:hidden;
}
.side-title {
	font-size:13px;
	width:100%;
	overflow:hidden;
	word-break:break-all;
	color: #fff;
	font-weight:bold;
	padding: 2px 0px;
	margin-bottom: 10px;
	text-align:center;
	background-color:#ffffff;
	background-image: url(side_title.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.side-text {
	width:170px;
	line-height:1.3;
	padding:5px;
	overflow: hidden;
}

.submitButton {
	margin-left: 8px;
	border:1px solid #000000;
}

div#messageSpace {
	width:180px;
	padding:8px;
	color: #f00;
}
div#thumbnail {
	padding:8px;
}
div#radarChartDiv {
	width:100%;
}
span#messageSpaceMark {
	width:180px;
	padding:8px;
	color: #f00;
}
div#markingSpace {
	padding:8px;
}

/*******************************************************
	mobile
*******************************************************/
div#mobile-contents {
	text-align:left;
	background:#ffffff;
	float:left;
}

div#mobile-header {
	text-align:left;
	font-size:13px;
	width:100%;
	color: #fff;
	background:#335555;
}

div#mobile-header-bar {
	text-align:left;
	font-size:13px;
	width:100%;
	color: #000;
}

div#mobile-header-title {
	text-align:left;
	font-size:20px;
	clear: both;
	font-weight: bold;
	margin: auto;
}

div#mobile-contents-center {
	text-align:left;
	padding: 10px;
	background:#ffffff;
}

div#mobile-footer {
	font-size:12px;
	text-align:center;
	padding:50px 0 0 0;
	clear: both;
	margin: auto;
}
