@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 100%;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;

	background: #333231 url(/back/goleft.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-attachment: scroll;

	text-align: center;
}
p, li, dt, dd, address {
	color: #999988;
	line-height: 1.7;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}

img {
	border: 0px;
}

object {
	margin-left: 10px;
}

pre {
	margin: 8px 0px;
	padding: 10px 20px;
	background: #eeeedd;
	line-height: 1.6;
	overflow: auto;
}
code, var, kbd {
	color: #336688;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.6;
}
blockquote {
	margin: 10px 30px;
	padding-left: 5px;
	border-left: 5px solid #88aa99;
	line-height: 1.6;
}
blockquote p {
	color: #775544;
}

form fieldset {
	border: 0px;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px 5px;

	color: #665555;
	font-size: 95%;

	border-top: 1px solid #ddddcc;
	border-bottom: 1px solid #ccccbb;
	border-width: 1px 0px;
	background-color: #eeeedd;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	border-top: 1px solid #ddddcc;
	border-bottom: 1px solid #ccccbb;
	border-width: 1px 0px;
	background-color: #fafaee;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin: 0px;
	border: 1px solid #bbbbaa;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	color: #888877;
	border: 1px solid #bbbbaa;

	background-color: #EEEEdd;

	text-align: center;
}
table tr td {
	padding: 5px;
	color: #555544;
	border: 1px solid #bbbbaa;
	background-color: #fafafa;
}
table tr td input {
	margin: -2px;
}

a:link {
	color: #ee7700;
	text-decoration: none;
}
a:visited {
	color: #dd5511;
	text-decoration: none;
}
a:active, a:hover {
	color: #229999;
	text-decoration: none;
}

.white a:link, .white a:visited {
	color: #ccaa99;
	font-weight: bold;
	text-decoration: none;
}
.white a:active, .white a:hover {
	color: #FF7700;
	font-weight: bold;
	text-decoration: none;
}


/* ----- 基本構造 -------------------------------------- */

div#container {
	margin: 0px;
	padding: 0px;

	background-image: url(/back/goback.gif); 
	background-attachment: scroll;
	Background-position: left top ;
	background-repeat: no-repeat;
}

div#header {
	float: none;
	clear: both;

	width: 100%;
	margin: 0px;
	padding: 0px;
}
@media screen {
	div#header {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#information {
	width: 90px;
	text-align: left;

	position: absolute;
	top: 100px;
	left: 0px;

	margin: 0px;
	padding: 10px 0px;
}
div#navigation {
	width: 165px;
	float: right;
	margin-top: -50px;
	margin-left: -80px;
	margin-right: 20px;
}
div#logs {
	float: none;
	clear: both;
	margin: 0px auto;

}
div#lists {
	float: left;
	clear: left;

	width: 60%;
	margin: -10px 0px 0px;
	padding: 0px 0px 0px 70px;

	text-align: center;

}
div#gallery, div#comment, div#trackback {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 90px;
}

div#page, div#navi, div#contents, div#work ,div#form, div#env, div#status {
	float: none;
	clear: both;
}
div#comeform {
	float: none;
	clear: both;

 	margin: 80px 20px;
 	padding: 0px 0px 0px 90px;
}


div#footmenu {
	float: none;
	clear: both;

	margin: 0px 40px 10px;
}

div#footer {
	float: none;
	clear: both;

	margin: 0px 30px 10px;
	border-top: 1px solid #777777;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	display: none;
}
div#header h2 {
	display: none;
}

div#header dl.mptitle {
	float: left;
	clear: left;
	width: 110px;
	height: 170px;
	text-align: left;

	margin: 0px;
	padding: 0px;
}
div#header dl.mptitle dt img {
	margin: 0px;
	padding: 0px;
}
div#header dl.mptitle dd {
	margin: 5px 0px 20px 16px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
}

div#header a:link, div#header a:visited {
	color: #888888;
	text-decoration: none;
}
div#header a:active, div#header a:hover {
	color: #eeeedd;
	text-decoration: none;
}

