/* TAGS */
* {
	margin:0;
	padding:0; }
html {
	overflow-y:scroll;
	}
body {
	font-size:62.5%; line-height:1; 
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic",Osaka,Verdana,Arial, Helvetica, sans-serif;
	color: #000000;
	background:#FFFFFF;
	}
img {
	border:none; }
a {
	color:#000066; }
	a:hover {
		color:#000000; }
span{}
ul {
	list-style: square outside;
	}
ol {
	list-style: decimal outside;
	}
hr {
	display: none;
	}
	div.hr {
		background:url("../img/hr.png") 0 0 no-repeat;
		height:1px;
		margin:15px 0;
		}

/* CAKE CSS */
#flashMessage {
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	background:#AA5151;
	padding:6px;
	margin:0 0 1em 0;
	}
.error-message {
	font-size:1em;
	font-weight:bold;
	color:#AA5151;
	position:relative;
	top:-0.5em;
	margin:0 0 1em 0;
	}
.form_error {}


/* CONTAINER */
#body {}
	#body div.bodyContainer {
		overflow:hidden; 
		}
#headerTagline {
	background:#93D2D7;
	height:30px;
	}
	#headerTagline .headerTaglineContainer {
		width:900px;
		margin:0 auto;
		overflow:hidden;
		}
	#tagline {
		float:left;
		width:810px;
		color:#45382C;
		font-size:1.2em;
		line-height:30px;
		}
	#contact {
		float:left;
		width:90px;
		padding-top:7px;
		}
#header {
	padding-top:24px;
	}
	#header .headerContainer {
		width:900px;
		margin:0 auto;
		overflow:hidden;
		}
	#header .logo {
		float:left;
		width:312px;
		}
	#header .navi {
		float:right;
		overflow:hidden;
		}
	#header .homeFlash {
		clear:both;
		width:900px;
		height:186px;
		}


#headerNavi {
	}
	#headerNavi .headerNaviContainer {
		}
	#headerNavi ul {
		text-align:right;
		overflow:hidden;
		}
		#headerNavi ul li {
			display:inline;
			font-size:1.2em;
			color:#FFFFFF;
			line-height:1.3;
			padding:0 1em 0 9px;
			background:url("../img/arrow.png") 0 0.4em no-repeat;
			}
		* html #headerNavi ul li {
			background:url("../img/arrow.png") 0 5px no-repeat;
			}
	#headerNavi a {
		color:#000000;
		text-decoration:none;
		}


#globalNavi {
	background:#45382C;
	height:33px;
	}
	#globalNavi .globalNaviContainer {
		width:920px;
		margin:0 auto;
		overflow:hidden;
		left:10px;
		position:relative;
		}
	#globalNavi ul {
		list-style-position:outside;
		width:920px;
		overflow:hidden;
		}
		#globalNavi ul li {
			list-style:none;
			float:left;
			height:33px;
			width:210px;
			padding:0 20px 0 0;
			overflow:hidden;
			}
			#globalNavi ul li a {
				display:block;
				width:210px;
				height:33px;
				overflow:hidden;
				}
			#globalNavi ul li a img { vertical-align: top; }
			html > body #globalNavi ul li a:hover img { visibility:hidden; }
			html > body #globalNavi .AboutLtp a:hover { background:url("../img/elements/globalNavi/live/AboutLtp.png") no-repeat; }
			html > body #globalNavi .FunctionEffect a:hover { background:url("../img/elements/globalNavi/live/FunctionEffect.png") no-repeat; }
			html > body #globalNavi .Pressure a:hover { background:url("../img/elements/globalNavi/live/Pressure.png") no-repeat; }
			html > body #globalNavi .Vessels a:hover { background:url("../img/elements/globalNavi/live/Vessels.png") no-repeat; }





