@charset "UTF-8";
/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Mighty-Works index stylesheet";
 :created "2010-04-01";
 :release [:revision "1.0"; :created "2010-04-01"];
 :author [:name "Mighty-Works"; :homepage <http://mighty-works.com/> ];
 :license <http://creativecommons.org/licenses/by/3.0/> .
*/
html {
	overflow-y:scroll;
	background-color: #8D497F;
	background-image: url(../img/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

body {
}

a {
	color: #5F1980;
}
a:hover {
	color: #751433;
	text-decoration: underline;
}

#wrap {
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	padding: 20px 25px 25px;
	overflow: visible !important;
}

#headerTopField {
	margin-bottom: 10px;
}
#adpField {
	float:left;
	width:650px;
}
#searchField {
	float:right;
	width:280px;
}
#searchField div {
	background-image: url(../img/serchTop.gif);
	background-position: left top;
	padding-left: 35px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	float: left;
}

#searchField input[type=text] {
	width:180px;
	border: 1px solid #BBB;
	height: 20px;
	padding: 4px;
	vertical-align:top;
	float: left;
}
#searchField input[type=submit] {
	width:55px;
	border-style: none;
	background-image: url(../img/btnSerchBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#searchField ul {
}
#searchField ul li {
	font-size: 12px;
	display: inline;
	margin-right: 10px;
	vertical-align:middle;
}
#searchField ul li input {
	vertical-align:middle;
	margin-right: 0.3em;
}

#siteID {
	margin-left: 16px;
	float: left;
	display: inline;
}
#description {
	margin-left: 35px;
}

/* ================================================================================
	#headerInfoField 
================================================================================ */
#headerInfoField {
	display: inline;
	float: right;
	margin-right: 20px;
	width: 540px;
	position: relative;
	height: 154px;
}
/* ================================================================================
	#categoryDock 
================================================================================ */
#categoryDock {
	text-align: center;
	width: 100%;
	position: absolute;
	height: 50px;
	left: 0px;
	bottom: -10px;
}
.categoryDockList {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
.categoryDockList li {
	display: block;
	width: 40px;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	font-size: 12px;
}
.categoryDockList li a {
	color: #666;
}
.categoryDockList li span {
	display: none;
	padding-left: 20px;
}
.categoryDockList li img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


/* ================================================================================
	#nav 
================================================================================ */
#nav {
	margin-bottom: 20px;
	height: 52px;
	overflow: visible !important;
}
#nav li {
	float: left;
	position:relative;
}

#nav li.studyRoom,
#nav li.infomation,
#nav li a {
	background-image: url(../img/nav.gif);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 158px;
	text-indent: -9999px;
	background-position: left top;
	cursor: pointer;
}
#nav ul {
	position:absolute;
	left:0;
	display:none;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	top: 49px;
	z-index: 1000;
}
#nav ul li {
	font-size: 14px;
}

#nav ul li a {
	background-color: #666;
	background-image: none;
	color: #FFF;
	text-indent: 0px;
	height: auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #444;
	padding: 6px 10px;
	width: 138px;
	text-decoration: none;
	text-align: center;
}
#nav ul li a:hover {
	background-color: #555;
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
	color: #CCC;
}

#nav .study a		{ width: 160px; }
#nav .study ul li a	{ width: 140px; }

#nav .home a		{ background-position:    0px 0px; }
#nav .studyRoom		{ background-position: -158px 0px !important; }
#nav .bbs a			{ background-position: -316px 0px; }
#nav .infomation	{ background-position: -474px 0px !important; }
#nav .profile a		{ background-position: -632px 0px; }
#nav .study a		{ background-position: -790px 0px; }

#nav .home a:hover		 { background-position:    0px -52px; }
#nav .studyRoom:hover	 { background-position: -158px -52px !important; }
#nav .bbs a:hover		 { background-position: -316px -52px; }
#nav .infomation:hover	 { background-position: -474px -52px !important; }
#nav .profile a:hover	 { background-position: -632px -52px; }
#nav .study a:hover		 { background-position: -790px -52px; }

#nav .home a:active			{ background-position:    0px -104px; }
#nav .studyRoom a:active	{ background-position: -158px -104px; }
#nav .bbs a:active			{ background-position: -316px -104px; }
#nav .infomation a:active	{ background-position: -474px -104px; }
#nav .profile a:active		{ background-position: -632px -104px; }
#nav .study a:active		{ background-position: -790px -104px; }

