@charset "shift_jis";

/* リセット */
html,body{
	height: 100%;
}
html {
	color: #000000;
	background: #FFFFFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}
li {list-style: none;}caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0; font-weight: normal; clear: both;}
q:before,q:after {content:'';}
abbr,acronym {border: 0; font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select {font-family: inherit; font-size: inherit; font-weight: inherit;}
input,textarea,select {*font-size: 100%;}
legend {color: #000000;}


/* ベース */
body {
	font: 14px/1.231 "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
	background-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	color: #000000;
	background: #FFFFFF;
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}
a {text-decoration: none; color: #0000FF}
a:active {text-decoration: none; color: #FF0000}
a:link {text-decoration: none; color: #0000FF}
a:visited {text-decoration: none; color: #0099CC}
a:hover {text-decoration: none; color: #FF0000}
section {margin-bottom: 10px; clear: both;}
header {display: block;}
#contents {
	padding-top: 5px;
	display: block;
	min-height: 400px;
	clear:both;
}
.fontbold {
	font-weight: bold;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.cntsblock {
	clear: both;
	display: block;
	margin: 0px auto;
	width: 100%;
}
.cntsblockspace {
	padding: 10px 0;
}
.cntsblockspace5px {
	clear: both;
	display: block;
	padding-top: 5px;
}
.cntsblockspace10px {
	clear: both;
	display: block;
	padding-top: 10px;
}
.cntsblockspace15px {
	clear: both;
	display: block;
	padding-top: 15px;
}
.cntsblockspace20px {
	clear: both;
	display: block;
	padding-top: 20px;
}
.cntsblock95 {
	clear: both;
	display: block;
	margin: 0px 10px;
}
.cntsblock90 {
	clear: both;
	display: block;
	margin: 0px auto;
	width: 90%;
}
.cntsblock80 {
	clear: both;
	display: block;
	margin: 0px auto;
	width: 80%;
}
.cntsblock70 {
	clear: both;
	display: block;
	margin: 0px auto;
	width: 70%;
}
.cntsblock60 {
	clear: both;
	display: block;
	margin: 0px auto;
	width: 60%;
}
.cntsblock50 {
	clear: both;
	display: block;
	margin: 0px auto;
	width: 50%;
}
.linetop {
	border-top: #888888 solid 1px;
}
.lineright {
	border-right: #888888 solid 1px;
}
.linebottom {
	border-bottom: #888888 solid 1px;
}
.lineleft {
	border-left: #888888 solid 1px;
}
.lineside {
	border-right: #888888 solid 1px;
	border-left: #888888 solid 1px;
}


/* ヘッダー《トップページ》 */
.header0 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#DDDDDD), 
		to(#DDDDDD));
	background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#DDDDDD,endcolorstr=#DDDDDD,gradienttype=0);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #888888;
	text-align: center;
	clear: both;}
	.header0 h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;}

.header0img {
	background-image: url(/ns/agara/image/sp/hb01.png);
	height: 50px;
	border-bottom: 1px solid #888888;
	text-align: center;
	clear: both;}
	.header0img h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;}


/* ヘッダー《右にメニュー1》 */
.header1 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#DDDDDD), 
		to(#DDDDDD));
	background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#DDDDDD,endcolorstr=#DDDDDD,gradienttype=0);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header1 h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}
	.header1 nav {
		float: right;}
	.header1 nav li {
		float: left;}
	.header1 a.side1 {
		display: block;
		height: 30px;
		width: 70px;
		color: #000000;
		line-height: 30px;		
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #666666;
		margin-top: 10px;
		margin-right: 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight: bold;}

.header1img {
	background-image: url(/ns/agara/image/sp/hb02.png);
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header1img h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}
	.header1img nav {
		float: right;}
	.header1img nav li {
		float: left;}
	.header1img a.side1 {
		display: block;
		height: 30px;
		width: 70px;
		color: #000000;
		line-height: 30px;		
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #666666;
		margin-top: 10px;
		margin-right: 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight: bold;}


/* ヘッダー《右にメニュー2》 */
.header2 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#DDDDDD), 
		to(#DDDDDD));
	background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#DDDDDD,endcolorstr=#DDDDDD,gradienttype=0);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header2 h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}
	.header2 nav {
		float: right;}
	.header2 nav li {
		float: left;}
	.header2 a.side1 {
		display: block;
		height: 30px;
		width: 70px;
		color: #000000;
		line-height: 30px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #666666;
		margin-top: 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight: bold;}
	.header2 a.side2 {
		display: block;
		height: 30px;
		width: 70px;
		color: #000000;
		line-height: 30px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #666666;
		border-left: 1px solid #FFFFFF;
		margin-top: 10px;
		margin-right: 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight: bold;}

.header2img {
	background-image: url(/ns/agara/image/sp/hb02.png);
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header2img h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}
	.header2img nav {
		float: right;}
	.header2img nav li {
		float: left;}
	.header2img a.side1 {
		display: block;
		height: 30px;
		width: 70px;
		color: #000000;
		line-height: 30px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #666666;
		margin-top: 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight: bold;}
	.header2img a.side2 {
		display: block;
		height: 30px;
		width: 70px;
		color: #000000;
		line-height: 30px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #666666;
		border-left: 1px solid #FFFFFF;
		margin-top: 10px;
		margin-right: 10px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
		font-weight: bold;}


/* ヘッダー《右にメニュー3》 */
.header3 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#DDDDDD), 
		to(#DDDDDD));
	background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#DDDDDD,endcolorstr=#DDDDDD,gradienttype=0);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header3 h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}
	.header3 nav {
		float: right;
		border-left: 1px solid #FFFFFF;}
	.header3 nav li {
		float: left;}
	.header3 a.side1 {
		text-align: center;
		display: block;
		width: 50px;
		height: 50px;
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #888888;}
	.header3 a.side2 {
		text-align: center;
		display: block;
		width: 50px;
		height: 50px;
		border-left: 1px solid #888888;}

.header3img {
	background-image: url(/ns/agara/image/sp/hb02.png);
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header3img h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}
	.header3img nav {
		float: right;
		border-left: 1px solid #FFFFFF;}
	.header3img nav li {
		float: left;}
	.header3img a.side1 {
		text-align: center;
		display: block;
		width: 50px;
		height: 50px;
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #888888;}
	.header3img a.side2 {
		text-align: center;
		display: block;
		width: 50px;
		height: 50px;
		border-left: 1px solid #888888;}


/* ヘッダー《右にメニューなし》 */
.header4 {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#DDDDDD), 
		to(#DDDDDD));
	background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#DDDDDD,endcolorstr=#DDDDDD,gradienttype=0);
	background-size: 100% 100%;
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header4 h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}

.header4img {
	background-image: url(/ns/agara/image/sp/hb02.png);
	height: 50px;
	border-bottom: 1px solid #888888;
	clear: both;}
	.header4img h1 {
		display: block;
		height: 50px;
		line-height: 50px;
		font-weight: bold;
		margin-left: 0px;
		float: left;}


/* ナビゲーター */
.common_nav ul {
	float: left;
	width: 100%;
	display: block;
}

.common_nav li {
	float: left;
	display: block;
	width: 33%;
	font-size: 14px;
	line-height: 140%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #888888;
}

.common_nav li.wide {
	width: 34%;
}

.common_nav li p {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #888888;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#AFBFC9),
		color-stop(0.1, #C2D3E7),
		color-stop(0.11, #C2D3E7),
		to(#FFFFFF));
	background: -moz-linear-gradient(top, #AFBFC9, #C2D3E7 10%, #C2D3E7 11%, #FFFFFF );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#AFBFC9,endcolorstr=#FFFFFF,gradienttype=0);
	text-align: center;
	color: #000000;
	text-shadow: 0px 0px 2px #888888;
	height: 35px;
	line-height: 35px;
	display: block;
}

.common_nav li p.last {
	border-right: 0px;
}

.common_nav li p.nav_active {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#AFBFC9),
		color-stop(0.1, #C2D3E7),
		color-stop(0.11, #C2D3E7),
		to(#FFFFFF));
	background: -moz-linear-gradient(top, #AFBFC9, #C2D3E7 10%, #C2D3E7 11%, #FFFFFF );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#AFBFC9,endcolorstr=#FFFFFF,gradienttype=0);
	text-align: center;
	color: #000000;
	text-shadow: 0px 0px 2px #888888;
	height: 35px;
	line-height: 35px;
	display: block;
}


/* ナビゲーター２ */
#show {
	display: block;
}

#overlay {
    background: black;
    color: white;
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    top: 76px;
    /*top: 50px;*/
    z-index: 100;
    background: rgba(0,0,0,0.8);
    margin: 0;
    border: 1px dotted #333333;
}

#overlay .back-main {
    margin-botom: 10px;
}

.back-main li {
    border: #FFFFFF solid 1px;
    background-color: #000000;
	display: block;
    float: right;
	clear: both;
	border-radius: 5px;
    width: 80px;
    margin: 10px;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}

#overlay .menu-list {
    margin-botom: 10px;
}

.menu-list li {
    border-bottom: #DDDDDD dotted 1px;
	display: block;
	float: left;
    width: 45%;
    margin: 5px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0 3px 5px 3px;
    font-weight: bold;
}

.menu-list a {
	display: block;
    color: #FFFFFF;
    width: 100%;
}


/* 見出し */
h2 {
	padding :8px;
	margin-top: 0px;
	font-size: 15px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#0B62AA),
		color-stop(0.5, #0B62AA),
		color-stop(0.51, #0B62AA),
		to(#0B62AA));
	background: -moz-linear-gradient(top, #0B62AA, #0B62AA 50%, #0B62AA 51%, #0B62AA );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#0B62AA,endcolorstr=#0B62AA,gradienttype=0);
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

h3 {
	padding :8px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#D1DEED),
		color-stop(0.5, #D1DEED),
		color-stop(0.51, #D1DEED),
		to(#D1DEED));
	background: -moz-linear-gradient(top, #D1DEED, #D1DEED 50%, #D1DEED 51%, #D1DEED );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#D1DEED,endcolorstr=#D1DEED,gradienttype=0);
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

h4 {
	padding :8px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#FFFFFF),
		color-stop(0.5, #DDDDDD),
		color-stop(0.51, #DDDDDD),
		to(#CCCCCC));
	background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD 50%, #DDDDDD 51%, #CCCCCC );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#FFFFFF,endcolorstr=#CCCCCC,gradienttype=0);
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

h5 {
	padding :8px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#FFCCFF),
		color-stop(0.5, #FF99CC),
		color-stop(0.51, #FF6699),
		to(#FF3399));
	background: -moz-linear-gradient(top, #FFCCFF, #FF99CC 50%, #FF6699 51%, #FF3399 );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#FFCCFF,endcolorstr=#FF3399,gradienttype=0);
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

h6 {
	padding :8px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	text-align: left;
	font-weight: bold;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#9999CC),
		color-stop(0.5, #996699),
		color-stop(0.51, #993399),
		to(#660099));
	background: -moz-linear-gradient(top, #9999CC, #996699 50%, #993399 51%, #660099 );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#9999CC,endcolorstr=#660099,gradienttype=0);
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}


/* タイトル */
.title1 {
    line-height: 120%;
    font-style: normal;
    color: #000000;
    font-weight: bold;
}
.title2 {
    line-height: 120%;
    font-style: normal;
    color: #18316A;
    font-weight: bold;
}
.title3 {
    line-height: 120%;
    font-style: normal;
    color: #477CB9;
    font-weight: bold;
}
.title4 {
    line-height: 120%;
    font-style: normal;
    color: #339933;
    font-weight: bold;
}
.title5 {
    line-height: 120%;
    font-style: normal;
    color: #FF0000;
    font-weight: bold;
}
.textcolor1 {
    color: #000000;
}
.textcolor2 {
    color: #18316A;
}
.textcolor3 {
    color: #477CB9;
}
.textcolor4 {
    color: #339933;
}
.textcolor5 {
    color: #FF0000;
}


/* 矢印つきリスト */
#list1 {
	display: block;}
#list1 ul {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;}
	#list1 ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: 1px solid #888888;
		margin: 0px;}
	#list1 ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		display: block;
		margin: 0px;
		overflow: hidden;
		padding: 8px 20px 8px 8px;
		color: #333333;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;}
	#list1 .paddingnone {
		padding: 0px !important;}
	#list1 ul li p {
		display: block;
		margin: 0px;
		overflow: hidden;
		padding: 8px 20px 8px 8px;
		color: #333333;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: normal;}
	#list1 ul li:first-child {
		border-top: 0px;}
	#list1 .fonttype1 {
		font-weight: bold;}
	#list1 .fonttype1 {
		font-weight: bold;}
	#list1 .fonttype2 {
		font-weight: normal;}

#list1t {
	display: block;}
#list1t ul {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;}
	#list1t ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: 1px solid #888888;
		margin: 0px;
		padding: 0px;}
	#list1t ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		display: block;
		margin: 0px;
		padding: 8px 20px 8px 8px;
		color: #333333;
		text-decoration: none;
		font-weight: bold;}
	#list1t .paddingnone {
		padding: 0px !important;}
	#list1t ul li p {
		clear: both;
		display: block;
		margin: 0px;
		padding: 8px 20px 8px 8px;
		color: #333333;
		text-decoration: none;
		font-weight: normal;}
	#list1t ul li:first-child {
		border-top: 0px;}
	#list1t .fonttype1 {
		font-weight: bold;}
	#list1t .fonttype2 {
		font-weight: normal;}



/* 矢印つきリスト２ */
#list2 {
	display: block;}
#list2 h3 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2 h4 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2 h5 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2 h6 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2 ul {
	margin: 0 10px 10px 10px;}
	#list2 ul li {
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #888888 solid;
		border-bottom: 0px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
   		display: block;
		-webkit-box-shadow: 3px 3px 3px rgba(000,000,000,0.1);
		-moz-box-shadow: 3px 3px 3px rgba(000,000,000,0.1);}
	#list2 ul li:first-child {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-top: 0px;}
	#list2 ul li:last-child {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom: 1px #888888 solid;}
	#list2 ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #333333;
		display: block;
		margin: 0px;
		overflow: hidden;
		padding: 8px 20px 8px 8px;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: bold;}
	#list2 .paddingnone {
		padding: 0px !important;}
	#list2 ul li p {
		color: #333333;
		display: block;
		margin: 0px;
		overflow: hidden;
		padding: 8px 20px 8px 8px;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		font-weight: normal;}
	#list2 .fonttype1 {
		font-weight: bold;}
	#list2 .fonttype2 {
		font-weight: normal;}

#list2t {
	display: block;}
#list2t h3 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2t h4 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2t h5 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2t h6 {
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 10px;
	display: block;
	-webkit-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
	-moz-box-shadow: 3px 0px 3px rgba(000,000,000,0.1);
}
#list2t ul {
	margin: 0 10px 10px 10px;}
	#list2t ul li {
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #888888 solid;
		border-bottom: 0px;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
   		display: block;
		-webkit-box-shadow: 3px 3px 3px rgba(000,000,000,0.1);
		-moz-box-shadow: 3px 3px 3px rgba(000,000,000,0.1);}
	#list2t ul li:first-child {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-top: 0px;}
	#list2t ul li:last-child {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom: 1px #888888 solid;}
	#list2t ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #333333;
		display: block;
		margin: 0px;
		padding: 8px 20px 8px 8px;
		text-decoration: none;
		font-weight: bold;}
	#list2t .paddingnone {
		padding: 0px !important;}
	#list2t ul li p {
		color: #333333;
		display: block;
		margin: 0px;
		padding: 8px 20px 8px 8px;
		text-decoration: none;
		font-weight: normal;}
	#list2t .fonttype1 {
		font-weight: bold;}
	#list2t .fonttype2 {
		font-weight: normal;}


/* サムネイルつき矢印リスト */
#list3 {
	display: block;}
#list3 ul {
	border-bottom: 1px solid #888888;}
	#list3 ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: 1px solid #888888;
		height: 70px;
		margin: 0px;}
	#list3 ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #666666;
		display: block;
		height: 70px;
		margin: 0px;
		overflow: hidden;
		padding: 0px 20px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;}
	#list3 ul li img {
		float: left;
		height: 70px;
		width: 70px;
		margin-right: 10px;}
	#list3 .thumbnailtext {
		display: block;
		padding-top: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	#list3 ul li a strong {
		color: #333333;
		font-weight: bold;}

#list3t {
	display: block;}
#list3t {
	border-top: 1px solid #888888;}
	#list3t ul li {
		clear: both;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-bottom: 1px solid #888888;
		margin: 0px;
		padding-bottom: 5px;}
	#list3t ul li a {
		clear: both;
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #666666;
		display: block;
		margin: 0px;
		padding: 0px 20px 0px 0px;
		text-decoration: none;}
	#list3t ul li img {
		float: left;
		width: 70px;
		margin: 5px;}
	#list3t .thumbnailtext {
		display: block;
		padding-top: 5px;}
	#list3t ul li a strong {
		color: #333333;
		font-weight: bold;}


