@charset "UTF-8";

/* 960cssgrid
---------------------*/
/* Containers
---------------------*/
.container_12 {margin-left: auto;margin-right: auto;width: 960px;}

/* Grid >> Global
---------------------*/
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{
display:inline;
float: left;
position: relative;
margin-left: 10px;
margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
---------------------*/

.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* Grid >> 2 Columns
---------------------*/
.container_12 .grid_1 {width:60px;}
.container_12 .grid_2 {width:140px;}
.container_12 .grid_3 {width:220px;}
.container_12 .grid_4 {width:300px;}
.container_12 .grid_5 {width:380px;}
.container_12 .grid_6 {width:460px;}
.container_12 .grid_7 {width:540px;}
.container_12 .grid_8 {width:620px;}
.container_12 .grid_9 {width:700px;}
.container_12 .grid_10 {width:780px;}
.container_12 .grid_11 {width:860px;}
.container_12 .grid_12 {width:940px;}

/* Prefix Extra Space >> 2 Columns
---------------------*/
.container_12 .prefix_1 {padding-left:80px;}
.container_12 .prefix_2 {padding-left:160px;}
.container_12 .prefix_3 {padding-left:240px;}
.container_12 .prefix_4 {padding-left:320px;}
.container_12 .prefix_5 {padding-left:400px;}
.container_12 .prefix_6 {padding-left:480px;}
.container_12 .prefix_7 {padding-left:560px;}
.container_12 .prefix_8 {padding-left:640px;}
.container_12 .prefix_9 {padding-left:720px;}
.container_12 .prefix_10 {padding-left:800px;}
.container_12 .prefix_11 {padding-left:880px;}


/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right:80px;}
.container_12 .suffix_2 {padding-right:160px;}
.container_12 .suffix_3 {padding-right:240px;}
.container_12 .suffix_4 {padding-right:320px;}
.container_12 .suffix_5 {padding-right:400px;}
.container_12 .suffix_6 {padding-right:480px;}
.container_12 .suffix_7 {padding-right:560px;}
.container_12 .suffix_8 {padding-right:640px;}
.container_12 .suffix_9 {padding-right:720px;}
.container_12 .suffix_10 {padding-right:800px;}
.container_12 .suffix_11 {padding-right:880px;}

/* Push Space >> 2 Columns
---------------------*/
.container_12 .push_1 {left:80px;}
.container_12 .push_2 {left:160px;}
.container_12 .push_3 {left:240px;}
.container_12 .push_4 {left:320px;}
.container_12 .push_5 {left:400px;}
.container_12 .push_6 {left:480px;}
.container_12 .push_7 {left:560px;}
.container_12 .push_8 {left:640px;}
.container_12 .push_9 {left:720px;}
.container_12 .push_10 {left:800px;}
.container_12 .push_11 {left:880px;}



/* Pull Space >> 2 Columns
---------------------*/
.container_12 .pull_1 {right:80px;}
.container_12 .pull_2 {right:160px;}
.container_12 .pull_3 {right:240px;}
.container_12 .pull_4 {right:320px;}
.container_12 .pull_5 {right:400px;}
.container_12 .pull_6 {right:480px;}
.container_12 .pull_7 {right:560px;}
.container_12 .pull_8 {right:640px;}
.container_12 .pull_9 {right:720px;}
.container_12 .pull_10 {right:800px;}
.container_12 .pull_11 {right:880px;}

/* Clear Floated Elements
---------------------*/


.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}


.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}

.clearfix {display: block;}


/*---------------------------
- Title: Core style
- Base: Vega
- Author: http://vicuna.jp/

- Theme name: 
- Modified by: YOUR NAME
- Last modify: 2009.0307
- Licence: MIT Licence
---------------------------*/

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
 http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}img{border:0;}

