/********************************************************
*
*	Title: 0
*
*********************************************************/

/* ここから */
div.textBody {padding: 0.5em 30px!important;}
div.textBody h2,div.textBody h3,div.textBody h4,
div.textBody h5,div.textBody h6,div.textBody p,
div.textBody ul,div.textBody ol,div.textBody dl,
div.textBody blockquote,div.textBody pre,div.textBody table,
div.textBody  {margin-left: 0;margin-right: 0;}
/*ここまで*/

/********************************************************
*
*	Title: 1-elements.css
*
*********************************************************/
/* Do not edit*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

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

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

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

	1-3.Universal selector
	
=======================================*/

* {

}

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

	1-4.Structure Module
	
=======================================*/

html {
	overflow-y: scroll;
}

body {
	line-height: 1.5;
}

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

	1-5.Text Module
	
=======================================*/

p,
pre,
blockquote,
address,
cite {
	margin: 0.5em 30px 1em;
}

address {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.8em 30px 0.5em;
}

h1 {
	margin: 0;
	padding: 0.6em 30px 0;
	font-size: 167%;
	font-weight: normal;
}

h1 span{
    float: right;
    color: #555;
}


h2 {
	padding-bottom: 0.0em;
	font-size: 122%;
	font-weight: normal;
}

h3 {
	padding: 0.1em 10px;
	font-size: 112%;
	font-weight: normal;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

p {
	line-height: 1.8;
}

br {
	letter-spacing: 0;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	font-family: monospace;
}

pre * {

}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.2em 20px;
	display: block; 
	content: attr(title);
	font-size: 85%;
}

blockquote {
	margin-left: 40px;
	padding: 0.6em 1em;
	width: 570px;
}

blockquote * {
	margin: 0!important;
	border: none!important;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	text-align: right;
}

cite {
	display: block;
	text-align: right;
}

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

strong {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

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

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 1em 30px;
}

ul,
ol,
dl {
	padding: 1px 1em 0;
	list-style-position: inherit;
}

ul {
	list-style-type: circle;
}

li,
dt,
dd {
	margin: 0.4em 10px;
}

dt {
	margin-top: 0.6em;
}

dd {
	margin-left: 20px;
	margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.5em 10px;
}

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

	1-10.Tables Module
	
=======================================*/

table {
	margin: 0 30px 0.5em 30px;
	border-collapse: separate;
}

tr,
th,
td {
	padding: 0.1em 5px;
	border: 1px solid #efefef;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
}

th {
	background-color: #efefef;
}

th.session2 {
	border: 1px solid #ddd;
	background-color: #efefef;
	width: 250px;
}

th.session3 {
	border: 1px solid #ddd;
	background-color: #efefef;
	width: 550px;
}

tr {
	color: #000;
	background-color: #efefef;
}

td {
	border: 1px solid #ddd;
	background-color: #fff;
}

td.session {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 400px;
}

td.committee {
	border: none;
	background-color: #fff;
}

td.time {
	border: 1px solid #ddd;
	background-color: #00B2EE;
}
/*======================================

	1-11.Image Module
	
=======================================*/

img {
	vertical-align: bottom;
}

/********************************************************
*
*	Title: 2-class.css
*
*********************************************************/
/*--------------------------------------
	dl.data
---------------------------------------*/

dl.data {
	padding: 0;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

dl.data dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
}
	
dl.data dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

/*--------------------------------------
	float
---------------------------------------*/

.img_L {
	margin-right: 1em!important;
	margin-top: 1em!important;
	float: left;
}

.img_R {
	margin-left: 1em!important;
	margin-top: 1em!important;
	float: right;
}

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

/*--------------------------------------
	Photo thumbnail
---------------------------------------*/

ul.thumb {

}

ul.thumb li {
	margin: 5px 0 0 5px;
	border: 1px solid #333;
	float: left;
	display: inline;
	overflow: hidden;
	width: 70px; /* Pictures height */
	background-color: #666;
}

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

ul.thumb li a img {

	border: none;
}

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

dl.headline {
	margin: 0 20px 1em;
}

dl.headline dt {
	font-size: 114%;
	margin-bottom: 0;
}

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

dl.headline dd {
	margin: 0 10px 1em 10px;
}

dl.headline dd ul {
	margin: 0;
	padding-bottom: 1.2em;
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px solid #eee;
}

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

dl.headline dd ul li.author span.name {
	color: #333;
}

dl.headline dd ul li.category a,
dl.headline dd ul li.tag a {
	text-decoration: none;
}