body.studyRoom #nav .studyRoom 	{ background-position: -158px -104px !important; }
body.bbs #nav .bbs a				{ background-position: -316px -104px; }
body.infomation #nav .infomation	{ background-position: -474px -104px !important; }
body.profile #nav .profile a		{ background-position: -632px -104px; }
body.study #nav .study a			{ background-position: -790px -104px; }


/* ================================================================================
	#contents 
================================================================================ */
#contents {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	background-image: url(../img/contentsBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* ================================================================================
	#article 
================================================================================ */
#article {
	float: left;
	width: 730px;
}
#article .sectionTitle {
	background-image: url(../img/mainTitleBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #BBB !important;
	color: #FFF !important;
	background-color: #161616;
	padding: 9px !important;
	font-size: 16px;
	line-height: 1.1;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	margin: -9px -9px 10px;
	font-weight: bold;
}
#article h1.sectionTitle {
	font-size: 16px !important;
}
#article .sectionTitle a {
	color: #FFF;
	text-decoration:none;
}
#article .sectionTitle a:hover {
	text-decoration:underline;
}

#article p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

#article .section h1 {
	color: #936;
	font-size: 22px;
	line-height: 1.4;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
/*#article .section h2 {
	color: #751433;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
	border-left: 4px solid #751433;
	padding: 4px 10px;
	margin-bottom: 10px;
}
*/

#article .section .entryTitle {
	border-bottom:1px solid #999999;
	color:#993366;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
}
#article .section .entryTitle a {
text-decoration:none;
}
.infomation #article .section .entryTitle,
.infomation #article .section h1 {
	margin-bottom: 15px;
}
.profile #article .section .entryTitle {
	margin-bottom: 10px;
}

#article .section h3 {
	color: #936;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: bold;
}
#article .section  h3 a {
	color: #333;
	text-decoration: none;
}
#article .section  h3 a:hover {
	text-decoration: underline;
}
#article .section h4 {
	font-size: 15px ;
	line-height: 27px ;
	font-weight: bold ;
}
#article .section ul {
	margin-bottom: 15px;
}
#article .section ul li {
	font-size: 15px ;
	line-height: 25px ;
	margin-bottom: 0px;
}
#article .section ol {
	margin-bottom: 15px;
}
#article .section ol li {
	font-size: 15px ;
	line-height: 25px ;
	margin-bottom: 0px;
}
#article .section em {
	color: #936 ;
}
#article .section strong {
	font-weight: bold ;
}
#article .section span {
	font-size: 12px;
	font-weight: normal !important;
	color:#333;
}

dl.linkList {
}
dl.linkList dt {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
}
dl.linkList dt a {
	color: #333;
	text-decoration: none;
}
dl.linkList dt a:hover {
	text-decoration: underline;
}
dl.linkList dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.2;
}

ul#flip2 {
	background-color: #EEE;
	padding: 9px 19px;
	border: 1px solid #CCC;
}
ul#flip2 li {
	margin-bottom: 5px;
}

ul.entryList {
}
ul.entryList li {
	font-size: 16px !important;
	line-height: 1.3;
	margin-bottom: 5px !important;
}
ul.entryList li a {
}
ul.entryList li span {
	font-size: 14px !important;
	margin-right: 0.5em;
}

/* ================================================================================
	#sidePanel 
================================================================================ */
#sidePanel {
	float: right;
	width: 200px;
	margin-bottom: -20px;
}

/* section */
#sidePanel .section {
	border: 1px solid #BBB;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#sidePanel .sectionTitle {
	background-image: url(../img/sideTitleBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	background-color: #161616;
	padding: 9px;
	font-size: 16px;
	line-height: 1.1;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	margin: -9px -9px 10px;
	font-weight: bold;
}
.section {
	padding: 9px;
	margin-bottom: 15px;
}
#sidePanel .section ul {
	margin-bottom: -10px;
}
#topBanner {
	padding: 0px;
}
#topBanner .sectionTitle {
	margin: 0px;
}

#topBanner ul li {
	margin-bottom: 10px !important;
}
#sidePanel .section ul li {
	margin-bottom: 10px;
}
#sidePanel .section ul li a {
}
#sidePanel .section ul li a img {
	display: block;
/* 画像周りのボーダー
	padding: 4px;
	border: 1px solid #BBB;
*/
	margin: 0 auto;
}
#topBanner ul li iframe,
#sidePanel .section ul li iframe,
#topBanner ul li ins,
#sidePanel .section ul li ins {
	display: block !important;
	margin: 0 auto !important;
}

