@charset "UTF-8";

/*
strong {
	color: #ff6600;
	background-color: #ffffff;
}
*/
.skip{
	position: absolute;
	left: -9999px;
}

.none{
	display: none;
}

.ml8 {
	margin-left: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
/*****************************************
#container {
	background-image: url(img/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
*****************************************/

/*****************************************
#header {
	color: #333333;
	background-image: url(img/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
}
*****************************************/

/*****************************************
.description {
	font-size: 80%;
	padding: 5px;
	width: 350px;
	white-space: normal;
	display: block;
	margin: 0px;
	clear: both;
}
*****************************************/

/*****************************************
#header a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

#header a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

#header a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#header a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#header a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}

#header a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#header a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}
*****************************************/

#banner {
	width: 740px;
	/*float: left;*/
	background-image: url(img/headback01.png);
	background-repeat: no-repeat;
	background-position: 473px 10px;
	padding-left: 10px;
	position: relative;
	left: 10px;
}

#searchbox {
	text-align: right;
	margin: 0;
	padding:0;
	width: 200px;
	float: right;
}

#searchbox .padd {
	padding-top: 10px;
	padding-right: 20px;
}

#searchbox form {
	margin: 0px;
	padding: 0px;
}

#searchbox label {
	display: none;
}

#searchbox input {
	font-size: 75%;
}


#navi {
	font-size: 75%;
	color: #000000;
	background-color: #ffffff;
	background-image: url(img/navibg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 760px;
	float: left;
	clear: both;
}

#navi .padd {
	padding-left: 6px;
	padding-right: 6px;
}

#navi ul {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	padding: 0;
}
#navi ul li {
	display: inline;
}

address {
	font-size: 75%;
	font-style: normal;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}

#navi ul li a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	background-image: url(img/navi0.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-top: .3em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0.5em;
	float: left;
	border-right: 1px solid #e0e0e0;
}

#navi ul li a:hover {
	color: #ff6600;
	background-color: #ffffff;
	background-image: url(img/navi.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#breadcrumb {
	clear:both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#breadcrumb ol {
	list-style-type: none;
}
#breadcrumb li {
	display:inline;

	font-size:0.8em;
	list-style-type:none;
	font-size: x-small;
}
#breadcrumb li a {
	padding-right:10px;
	background:url(img/breadcrumb.gif) no-repeat right center;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#image {
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 0px;
	clear: both;
}

.frontImg {
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*text-indent: -9999px;*/
	margin-left: 6px;
	padding-left: 0px;
	margin-right: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	display:block;
	/*height: 100px;*/
	clear: both;
/*margin-left: 10px;*/
}

.themeImg {
margin-left: 5px;
}
/*
#content {
	width: 558px;
	float: left;
}
*/
/*
#main {
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	margin-top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AEEDFC;
	margin-bottom: 0;
	width: 558px;
	padding-top: 0px;
}
*/
#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

#main a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

#main a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

#main a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}

#main a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}

#main a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/*
#main .padd {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
*/
#main .date {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	clear: both;
}

#main h2 {
	font-size: 115%;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(img/h2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}

#main h3 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 20px;/**/
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2462aa;
	padding-bottom: 3px;
	clear: both;
	/*padding-left: 30px;*/
}

#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2462aa;
	padding-bottom: 3px;
	clear: both;
}

.sei {
	background-image:url(img/sei_h3_bg.jpg);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	text-indent:50px;
	margin-top:20px;
	margin-bottom:0px;
	padding:0;
	height: 60px;
	width: 510px;
}

#main ul {
	list-style-image: url(img/marker.gif);

}

#main ol {
	/*list-style-image: url(img/marker.gif);*/

}

.topics { list-style:url(img/topics_listmark.gif)
}

.topicsSei { list-style:url(img/topicsSei_listmark.gif)
}

cite {
	font-style: italic;
}

blockquote {
	color: #333333;
	background-color: #ffffff;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
}

pre {
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100px;
	overflow: scroll;
}

#main dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}

#main .topleft {
	float:left;
	width:48%;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#main .topright {
	float:right;
	width:48%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
}
.info dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}

.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}


#main ul {
	padding-left: 20px;
	margin-bottom: 5px;
}


#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}

#main .imageleft{
	padding-right: 10px;
	float: left;
}

#main .imageright{
	padding-left: 10px;
	float: right;
}