dl.headline dd ul li.tag a {

}

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

/*--------------------------------------
	clearFix
---------------------------------------*/

div#utilities,
.textBody,
ul.flip,
ul.thumb {
	_height: 1px;
	min-height: 1px;
/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
/* end */
}

div#utilities:after,
.textBody:after,
ul.flip:after,
ul.thumb:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
/*	clear: both;*/
}

/********************************************************
*
*	Title: 3-context.css
*
*********************************************************/

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

	3-1.div#header
	
=======================================*/

div#header {
	padding: 1px 0 26px;
}

/*--------------------------------------
	3-1-1. Website Title
---------------------------------------*/

div#header p.siteName {
	margin: 25px 28px 0;
	line-height: 1;
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	font-family: arial black;
}

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

div#header p.siteName a:hover {

}

/*--------------------------------------
	3-1-2. Description
---------------------------------------*/

div#header p.description {
	margin: 0.4em 28px 0;
	font-size: 110%;
	text-align: center;
}

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

	3-2.div#content
	
=======================================*/

div#content {
	padding-bottom: 1px;
	position: relative;
}

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

	3-3. div#main
	
=======================================*/

div#main {
	padding-top: 1px;
	margin: 0;
}

/*--------------------------------------
	3-3-3. div.entry
---------------------------------------*/

div.entry {
	margin: 0 0 1em 0;
	padding: 1px 0;
}

/* 3-3-3-1. Entry Title
-----------------------------*/

div.entry h2 {
	margin-bottom: 0;
}

/* 3-3-3-3. Text Body
-----------------------------*/

div.entry div.textBody {
	margin: 0 0 1em 0;
	padding: 1px 0;
}

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

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

	3-6.div#footer
	
=======================================*/

div#footer {
	padding: 1px 0;
	background-color: #222;
}

div#footer ul.support {
	margin: 0em 10px;
	text-align: right;
}

div#footer ul.support li {
	margin: 0 0 0 6px;
	display: inline;
	font-size: 12px;
	color: #666;
}

div#footer ul.support li a {
	text-decoration: none;
	color: #666;
	text-decoration: none;
}

div#footer li.template a {

}

div#footer li.template a[title]:after {
	content: " "attr(title);
}

div#footer address {
	margin: 0em 0px 0em;
	text-align: center;
	color: #eee;
}

/********************************************************
*
*	Title: 4-layout.css
*
*********************************************************/
/*======================================

	4-1.Containers Layout
	
=======================================*/

body {
	text-align: center; /* Centering for IE6 */
}

div#header,
div#content,
div#footer {
	margin: 0 auto;
	text-align: left;
}

div#utilities dl.navi,
div#utilities dl.others {
	margin: 0;
}

/********************************************************
*
*	Title: sbskin.css 1
*
********************************************************/

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

	Layout
	
=========================================================*/

body {
	margin: 0 0; /* margin */
}

div#header,
div#content,
div#footer {
	width: 90%; /* (example: 50%~100%, 400px~1000px, 60em, etc. )*/
	min-width: 35em; /* 最小幅 */
	max-width: 70em; /* 最大幅 */
}

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

	General
	
=========================================================*/

body {
	color: #555;
	background-color: #bbb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#header {
	border-top: 5px solid #01b0f0;
	border-bottom: 16px solid #000;
	background-color: #222;
}

div#content {
	background-color: #fff;
}

div#content div#main {
	background-color: #fff;
	border-color: #eee; /* 本文カラム境界線 */
}

/*--------------------
	Border Switch
	headerとcontentの区切り付近に出現するBorder。
	ModuleのImportよってBorderに利用するBoxを切り替えています。
	!必要ない場合は全て削除してください。
----------------------*/

div#content,div#main,
body.double div#utilities,
body.multi div#utilities {
	border-top: 5px solid #eee; /* 編集は色だけ推薦 */
}

div#main,
body.double div#utilities,
body.multi div#utilities {
	border-top-width: 0; /* Do not edit this line */
}

/*---------------
 Font Size Setting
 本文文字サイズ
-----------------*/

div.textBody {
	font-size: 100%; /* ( small: 92% | medium: 100% | large: 107% ) */
}

/* individual (個別記事では少し大きく) */

body.individual div.textBody {
	font-size: 100%; /* ( small: 92% | medium: 100% | large: 107% ) */
}

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

a:link {
	color: #0198ca;
}

a:visited {
	color: #8f9da6;
}