/*========================================

  Elements

========================================*/
html {overflow-y:scroll;}
body {color: #333;background:url("images/bg.gif") repeat-x scroll 0 0 transparent;}

/* Link
---------------*/

a:link {color: #6906FF;}

a:visited {color: #5b8098;}

a:hover {color: #2091da;}

a:focus,
textarea:focus,
input:focus {
	outline: 1px solid #2091da;
}

/* Text
---------------*/

h1 {
margin: 0;
padding: 0;
}

body.mainIndex h1 {
	display: none;
}

h2 {
	font-size: 116%;
}

h3 {
	margin-top: 2em;
	padding-bottom: 0.4em;
	border-bottom: 4px solid #eee;
	font-size: 116%;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #ddd;
	color: #444;
}

pre {
	padding: 10px 20px;
	border-left: 6px solid #ddd;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #FF3200;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 30px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #01b0f0;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

/*========================================

  div#header

========================================*/

div#header {padding: 1px 0;}

/* Website Title
---------------*/

div#header p.siteName {
	margin: 25px 30px 10px;
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
}

div#header p.siteName a {
	text-decoration: none;
	color: #417698;
}

div#header p.siteName a:hover {
	color: #000;
}

div#header p.description {
	margin: 0 30px 25px;
	font-size: 92%;
}

/* ul#globalNavi
---------------*/

ul#globalNavi {
	margin: 0 0 -1px 0;
	padding: 0;
	line-height: 1;
	background-color: #fce9b0;
	list-style-type: none;
}

ul#globalNavi li {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	margin: 0;
	padding: 0;
	float: left;
	/*
	width: 110px;
	*/
	text-align: center;
}

ul#globalNavi li a {
	border-right: 1px solid #fcecba;
	padding: 9px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
	background-color: #ffc000;
	text-decoration: none;
}

ul#globalNavi li a:hover,
ul#globalNavi li.current a {
	color: #333;
	background-color: #efc137;
}

/*========================================

  div#content

========================================*/

div#content {
	padding-bottom: 1px;
	border-top: 0px solid #eee;
}

p.topicPath {
	margin: 0 30px 10px;
	padding-top: 8px;
	line-height: 1.6;
}

p.topicPath a {
	text-decoration: none;
}

p.topicPath span.current {
	padding: 1px 10px;
	border: 1px solid #ddd;
	color: #000;
	background-color: #f5f5f5;
}

/*=========================
 > div#main
=========================*/

/* > div.entry
---------------*/

div.entry {
	padding: 1px 0;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
}

/* body.archives */

body.archives div.entry {
	margin-top: 0;
}

/* Entry Title
---------------*/

div.entry h2 {
	margin-bottom: 0;
	background:url('images/bell.png') no-repeat 5px 5px;
	padding: 0.3em 5px;
	border-left: 0px solid #666;
	border-bottom: 1px dotted #ccc;
	font-size:120%;
	background:#b3fcb3;
}

div.entry h2 a {
	text-decoration: none;
}

div.entry h2 a:link {
	color: #6906FF;
}

div.entry h2 a:visited {
	color: #444;
}

div.entry h2 a:hover {
	color: #2091da;
	text-decoration: underline;
}

/* ul.info
---------------*/

div.entry ul.info {
	margin: 0 0 1em 0;
	padding: 0.3em 0;
	border-left: 0px solid #ccc;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	background-color: #f5f5f5;
}

div.entry ul.info li {
	margin: 0.3em 0;
	padding: 0 15px;
	border-right: 1px solid #ddd;
	color: #444;
	float: left;
	font-size: 85%;
}

div.entry ul.info li a {
	text-decoration: none;
}

/*body.individual ul.info */

body.individual div.entry ul.info,
body.archives div.entry ul.info {
	margin: 0 -30px 1.5em;
	padding: 0.3em 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
	top: -1px;
	background-color: #eee;
}

body.individual div.entry ul.info li,
body.archives div.entry ul.info li{
	border-right: none;
	border-left: 1px solid #ccc;
}

/* Text Style
---------------*/

div.textBody {
	line-height: 1.7;
}

div.textBody h2 {
	margin-top: 2em;
}

div.textBody dl {
	padding: 0.5em 20px;
	border: 1px dotted #ddd;
}

div.textBody dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #0066CC;
}

div.textBody dd {
	margin: 0.5em 0;
}

/* ul.reaction
---------------*/

div.entry ul.reaction {
	margin: 1em 0;
	border-top: 1px solid #eee;
	list-style-type: none;
}

div.entry ul.reaction li {
	margin: 0 10px 0 0;
	padding: 5px 10px 0 0;
	border-right: 1px solid #eee;
	float: left;
}

/* page navi
---------------*/

p.archives {
	margin: 1em 30px;
}

p.return {
	margin: 0 30px;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}

