/* $Id: style.css,v 1.1 2009/06/12 06:47:41 agileware Exp $ */

/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
  line-height: 170%;
}
#Page
{
	position: relative;
	width: 780px;;
	left: 0;
	top: 0;
}
.PageBackgroundGlare
{
	position: absolute;
	width: 100%;
	height: 119px;
	left: 0;
	top: 0;
}

.PageBackgroundGlareImage
{
/*	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;*/
	height: 119px;
	width: 740px;
	margin: 0;
}

html:first-child .PageBackgroundGlare
{
	border: 1px solid transparent; /* Opera fix */
}

.PageBackgroundGradient
{
	position: absolute;
/*	background-image: url('images/Page-BgGradient.jpg');
	background-repeat: repeat-x;*/
	top:0;
	width:100%;
	height: 75px;
	
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */


.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* Header1 */
.header1
{
	position: relative;
	height: 70px;
	z-index: 101;
}

.header1 .Block-body,
.header1 .Block-body .BlockContent {
  float: right;
}

/* menu structure */

.artmenu
{
	padding: 6px 6px 6px 6px;
}

.nav
{
	position: relative;
	height: 42px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 42px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:5px;
}

.nav .r
{
	right: 0;
	width: 880px;
	clip: rect(auto, auto, auto, 875px);
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}

.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 90px;
	background-image: url('images/MenuItem.png');
}

.artmenu a .l
{
	left:0;
	right:4px;
}

.artmenu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.artmenu a .t 
{
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "EE EゴシチE", "MS PGothic", sans-serif; */
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 30px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-30px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-30px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-30px;
}
.artmenu a:hover .t
{
	color: #242424;
}

.artmenu li:hover a .t
{
	color: #242424;
}

.artmenu li:hover>a .t
{
	color: #242424;
}

.artmenu a.active .l, .artmenu a.active .r
{
	top: -60px;
}

.artmenu a.active .t
{
	color: #080808;
}


/* end MenuItem */

/* begin MenuSeparator */


/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #363636;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
}

.artmenu ul ul a
{
	margin-left: auto;
}

.artmenu ul li a:hover
{
	color: #EDEDED;
	background-position: 0 -20px;
}

.artmenu ul li:hover>a
{
	color: #EDEDED;
	background-position: 0 -20px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
	color: #EDEDED;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
	color: #EDEDED;
}


/* end MenuSubItem */

/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 880px;
/*	height: 200px;*/
}

div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 880px;
	height: 200px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
}
/* end Logo */

/* begin Header1 */
.header1 .Block {
  clear: none;
  float: right;
  margin: 0;
}
/* end Header1 */

/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 2px;
	width: 880px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.Block
{
	margin-left: 0;
  margin-bottom: 10px;
/* 2010-03-19 17:55 */
  clear: both;
}
/* .Post .Block
{
	margin-left: 7px;
}
*/
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
/*	height: 30px; */
	margin-bottom: 0;
}

.BlockHeader .t
{
	height: 30px; 
	color: #000000;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 16px;
	white-space : nowrap;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;

}

.BlockHeader .l
{
	left:0;
	right:6px;
}

.BlockHeader .r
{ 
	width:900px;
	right:0;
	clip: rect(auto, auto, auto, 894px);
}

.header-tag-icon
{
	display:inline-block;
/*	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0;
	background-repeat: no-repeat; */
	min-height: 15px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
}

.BlockContent-body
{
	color:#424242;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #AE8E19;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #1A1A1A;
	margin:0;
	padding:7px 0 0;
}

.BlockContent-body li
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
}

.BlockContent-body ul li
{
	padding:0px 0 0px 10px;
/*	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat; */
	margin:0.5em;
	line-height:1.2em;
}

.contentLayout .BlockContent-body ul li.first {
  margin-top: 0;
}

.header1 .BlockContent,
.Footer .BlockContent {
  border: none;
}


/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index:1;
/*	padding: 0 10px 10px 10px;*/
  padding: 0 0 10px 7px;
}

.Post
{
/*	margin: 10px;*/
  margin: 8px 0;
}

