@charset "UTF-8";

html {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	font-size: 76%;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",	/* MacOS X用フォント */
		"メイリオ",Meiryo,						/* WinVista用フォント*/
		"ＭＳ Ｐゴシック", "MS P Gothic",				/* Windows系フォント */
		sans-serif;							/* ゴシック系総称ファミリー */
	color: #333;
	line-height: 1.6;
}
:link { color: #3366cc; font-weight: bold; text-decoration: underline; }
:visited { color: #3366cc; font-weight: bold; text-decoration: underline; }
h1 {
	padding: 5px 5px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
h1.second {
	padding-top: 40px;
}
h2 {
	padding: 5px 5px;
	font-weight: bold;
	font-size: 120%;
}
h3 {
	padding: 5px 5px;
	font-size: 120%;
}
p {
	padding: 15px 5px;
	font-size: 100%;
	line-height: 2;
}
a, a:link {
	color: #cc3;
}
a:visited {
	color: #999;
}


/* Screen */
div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border: 0;
	min-height: 340px;
	position: relative;
	overflow: visible;
	background: white;
}
div#topbar {
	width: 900px;
	height: auto;
	margin: 0 0;
	margin-bottom: 5px;
}
h1.topbar {
	color: #666;
	font-size: 100%;
}
p.topbar {
	padding: 5px 0 0 5px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div#header {
	box-sizing: border-box;  		/* Opera用 */
	position: relative;
	float: none;
	width: 900px;
	height: 335px;
}
div#header a.blogtop {
	display: block;
	width: 900px;
	height: 335px;
	background: url(../images/artblogheader.jpg) 0 0 no-repeat;
	background-size: 900px 300px;	
	text-indent: -99999px;
	float: left;
}
div#header a.blogtop:hover {
	background: url(../images/artblogheader_hover.jpg) 0 0 no-repeat;
	background-size: 900px 300px;	
}
div#navibar {
	width: 900px;
	height: 35px;
	border-top: 1px #999 solid;
}p.navibar {
	line-height: 25px;
	padding: 0 0;
	padding: 0 0 0 0;
}
p.navibar a:link, p.navibar a:visited {
	color: #cc3;
	text-decoration: none;
}
p.navibar a:hover {
	text-decoration: underline;
}
div#content {
	margin-top: 30px;
	width: 900px;
	height: auto;
	float: left;
	overflow: hidden;
}
div.main {
	width: 650px;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
div.main h1.contenttitle {
	font-size: 150%;
}
div.main div.item {
	margin-top: 80px;
}
ul.showhideAll {
	width: 100%;
	float: none;
	list-style: none;
}
ul.showhideAll li{
	text-align: left;
	margin-left: 30px;
	float: none;
}
div.main table.summary {
	width: 650px;
}
div.main table.summary td.no {
	width: 10%;
	border-bottom: 1px #333 dotted;
}
div.main table.summary td.title {
	width: 70%;
	border-bottom: 1px #333 dotted;
}
div.main table.summary td.date {
	width: 20%;
	border-bottom: 1px #333 dotted;
}
div.main table.summary p {
	padding: 0;
}
div.main table.summary p.first { }
div.main table.summary p.second {
	padding-left: 15px;
}
div.main table.summary p.third {
	padding-left: 30px;
}
div.main table.summary a  {
	display: block;
	padding: 5px 0 5px 5px;
 	text-decoration: none;
	line-height: 1.4;
}
th.leftdottedline, td.leftdottedline {
	border-left: 1px black dotted;
}
th.bottomdottedline, td.bottomdottedline {
	border-bottom: 1px black dotted;
}
div.main table.itemcont {
	width: 640px;
	display: none;
	margin-top: 20px;
}
table.itemcont td.thirty {
	width: 30%;
}
table.itemcont td.twenty {
	width: 20%;
}
table.itemcont td.ten {
	width: 10%;
}
div.main table.itemcont p {
	padding: 0 0;
}
div.main table.itemcont p.padding5 {
	padding: 5px 5px; 
}
div.main table.itemcont p.bold {
	font-weight: bold;
}
div.main table.itemcont p.boldbig {
	font-size: 120%;
	font-weight: bold;
}
div.main ul.pagenavi {
	width: 650px;
	height: 30px;
	margin: 0 0;
	margin-top: 100px;
	list-style: none;
}
div.main ul.pagenavi li.left {
	display: block;
	width: 150px;
	line-height: 30px;
	float: left;
	text-align: left;
}
div.main ul.pagenavi li.center {
	display: block;
	width: 350px;
	line-height: 30px;
	float: left;
	text-align: center;
}
div.main ul.pagenavi li.right {
	display: block;
	width: 150px;
	line-height: 30px;
	float: right;
	text-align: right;
}
div.main p.introduction {}
div.main p.indent {
	margin-left: 50px;
}
div.main p.indentT {
	margin-left: 150px;
}
div.main p.update {
	text-align: right;
}
div.main ul.item {
	list-style: none;
	margin-left: 20px;
	margin-top: 20px;
	border-top: 1px #333 solid;
}
div.main ul.item h2.itemtitle {
	padding: 0 0;
	display: block;
	width: 100%;
	height: auto;
/*	background: #333;*/
}
div.main ul.item h2.itemtitle.plus {
	background: url(../images/item_plus.jpg) no-repeat;
}
div.main ul.item h2.itemtitle.minus {
	background: url(../images/item_minus.jpg) no-repeat;
}
div.main ul.item h2.itemtitle a {
	font-size: 90%;
	display: block;
	padding: 5px 5px 5px 20px;
/*	width: 630px;*/
	line-height: 1.4;
/*	color: white;*/
	color: black;
	text-decoration: none;
}
div.main ul.item p.itemcont {
	display: none;
}
p.itemcont.second {
	padding-left: 15px;
}
font.emp1 {
	line-height: 1.6;
	font-size: 120%;
	font-weight: bold;
}
font.emp2 {
	line-height: 2;
	font-weight: bold;
}
font.emp1red {
	line-height: 1.6;
	font-size: 120%;
	font-weight: bold;
	color: red;
}
font.emp2red {
	line-height: 2;
	font-weight: bold;
	color: red;
}
font.mini {
	line-height: 1.6;
	font-size: 80%;
}
p.itemcont a, p.introduction a {
	line-height: ;
	text-decoration: none;
}
img.fullwide  {
	width: 630px;
}
p.itemcont a span.imgtitle, p.introduction a span.imgtitle  {
	font-weight: bold;
}
p.naname {
	font-style: oblique; 
}
div.main ul.item ul.itemcont {
	display: none;
	margin-left: 10px;
	width: auto;
	list-style: none;
}
div.main ul.item ul.itemcont li.itemcont {
	padding: 5px 5px ;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
	background: #cc3 ;
	border-radius: 5px; 
}


div.adv {
	width: 200px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	border-left: 2px #999 solid;
}
ul.adv {
	list-style: none;
	display: block;
	width: 200px;
	height: auto;
	margin-bottom: 10px;
}
a.adv {
	display: block;
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
}
a.adv img {
	height: 200px;
	width: 200px;
}
div#endofcontainer {
	width: 900px
	height: auto;
	float: none;
}
div#endofcontainer p {
	color: white;
}
div#backtothepagetop {
	box-sizing: border-box;
	float: none;
	width: 900px;	 
	height: 120px;
	margin-top: 5px;
}
div#backtothepagetop a {
	float: right;
}
div#backtothepagetop a:hover img {
	opacity: 0.5;
}
div#footer {
	box-sizing: border-box;  
	position: relative;
	height: 80px;
	width: 900px;
	bottom: 0;
	border-top: 5px #666 solid;
}
div#footer ul {
	width: 900px;
	height: 80px;
	list-style: none;
}
div#footer ul li.leftcol {
	display: block;
	width: 700px;
	height: 65px;
	line-height: 1.6;
	padding-top: 15px;
	float: left;
}
div#footer ul li.rightcol {
	display: block;
	width: 200px;
	height: 65px;
	padding-top: 15px;
	float: right;
	text-align: right;
}
div#footer ul li.rightcol a:link, div#footer ul li.rightcol a:visited {
	color: black;
	text-decoration: none;
}
div#footer ul li.rightcol a:hover {
	border-bottom: 3px #cccc33 solid;
}
div#footer p {
	float: left;
}