.filter a:link img, .filter a:visited img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.filter a:active img, .filter a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.ufilter a:link img, .ufilter a:visited img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}
.ufilter a:active img, .ufilter a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* ----- まんがぺんぎん。メインメニュー ---------------------------- */

div#mainmenu {
	text-align: left;

	position: absolute;
	top: 0px;
	left: 110px;

	margin: 0px;
	padding: 10px 0px;
}

div#mainmenu ul {
	float: left;
	clear: left;

	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#mainmenu ul li {
	display: inline;

	color: #776655;
	margin: 0px 15px;
}
div#mainmenu ul li.gallery {
	font-size: 25px;
	padding: 20px 10px;
	font-weight: bold;
}
div#mainmenu ul li.reset {
	font-size: 22px;
	padding: 5px 0px;
}

/* ----- まんがぺんぎん。娯　サブメニュー ---------------------------- */

div#gomenu {
	width: 250px;
	text-align: left;

	position: absolute;
	top: 0px;
	left: 365px;

	margin: 0px;
	padding: 3px 0px 15px;
}
div#gomenu ul {
	margin: 0px;
	padding: 0px;
}
div#gomenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

	font-size: 18px;
}
div#gomenu ul li.reset {
	font-size: 22px;
	font-weight: bold;
}

/* ----- まんがぺんぎん。ペン類 ---------------------------- */

div#header .pens {
	text-align: left;

	position: absolute;
	top: 0px;
	left: 265px;

	margin: 0px;
	padding: 0px;
}
div#header .pens ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#header .pens ul li.hude {
	margin: 0px;
	padding: 0px;
}
div#header .pens ul li.pen {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
div#header .pens ul li.pencil {
	margin: 0px;
	padding: 0px;
}
div#header .pens ul li.comic {
	margin: 0px;
	padding: 0px;
}


div#header .gotext {
	position: absolute;
	top: 30px;
	right: 180px;
}
div#header .gotext form input {
	margin: 0px;
	width: 320px;
	text-align: center;

	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;

	color: #bb7766;
	background-color: #333231;
	border: 1px solid #333231;
}


div#header .guide {
	position: absolute;
	top: 65px;
	left: 105px;
}
div#header .guide ul li {
	display: inline;
	margin: 0px;
	padding: 0px;

	font-size: 20px;
	letter-spacing: 1px;
}

div#header .comic {
	text-align: left;

	margin: 0px;
	padding: 0px;
}




/* ----- まんがぺんぎん。コンテンツメニュー ---------------------------- */

div#mpmenu {
	float: none;
	clear: both;

	width: 100%;
	text-align: center;

	margin: 0px auto;
	padding: 0px;
}
div#mpmenu h2 {
	display: none;
}
div#mpmenu img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
div#mpmenu ul {
	margin: 0px auto;
	padding: 0px;

	width: 740px;
	height: 70px;
	text-align: left;

	background-image: url(/menu/mpmenuback.gif);
	background-attachment: scroll;
	Background-position: left top ;
	Background-repeat: no-repeat;
}
div#mpmenu ul li {
	display: inline;

	margin: 0px;
	padding: 0px 5px;
}
div#mpmenu ul li.menu a {
	background-color: #ffffff;
	margin-top: 0px;
}
div#mpmenu ul li a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
}
div#mpmenu a:link, div#mpmenu a:visited {
	color: #555555;
	text-decoration: none;
}
div#mpmenu a:active, div#mpmenu a:hover {
	color: #229999;
	text-decoration: none;
}



/* ----- 記事内・装飾 -------------------------------------- */

div#gallery table {
	margin-left: 0px;
	border: 0px;
}

div#gallery table th {
	border: 0px;
}

div#gallery table tr td {
	border: 0px;
}



/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	display: none;
}

div#gotitle {
	margin: 0px;
	padding: 0px 0px 20px;
	text-align: center;
}

div#gotitle a {
	font-size: 24px;
}

div#gotitle ul {
	margin: 0px auto;
	padding: 0px;

	width: 720px;
	text-align: center;
}
div#gotitle ul li {
	display: inline;

	margin: 0px;
	padding: 0px;
}