#localNavi {
	width:270px;
	background:#45382C;
	padding:12px 15px;
	margin:0 0 15px 0;
	overflow:hidden;
	}
	#localNavi ul {
		list-style:none;
		}
		#localNavi ul li {
			font-size:1.3em;
			padding:0.5em 0 0.5em 0.8em;
			background:url("../img/arrow.png") 0 0.7em no-repeat;
			_background:url("../img/arrow.png") 0 10px no-repeat;
			}
			#localNavi ul li.live {
				font-weight:bold;
				color:#FFFFFF;
				background:url("../img/arrow-live.png") 0 0.7em no-repeat;
				_background:url("../img/arrow-live.png") 0 9px no-repeat;
				}
				#localNavi ul li.lv-2 {
					margin-left:1em;
					padding:0.2em 1em 0.5em 0.8em;
					background:url("../img/arrow.png") 0 0.4em no-repeat;
					_background:url("../img/arrow.png") 0 7px no-repeat;
					}
				#localNavi ul li.lv-2-live {
					margin-left:1em;
					font-weight:bold;
					color:#FFFFFF;
					padding:0.2em 1em 0.5em 0.8em;
					background:url("../img/arrow-live.png") 0 0.4em no-repeat;
					_background:url("../img/arrow-live.png") 0 7px no-repeat;
					}

	#localNavi a {
		text-decoration:none;
		color:#FFFFFF;
		}


#topicPath {
	clear:both;
	padding:3px 30px 9px 0;
	}
	#topicPath .topicPathContainer {
		color:#45382C;
		font-size:1.1em;
		line-height:16px;
		}
	#topicPath img {
		top:4px;
		position:relative;
		}
	#topicPath a {
		color:#45382C;
		}

#content {
	overflow:hidden;
	background:#F7D1BD;
	}
	#content div.contentContainer {
		overflow:hidden;
		width:900px;
		padding:18px 0 18px 0;
		margin:0 auto;
		}
#sidebar {
	float:left;
	width:300px;
	overflow:hidden;
	}
	.containerHome #sidebar {
		padding-top:12px;
		margin:0 42px 0 0;
		}
	.containerOther #sidebar {
		padding-top:12px;
		margin:0 0 0 42px;
		}
	#sidebar .sidebarContainer {}
		#sidebar ul.sp {
			margin-bottom: 12px;
			list-style:none;
			}
			#sidebar ul.sp li {
				margin-sp:15px;
				background:#FFFFFF;
				}
				#sidebar ul.sp li ul.link {
					padding:0.5em 1.5em 0.5em 1.5em;
					}
					#sidebar ul.sp li ul.link li {
						list-style:none;
						font-size:1.2em;
						line-height:1.3;
						padding:0 0 0.3em 9px;
						background:url("../img/arrow.png") 0 0.3em no-repeat;
						}
					*html #sidebar ul.sp li ul.link li {
						background:url("../img/arrow.png") 0 5px no-repeat;
						}
				#sidebar ul.sp li ul.link a {
					text-decoration:none;
					}
				#sidebar ul.sp li ul.link span {
					font-size: 0.9em;
					}
		#sidebar div#whatsNew {
			padding-top:15px;
			}
			#sidebar div#whatsNew ul {
				font-size:0.9em;
				padding:9px;
				overflow:hidden;
				background:#FFFFFF;
				list-style:none;
				}
				#sidebar div#whatsNew ul li {
					width:270px;
					padding:6px;
					}
					#sidebar div#whatsNew ul li div {
						overflow:hidden;
						line-height:1.3;
						}
					#sidebar div#whatsNew ul li div.date {
						font-weight:bold;
						color:#45382C;
						}
					#sidebar div#whatsNew ul li div.content {
						font-size:1.3em;
						}
			#whatsNew a {
				color:#000000;
				}
			#whatsNew span.new {
				font-weight:bold;
				color:#CE3154;
				}
			#whatsNew div.navi {
				height:16px;
				padding:1px 0 0 0;
				}
				#whatsNew div.navi a {
					float:right;
					display:block;
					width:54px;
					height:16px;
					overflow:hidden;
					}
				#whatsNew div.navi a img {
					vertical-align: top;
					}
				* html #whatsNew div.navi a:hover {
					background:transparent;
					}
				#whatsNew div.navi a:hover img {
					visibility:hidden;
					}
				#whatsNew div.navi a:hover {
					background:url("../img/more-live.png") no-repeat;
					}