#categoryField {
	border: 4px solid #BBB !important;
}
#categoryField h2 {
	margin: -12px -12px 0px !important;
}
#categoryField ul {
	margin: 0px -9px -9px;
}
#categoryField ul li {
	border-bottom: 1px solid #BBB;
	margin-bottom: 0px !important;
}
#categoryField ul li.viewing {
	padding: 5px 10px 5px 20px;
	background-color: #EEE;
	background-image: url(../img/markListTop.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#categoryField ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 5px 10px 5px 20px;
}
#categoryField ul li a:hover {
	background-color: #EEE;
	background-image: url(../img/markListTop.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
/* カテゴリのフォーカス設定 */
.cs5 #categoryField ul li .nav-cs5,
.cs4 #categoryField ul li .nav-cs4,
.cs3 #categoryField ul li .nav-cs3,
.cs2 #categoryField ul li .nav-cs2,
.cs1 #categoryField ul li .nav-cs1,
.id2 #categoryField ul li .nav-id2,
.id1 #categoryField ul li .nav-id1,
.Link #categoryField ul li .nav-Link,
.Book #categoryField ul li .nav-Book,
.Plug-in #categoryField ul li .nav-Plug-in {
	background-color: #EEE;
	background-image: url(../img/markListTop.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#article .section {
	border: none;
}


/* ================================================================================
	#footer 
================================================================================ */
#footer {
	background-color: #222;
	border-top: 1px solid #666;
	position: relative;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #AAA;
	text-decoration: none;
}

#footerTop {
	padding-right: 25px;
	padding-left: 25px;
	border-bottom: 1px solid #000;
	padding-top: 10px;
}
#footerTop ul {
	margin-bottom: 5px;
}
#footerTop ul li {
	float: left;
	border-right: 1px solid #CCC;
	padding-right: 0.5em;
	margin-right: 0.5em;
	font-size: 12px;
}
#footerTop dl {
	margin-bottom: 5px;
}
#footerTop dl dt,
#footerTop dl dd {
	font-size: 12px;
	float: left;
	padding-right: 0.5em;
	color: #FFF;
}
#footerTop dl dt {
}
#footerTop dl dd {
}
#footerTop p {
	color: #FFF;
	text-align: right;
	font-size: 12px;
}
#footer address {
	color: #FFF;
	font-size: 10px;
	text-align: right;
	font-style: normal;
	border-top: 1px solid #666;
	padding: 5px 25px;
}
#SkipTop {
	position: absolute;
	top: -2px;
	right: 25px;
}
#mailto {
	position: absolute;
	top: 35px;
	right: 25px;
}

table.ablogcmsForm {
	width: 100%;
	margin-bottom: 15px;
	font-size: 14px;
}
table.ablogcmsForm tr {
}
table.ablogcmsForm tr th {
	background-color: #EEE;
	vertical-align: top;
}
table.ablogcmsForm tr td {
}
table.ablogcmsForm tr th,
table.ablogcmsForm tr td {
	padding: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.ablogcmsForm textarea {
	width: 100%;
	padding: 0.25em;
}
table.ablogcmsForm input {
	padding: 0.25em;
}
.required,
.emSection {
	color: #900 !important;
}
.ablogcmsFormTitle {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.formBtn {
	text-align: right;
}
.formBtn input {
	float: right;
	margin-left: 15px;
}

/* ================================================================================
	.twitter 
.twit {
	border: 4px solid #CCC;
}
.twit a {
}
.twitHeader {
	background-image: url(../img/sideTitleBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	background-color: #161616;
	padding: 9px;
	font-size: 16px;
	line-height: 1.1;
	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 6px;  
	-moz-border-radius-topleft: 6px;  
	-moz-border-radius-topright: 6px;  
	margin: -9px -9px 10px;
}
.twitLabel {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
.twitTitle {
	font-weight: bold;
}
.twitUser {
	background-color: #FFF;
	border-bottom: none;
	font-size: 16px;
}
.twitUser a {
	color:#333;
	font-weight:bold;
	text-decoration: none;
}
.twitBody {
	background-color: #FFF;
	list-style: none;
	margin-bottom:0 !important;
}
.twitEntry {
	color: #666;
	padding: 6px 0px;
	margin: 0 !important;
	border-bottom: dashed 1px #CCC;
	height: auto !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	overflow:hidden;
}
.twitNavi {
	clear: both;
	text-align: center;
	margin-top: 0;
	padding: 5px;
	background-color: #FFF;
	display: none;
}
================================================================================ */