/* ----- トピックパス ----------------------------------- */

div#tpath {
	float: left;
	clear: left;

	text-align: right;

	margin: -10px 0px 20px;
	padding: 0px;
}
div#tpath p {
	margin: 0px 40px 15px;
	padding: 0px 0px 0px 120px;

	font-size: 110%;
	letter-spacing: 2px;
}
div#tpath p a {
	font-size: 90%;
}


/* ----- 追加・下部メニュー -------------------------------------- */

div#footmenu h2 {
	display: none;
}

div#footmenu p {
	text-align: right;
}

div#footmenu ul {
	margin: 5px 0px;
}
div#footmenu ul li {
	text-align: right;
	list-style-type: none;
	margin-right: 10px;
}

/* ----- カレンダーなど白メニュー -------------------------------- */

div#information h2 {
	display: none;
}

div#information ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#information .block {
	margin: 0px 0px 0px -2px;
	padding: 0px;

	font-size: 12px;
	text-align: center;
}
div#information .calender {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 50px;
	text-align: right;

	font-size: 12px;
	letter-spacing: 1px;
}
div#information .calender ul li {
	border-bottom: 1px solid #cccccc;
}
div#information .calender a {
	font-weight: bold;
	letter-spacing: -2px;
}

div#information a {
	font-weight: bold;
}
div#information a:link, div#information a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
div#information a:active, div#information a:hover {
	color: #55aadd;
	text-decoration: none
}


/* ----- ナビゲーション -------------------------------- */

div#navigation a {
	font-weight: normal;
}
div#navigation a:link, div#navigation a:visited {
	color: #aa9988;
}
div#navigation a:active, div#navigation a:hover {
	color: #66aacc;
}

div#navigation h2 {
	margin: 15px 0px;
	padding: 8px;
	text-align: center;

	color: #333333;
	font-size: 0.9em;
	letter-spacing: 2px;
	background-color: #ccbbaa;
}
div#navigation h3 {
	margin: 15px 5px;
	padding: 8px;
	text-align: center;

	color: #aa9988;
	font-size: 0.8em;
	letter-spacing: 2px;
	background-color: #3a3a3a;
}

div#navigation ul {
	margin: 5px;
	font-weight: bold;
}
div#navigation ul li {
	margin: 0px;
	list-style-type: none;

	color: #aa8888;
	font-size: 0.9em;
	letter-spacing: 1px;
}
div#navigation ul li img {
	margin-right: 8px;
}
div#navigation ul li ul {
	margin: 3px 0px 4px 20px;
}

div#navigation dl {
	margin: 0px 5px 0px 5px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 5px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 135px;

	margin: -2px 0px 7px 0px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 0px auto;
        }
}
div#navigation table tr th {
	padding: 4px 0px;
	border: 0px solid #AAAAAA;

	background-color: transparent;

	text-align: left;
}
div#navigation table tr td {
	padding: 2px 0px;
	font-size: 11px;

	border: 0px solid #AAAAAA;
	background-color: transparent;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 4px 0px;
        }
}

div#navigation .day {
	color: #444444;
	font-size: 11px;
}
div#navigation .satday {
	color: #4444CC;
	font-size: 11px;
}
div#navigation .sunday {
	color: #CC4444;
	font-size: 11px;
}
div#navigation .today {
	background-color: #e5e5d5;
}

div#navigation table tr td a {
	background-color: #ffdd88;
	font-weight: bold;
}

div#navigation .calender {
	margin: 2px 0px 10px;
}
div#navigation .calender li {
	display: inline;
	margin-right: 5px;
	font-size: 18px;
}
div#navigation .calender li a {
	font-size: 12px;
	font-weight: bold;
}

div#navigation .block {
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 20px;

	text-align: left;
}



/* ----- 作品一覧 -------------------------------------- */

div#logs {
	width: 748px;
	padding: 0px;
}
html>body div#logs {
	width: 750px;
}

/* ----- リスト一覧（list.html） -------------------------------------- */