.more {
	margin-top: 3px;
	margin-bottom: 10px;
	float: right;
}

.entry-tags {
	clear:both;
    margin: 5px 0 10px 5px; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;

}

.sign {
	margin-bottom: 10px;
}
.extended {
	display:block;
	float:right;
}

textarea {
	font-size: 100%;
}

#side {
	font-size: 80%;
	line-height: 140%;
	width: 190px;
	float: left;
}

#side .padd {
	padding-top:10px;
	padding-left: 11px;
	padding-right: 2px;
}

#side a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

#side a:link {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

#side a:link:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#side a:link:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#side a:visited {
	text-decoration: none;
	color: #003366;
	background-color: #ffffff;
}

#side a:visited:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#side a:visited:active {
	text-decoration: none;
	color: #ff6600;
	background-color: #ffffff;
}

#side h2 {
	font-size: 110%;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(img/sideh2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}

#side h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2462aa;
	padding-bottom: 2px;
	clear: both;
}

#side p {
	font-size: 92%;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

#categories ul
{
	padding: 0;
	list-style: none;
}

#categories ul li
{
	padding-top: 1px;
	padding-bottom: 1px;
}

#categories ul li a
{
	text-indent: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#categories ul li a:hover
{
	color: #FF6600;
	background-color: #ffffff;
}

#categories ul ul
{
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}

#categories ul ul li
{
	background-image: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}

#categories ul ul li a
{
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}

#categories ul ul li a:hover
{
	color: #ff6600;
	background-color: #ffffff;
	text-indent: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border-left: none;
}

.note{
	padding-left: 5px;
	padding-right: 5px;
}

.note p {
	line-height: 130%;
	padding-bottom: 2px;
}

#side ul {
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0;
	margin-right: 5px;
	margin-bottom: 2px;
	list-style-type: none;
}
#side ul ul li {
	margin-left: 10px;
}
#side li a {
	text-decoration: none;
}
#side li a:hover  {
	text-decoration: none;
}

#side img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}

.link-note {
	font-size: 75%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}

#footernavi {
	font-size: 75%;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
	padding: 0 .5em;
}

#footernavi ul li a:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: #ffffff;
}
/****************************************
#footer {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	clear: both;
}
*****************************************/
#catContent {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#catMain p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}

#catMain .imageleft{
	padding-right: 10px;
	float: left;
}

#catMain .imageright{
	padding-left: 10px;
	float: right;
}

ol#catNavi {
	margin: 0;
	padding: 0;
	width: 200px;
}

ol#catNavi li {
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1;
	list-style-type: none;
}

ol#catNavi li a {
	padding: 0.7em 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #eee;
}

ol#catNavi li a:hover {
	color: #000;
	background-color: #ddd;
}

.btnL {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 640px;
}

.btnL img {
	padding:10px;
}

.wireframe1 {
	border:1px solid #66CCFF;
	background-color: #CCFFFF;
	padding:2px;
	width: 168px;
}

.wireframe2 {
	border:1px solid #FF6699;
	background-color: #FFCCCC;
	padding:2px;
	width: 168px;
}

/*.blueline {
	height: 4px;
	background-color: #0033CC;
}
*/

#main .imageleftfloat{
	padding: 0px 10px 10px 40px;
	float: left;
}

#main .workflow {
padding:0 10px 10px 30px;
}

#main .separateways {
padding:10px;
}

.rolloverA { display:block; background-image : url(img/ow_a_side1.png); }
A:HOVER.rolloverA { background-image : url(img/ow_a_side10.png); }
.rolloverB { display:block; background-image : url(img/ow_a_side2.png); }
A:HOVER.rolloverB { background-image : url(img/ow_a_side20.png); }
.rolloverC { display:block; background-image : url(img/ow_a_side3.png); }
A:HOVER.rolloverC { background-image : url(img/ow_a_side30.png); }
.rolloverO {
	display:block;
	background-image : url(img/oshigoto.png);
	background-repeat: no-repeat;
}
A:HOVER.rolloverO { background-image : url(img/oshigoto0.png); }

.spaceBlue {
	background-image: url(img/ow_space.png);
	display: block;
	height: 50px;
	width: 500px;
}

#nayami {
	background-image : url(img/il_bg_nayami.gif);
	background-repeat: no-repeat;
}

.sidebox {
margin-bottom:20px;
}

.miniIcons {
	display:block;
	text-align: right;
}