/* Newer | Older */

ul#flip1 {
	margin: 0 0 0 30px;
	list-style-type: none;
	position: relative;
	top: 1px;
}

ul#flip1 li {
	float: left;
	width: 60px;
	font-size: 92%;
	text-align: center;
	line-height: 1;
}

ul#flip1 li a {
	margin-right: 2px;
	padding: 4px 0 3px;
	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: none;
	display: block;
	text-decoration: none;
	color: #666;
	background-color: #f5f5f5;
}

ul#flip1 li a:hover {
	color: #333;
	background-color: #fff;
}

ul#flip2 {
	margin: 1em 0;
	padding: 0.8em 15px;
	border: 1px solid #eee;
	list-style-position: inside;
}

/*=========================
  div#Comments, 
  div#Trackbacks
=========================*/

div#comments,
div#trackback {
	margin: 2em 0;
	_height: 1px; /* for IE6 */
}

div#comments h2,
div#trackback h2 {
	padding: 0.3em 15px;
	font-size: 116%;
	color: #fff;
	background-color: #999;
}

div#comments dl.log dt,
div#trackback dl.log dt {
	margin: 0.8em 0 0;
	font-weight: bold;
}

div#comments dl.log dt span.name,
div#trackback dl.log dt span.name {
	color: #2091da;
}

div#comments dl.log dt span.date,
div#trackback dl.log dt span.date {
	margin-left: 10px;
	color: #666;
	font-weight: normal;
}

div#comments dl.log dd,
div#trackback dl.log dd {
	margin: 0;
	padding: 0.8em 0 1em;
	border-bottom: 1px dotted #ddd;
}

div#comments dl.log dd p,
div#trackback dl.log dd p {
	margin: 0;
}

/* Comment form
---------------*/

form.post dl {
	margin: 0.5em 20px;
}

form.post p {
	margin: 1em 20px;
}

form.post dl dt {
	margin: 0.5em 0;
}

form.post dl dd {
	margin: 0;
}

form.post div.action {
	margin: 0.5em 20px 1em;
}

form.post div.action input {
	margin: 0 5px 0 0;
}

form.post textarea {
	width: 80%;
	max-width: 85%;
}

/* Trackback info
---------------*/

div#trackback dl.info {
	padding: 0.8em 15px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

div#trackback dl.info dd {
	margin: 0.3em 20px;
}

div#trackback dl.info dd.URL {
	margin: 0.5em 0;
	padding: 0.5em 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	color: #01b0f0;
}

/*=========================
  div#utilities
=========================*/

div#utilities p {
	margin: 0.2em 10px;
}

div#utilities dl {
	margin: 5px 0;
	padding-bottom: 5px;
}

div#utilities dl dt {
	margin: 5px 5px;
	padding: 4px 10px;
	color: #fff;
	background-color: #777;
}

div#utilities dl.others dt {
	background-color: #aaa;
}

div#utilities dl dd {
	margin: 0 5px;
	padding: 1px 0;
	background-color: #f5f5f5;
}

div#utilities dl dd ul {
	margin: 5px 10px 5px 25px;
}

div#utilities dl dd ul li {
	margin: 0.5em 0;
}

div#utilities dl dd ul li a {
	text-decoration: none;
}

/* Feeds
---------------*/

div#utilities dl dd ul.feed {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
}

div#utilities dl dd ul.feed li {
	margin-left: 0;
}

div#utilities dl dd ul.feed li a {
	padding-left: 20px;
	background: url(images/icon/icon_feed.gif) no-repeat;
}

/* div#utilities dl dd >  
---------------*/

div#utilities dl dd ul ul {
	margin-left: 15px;
}

div#utilities dl dd dl dt {
	background-color: #ddd!important;
}

div#utilities dl dd form {
	margin: 0;
	padding: 1px 5px;
	border: none;
}

div#utilities dl dd form legend {
	display: none;
}

div#utilities dl dd form input.inputField {
	width: 45%;
}

div#utilities dl dd form input.submit {
	padding: 0.2em 2px;
	font-size: 10px;
}

/*========================================

  div#footer

========================================*/

div#footer {
	padding: 1px 0 1em;
}

div#footer a {
	color: #aaa;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
}

div#footer ul {
	margin: 0.7em 0;
	text-align: right;
	color: #ddd;
	font-size: 85%;
}