div#gallery .loglist {
	width: 540px;

	margin: 0px auto;
	padding: 0px;

	background-image: url(/back/logtop.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#gallery .loglist ul {
	margin: 0px;
	padding: 25px 70px 15px 0px;
}
div#gallery .loglist ul li {
	margin: 4px 8px;
	padding: 0px;
	display: inline;

	color: #555555;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 2px;
}
div#gallery .loglist h3 {
	margin: -10px 80px 0px 0px;
	padding: 0px 0px 5px;

	color: #887766;
	font-size: 20px;
}


div#gallery .lists {
	width: 540px;

	margin: 0px auto;
	padding: 20px 0px 0px;

	background-image: url(/go/skin/item/logback.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
}
div#gallery .lists dl {
	margin: 3px 30px;
	padding: 0px;
}
div#gallery .lists dl dt {
	margin: 0px 20px 25px 10px;
	padding: 0px;
	float: left;
	width: 65px;
	height: 75px;
	text-align: left;
}
div#gallery .lists dl dt img {
	border: 1px solid #cccccc;
}
div#gallery .lists dl dd {
	margin: 0px 0px 25px;
	padding: 0px;
	height: 75px;
	text-align: left;
}
div#gallery .lists dl dd p {
	margin: 0px;
	padding: 0px;
	color: #ccbbaa;
	line-height: 1.6;
}
div#gallery .lists dl dd p.listinfo a {
	font-size: 22px;
}
div#gallery .lists dl dd p.tags {
	padding: -2px 0px 0px;
}
div#gallery .lists p.tags a:link, div#gallery .lists p.tags a:visited {
	color: #ddddaa;
	font-size: 80%;
}
div#gallery .lists p.tags a:active, div#gallery .lists p.tags a:hover {
	color: #eeaa55;
	font-size: 80%;
}





.listbottom {
	width: 540px;

	margin: 0px auto;
	padding: 0px;

	background: url(/go/skin/item/logbottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.listbottom ul {
	margin: 0px 25px;
	padding: 0px 5px;
	text-align: right;
	height: 30px;
}
.listbottom ul li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
}



/* ----- インデックス（gallery.html） -------------------------------------- */

div#gallery .toplist {
	width: 540px;

	margin-top: -135px;
	margin-left: 0px auto;
	margin-right: 0px auto;
	padding: 0px;
	text-align: center;
}
div#gallery .toplist ul {
	list-style-type: none;
	padding-bottom: 20px;
}
div#gallery .toplist h3 {
	margin: 80px 0px 0px;
	padding: 20px 45px 0px;
	text-align: right;

	color: #777777;
}
div#gallery .toplist h3 a {
	font-size: 1.2em;
	color: #887777;
}

div#gallery .toplist h4 {
	text-align: left;
	color: #887777;
	font-size: 1.2em;

	margin: 0px;
	padding-left: 5px;

}
div#gallery .toplist h4 a {
	font-size: 1.2em;
}
div#gallery .toplist h4 a:link, div#gallery .toplist h4 a:visited {
	color: #ccaa99;
	text-decoration: none;
}
div#gallery .toplist h4 a:active, div#gallery .toplist h4 a:hover {
	color: #FF7700;
	text-decoration: underline;
}

div#gallery .toplist .text p {
	text-align: left;
	margin-right: 30px;
}
div#gallery .toplist .text p a img {
	margin: 3px 1px;
}
div#gallery .toplist p a {
	font-size: medium;
	font-weight: bold;
}
div#gallery .toplist p a:link, div#gallery .toplist p a:visited {
	color: #776655;
	text-decoration: none;
}
div#gallery .toplist p a:active, div#gallery .toplist p a:hover {
	color: #FF7700;
	text-decoration: underline;
}

div#gallery .toplist p a:link img, div#gallery .toplist p a:visited img {
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
div#gallery .toplist p a:active img, div#gallery .toplist p a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
div#gallery .toplist p .newimage a:link img, div#gallery .toplist p .newimage a:visited img {
	border: 3px solid #ee5555;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


/* ----- 個別ページ（view.html） -------------------------------------- */