#contentForLayout {
	float:left;
	width:558px;
	}
	.containerOther #contentForLayout {
		margin-top:12px;
		background:#FFFFFF;
		width:498px;
		padding:30px;
		}
	.containerFull #contentForLayout {
		margin-top:12px;
		background:#FFFFFF;
		width:840px;
		padding:30px;
		}
	#contentForLayout div {}
		#contentForLayout div.navi {
			height:16px;
			padding:1px 0 0 0;
			}
			#contentForLayout div.navi a {
				float:right;
				display:block;
				width:54px;
				height:16px;
				overflow:hidden;
				}
			#contentForLayout div.navi a img {
				vertical-align: top;
				}
			* html #contentForLayout div.navi a:hover {
				background:transparent;
				}
			#contentForLayout div.navi a:hover img {
				visibility:hidden;
				}
			#contentForLayout div.navi a:hover {
				background:url("../img/more-live.png") no-repeat;
				}
		#contentForLayout div.created {
			font-size:0.9em;
			padding:0 0 1em 0;
			color:#666684;
			}
		#contentForLayout div.column {
			padding:1em 1em 0 1em;
			background:#DCEEE0;
			}
		#contentForLayout div.fig {
			text-align: center;
			padding: 1em 0;
			}
		#contentForLayout div.fig-table table {
			float: right;
			padding: 0 1em 1em 1em;
			}
			#contentForLayout div.fig-table table thead td {
				padding: 6px;
				font-size: 13px;
				color: #FFF;
				background:#2D6587;
				}
			#contentForLayout div.fig-table table tbody td {
				padding: 6px;
				font-size: 13px;
				background:#B4C8D3;
				}
				#contentForLayout div.fig-table table tbody td span {
					font-size: 9px;
					}
		#contentForLayout div.photo {
			float: right;
			padding: 0 0 1em 1em;
			}
		#contentForLayout div.point {
			color: #CD3153;
			font-size: 15px;
			padding: 1em;
			}
		#contentForLayout div.profile {
			padding: 1em;
			margin: 15px 0;
			border: 3px solid #B4C8D3;
			}
			#contentForLayout div.profile h3 {
				margin-top: 0;
				}
			#contentForLayout div.profile p {
				padding-bottom: 0;
				}
		#contentForLayout .pageTopLink {
			text-align:right;
			height:16px;
			padding-bottom:2em;
			}
		#contentForLayout div#whatsNew {
			
			}
			#contentForLayout div#whatsNew ul {
				font-size:0.9em;
				padding:15px;
				overflow:hidden;
				background:#FFFFFF;
				list-style:none;
				}
			.containerHome #contentForLayout div#whatsNew ul {
				width:528px;
				}
			.containerOther #contentForLayout div#whatsNew ul {
				width:468px;
				}
				#contentForLayout  div#whatsNew ul li div {
					overflow:hidden;
					line-height:1.3;
					padding:0.6em 0;
					}
				.containerHome #contentForLayout div#whatsNew ul li div {
					width:528px;
					}
				.containerOther #contentForLayout div#whatsNew ul li div {
					width:468px;
					}
					#contentForLayout div#whatsNew ul li div.date {
						float:left;
						width:111px;
						font-weight:bold;
						padding-top:1em;
						color:#45382C;
						}
					#contentForLayout div#whatsNew ul li div.content {
						float:left;
						font-size:1.3em;
						}
					.containerHome #contentForLayout div#whatsNew ul li div.content {
						width:417px;
						}
					.containerOther #contentForLayout div#whatsNew ul li div.content {
						width:357px;
						}
		#contentForLayout div.a {
			width:498px;
			overflow:hidden;
			}
			#contentForLayout div.a span.a {
				float:left;
				font-size:3em;
				display:block;
				width:45px;
				}
			#contentForLayout div.a p {
				float:left;
				width:453px;
				}
		#contentForLayout div.q {
			width:498px;
			overflow:hidden;
			padding-bottom:1em;
			}
			#contentForLayout div.q span.q {
				color:#CD3153;
				font-size:3em;
				display:block;
				width:45px;
				float:left;
				}
			#contentForLayout div.q h2 {
				float:right;
				width:453px;
				padding:0 !important;
				}


		#contentForLayout div.topicBody {
			padding:2em 0 0 0;
			}
			#contentForLayout div.topicBody img {
				margin:6px;
				}
			#contentForLayout div.topicBody ul {
				padding:0 0 1em 0;
				}
				#contentForLayout div.topicBody ul li {
					font-size:1.2em;
					line-height:1.5;
					padding:0;
					margin:0 0 1em 30px;
					}
			#contentForLayout div.topicBody ol {
				padding:0 0 1em 0;
				}
				#contentForLayout div.topicBody ol li {
					font-size:1.2em;
					line-height:1.5;
					padding:0;
					margin:0 0 1em 30px;
					}
				#contentForLayout div.topicBody ol li span.add, #contentForLayout div.topicBody ul li span.add {
					font-size:0.9em;
					color:#45382D;
					}

		#contentForLayout div.contact {
			line-height:1.5;
			padding:9px 0;
			}
			#contentForLayout div.contact div.strong {
				font-weight:bold;
				font-size:1.5em;
				padding:0 0 9px 0;
				}
		#contentForLayout div.entry-imgFull {
			text-align:center;
			padding:9px;
			background:#FFFFFF;
			}
		#contentForLayout div.imgFull {
			text-align:center;
			padding:9px;
			}
	#contentForLayout h1 {
		padding:0 0 1em 0;
		font-size:1.8em;
		line-height:1;
		color:#45382D;
		}
	#contentForLayout h2 {
		font-size:1.4em;
		color:#CD3153;
		line-height:1.3;
		padding:0.5em 0 0.5em 0; }
		#contentForLayout h2.image {
			overflow:hidden;
			font-size:12px;
			line-height:1;
			height:12px;
			padding:0;
			margin:0;
			}
	#contentForLayout h3 {
		font-size:1.3em;
		color:#45382D;
		line-height:1.2;
		padding:0.5em 0 0 0;
		border-bottom:1px #45382D solid;
		margin:0.5em 0 0.5em 0;
		}
		#contentForLayout h3 span{
			font-size:0.9em;
			font-weight:normal;
			color:#45382D;
			padding-left:1em;
			}
	#contentForLayout h4 {
		font-size:1.1em;
		color:#2D6587;
		line-height:1.2;
		padding:0.5em 0 0 0;
		margin:0.5em 0 0.5em 0;
		}
		#contentForLayout h4.sp {
			font-size:13px;
			padding:0;
			margin:0 0 0.5em 0;
			}
	#contentForLayout p {
		padding:0 0 2em 0;
		font-size:1.3em;
		line-height:1.5;
		}
		#contentForLayout p.image {
			text-align:center;
			padding:0 0 2em 0;
			}
		#contentForLayout p.detail {
			font-size:1.2em;
			line-height:1.3;
			}
		#contentForLayout p.note {
			padding:0.5em 0 2em 0;
			font-size:1em;
			line-height:1.3;
			color:#000000;
			}
		#contentForLayout p.supervision {
			font-size:1em;
			}
		#contentForLayout p.strong {
			font-weight:bold;
			color:#CD3153;
			font-size:2em;
			}

	#contentForLayout img {}
		#contentForLayout img.floatLeft {
			padding:0 0.5em 0.5em 0;
			float:left;
			}
		#contentForLayout img.floatRight {
			padding:0 0 0.5em 0.5em;
			float:right;
			}
	#contentForLayout ul {}
		#contentForLayout ul.profile {
			padding:0 0 2em 0;
			}
			#contentForLayout ul.profile li {
				list-style:square;
				font-size: 12px;
				line-height:1.3;
				padding:0 1em 0 0;
				margin:0.3em 0 0 12px;
				}
		#contentForLayout ul.check {
			text-align: left;
			margin: 0 auto;
			border: 1px solid #2D6587;
			padding: 15px;
			width: 300px;
			}
			#contentForLayout ul.check li {
				list-style:none;
				font-size: 13px;
				line-height:1.3;
				padding:0 1em 0 0;
				margin:0.3em 0 0 21px;
				}

		#contentForLayout ul.detail {
			padding:0 0 2em 0;
			}
			#contentForLayout ul.detail li {
				list-style:square;
				font-size: 12px;
				line-height:1.3;
				padding:0 1em 0 0;
				margin:0.3em 0 0 21px;
				}
				#contentForLayout ul.detail ol li {
					list-style:decimal;
					line-height:1.3;
					padding:0 1em 0 0;
					margin:0 0 0 36px;
					}
		#contentForLayout ul.menu {
			overflow:hidden;
			padding:15px;
			margin-bottom:2em;
			background:#93D2D7;
			}
			#contentForLayout ul.menu li {
				float:left;
				line-height:1.1;
				list-style:none;
				display:inline;
				font-size:1.2em;
				padding:0 1em 0 10px;
				background:url("../img/arrow-b.png") 0 0.3em no-repeat;
				}
				#contentForLayout ul.menu a {
					text-decoration:none;
					}
		#contentForLayout ul.link {
			padding:0 0 2em 0;
			}
			#contentForLayout ul.link li {
				list-style:none;
				font-size:1.2em;
				line-height:1.3;
				padding:0 0 9px 9px;
				background:url("../img/arrow.png") 0 0.4em no-repeat;
				}
				#contentForLayout ul.link li span {
					font-size:0.8em;
					color:#2D6587;
					}
		#contentForLayout ul.note {
			font-size:0.9em;
			padding:0.5em 9px 0 9px;
			background:#FFFFFF;
			margin:2em 0 0 0;
			}
			#contentForLayout ul.note li {
				list-style-position:outside;
				line-height:1.3;
				padding:0 0 0.5em 0;
				margin-left:1em;
				}
		#contentForLayout ul.sitemap {
			padding:0 0 1em 0;
			}
			#contentForLayout ul.sitemap li {
				list-style:none;
				font-size:1.1em;
				color:#FFFFFF;
				line-height:1.3;
				padding:0 1em 0 9px;
				margin:0.3em 0;
				background:url("../img/arrow-alt.png") 0 0.4em no-repeat;
				}
	#contentForLayout ol {}
		#contentForLayout ol.terms {
			margin:0 0 2em 0;
			background:#DCEEE0;
			padding:1em;
			}
			#contentForLayout ol.terms li {
				font-size:1.1em;
				line-height:1.3;
				padding:0 1em 0 0;
				margin:0.3em 0 0 30px;
				}
		#contentForLayout ol.point {
			margin:0 0 2em 0;
			background:#DCEEE0;
			padding:1em;
			}
			#contentForLayout ol.point li {
				font-size:1.2em;
				line-height:1.3;
				padding:0 1em 0 0;
				margin:0.3em 0 0 30px;
				}
	#contentForLayout dl {
		width:475px;
		padding:9px;
		margin:3px 0 2em 0;
		line-height:1.3;
		border:#AB6F5A 1px solid;
		overflow:hidden; }
		#contentForLayout dl dt {
			float:left;
			text-align:right;
			margin:0.5em 6px 0.5em 0;
			width:63px; }
		#contentForLayout dl dd {
			border-left:#AB6F5A 1px solid;
			margin:0.5em 0 0.5em 0;
			padding:0 0 0 5px;
			font-size:1.1em;
			float:left;
			width:400px; }