div#footer ul li {
	margin-left: 5px;
	display: inline;
}

div#footer address {
	text-align: right;
	font-style: normal;
	color: #eee;
}

/*========================================

  Class

========================================*/

/* Headline
---------------*/

dl.headline {
	margin: 0.5em 0;
}

dl.headline dt span.date {
	font-size: 85%;
}

dl.headline dd {
	margin: 0.5em 0 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 3px solid #eee;
}

dl.headline dd ul {
	margin: 0;
	list-style-type: none;
}

dl.headline dd ul li {
	margin: 0.3em 5px 0.3em 0;
	display: inline;
	font-size: 92%;
}

dl.headline dd ul li.textBody {
	display: block;
	font-size: 100%;
}

/* ul.thumb
---------------*/

ul.thumb,
div#utilities ul.thumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	overflow: hidden;
	font-size: 0;
}

ul.thumb li a img {
	border: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.thumb li a:hover img {
	border-bottom: 1px solid #01b0f0;
}

/* Tag cloud
---------------*/

ul.tagCloud {
	margin: 1em 0;
	line-height: 1;
	_height: 1px; /* for IE6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#utilities dl dd ul.tagCloud {
	margin: 0.2em 10px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%;
}

ul.tagCloud li a {
	text-decoration: none;
}

/* Tag level 1 > 6 */

ul.tagCloud li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #3e5b71;
}

ul.tagCloud li.level2 a {
	font-size: 136%;
	font-weight: bold;
	color: #668eac;
}

ul.tagCloud li.level3 a {
	font-size: 122%;
	font-weight: bold;
	color: #668eac;
}

ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #87a6be;
}

ul.tagCloud li.level5 a {
	font-size: 92%;
	color: #a7becf;
}

ul.tagCloud li.level6 a {
	font-size: 77%;
	color: #c7d5e0;
}

/* On Mouse */
ul.tagCloud li a:hover {
	color: #000;
}

/* Calendar
---------------*/

table.calendar {
	margin: 0 auto 5px;
	width: 95%;
}

table.calendar th,
table.calendar td {
	padding: 0;
	line-height: 1.8;
	font-size: 85%;
	text-align: center;
}

table.calendar th {
	line-height: 2;
	font-weight: normal;
}

table.calendar th.sat {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar th.sun {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar td {
	color: #888;
	padding: 0;
	width: 14%;
}

table.calendar td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2799d1;
}

table.calendar td a:visited {
	color: #333;
	background-color: #eee;
}

table.calendar td a:hover {
	border-color: #84dafe;
	color: #fff;
	background-color: #2799d1;
}

/* Clearfix
---------------*/

ul#globalNavi,
div#content,
div.entry ul.info,
div.entry div.textBody,
ul.reaction,
ul.thumb,
ul.flip,
body.multi2 div#utilities,
body.multi2-l div#utilities {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#globalNavi:after,
div#content:after,
div.entry ul.info:after,
div.entry div.textBody:after,
div.entry ul.reaction:after,
ul.thumb:after,
ul.flip:after,
body.multi2 div#utilities:after,
body.multi2-l div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

/* IE6 - なにがあってもカラム落ちを防ぐ
---------------*/

div#main,
div#utilities dl.navi,
div#utilities dl.others {
	_overflow: hidden;
}


@charset "UTF-8";

/*---------------------------
- Title: Layout Module
- Author: http://vicuna.jp/

- Modified by: YOUR NAME
- Last modify: 2009.0308
- Licence: MIT Licence
---------------------------*/

body {
	margin: 0 8px;
	text-align: left;
}


/*========================================

	Single Column Layout
	
	<body class="single">

	┏━━━┓
	┃━━━┃
	┣━┳━┫
	┗━┻━┛

========================================*/

body.single h1 {
	border-bottom: none;
}

body.individual div.entry {
	margin-top: 0;
}

/* Utilities
---------------*/

body.single div#utilities {
	margin: 10px 10px;
}

body.single div#utilities dl {
	margin: 0;
}

body.single div#utilities dl.navi {
	margin-left: 2%;
	border: 1px solid #eee;
	float: left;
	width: 47%;
	display: inline; /* for IE6 */
}