/* Start images */
a img
{
	border: 0;
}

.article img, img.article
{
	margin: 1em;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #A3A3A3;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

.article caption {
	margin: 0 1em 1em 1em;
}

.article table {
	margin: 1px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #262626;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #262626;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:hover, .PostHeader a.hovered
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  text-decoration: none;
  text-align: left;
  color: #AE8E19;
}
/* end PostHeader */

/* begin PostMetadata */
/*.PostMetadataHeader
{
	padding:1px;
	background-color: #DBDBDB;
	border-color: #BABABA;
	border-style: solid;
	border-width: 1px;
}*/
/* end PostMetadata */

/* begin PostIcons */
.PostHeaderIcons
{
	padding:1px;
}

.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	color: #303030;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
	margin:0;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #AE8E19;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #333333;
}

.PostContent
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  color: #333333;
/*  margin: 0 5px;*/
}


/* Start Content link style */
a
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  text-decoration: none;
  color: #636363;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  text-decoration: none;
  color: #AE8E19;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 120%;
  color: #4A4A4A;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #636363;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 19px;
  color: #636363;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #424242;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #424242;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
  font-size: 11px;
  color: #424242;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #262626;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
}

.Post li
{
	padding:0px 0 0px 10px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
	background-repeat:no-repeat;
   padding: 0.4em 0 0.4em 10px;
  background-position:0 .9em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F0F0F;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

blockquote
{
	border:solid 1px #BABABA; 
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#DBDBDB;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */
/*.PostMetadataFooter
{
	padding:1px;
	background-color: #DBDBDB;
	border-color: #BABABA;
	border-style: solid;
	border-width: 1px;
}*/
/* end PostMetadata */

/* begin PostIcons */
.PostFooterIcons
{
	padding:1px;
}

.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	color: #303030;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	margin:0;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	text-decoration: none;
	color: #AE8E19;
}
/* end PostIcons */

/* begin Button */
a.Button,
button.Button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:33px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

a.Button .btn,
button.Button .btn
{
	display:block;
	position:relative;
	float:left;
	height: 33px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #000000;
}

a.Button .btn .t,
button.Button .btn .t
{
	display:block;
	height: 33px;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
	white-space: nowrap;
	text-align: left;
	padding: 0 16px;
	line-height: 33px;
	text-decoration: none !important;
}

input, select
{
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 13px;
}

a.Button .hover,
a.Button:hover,
button.Button .hover,
button.Button:hover
{
	color: #C7C7C7;
	text-decoration: none !important;
}

a.Button .active,
button.Button .active
{
	color: #FCF9ED;
}

a.Button .btn .l,
a.Button .btn .r,
button.Button .btn .l,
button.Button .btn .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 99px;
	background-image: url('images/Button.png');
}

a.Button .btn .l,
button.Button .btn .l
{
	left:0;
	right:10px;
}

a.Button .btn .r,
button.Button .btn .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 399px);
}

a.Button .btn.hover .l,
a.Button .btn.hover .r,
a.Button .btn:hover .l,
a.Button .btn:hover .r,
button.Button .btn.hover .l,
button.Button .btn.hover .r,
button.Button .btn:hover .l,
button.Button .btn:hover .r
{
	top: -33px;
}

a.Button .btn.active .l,
a.Button .btn.active .r,
button.Button .btn.active .l,
button.Button .btn.active .r
{
	top: -66px;
}

/* end Button */

/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 600px;
		border-top: 1px solid;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	width: 600px;
	bottom:0;
	left:0;
}

.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 30px;
}

.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
     width: 100%;
	color:#171717;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#AE8E19;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#636363;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 180px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 600px;
}
.contentLayout .content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 600px;
}
.contentLayout .content-sidebar2

{
    border: 0 none;
    float: right;
      margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 600px;

}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 600px;
}
/* end LayoutCell */

/* begin LayoutCell */
/* end LayoutCell */



/*
** HTML elements
*/
#footer
{
	text-align: center;
}

ul li 
{
	text-align: left;
	background-image: none;
	display: block;
}