#pageNavi {
	padding:0 0 1em 0;
	}
	#pageNavi ul {}
		#pageNavi ul {
			text-align:center;
			overflow:hidden;
			margin-bottom:2em;
			}
			#pageNavi ul li {
				display: inline;
				list-style:none;
				font-size: 13px;
				line-height: 45px;
				font-weight: bold;
				padding: 3px;
				}
			#pageNavi ul a {
				border: 1px solid #CD3153;
				text-decoration:none;
				padding: 6px 12px;
				}
			#pageNavi ul span {
				border: 1px solid #CCCCCC;
				background-color: #CCCCCC;
				color: #FFF;
				text-decoration:none;
				padding: 6px 12px;
				}



#indexNavi {
	padding:0 0 1em 0;
	}
	#indexNavi ul {}
		#indexNavi ul {
			overflow:hidden;
			padding:15px;
			margin-bottom:2em;
			}
			#indexNavi ul li {
				line-height:1.1;
				list-style:none;
				font-size:1.4em;
				padding:0.5em 1em 0.5em 0.8em;
				background:url("../img/arrow.png") 0 0.8em no-repeat;
				}
			* html #indexNavi ul li {
				background:url("../img/arrow.png") 0 12px no-repeat;
				}
				#indexNavi ul li.lv-2 {
					margin-left:2em;
					padding:0.2em 1em 0.5em 0.8em;
					background:url("../img/arrow.png") 0 0.4em no-repeat;
					}
				}
				* html #indexNavi ul li.lv-2 {
					background:url("../img/arrow.png") 0 9px no-repeat;
					}
				#indexNavi ul a {
					text-decoration:none;
					}