body.single div#utilities dl.others {
	margin-right: 2%;
	border: 1px solid #eee;
	float: right;
	clear: right;
	width: 47%;
	display: inline; /* for IE6 */
}

body.single div#utilities ul.thumb li {
	width: 20%;
}

/* clearfix */

body.single div#utilities {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

body.single div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*========================================

	Double Column Layout - Sidebar on right

	<body class="double">

	┏━━━┓┏┓
	┃━━━┃┃┃
	┗━━━┛┗┛

========================================*/

body.double div#main {
	width: 640px;
	float: left;
	margin-right: -1px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Utilities
---------------*/

body.double div#utilities {
	width: 300px;
	float: left;
	clear: right;
}

/*========================================

	Double Column Layout - Sidebar on left

	<body class="double-l">

	┏┓┏━━━┓
	┃┃┃━━━┃
	┗┛┗━━━┛

========================================*/

body.double-l div#main {
	width: 75%;
	float: right;
	margin-left: -1px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* Utilities
---------------*/

body.double-l div#utilities {
	width: 25%;
	float: right;
	clear: left;
}

/*========================================

	Multi Column Layout - Wing
	! Negative Margin Layout

	<body class="multi-n">

	┏┓┏━━┓┏┓
	┃┃┃━━┃┃┃
	┗┛┗━━┛┗┛

========================================*/

body.multi div#main {
	margin-right: -180px;
	float: left;
	width: 100%;
	background-position: 180px 0; /* for body.eye-c */
}

body.multi div#main > * {
	margin-left: 210px;
	margin-right: 210px;
}

body.multi div#main p.topicPath,
body.multi div#main ul#flip1,
body.multi div#main div.entry,
body.multi div#main p.archives,
body.multi div#main div.freeSpace {
	margin-left: 210px;
	margin-right: 210px;
}

body.multi div#main h1 {
	margin-left: 180px;
	margin-right: 180px;
}

/* Utilities
---------------*/

body.multi div#utilities {
	float: right;
	clear: right;
	width: 180px;
}

body.multi div#utilities dl.navi {
	margin: 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

body.multi div#utilities dl.others {
	margin-top: 0;
	padding: 1px 0 5px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

/*========================================

	Multi Column Layout - Double sidebar R

	<body class="multi2">

	┏━━┓┏┓┏┓
	┃━━┃┃┃┃┃
	┗━━┛┗┛┗┛

========================================*/

body.multi2 div#main {
	margin-right: -1px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: left;
	width: 55%;
}

/* Utilities
---------------*/

body.multi2 div#utilities {
	float: right;
	clear: right;
	width: 45%;
}

body.multi2 div#utilities dl.navi {
	margin: 0;
	float: left;
	width: 50%;
}

body.multi2 div#utilities dl.navi dt,
body.multi2 div#utilities dl.navi dd {
	margin-right: 0;
}

body.multi2 div#utilities dl.others {
	margin: 0;
	float: left;
	clear: right;
	width: 50%;
	_width: auto; /* for IE6 */
}

/*========================================

	Multi Column Layout - Double sidebar L

	<body class="multi2-l">

	┏┓┏┓┏━━┓
	┃┃┃┃┃━━┃
	┗┛┗┛┗━━┛

========================================*/

body.multi2-l div#main {
	margin-left: -1px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: right;
	width: 55%;
}

/* Utilities
---------------*/

body.multi2-l div#utilities {
	float: left;
	clear: left; 
	width: 45%;
}

body.multi2-l div#utilities dl.navi {
	margin-top: 0;
	float: left;
	width: 50%;
}

body.multi2-l div#utilities dl.navi dt,
body.multi2-l div#utilities dl.navi dd {
	margin-right: 0;
}

body.multi2-l div#utilities dl.others {
	margin-top: 0;
	float: left;
	width: 50%;
	clear: right;
	_width: auto; /* for IE6 */
}

/*========================================

	Eye Catch

========================================*/

/* Header - <body class="eye-h">
---------------*/

body.eye-h div#header {
	height: 180px;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
}

body.eye-h div#header p.siteName {
	margin: 0;
	position: absolute;
	top: 55px;
	left: 30px;
}

body.eye-h div#header p.description {
	margin: 0;
	position: absolute;
	top: 80px;
	left: 30px;
}

body.eye-h ul#globalNavi {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Header Banner - <body class="eye-hb">
---------------*/