li.expanded, li.leaf, li.collapsed
{
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

.tabs, .links, .service-links img, service-links img
{
	padding-left: 0px;
	margin: 0px;
}

.tabs li, .links li
{
	float: left;
	display: block;
	padding: 0 0 0 1em;
}

ul.primary {
	border-bottom: none;
}

#user-login-form 
{
	text-align: left;
}

#user-login-form ul li
{
	background-image: none;
	padding-left:0;
}

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid ;
	width: 95%;
}

fieldset legend 
{
	/* Fix disappearing legend in FFox */
	display: block;
}

.breadcrumb 
{
	display: block; 
	padding-bottom: .7em;
}

.form-text, .form-textarea
{
	text-align: left;
}

.tags
{
	float: left;
}

.messages
{
	padding: 5px;
	margin: 5px 0;
}

.status
{
	border: 1px solid #090;
	background:#C9FBC8;
	margin: 5px 0;
}

.messages li
{
	margin: 5px 0;
}

tr.even, tr.odd
{
	background-color: transparent;
}

#forum .links li
{
	float: none;
	clear: both;
}

#forum table
{
	width: auto;
	margin-top: 15px;
}

#forum td.container
{
	padding-top: 15px;
	border-left: none;
	border-right: none;
}

#forum td.active
{
	background-color: transparent;
}

#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply
{
	padding-top: 4px;
	padding-bottom: 4px;
}

#forum td.container
{
	font-weight: bold;
}

#forum td.active
{
	background-color: transparent;
}

.forum-topic-navigation
{
	border-top: 0px transparent;
	border-bottom: 0px transparent;
}

.forum-topic-navigation .topic-previous
{
	text-align: left;
	float: left;
}

.forum-topic-navigation .topic-next
{
	text-align: right;
	float: right;
}

.read_more
{
	margin: 5px 0px;
	text-align:left;
}

.sticky-table H2
{
	font-size: 10px;
}
/*
.Footer .Footer-inner
{
	float: left;
	width: 100%;
}
*/
.comment span.new-text {
  color: #FF0000;
  font-size: 60%;
  font-weight: normal;
}

.preview .node,
.preview .comment,
.sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #DBDBDB;
  border: solid 1px #BABABA;
  margin-bottom: 2em;
}

/* goodpage */
p {
  margin: 0;
}
.article img {
  margin: 0;
}
/*
h2,
h2.PostHeaderIcon-wrapper {
  background: url(images/BlockHeader.png);
  font-size: 13px;
  color: #000;
  line-height: 28px;
  padding: 0 10px;
}
*/
thead,
thead th,
tbody,
tbody tr,
tbody tr.even,
tbody tr.odd {
  border: none;
  line-height: 26px;
}

td, th {
  vertical-align: top;
  padding: 0.5em 0.5em;
}

.contentLayout .Block .content {
  width: auto;
}

.contentLayout .content-sidebar1 .content,
.contentLayout .content-sidebar2 .content {
  width: 100%;
}

.contentLayout .content-wide .content {
  width: 100%;
}

.Post .add-btn ul li {
  padding: 0;
  margin: 0;
}

.sidebar1
{
    background: none repeat scroll 0 0 #A0D6E4;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	left:7px;
	overflow: hidden;
	width: 160px;
}
.sidebar1 .Block {
  margin: 7px 7px 7px 0;
}

.image-attach-body {
  float: none;
}

/* views */
.views-row {
  margin-bottom: 1.5em;
  margin-top: 5px;
}

/*.Post div.views-field-title {
  background: url(images/TitleHeaderIcon.gif) no-repeat 0 50%;
  padding-left: 1.5em;
} */
.view .views-field-view-node a,
.view .views-field-view-node a:visited,
.view .views-field-view-node a:active  {
  text-indent: -999px;
  background: url(images/click-05.gif) no-repeat scroll right 0;
  display: block;
  width: 80px;
  float: right;
  min-height: 35px;
}

/* module image */
.image-attach-body {
  margin-left: 0;
}


.panel-pane {
  margin: 0 5px;
}