/* サムネイルつき矢印リスト２ */
#list4 {
	display: block;
	margin: 10px;}
#list4 ul {
	border-bottom: 1px solid #888888;}
	#list4 ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: 1px solid #888888;
		border-left: 1px solid #888888;
		border-right: 1px solid #888888;
		height: 45px;
		margin: 0px;}
	#list4 ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #666666;
		display: block;
		height: 45px;
		margin: 0px;
		overflow: hidden;
		padding: 0px 20px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;}
	#list4 .thumbnailtext {
		display: block;
		padding-top: 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	#list4 ul li a strong {
		color: #333333;
		font-weight: bold;}
	#list4 ul li img {
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 10px;}

#list4t {
	display: block;
	margin: 10px;}
#list4t ul {
	border-bottom: 1px solid #888888;}
	#list4t ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: 1px solid #888888;
		border-left: 1px solid #888888;
		border-right: 1px solid #888888;
		margin: 0px;
		padding-bottom: 5px;}
	#list4t ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #666666;
		display: block;
		margin: 0px;
		overflow: hidden;
		padding: 0px 20px 0px 0px;
		text-decoration: none;}
	#list4t .thumbnailtext {
		display: block;
		padding-top: 5px;}
	#list4t ul li a strong {
		color: #333333;
		font-weight: bold;}
	#list4t ul li img {
		float: left;
		width: 45px;
		margin: 5px;}