a:hover {
	color: #00b8fd;
}

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

div#header p.siteName {

}

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

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

/*---------------
 Description
-----------------*/

div#header p.description {
	color: #888;
}

/*---------------
 Heading
-----------------*/

h1 {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #000;
	background-image: url(./img/h1_back.png);
}

h2 {
	border-bottom: 1px solid #eee;
	color: #000;
}

h3 {
	color: #666;
	background-color: #f5f5f5;
}

h3.session {
	padding: 0.1em 10px;
	font-size: 112%;
	font-weight: bold;
	background-color: #f5f5f5;
}
/*=========================================================

	Entry
	
=========================================================*/

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

div.entry h2{
	padding-left: 18px;
	background-image: url(./img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	_background-position: 0 0.35em;
}

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

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

div.entry div.textBody dl {
	border-left: 6px solid #eee;
	border-bottom: 1px solid #fff;
}

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

div.textBody a img {
	border: 3px solid #ccc;
}

div.textBody a:hover img {
	border: 3px solid #000;
}


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

	Elements
	
=========================================================*/

em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}



/*---------------
 Pre
-----------------*/

pre {
	color: #666;
	background-color: #eee;
}

pre * {
	color: #444;
}

pre[title]:before {
	color: #fff;
	background-color:  #bbb;
}

/*---------------
 Blockquote (引用)
-----------------*/

blockquote {
	border: 3px solid #eee;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	color: #000;
}

blockquote[cite]:after {
	color: #333;
}

cite {
	color: #333;
}

/********************************************************
*
*	Title: Global Navigation Module
*
********************************************************/

div#header {
	border-bottom: 0;
}

/*--------------------
	Border Switch
----------------------*/

div#content,
div#content div#main,
div#content div#utilities {
	border-top: none;
}

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

	Global Navigation Module
	
=======================================*/

ul#globalNavi {
	margin: 25px 0 -26px;
	padding: 0 0 0 0;
	background-color:#222;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 90px;
	line-height: 1;
	list-style-type: none;
	font-size: 12px;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	padding: 0.6em 10px; /* Button Height */
	border: none;
	border-right: 2px solid #222;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #222;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #333;
	background-color: #eee;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#globalNavi {
	height: auto;
	overflow: hidden;
}
/* end */

div.topimage {
	width: 100%;
	height: 280px;
	padding: 0px;
	margin: 0px;
	background-image: url(./img/top.jpg);
}

div.topimage div{
	padding-top: 120px;
}

div.topimage p{
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	background-color: #222222;
	opacity: 0.8;
}

div.floatmenu{
	float: right;
	margin-left: 1.5em;
	margin-right: 0;
	background-color: #fefefe;
}

ul.toc{
	margin: 0px;
	padding: 0px;
	width: 270px;
	font-size: 13px;
	list-style-type: none;
}

ul.toc li a{
	color: #fff;
	padding: 5px;
	text-align:left;
	display: block;
	text-decoration: none;
	border-left: 5px solid #222;
	border-bottom: 1px solid #aaa;
	background-color: #0198CA;
}

ul.toc li a:hover{
	background-color: #0088B0;
}

ul.banner{
	margin: 0px;
	padding: 0px;
	width: 270px;
	list-style-type: none;
	float:left;
}

ul.list{
    float:right;
    margin: 10px 0 0 0;
    padding: 0;
    width: 230px;
    font-size: 15px;
    list-style-type: square;
}

ul.list h2{
    margin: 0px;
    font-size: 18px;
}

ul.list p{
    margin: 0px;
    font-size: 10px;
}

ul.list li{
    margin-left: 1.5em;
}

ul.list li a{
    color: #0198CA;
    text-decoration: none;
}

ul.list li a:visited{
    color: #0198CA;
}

ul.banner{
	margin: 0px;
	padding: 0px;
	width: 270px;
	list-style-type: none;
}

ul.banner li{
    margin: 0 0 0 5px;
    padding: 0px;
    float: left;
    height: 60px;
    width: 130px;
}

ul.banner li a{
    display: table-cell;
    vertical-align: middle;
    height: 60px !important;
    height: auto;
    width: 130px !important;
    width: auto;
}

ul.banner img{
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
    width: 120px;
}

img.logoL {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	height: 100px;
}
img.logoR {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
}

ul.decimal {
	padding-left: 3em;
	list-style-type: decimal;
	list-style-position: inherit;
}

div.map{
	padding-left: 50px;
}