div#gallery h2 {
	display: none;
}
div#gallery h3 {
	margin: 0px 20px 0px 0p;
	padding: 8px 0px;

	color: #ccbbaa;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 2px;
}


div#gallery .honbun h4 {
	margin: -15px 0px 8px;
	padding: 25px;
	text-align: left;

	color: #ccbbaa;
	font-size: 140%;
	letter-spacing: 3px;

	background-color: #333231;
	border-bottom: 1px solid #888888;
}
div#gallery .honbun h5 {
	margin: 5px 10px 5px 10px;
	padding: 3px 10px;

	color: #554433;
	font-size: large;
	line-height: 1.6;
	letter-spacing: 2px;
}
div#gallery .honbun h6 {
	margin: 5px 10px;
	padding: 5px 10px;

	color: #774433;
	border-bottom: 1px dashed #774433;
	font-weight: normal;
}

div#gallery ul.topinfo {
	position: absolute;
	top: 28px;
	right: 60px;

	margin: 0px;
	padding: 0px;

	text-align: right;
}
div#gallery ul.topinfo li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#gallery ul.topinfo li.category {
	font-size: 27px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 1px;
}
div#gallery ul.topinfo li.category a:link, div#gallery ul.topinfo li.category a:visited {
	color: #dddddd;
	text-decoration: none;
}
div#gallery ul.topinfo li.category a:active, div#gallery ul.topinfo li.category a:hover {
	color: #55aadd;
	text-decoration: none
}

div#gallery ul.topinfo p {
	text-align: right;
}



div#gallery .claps {
	text-align: right;
	margin: 0px 30px;
	padding: 0px;
}
div#gallery .claps ul li {
	list-style-type: none;
	text-align: right;
	margin: 0px;
}



div#gallery .gallery {
	margin-top: 5px;
	padding-top: 20px;
}
div#gallery .numbers {
	font-weight: bold;
}
div#gallery .numbers ul {
	margin: 0px 50px 10px;
	text-align: center;
}
div#gallery .numbers ul li {
	display: inline;
	font-size: 15px;
}
div#gallery .numbers ul li.navi {
	margin: 0px 20px 0px;
}
div#gallery .numbers ul li img {
	margin: 0px 10px;
}



div#gallery .titles {
	margin-left: 20px;
}

div#gallery .titles dl * {
	line-height: 1.25em;
}
div#gallery .titles dl dt {
	float: left;
	clear: left;
	width: 18%;

	margin-left: 30px;
	padding-right: 20px;
	padding-top: 18px;
	letter-spacing: 2px;

	text-align: right;
}
div#gallery .titles .mini {
	color: #776655;
	font-size: 95%;
	font-weight: bold;

	margin: 0px;
	padding: 3px 0px;
}
div#gallery .mini a:link, div#gallery .mini a:visited {
	color: #777766;
	font-weight: bold;
}
div#gallery .mini a:active, div#gallery .mini a:hover {
	color: #ccbbaa;
	font-weight: bold;
}

div#gallery .titles dl dd {
	float: right;
	clear: right;
	width: 58%;
	text-align: left;
}
div#gallery .titles dl dd a {
	font-size: 16px;
	line-height: 1.5em;
}
div#gallery .titles dl dd img {
	padding-right: 10px;
}

div#gallery .titles ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
div#gallery .titles ul li {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	list-style-type: none;
	text-align: right;
}



div#gallery .text {
	float: none;
	clear: both;
	margin: 0px auto;
	text-align: center;
}
div#gallery .text p {
	margin: 15px 0px;
	padding: 0px 20px 15px;
	font-size: 90%;
	letter-spacing: 2px;
}
div#gallery .text ul {
	margin: 15px 30px;
}
div#gallery .text ol {
	margin: 15px 30px;
}

div#gallery .text p.files {
	text-align: center;
	margin: 0px 10px 0px 20px;
}

div#gallery .text p.files img {
	margin: 8px;
}