/* サムネイルつき矢印リスト２列 */
#list5 {
	display: block;
	margin: 10px;
	font-size: 12px;
	line-height: 120%;}
	#list5: after {
		content: "."; 
  	 	display: block;
		height: 0; 
 		clear: both; 
 		visibility: hidden;}
	#list5 ul {
		border-top: 1px solid #888888;}
	#list5 ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: none;
		border-bottom: 1px solid #888888;
		border-left: 1px solid #888888;
		border-right: 1px solid #888888;
		height: 45px;
		margin: 0px;}
	#list5 ul li:nth-child(odd) {
		float: left;
		width: 50%;}
	#list5 ul li a {
		color: #666666;
		display: block;
		height: 45px;
		margin: 0px;
		overflow: hidden;
		padding: 0px 5px 0px 0px;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;}
	#list5 .thumbnailtext {
		display: block;
		padding-top: 7px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	#list5 ul li a strong {
		color: #333333;
		font-weight: bold;
		font-size: 13px;
		line-height: 120%;}
	#list5 ul li img {
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 5px;}


/* アコーディオン */
#list6 dl.acordion {margin-left: 10px; margin-right: 10px;}
	#list6 dt.trigger {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#99CCFF),
			to(#6699FF));
		background: -moz-linear-gradient(top, #99CCFF, #6699FF );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#99CCFF,endcolorstr=#6699FF,gradienttype=0);
		border-radius: 10px;
		text-align: left;
		font-weight: bold;
		border: 1px solid #888888;
		color: #000000; 
		margin-bottom: 0;
		padding: 10px;}
	#list6 dt.active {
		border-radius: 10px 10px 0 0;
		}
	#list6 dt.trigger span.open-close {
		background: url(/ns/agara/image/sp/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;}
	#list6 dt.active span.open-close {
		background: url(/ns/agara/image/sp/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;}
	#list6 dd.acordion_tree {
		padding: 0px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 1px solid #888888;
		border-top: none;}
	#list6 .acdcnts {
		padding: 5px;
		display: block;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;}