body.eye-hb div#header {
	padding-top: 0;
}

body.eye-hb div#header p.siteName {
	margin: 0;
}

body.eye-hb div#header p.siteName a {
	height: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
	overflow: auto;
}

body.eye-hb div#header p.description {
	display: none;
}

/* Content - <body class="eye-c">
---------------*/

body.eye-c div#content {
	padding-top: 180px;
	border-top: none;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
}

body.eye-c div#utilities dl.navi {
	top: auto;
}

/* Main - <body class="eye-m">
---------------*/

body.eye-m div#content {
	border-top: none;
}

body.eye-m div#main {
	padding-top: 180px;
	background-image: url(images/eyecatch/image1.png);
	background-repeat: no-repeat;
}

/*========================================

	Special Layout set

========================================*/

/* <body class="multi eye-c set1">
---------------*/

body.set1 div#utilities dl.navi {
	top: 0;
}

body.set1 div#content {
	background-position: 180px 0;
}

/* <body class="multi2 eye-c set2">
---------------*/

body.set2 div#utilities {
	position: absolute;
	top: 0;
	right: 0;
}

body.set2 div#utilities dl.navi {
	float: right;
	background-color: #fff;
}

body.set2 div#utilities dl.navi dt,
body.set2 div#utilities dl.navi dd {
	margin-right: 5px;
}

body.set2 div#utilities dl.others {
	margin-top: 180px;
	float: left;
	clear: left;
}

body.set2 div#utilities dl.others dt,
body.set2 div#utilities dl.others dd {
	margin-right: 0;
}

/*========================================

	Others

========================================*/

/* Navi on top <body class="gt">
---------------*/

body.gt div#header {
	padding-top: 30px;
}

body.gt ul#globalNavi {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* No Centering - <body class="al">
---------------*/

body.al {
	margin: 0;
	text-align: left;
}

body.al div#header,
body.al div#content,
body.al div#footer {
	margin-left: 0;
	margin-right: 0;
}

/* Fixed 800px - <body class="f800">
---------------*/

body.f800 div#header,
body.f800 div#content,
body.f800 div#footer {
	width: 800px;
}

/* Fixed 850px - <body class="f850">
---------------*/

body.f850 div#header,
body.f850 div#content,
body.f850 div#footer {
	width: 850px;
}

/* Fixed 900px - <body class="f900">
---------------*/

body.f900 div#header,
body.f900 div#content,
body.f900 div#footer {
	width: 900px;
}

/* Fixed 950px - <body class="f950">
---------------*/

body.f950 div#header,
body.f950 div#content,
body.f950 div#footer {
	width: 950px;
}

/* Fixed 1000px - <body class="f1000">
---------------*/

body.f1000 div#header,
body.f1000 div#content,
body.f1000 div#footer {
	width: 1000px;
}



.backtotop{width:100%;text-align:right;}






/* ============================== site navigation */
/* ---------- sec_nav */
.hd{
overflow:hidden;
text-indent:-9999px;
}

#nav ul, ol {
list-style:none;
margin:0;
padding:0;
}
#nav { width: 960px; margin: 0 auto; padding: 0 5px 5px; background: url(images/bg_nav.gif) no-repeat top left;height:70px; }
#nav li { float: left; width: 120px; height: 70px; background-image: url(images/nav.jpg); background-repeat: no-repeat; }
#nav a { display: block; height: 70px; background-image: url(images/nav.jpg); background-repeat: no-repeat;}

/* sec_nav - li */
#nav .nav_about { background-position: 0 -140px; }
#nav .nav_news { background-position: -120px -140px; }
#nav .nav_timetable { background-position: -240px -140px; }
#nav .nav_artist { background-position: -360px -140px; }
#nav .nav_access { background-position: -840px -140px; }
/* sec_nav - a */
#nav .nav_about a { background-position: 0 0; }
#nav .nav_news a { background-position: -120px 0; }
#nav .nav_timetable a { background-position: -240px 0; }
#nav .nav_artist a { background-position: -360px 0; }
#nav .nav_access a { background-position: -840px 0; }
/* sec_nav - a:hover, a:focus, category active */
#nav .nav_about a:hover,
#nav .nav_about a:focus,
.about #nav .nav_about a { background-position: 0 -70px; }
#nav .nav_news a:hover,
#nav .nav_news a:focus,
body.news #nav .nav_news a { background-position: -120px -70px; }
#nav .nav_timetable a:hover,
#nav .nav_timetable a:focus,
body.timetable #nav .nav_timetable a { background-position: -240px -70px; }
#nav .nav_artist a:hover,
#nav .nav_artist a:focus,
body.artist #nav .nav_artist a { background-position: -360px -70px; }
#nav .nav_access a:hover,
#nav .nav_access a:focus,
body.access #nav .nav_access a { background-position: -840px -70px; }