div#gallery .honbun {
	margin: 0px auto;
	padding: 15px 0px;

	width: 600px;
	background-color: #f8f8f3;
	border-bottom: 1px solid #888888;
}
div#gallery .honbun p {
	color: #555544;
	margin: 8px 10px 15px;
}
div#gallery .honbun a {
	font-size: 110%;
	margin: 0px 3px;
}
div#gallery .honbun br {
	letter-spacing : 0px;
}
div#gallery .honbun img {
	margin: 15px 0px 0px;
	border: 15px solid #332211;
}
div#gallery .honbun a:link, div#gallery .honbun a:visited {
	color: #6688aa;
	font-weight: bold;
	text-decoration: none;
}
div#gallery .honbun a:active, div#gallery .honbun a:hover {
	color: #885555;
	font-weight: bold;
	text-decoration: none;
}



div#gallery dl.detail {
	margin: 15px 5px 8px;
	padding: 10px;
	text-align: right;

	background-color: #f0f0e0;
}
div#gallery dl.detail dt {
	float: left;
	clear: left;
	width: 6em;
}







div#gallery .info {
	margin: 10px 80px 0px;
	padding: 5px;
}
div#gallery .info * {
	font-size: x-large;
	text-align: right;
}
div#gallery .info li {
	list-style-type: none;

	margin-left: 5px;
}




div#gallery .list {
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;

	background-color: #F7F7F7;
}
div#gallery .list h4 {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: #444444;
}
div#gallery .list ul {
	margin: 0px 0px 10px 20px;
}
div#gallery .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#gallery .list dl dd {
	margin: 10px 10px 0px 15px;
}


div#gallery .copy p {
	margin: 30px 0px;
	padding-left: 60px;
	text-align: left;

	color: #eeaa77;
	font-size: small;
}




div#trackback h2 {
	margin: 30px 0px 0px 30px;
	padding: 5px;
	width: 150px;
	text-align: center;
	background-color: #ccccBc;
	border-top: 3px double #ccccBB;
	border-bottom: 3px double #ccccBB;
}
div#trackback ul {
	margin: 0px 60px 20px 45px;
	padding: 7px 20px;
	background-color: #ffffee;
	border: 1px solid #ccccbb;
	list-style-type: none;
}


div#trackback dl {
	margin: 0px 60px 20px 45px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #ccccAA;
	background-color: #eeeedd;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin: 5px 30px;
}



div#comment .comment {
	margin: 0px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #ccccbb;
	border-bottom: 1px dashed #ccccbb;
	border-top: 0px;
	background-color: #ffffee;
}

div#comment h2 {
	margin: 0px;
	padding: 7px;
	text-align: center;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

div#comment .cmfoot {
	margin: 0px 0px 30px;
	padding: 7px 10px;
	text-align: center;

	border: 1px solid #ccccbb;
	border-top: 0px;
	background-color: #ffffee;
}


div#comeform h2 {
	font-size: 30px;
	text-align: right;

	color: #eeaa77;
	margin: 10px;
}
div#comeform ul li {
	text-align: right;
	margin-bottom: 8px;
	list-style-type: none;
}
div#comeform form * {
	text-align: right;
}
div#comeform form dl {
	margin-top: 30px;
}
div#comeform form dl dt {
	font-weight: bold;
}
div#comeform form textarea {
	text-align: left;
}
div#comeform form p input {
	text-align: center;
}
div#comeform form ul li {
	text-align: right;
	list-style-type: none;
}
div#comeform form .button button {
	text-align: center;
	padding: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 40px 0px 40px 80px;
	padding: 0px;
	text-align: center;
}
div#page ul li {
	display: inline;
	margin: 5px;
}
div#page ul li a {
	padding: 8px 10px;
	font-size: 1.5em;
	border: 1px solid #888888;
}

div#page ul li a:link, div#page ul li a:visited {
	color: #888888;
	background-color: #eeeeee;
}
div#page ul li a:active, div#page ul li a:hover {
	color: #eeeeee;
	background-color: #888888;
}