#list6 ul {
	display: block;}
	#list6 ul li {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-top: 1px solid #888888;
		margin: 0px;
		padding: 5px 0 5px 5px;}
	#list6 ul li:first-child {
		border-top: 0px;}
	#list6 ul li:last-child {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-bottom: 10px;}
	#list6 ul li a {
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #666666;
		display: block;
		margin: 0px;
		padding: 0px 20px 0px 0px;
		text-decoration: none;}
	#list6 .thumbnailtext {
		display: block;
		padding-top: 5px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	#list6 ul li a strong {
		color: #333333;
		font-weight: bold;}
	#list6 ul li img {
		float: left;
		height: 45px;
		width: 45px;
		margin-right: 5px;}
	#list6 ul li p {
		clear: both;
		display: block;
		margin: 0px;
		padding: 5px;
		color: #333333;
		text-decoration: none;
		font-weight: normal;}
	#list6 .fonttype1 {
		clear: both;
		display: block;
		margin: 0px;
		padding: 5px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	#list6 .fonttype2 {
		font-weight: normal;}


/* 〈コンテンツ〉サムネイルつき矢印リスト */
#cntslist {
	display: block;}
#cntslist {
	border-top: 1px solid #888888;}
	#cntslist ul li {
		clear: both;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%,
			from(#FFFFFF),
			to(#EEEEEE));
		background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE );
		filter:progid:DXImageTransform.Microsoft.gradient
		(startcolorstr=#FFFFFF,endcolorstr=#EEEEEE,gradienttype=0);
		border-bottom: 1px solid #888888;
		margin: 0px;
		padding-bottom: 5px;}
	#cntslist ul li a {
		clear: both;
		background: url(/ns/agara/image/sp/list_mark1.png) no-repeat 100% 50%;
		color: #666666;
		display: block;
		margin: 0px;
		padding: 0px 20px 0px 0px;
		text-decoration: none;}
	#cntslist ul li .thumbnail {
		float: left;
		width: 70px;
		margin: 5px;}
	#cntslist ul li a strong {
		color: #333333;
		display: block;
		font-weight: bold;
		padding-top: 5px;}