#footer {
	padding-top:30px;
	padding-bottom:3px;
	}
	#footer .footerContainer {
		width:900px;
		margin:0 auto 9px auto;
		overflow:hidden;
		}
	#footer .pageTopLink {
		float:left;
		overflow:hidden;
		width:132px;
		height:16px;
		}
#sitemap {
	}
	#sitemap ul.controller {
		overflow:hidden;
		list-style:none;
		width:920px;
		margin:0 auto;
		padding:0 0 30px 0;
		}
		#sitemap ul li.controller {
			float:left;
			width:210px;
			padding:0 20px 0 0;
			}
		#sitemap ul li.controller h5 {
			border-top:3px #93D2D7 solid;
			padding:5px 0;
			font-size:1.1em;
			color:#45382C;
			}
	#sitemap ul.action {
		list-style:none;
		margin-bottom:1em;
		}
		#sitemap ul li.action {
			font-size:1.1em;
			line-height:1.5;
			padding:0 0 0.2em 0.8em;
			background:url("../img/arrow.png") 0 0.4em no-repeat;
			}
		#sitemap ul li.action-live {
			font-size:1.1em;
			font-weight:bold;
			line-height:1.5;
			color:#CCCCCC;
			padding:0 0 0.2em 0.8em;
			background:url("../img/arrow-live-alt.png") 0 0.4em no-repeat;
			}
	#sitemap a {
		color:#000000;
		text-decoration:none;
		}

#footerNavi {
	float:left;
	width:768px;
	height:16px;
	overflow:hidden;
	}
	#footerNavi .footerNaviContainer {
		height:16px;
		overflow:hidden;
		}
	#footerNavi ul {
		overflow:hidden;
		}
		#footerNavi ul li {
			display:inline;
			font-size:1.1em;
			color:#FFFFFF;
			line-height:16px;
			padding:0 1em 0 9px;
			background:url("../img/arrow.png") 0 0.5em no-repeat;
			_background:url("../img/arrow.png") 0 4px no-repeat;
			}
	#footerNavi a {
		color:#000000;
		text-decoration:none;
		}
#footerSign {
	background:#45382C;
	height:30px;
	}
	#footerSign .footerSignContainer {
		width:900px;
		margin:0 auto;
		overflow:hidden;
		}
	#footerSign div.logo {
		float:left;
		width:210px;
		}
	#footerSign div.copyright {
		float:left;
		text-align:right;
		width:690px;
		font-size:0.9em;
		line-height:30px;
		color:#FFFFFF;
		}



@media print {
	body { background:none; margin:0; }
}