/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 0px;
	padding: 20px 0px 0px 80px;
	text-align: left;
}
div#navi ul li {
	display: inline;
	margin: 5px;
}
div#navi ul.pagebottom {
	margin-top: 5px;
}
div#navi ul li a {
	padding: 6px;
	background-color: #112222;

	font-size: 1.3em;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}




/* ----- コンテンツプラグイン -------------------------------------- */

div#html {
	margin-left: 60px;
	text-align: center;
}
div#html h2 {
	display: none;
}


div#jsimage p.img {
	margin: 0px;
	text-align: center;
}
div#jsimage p.img img {
	margin: 0px;
	padding: 15px;

	background-color: #f8f8ee;
	border: 1px dashed #ddddcc;
}
div#jsimage h3 {
	margin: 0px 15px 50px;

	text-align: right;
}


/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin: 0px;
	padding: 8px 20px;

	background-color: #e0e0e0;
	background-position: top left;
	background-repeat: no-repeat;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents ul {
	margin: 0px 0px 15px;
	padding: 5px 30px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
}

div#contents dl {
	margin: 0px 0px 15px;
	padding: 5px 15px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
}
div#contents dl dt {
	margin: 2px;
}
div#contents dl dd {
	margin: 0px 0px 3px 30px;
}

div#contents .text {
	margin: 0px 0px 15px;
	padding: 5px 15px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
}

/* ----- 補足：検索結果 -------------------------------------- */

dl.search {
	margin: 0px 30px;
	padding: 0px;
}
dl.search dt {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
dl.search dt a {
	font-size: 30px;
	font-weight: bold;
}
dl.search dt img {
	margin-right: 10px;
	padding: 0px;
}

dl.search dd {
	margin: 0px;
	padding: 0px;
}
dl.search dd p {
	margin-left: 30px;
	padding: 0px;
	color: #bbbb88;
}


/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin: 0px;
	padding: 5px;
	width: 400px;
	text-align: center;
	background-color: #ccccBc;
	border-top: 3px double #ccccBB;
	border-bottom: 3px double #ccccBB;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin: 7px 0px;
	padding: 5px;
	width: 200px;
	text-align: center;
	background-color: #ccccBc;
	border-top: 3px double #ccccBB;
	border-bottom: 3px double #ccccBB;
}

div#form ul {
	margin: 0px;
	padding: 8px 30px;
	background-color: #ccccBB;
}

div#form form {
	margin-bottom: 15px;
	padding: 15px 0px 0px 15px;
	background-color: #eeeedd;
	border: 1px solid #ddddcc;
}
div#form form dl {
	margin-bottom: 10px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 6em;
	margin: 2px 3px 0px 0px;
	padding-right: 5px;

	text-align: right;
	border-right: 5px solid #778888;
	border-bottom: 1px solid #778888;
}
div#form form dl dd {
	padding: 3px 0px;
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 10px 20px;
	background: #eeeedd;
}
div#form form ul li {
	list-style-type: none;
	text-align: right;
}

/* ----- 環境設定 -------------------------------------- */


div#env {
	padding-top: 15px;
	border: 1px solid #BBBBBB;
	background-color: #fafafa;
}

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #CCCCCC;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}

/* ----- ステータス ------------------------------------ */

div#status {
	padding-top: 15px;
	border: 1px solid #BBBBBB;
	background-color: #fafafa;
}

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	padding: 10px 0px 20px 5px;
	text-align: center;
	margin: 0px 50px;
}
div#footer address a {
	font-size: 13px;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF8888;
}
.newimage img {
	border: 3px solid #ee5555;
}
.newimage {
	color: #FF8888;
}

.clear {
	float: none;
	clear: both;
}
.indent{
	margin: 5px 0px;
	color: #555533;
	border-left: 8px solid #aabb88;
	line-height: 1.5;
}

div#navigation ul.tag {
	margin: 0px 5px 0px;
}
div#navigation ul.tag li {
	margin: 0px;

	color: #cccccc;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6;
}
div#navigation ul.tag li a {
	margin-right: 3px;
	font-weight: bold;
}
div#navigation ul.tag li a {
	text-decoration: none;
}

p.analyze img {
	display: none;
}