/* -------------テーブルカラー-------------*/ 
.tableline {
    border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
    font-size: 12px;
    line-height: 120%;
}
.tablecell0 {
    background-color: #FFFFFF;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 2px !important;
}
.tablecell1 {
    background-color: #A3BDDC;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 2px !important;
}
.tablecell2 {
    background-color: #D1DEED;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 2px !important;
}
.tablecell3 {
    background-color: #EEEEEE;
    color: #000000;
    border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
    padding: 2px !important;
}


/* フッター設定 */
footer {
	display: block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%,
		from(#DDDDDD), 
		to(#DDDDDD));
	background: -moz-linear-gradient(top, #DDDDDD, #DDDDDD );
	filter:progid:DXImageTransform.Microsoft.gradient
	(startcolorstr=#DDDDDD,endcolorstr=#DDDDDD,gradienttype=0);
	border-top: #888888 solid 1px;
	padding: 3px;
	margin-top: 5px;
	color: #000000;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
}


/* テキストサイズ設定 */
.text08px { font-size: 8px; line-height:140%;}
.text09px { font-size: 9px; line-height:140%;}
.text10px { font-size: 10px; line-height:140%;}
.text11px { font-size: 11px; line-height:140%;}
.text12px { font-size: 12px; line-height:140%;}
.text13px { font-size: 13px; line-height:140%;}
.text14px { font-size: 14px; line-height:140%;}
.text15px { font-size: 15px; line-height:140%;}
.text16px { font-size: 16px; line-height:140%;}
.text18px { font-size: 18px; line-height:140%;}
.text20px { font-size: 20px; line-height:140%;}
.text22px { font-size: 22px; line-height:140%;}
.text24px { font-size: 24px; line-height:140%;}
.text28px { font-size: 28px; line-height:140%;}
.text32px { font-size: 32px; line-height:140%;}
.text36px { font-size: 36px; line-height:140%;}
.text08px2 { font-size: 8px; line-height:160%;}
.text09px2 { font-size: 9px; line-height:160%;}
.text10px2 { font-size: 10px; line-height:160%;}
.text11px2 { font-size: 11px; line-height:160%;}
.text12px2 { font-size: 12px; line-height:160%;}
.text13px2 { font-size: 13px; line-height:160%;}
.text14px2 { font-size: 14px; line-height:160%;}
.text15px2 { font-size: 15px; line-height:160%;}
.text16px2 { font-size: 16px; line-height:160%;}
.text18px2 { font-size: 18px; line-height:160%;}
.text20px2 { font-size: 20px; line-height:160%;}
.text22px2 { font-size: 22px; line-height:160%;}
.text24px2 { font-size: 24px; line-height:160%;}
.text28px2 { font-size: 28px; line-height:160%;}
.text32px2 { font-size: 32px; line-height:160%;}
.text36px2 { font-size: 36px; line-height:160%;}


/* 画像設定 */
.imgcommon {
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgcommon0 {
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgleft {
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* みかんブログ */
.micanblog_img {
	display: block;
	text-align: center;
}


/* CSナビゲーター */
.csnavi {
	display: inline-block;
	_display: inline;
	float: left;
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}