/* CCK group */
div.fieldgroup {
  margin: 1em 0;
}
div.fieldgroup .content {
  padding-left: 0;
  float: none;
}
.node .article .all-attached-images img {
  margin: 0.5em;
}
/* begin Logo */
.logo
{
	display : block;
	left: 0px;
	height: 100px;
	top:0px;
    position: fixed !important;  
    position: absolute;  
	z-index:998;
  }
  
  .sidebar-left
{
    display: block;
    float: left;
    height: auto;
    left: 0px;
    position: fixed !important;
	position: absolute; 
    top: 100px;
    width: 180px;
	background-image: url("images/m_bg.gif");
	background-repeat: repeat-y;
	height: 1500px;
}

.sidebar-left img
{
    float: left;
    left: 7px;
    position: relative;
	display:inline;
}

* html ,* html body {  
    height: 100%;  
    overflow-y: hidden;  
    overflow-x: auto;  
}  
* html #Page {  
    overflow: auto;  
    position: relative;  
    width: 100%;  
    height: 100%;  
}  

.contentLayout
{
	width: 780px;
	float:left;
	position: relative;
	top:100px;
}
/* end ContentLayout */


.BlockHeader
{
	position:relative;
	z-index:0;
	margin-bottom: 0;
    float:left;
	width:100%;
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    margin-bottom:7px;
}
.breadcrumb 
{
    display: block;
    float: right;
    font-size: 12px;
    padding-bottom: 0.7em;
    position: relative;
	 top: 100px;
}
/* sub title 
.node .field-field-sub-title,
.node .field-field-sub-title1,
.node .field-field-sub-title2,
.node .field-field-sub-title3,
.node .field-field-sub-title4 {

  margin: 5px 0;
  background: url(images/TitleHeaderIcon.gif) no-repeat 0 50%;
} */



/* sub title */
.node  .field-field-title,
.node  .field-field-sub-title1,
.node  .field-field-sub-title2,
.node  .field-field-sub-title3,
.node  .field-field-sub-title4,
.node  .field-field-sub-title5,
.node  .field-field-sub-title6,
.node  .field-field-sub-title7,
.node  .field-field-sub-title8,
.node  .field-field-sub-title9
{

  padding-top: 5px;
  border-bottom: 1px dashed;
  border-top: 1px dashed;
  margin-bottom:10px;
}

#node-7 .field-field-title,
#node-7 .field-field-sub-title1,
#node-7 .field-field-sub-title2,
#node-7 .field-field-sub-title3,
#node-7 .field-field-sub-title4,
#node-7 .field-field-sub-title5,
#node-7 .field-field-sub-title6,
#node-7 .field-field-sub-title7,
#node-7 .field-field-sub-title8
{
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    margin-bottom:10px;

}

#node-4 .field-field-title
{
 margin: 5px 0;
 border-bottom: 1px dashed;
 border-top: 1px dashed;
 margin-bottom:10px;
}

#node-4 .field-field-sub-title1,
#node-4 .field-field-sub-title2,
#node-4 .field-field-sub-title3,
#node-4 .field-field-sub-title4,
#node-4 .field-field-sub-title5,
#node-4 .field-field-sub-title6
{
 margin: 5px 0;
 border: none;
 margin-bottom:10px;
}

.node .article .all-attached-images img
 {
  margin: 0.5em;
}

.sidebar1 .BlockContent-body {
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 5;
}

.sidebar1  .Block {
    clear: both;
    margin-left: 0;
	margin-bottom:0;
}
.sidebar1 .BlockContent-body ul {
    color: #1A1A1A;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar-left .BlockContent-body {
    padding: 0 0 0;
    position: relative;
    z-index: 1;
}

.sidebar-left .BlockContent-body ul li {
    background-image:none;
    line-height: 0.9em;
    margin: 0.5em;
    padding: 0 0 0 3px;
}

.content-top
{

}
.content-top .Block
{
    margin: 0 0px 5px;

}
.content-top  .BlockContent-body {
    padding: 0px;
    position: relative;
    z-index: 1;
}
.content-top td, th {
    padding: 0.4em;
    vertical-align: top;
}