/* ============================== site schedulenavigation */
/* ---------- sec_schedulenav */
.hd{
overflow:hidden;
text-indent:-9999px;
}



#nav ul, ol {list-style:none;margin:0;padding:0;}
#nav { width: 940px; margin: 0 auto; padding: 0;height:50px; }
#nav li { float: left; width: 160px; height: 50px; background-image: url(images/nav.gif); background-repeat: no-repeat; }
#nav a { display: block; height: 50px; background-image: url(images/nav.gif); background-repeat: no-repeat;}
/* sec_nav - li */
#nav .nav_home { background-position: 0 0px; width: 150px;}
#nav .nav_about { background-position: -150px 0px; }
#nav .nav_news { background-position: -310px 0px; }
#nav .nav_timetable { background-position: -470px 0px; }
#nav .nav_artist { background-position: -630px 0px; }
#nav .nav_access { background-position: -790px 0px; width: 150px;}
/* sec_nav - a */
#nav .nav_home { background-position: 0 0px; width: 150px;}
#nav .nav_about { background-position: -150px 0px; }
#nav .nav_news { background-position: -310px 0px; }
#nav .nav_timetable { background-position: -470px 0px; }
#nav .nav_artist { background-position: -630px 0px; }
#nav .nav_access { background-position: -790px 0px; width: 150px;}
/* sec_nav - a */
#nav .nav_home a { background-position: 0 0px; width: 150px;}
#nav .nav_about a { background-position: -150px 0px; }
#nav .nav_news a { background-position: -310px 0px; }
#nav .nav_timetable a { background-position: -470px 0px; }
#nav .nav_artist a { background-position: -630px 0px; }
#nav .nav_access a { background-position: -790px 0px; width: 150px;}

/* sec_nav - a:hover, a:focus, category active */
#nav .nav_home a:hover{ background-position: 0 -50px; width: 150px;}
#nav .nav_about a:hover{ background-position: -150px -50px; }
#nav .nav_news a:hover{ background-position: -310px -50px; }
#nav .nav_timetable a:hover{ background-position: -470px -50px; }
#nav .nav_artist a:hover{ background-position: -630px -50px; }
#nav .nav_access a:hover{ background-position: -790px -50px; width: 150px;}

#nav .nav_home .on{ background-position: 0 -50px; width: 150px;}
#nav .nav_about .on{ background-position: -150px -50px; }
#nav .nav_news .on{ background-position: -310px -50px; }
#nav .nav_timetable .on{ background-position: -470px -50px; }
#nav .nav_artist .on{ background-position: -630px -50px; }
#nav .nav_access .on{ background-position: -790px -50px; width: 150px;}



#schedulenav ul, ol {
list-style:none;
margin:0;
padding:0;
}
#schedulenav { width: 620px; margin: 0 auto; padding: 0; background: url(images/bg_schedulenav.gif) no-repeat top left;height:50px; }
#schedulenav li { float: left; width: 90px; height: 50px; background-image: url(images/schedulenav.gif); background-repeat: no-repeat; }
#schedulenav a { display: block; height: 50px; background-image: url(images/schedulenav.gif); background-repeat: no-repeat;}
/* sec_schedulenav - li */
#schedulenav .schedulenav_0428 { background-position: 0 0; width:85px;}
#schedulenav .schedulenav_0429 { background-position: -85px 0; }
#schedulenav .schedulenav_0430 { background-position: -175px 0; }
#schedulenav .schedulenav_0501 { background-position: -265px 0; }
#schedulenav .schedulenav_0502 { background-position: -355px 0; }
#schedulenav .schedulenav_0503 { background-position: -445px 0; }
#schedulenav .schedulenav_0504 { background-position: -535px 0; width: 85px;}
/* sec_schedulenav - a */
#schedulenav .schedulenav_0428 a { background-position: 0 0px; width: 85px; }
#schedulenav .schedulenav_0429 a { background-position: -85px 0px; }
#schedulenav .schedulenav_0430 a { background-position: -175px 0px; }
#schedulenav .schedulenav_0501 a { background-position: -265px 0px; }
#schedulenav .schedulenav_0502 a { background-position: -355px 0px; }
#schedulenav .schedulenav_0503 a { background-position: -445px 0px; }
#schedulenav .schedulenav_0504 a { background-position: -535px 0px; width:85px; }