.content-middle .BlockHeader
{
	border:none;
	background-image: url("images/bana_whatsnew.gif");
	background-repeat: no-repeat;
	width:100%; 
}

 .content-middle .BlockHeader .t
 {
 	padding-left:15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
 }
 
.content-replace
{

}
.content-replace .Block
{
	 margin: 0 0px 5px;
} 
.content-replace .BlockContent-body {
    padding: 0px;
    position: relative;
    z-index: 1;
}

 .content-bottom
{

}
.content-bottom .Block
{
    margin: 0 0px 5px;

}
.content-bottom .BlockContent-body {
    padding: 0px;
    position: relative;
    z-index: 1;
}

#node-146, #node-145 .content
{
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    margin-top: 10px;
}

/* menu */
#node-136 p
{
	line-height: 130%;
}

/* VIews */

.research
{

}

.research .item-list li
{ 
   background: url("images/pen.gif") no-repeat scroll 0 50% transparent;
   left: 20px;
   margin: 0;
    padding: 0 0 0 1.5em;
   position: relative;
    font-size: 16px;
}
.research .views-field-title
{ 
   background: url("images/pen.gif") no-repeat scroll 0 50% transparent;
   padding-left: 1.5em;
   margin: 0;
   font-size: 16px;

}
.research .views-summary
{
  margin: 0;
}

.research td, th {
     padding: 0.4em 0.4em;
    vertical-align: top;
}

.cohort
{

}

.cohort .view-content
{

}

.cohort .views-view-grid
{
	left: 15px;
	position: relative;
}
.cohort td, th {
    padding: 0.3em 0.4em;
    vertical-align: top;
}

.cohort .views-field-title
{
   background: url("images/pen.gif") no-repeat scroll 0 50% transparent;
   padding-left: 1.5em;
   margin: 0;
   font-size: 16px;

}

#node-347 .field-field-des,
#node-551 .field-field-des,
#node-552 .field-field-des,
#node-553 .field-field-des,
#node-554 .field-field-des,
#node-555 .field-field-des,
#node-556 .field-field-des
{
    border: 4px solid #0000FF;
    padding: 3px;
}

#node-347 .field-field-des .field-item,
#node-551 .field-field-des .field-item,
#node-552 .field-field-des .field-item,
#node-553 .field-field-des .field-item,
#node-554 .field-field-des .field-item,
#node-555 .field-field-des .field-item,
#node-556 .field-field-des .field-item
{
    border: 1px solid #0000FF;
    padding: 3px;
}

#node-348 .field-field-des
{
    border: 4px solid #0000FF;
    padding: 3px;
}

#node-348 .field-field-des .field-item
{
	border: 1px solid #0000FF;
    padding: 3px;
}

.results
{

}

.results .item-list li 
{
   background: url("images/g_list.gif") no-repeat scroll 0 50% transparent;
   left: 20px;
   margin: 0;
   padding-left: 1.5em;
   position: relative;
    font-size: 16px;
} 

.results  .views-field-title
{
   left: 20px;
   margin: 0;
   padding-left: 1.5em;
   position: relative;
   font-size: 15px;
}


.essay 
{

}
.essay  .item-list li
{
    background: url("images/r_list.gif") no-repeat scroll 0 50% transparent;
    left: 20px;
    margin: 0;
    padding-left: 1.5em;
    position: relative;
	font-size: 16px;
}
.essay  .views-row
{
    left: 20px;
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
}
.essay  .views-field-title
{
   margin: 0;
 /*   padding-left: 1.5em; */
	 line-height: 15px;
	 float:left;
	  border-bottom: 1px solid #636363;
 }
.essay  .views-field-field-gaiyou-value
{
   margin: 0;
 /*  padding-left: 1.5em; */
    line-height: 15px;
   
 }

.essay  .item-list .views-summary
{
	   width: 93%;
}

.essay .views-field-field-icon-value
{
	 float: left;

}

  .field-field-pubulink
{
	margin: 5px 0;
}
.field-field-pubulink a
{
	 border-bottom: 1px solid #636363;
}
.field-field-gaiyou
{
	 margin: 5px 0 10px;
} 


.field-field-year
{
    float: left;
	width:55px;
}
 
 /*  教室の四季 */
.common
{

}
.common .item-list li
{
    background: url("images/r_list.gif") no-repeat scroll 0 50% transparent;
    left: 20px;
    margin: 0;
    padding-left: 1.5em;
    position: relative;
	font-size: 16px;

}
.common .views-field-title
{
   background: url("images/v4.gif") no-repeat scroll 0 50% transparent;
   left: 20px;
   margin: 0;
   padding-left: 1.5em;
   position: relative;
     float: left;
   
}
.common td, th {
     padding: 0.4em 0.4em;
    vertical-align: top;
}

.common .views-field-field-icon-value
{
   float: left;
    height: 10px;
	margin-left:20px;
}

 
.link-field-column 
 {
    float: left;
    width: 98%;
}

.link-field-title .form-item 
{
	margin-bo: 0;
}
.link-field-url  .form-item 
{
	 margin-top: 0;
}


.field-field-image1
{
	float:left;
	margin-right:7px;
}

.field-field-image2
{
	float:right;
	margin-left:7px;
}

.report 
{

}
.report .item-list li
{
 background: url("images/r_list.gif") no-repeat scroll 0 50% transparent;
    left: 20px;
    margin: 0;
    padding-left: 1.5em;
    position: relative;
    font-size: 16px;
}
.report .views-field-title
{
   background: none
   margin: 0;
   padding-left: 1.5em;
   float:left;
}
.report .views-field-title a
{
	border-bottom: 1px solid #636363;
}

.report .views-field-field-shousai-value
{
    clear: both;
    line-height: 20px;
    margin: 0;
    padding-left: 1.5em;
}
.report .views-field-field-icon-value
{
   float: left;
     padding-top: 5px;
}


.association
{

}

.association .item-list li
{
   left: 20px;
   margin: 0;
   padding-left: 1.5em;
   position: relative;
   font-size: 16px;
}

.association .views-field-title 
{
    background: url("images/b_list.gif") no-repeat scroll 0 50% transparent;
    margin: 0;
    padding-left: 1.5em;
}

.association .view-content
{
    width: 93%;
}

div.add-btn {
    clear: both;
    position: relative;
    z-index: 5;
}


.view-id-individual
{

}

.view-id-individual .view-content
{

}

.view-id-individual .views-row
{
   border-bottom: 1px dashed;
   margin-bottom: 5px;
}

.view-id-individual .views-field-field-image1-fid
{
    float: left;
      width: 18%;
}

.view-id-individual .views-field-body
{
	margin-left:18%;
}
/*  word */

ol {
         list-style-position: outside;
    margin: 0;
    padding: 1em 0 1em 2.4em;
}

/* 教授紹介　*/

#node-434
{
	margin-top: 7px;
}


#node-434 .clear-block p
{
border-bottom: 1px dashed;
    border-top: 1px dashed;
}

#node-139 .field-field-image1
{
   float: left;
    height: 200px;
   
}

#node-139  .field-field-des 
{
	float:left;
	width:80%;
}

/* 新着惁E　*/

.news  .views-view-grid
{
	width: 100%;
}
.news .view-content .item-list ul li
{
    margin: 0;
    padding: 0.5em 0;
	
}

.news  .views-field-field-hiduke-value
{
    float: left;
    width: 15%;
}

.news .views-field-field-link-url
{
   width:80%;
   float:left;
}
.news .views-field-edit-node
{
	   clear: both;
}

.news .views-view-grid td
{
   /* padding: 0.5em; */
    padding: 0.2em;
    vertical-align: top;
}


.linktitle
{

}
.taxonomy-super-select-radios .form-item label.option {
    float: left;
    margin-right: 1.5em;
    width: 90%;
	
}

.content-sidebar2 .content-replace .views-field a
{
	display:block;
}

.content-sidebar2 .content-replace .views-field img
{
	margin-top:17px;
	margin-left:-60px;
}

.views-field-edit-node a {
     clear: both;
    display: block;
    font-size: 13px;
    height: 2em;
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
}

/* M[y[Wy[WOC*/
.view-id-gallery  .item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0
}