/* sec_schedulenav - a:hover, a:focus, category active */
#schedulenav .schedulenav_0428 a:hover{ background-position: 0 -50px; width: 85px; }
#schedulenav .schedulenav_0429 a:hover{ background-position: -85px -50px; }
#schedulenav .schedulenav_0430 a:hover{ background-position: -175px -50px; }
#schedulenav .schedulenav_0501 a:hover{ background-position: -265px -50px; }
#schedulenav .schedulenav_0502 a:hover{ background-position: -355px -50px; }
#schedulenav .schedulenav_0503 a:hover{ background-position: -445px -50px; }
#schedulenav .schedulenav_0504 a:hover{ background-position: -535px -50px; width: 85px; }

#schedulenav .schedulenav_0428 .on{ background-position: 0 -50px; width: 85px; }
#schedulenav .schedulenav_0429 .on{ background-position: -85px -50px; }
#schedulenav .schedulenav_0430 .on{ background-position: -175px -50px; }
#schedulenav .schedulenav_0501 .on{ background-position: -265px -50px; }
#schedulenav .schedulenav_0502 .on{ background-position: -355px -50px; }
#schedulenav .schedulenav_0503 .on{ background-position: -445px -50px; }
#schedulenav .schedulenav_0504 .on{ background-position: -535px -50px; width: 85px; }



#artistnav ul, ol {
list-style:none;
margin:0;
padding:0;
}
#artistnav { width: 620px; margin: 0 auto; padding: 0; background: url(images/bg_artistnav.gif) no-repeat top left;height:50px; }
#artistnav li { float: left; width: 310px; height: 50px; background-image: url(images/artistnav.gif); background-repeat: no-repeat; }
#artistnav a { display: block; height: 50px; background-image: url(images/artistnav.gif); background-repeat: no-repeat;}
/* sec_artistnav - li */
#artistnav .artistnav_part { background-position: 0 0px; }
#artistnav .artistnav_aiueo { background-position: -310px 0px; }
/* sec_artistnav - a */
#artistnav .artistnav_part a { background-position: 0 0px;}
#artistnav .artistnav_aiueo a { background-position: -310px 0px; }

/* sec_artistnav - a:hover, a:focus, category active */
#artistnav .artistnav_part a:hover{ background-position: 0 -50px;}
#artistnav .artistnav_aiueo a:hover{ background-position: -310px -50px; }

#artistnav .artistnav_part .on{ background-position: 0 -50px;  }
#artistnav .artistnav_aiueo .on{ background-position: -310px -50px; }




/* ▲▲ */


/* ▼パーツ調整▼ */

.hp{width:100%;  float:left; }

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}

.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}

.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}

.f120{font-size:120%;}
.f150{font-size:150%;}

/* ▲パーツ調整▲ */



/* Timetable
---------------*/

table.timetable{
    border-top:1px solid #adc170;
    border-left:1px solid #adc170;
    border-collapse:collapse;
    border-spacing:0;
    /*background-color:#ffffff;*/
    empty-cells:show;
}
.timetable th{
    background-color:#e6f7be;
    color:#330000;
    border-right:1px solid #adc170;
    border-bottom:1px solid #adc170;
    background-position:left top;
    text-align:center;
}
.timetable td{
    border-right:1px solid #adc170;
    border-bottom:1px solid #adc170;

}



/* Simple
---------------*/
table.simple{
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-collapse:collapse;
    border-spacing:0;
    /*background-color:#ffffff;*/
    empty-cells:show;
}
.simple th{
    background-color:#f5f5f5;
    color:#333;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    background-position:left top;
    padding:0.7em;
    text-align:center;
    white-space:nowrap;
    font-weight:normal;

}
.simple td{
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:0.7em;
}


