/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
margin: 0;

/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
}

body
{
margin: 0;

/* setting border: 0 hoses ie5 win window inner well border */
padding: 0;
/*font-family: verdana, 'trebuchet ms', sans-serif;*/
font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 12px;}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
margin-top: 10px;
margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
clear: both;
overflow: hidden;
width: 1px;
height: 1px;
margin: 0 -1px -1px 0;
border: 0;
padding: 0;
font-size: 0;
line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
/*font-size: 0.1em;*/
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac */
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body {
	text-align: center;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
} /* center on ie */

#container
{
	position: relative;
	margin: 0px auto; /* center on everything else */
	width: 720px;
	text-align: left;
	padding: 0px;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner {
	position: static;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

#alpha,/* #beta,*/ #gamma, #delta
{
display: inline; /* ie win bugfix */
position: relative;
float: left;
min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
position: static;
}


/* banner user/photo */

.banner-user
{
float: left;
overflow: hidden;
width: 64px;
margin: 0 15px 0 0;
border: 0;
padding: 0;
text-align: center;
}

.banner-user-photo
{
display: block;
margin: 0 0 2px 0;
border: 0;
padding: 0;
background-position: center center;
background-repeat: no-repeat;
text-decoration: none !important;
}

.banner-user-photo img
{
width: 64px;
height: auto;
margin: 0;
border: 0;
padding: 0;
}


/* content */

.content-nav
{
margin: 10px;
text-align: center;
}

.date-header,
.entry-content
{
position: static;
clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
clear: both;
margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
clear: both;
margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
width: 240px;
}

#comment-bake-cookie
{
margin-left: 0;
vertical-align: middle;
}

#comment-post
{
font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
float: left;
width: 115px;
margin: 0 10px 10px 0;
}

.image-thumbnail img
{
width: 115px;
height: 115px;
margin: 0 0 2px 0;
}


/* modules */

.module
{
position: relative;
overflow: hidden;
width: 100%;
}

.module-content
{
position: relative;
margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
margin: 0;
padding: 0;
list-style: none;
}

.module-list-item
{
margin-top: 5px;
margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
width: 14%;
text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
display: block;
clear: both;
margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
/*font-size: 0.1em;*/
line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac */
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
float: left;
min-width: 60px;
width: 60px;
/* no ie mac */width: auto;/* */
margin: 0 5px 0 0;
text-align: center;
vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
margin: 0;
padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
display: block;
height: 1%;
margin: 0;
border: 0;
padding: 0;
list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
/*font-size: 0.1em;*/
line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac */
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
display: block;
float: left;
/* ie win fix */ height: 1%; /**/
margin: 0;
border: 0;
padding: 0;
}

.module-recent-photos .module-list-item a
{
display: block;
margin: 0;
border: 0;
padding: 0;
}

.module-recent-photos .module-list-item img
{
width: 60px;
height: 60px;
margin: 0;
padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
width: 14%;
height: 75px;
text-align: left;
vertical-align: top;
}

.day-photo
{
width: 54px;
height: 54px;
}

.day-photo a
{
display: block;
}

.day-photo a img
{
width: 50px;
height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
/*font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;*/
font-size: 12px;
}

a { color: #0066cc; text-decoration: none; }
a:hover {
	color: #1c4974;
	text-decoration: underline;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6
{
	/*font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;*/
	margin: 0px;
	padding: 0px;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
/* ie win (5, 5.5, 6) bugfix */
position: relative;
width: 100%;
width: auto;

margin: 0;
/*border-left: 6px solid #cc6600;*/
border-left: 6px solid #AF2525;
padding: 5px;
color: #fff;
background: #0066cc;
font-size: 11px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
	min-width: 720px;
	color: #666666;
	background: #e6e6e6 url(images/body_bd.gif) repeat-y center;
	margin: 0px;
}

#container
{
width: 800px;
text-align: left;
margin-right: auto;
margin-left: auto;
}

#container-inner
{
}

#banner
{
width: 800px; /* necessary for ie win */
background: url(images/head_bd.jpg) no-repeat;
}

#banner-inner
{
	padding-top: 9px;
}

.banner-user
{
width: 70px;
margin-top: 5px;
font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-shadow: #b3b3b3 0 2px 3px;
	text-indent: -9999px;
	height: 35px;
	padding-left: 17px;
}

#banner-description
{
	color: #666666;
	background: none;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-shadow: #b3b3b3 0 1px 2px;
	padding-top: 10px;
	padding-bottom: 7px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

#alpha { width: 560px; }
#beta { width: 180px; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
}

.date-header
{
margin-top: 0;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

.entry-header
{
margin-top: 0;
border-left: 5px solid #dae0e6;
padding: 0 0 0 10px;
color: #666;
font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
margin: 0;
line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
margin: 0 0 20px 0;
border-top: 1px solid #dae0e6;
padding-top: 3px;
color: #666;
font-size: 10px;
text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
margin: 10px 0;
border: 1px dotted #1c4974;
padding: 0 10px;
color: #333333;
font-size: 11px;
text-align: center;
background: #a8def0;
}

.comments-open-footer
{
margin: 10px 0;
}


/* modules */

.module
{
margin: 0 0 10px 0;
border-bottom: 1px solid #f3f6f9;
background: #dae0e6;
}

.module-content
{
margin: 0 0 10px 0;
border-top: 1px solid #cfd4d9;
padding: 10px 10px 0 10px;
font-size: 10px;
line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search /*#search*/ { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
margin-bottom: 0;
border: 1px dashed #a3b8cc;
padding-bottom: 10px;
color: #292e33;
background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
margin: 0 15px 10px 15px;
list-style: disc;
}

.module-list .module-list
{
margin: 5px 0 0 0;
padding-left: 15px;
list-style: circle;
}

.module-list-item
{
margin-top: 0;
color: #666;
line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
margin: 0 0 10px 0;
list-style: none;
}

.typelist-thumbnailed .module-list-item
{
margin: 1px 0;
padding: 0;
background: #f3f6f9;
}

.typelist-thumbnail
{
background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
margin: 0;
border-width: 0;
padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
width: 64px; /* mac ie fix */
margin: 0 10px 10px 0;
padding: 0;
background: none;
}

.module-recent-photos .module-list-item a
{
border: #cfd4d9 1px solid;
padding: 1px;
background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
border-color: #36414d;
background: #fff;
}


/* calendar tweaks */
/*
.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta
{
width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner
{
border: 0;
padding: 0;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content
{
margin: 0;
border-width: 0;
padding: 10px;
}

.module-mmt-calendar table
{
width: 378px;
background: #a3b8cc;
}

.module-mmt-calendar th
{
color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #f3f6f9;
border-bottom: 1px solid #cfd4d9;
padding: 2px;
text-align: right;
font-weight: bold;
}

.module-mmt-calendar td
{
border-top: 1px solid #fff;
border-right: 1px solid #f3f6f9;
border-bottom: 1px solid #cfd4d9;
padding: 2px;
text-align: right;
font-weight: normal;
background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
{
border-right: none;
}

.module-mmt-calendar td
{
height: 70px;
}

.day-photo
{
width: 49px;
height: 49px;
}

.day-photo a
{
border: #cfd4d9 1px solid;
padding: 1px;
background: #fff;
}

.day-photo a:hover
{
border-color: #36414d;
background: #fff;
}

.day-photo a img
{
width: 45px;
height: 45px;
}
*/

/* artistic tweaks */
/*
.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }

.layout-artistic #gamma,
.layout-artistic #delta
{
width: 190px;
}

.layout-artistic #gamma-inner,
.layout-artistic #delta-inner
{
border: 0;
padding: 0;
}
*/

/* moblog1 tweaks */
/*
.layout-moblog1 #alpha
{
margin: 0;
width: 180px;
background: #e6ecf2;
}

.layout-moblog1 #alpha-inner
{
padding: 10px 10px 0 10px;
border-width: 2px 0 2px 2px;
border-style: solid;
border-color: #fff;
}

.layout-moblog1 #beta
{
margin: 15px 15px 0 15px;
width: 320px;
background: none;
}

.layout-moblog1 #beta-inner
{
padding: 0;
border-width: 0;
}

.layout-moblog1 .module-recent-photos .module-content
{
padding: 10px 0 0 10px;
}
*/

/* moblog2 tweaks */
/*
.layout-moblog2 #alpha
{
margin: 0;
width: 86px;
background: #e6ecf2;
}

.layout-moblog2 #alpha-inner
{
padding: 10px 10px 0 10px;
border-width: 2px 0 2px 2px;
border-style: solid;
border-color: #fff;
}

.layout-moblog2 #beta
{
margin: 15px 15px 0 15px;
width: 260px;
background: none;
}

.layout-moblog2 #beta-inner
{
padding: 0;
border-width: 0;
}

.layout-moblog2 #delta
{
width: 154px;
}

.layout-moblog2 .module-recent-photos
{
border: 0;
background: none;
}

.layout-moblog2 .module-recent-photos .module-content
{
padding: 0;
border: 0;
}
.layout-moblog2 .module-recent-photos .module-list-item
{
margin: 0 0 10px 0;
}
*/

/* timeline tweaks */
/*
.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }

.layout-timeline #gamma,
.layout-timeline #delta
{
width: 190px;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner
{
border: 0;
padding: 0;
}
*/

/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */
/*
.layout-two-column-left #alpha
{
margin: 0;
width: 200px;
background: #e6ecf2;
}

.layout-two-column-left #alpha-inner
{
padding: 10px 10px 0 10px;
border-width: 2px 0 2px 2px;
border-style: solid;
border-color: #fff;
}

.layout-two-column-left #beta
{
margin: 15px 15px 0 15px;
width: 480px;
background: none;
}

.layout-two-column-left #beta-inner
{
padding: 0;
border-width: 0;
}
*/

/* three-column tweaks */
/*
.layout-three-column #alpha
{
margin: 0;
width: 180px;
background: #e6ecf2;
}

.layout-three-column #alpha-inner
{
padding: 10px 10px 0 10px;
border-width: 2px 0 2px 2px;
border-style: solid;
border-color: #fff;
}

.layout-three-column #beta
{
margin: 15px 15px 0 15px;
width: 320px;
background: none;
}

.layout-three-column #beta-inner
{
padding: 0;
border-width: 0;
}
*/
#banner-header a {
	display: block;
	height: 35px;
	width: 311px;
}
#headpr1 {
	background-color: #0066cc;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#headpr1-box {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: #b3b3b3 0 2px 3px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 455px;
}
#headpr1-box p {
	font-size: 12px;
	line-height: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#search-box {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 1px;
}
#search-box form {
	background-image: url(images/search_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}
#search {
	height: 18px;
	width: 150px;
}
hr {
	display: none;
}
#headpr2 {
/*	background-color: #a8def0;*/
	background-color: #bfdce6;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#headpr2 p {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	text-shadow: #b3b3b3 0 2px 3px;
	padding: 0px;
}
#footer {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
#underhead {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066cc;
}
#under {
	font-size: 12px;
	line-height: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#copyright {
	text-align: right;
}
#copyright address {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #b3b3b3;
}
#beta
{
display: inline; /* ie win bugfix */
position: relative;
float: right;
min-height: 1px;
}
#breadcrumb {
	font-size: 10px;
	line-height: normal;
	color: #999999;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
#topmessage {
	margin-top: 20px;
}

.topmessage-inner {
	padding-right: 4px;
	padding-left: 4px;
/*	border-right-width: 1px;*/
/*	border-left-width: 1px;*/
/*	border-right-style: solid;*/
/*	border-left-style: solid;*/
/*	border-right-color: #0066cc;*/
/*	border-left-color: #0066cc;*/
}
#topmessage-c {
	font-size: 12px;
/*	font-weight: bold;*/
	font-weight: normal;
	color: #666666;
/*	color: #0066cc;*/
	margin: 0px;
}

#eye-image {
	margin-top:3px;
	margin-bottom:3px;
}
#top-search-box {
}
#top-search-box h2 {
	font-weight:bold;
	font-size:14px;
}

#top-search {
	height: 18px;
	width: 300px;
}

#topmenu-box {
	margin-top: 15px;
	width: 560px;
}
#topmenu0 {
	padding-bottom: 10px;
	width: 560px;
}
#topmenu1 {
	padding-bottom: 10px;
	width: 560px;
}
#topmenu2 {
/*	float: right;*/
/*	width: 272px;*/
	width: 560px;
}
#topmenu3 {
	padding-bottom: 10px;
	width: 560px;
}
.contttl {
/*	background-color: #cc6600;*/
	background-color: #AF2525;
	padding: 4px;
}
#contttl-0 {
	background-color: #3676bd;
	background-color: #c58730;
}
#contttl-1 {
	background-color: #8cc63e; /*ffc499;*//*ffa666;*//*FECC99;*//*ffddbb;*//*DD8E8E;*/
}
#contttl-2 {
	background-color: #3676bd; /*C4DBA7;*//*B9DD8E;*/
}
#contttl-3 {
	background-color: #993366;
}
.contttl-h {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
/*	color: #ffffff;*/
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#contttl-0 .contttl-h {
	color: #ffffff;
}
#contttl-2 .contttl-h {
	color: #ffffff;
}
#contttl-3 .contttl-h {
	color: #ffffff;
}
.contttl em {
/*	font-size: 80%;*/
	font-size: 12px;
	font-style: normal;
}
.contbodr {
	/*	border: 1px solid #cc6600;*/
	/*border: 1px solid #AF2525;*/
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.cont-ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cont-ul li {
	color: #999999;
	margin-bottom: 5px;
	float:left;
	width:250px;
	background-image: url(images/top_list_mark.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 12px;
	line-height: normal;
	padding-left: 15px;
}
#topinfo {
	margin-top: 20px;
}
.contttl2 {
/*	background-color: #0066cc;*/
	background-color: #c0dce6; /*B8D8D8;*//*9acdcd;*/
	padding: 4px;
}
#contttl2-h {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
/*	color: #ffffff;*/
/*	color: #333333;*/
	margin: 0px;
}

.info-ul {
	margin: 0px;
	padding: 0px;
	margin-top:10px;
	margin-left:10px;
	list-style-type: none;
}
.info-ul li {
	color: #999999;
	margin-bottom: 5px;
	background-image: url(images/top_list_mark.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 12px;
	line-height: normal;
	padding-left: 15px;
}



.contsub-h {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #0066cc;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066cc;
}
.contdate-h {
	font-size: 12px;
	line-height: normal;
	color: #1c4974;
	padding-top: 4px;
}
.conttxt {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 150%;
}
.contmore {
	font-size: 10px;
	line-height: normal;
	color: #1c4974;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1c4974;
	text-align: right;
}
.globalnavi {
	background-color: #0066cc;
	background-image: url(images/menu_header.gif);
	background-repeat: no-repeat;
	width: 180px;
	margin-bottom: 10px;
}
#mailmagattl {
	background-image: url(images/mailmagazine_btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	height: 30px;
	width: 180px;
}
#mailmagatxt {
	font-size: 12px;
	line-height: 140%;
	color: #ffffff;
	margin: 0px;
	padding: 0px 10px 4px;
}
#mailmag form {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mailmag input {
	margin-right: 2px;
	margin-left: 2px;
}
#mailmag-inner {
	background-image: url(images/mailmagazine_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.menuttl-h {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
/*	padding: 5px 10px 4px;*/
	padding: 5px 5px 4px;
	text-shadow: #b3b3b3 0 2px 2px;
	text-align:center;
}
.ul-outer {
	background-color: #ffffff;
	padding-top: 10px;
/*	padding-right: 10px;*/
	padding-right: 5px;
	padding-bottom: 5px;
/*	padding-left: 10px;*/
	padding-left: 5px;
	border: 1px solid #0066cc;
}
.side-ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.side-ul li {
	font-size: 12px;
	line-height: normal;
	background-image: url(images/menu_list_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-left: 12px;
}
#pro-body {
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #0066cc;
}
#add-ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#add-ul li {
	font-size: 11px;
	line-height: normal;
	color: #666666;
	margin-bottom: 1px;
}
.rsstxt {
	font-size: 10px;
	line-height: normal;
	color: #999999;
	margin: 0px;
	padding: 5px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0066cc;
}
#rss-ul {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
	height: 15px;
}
#atombtn {
	float: left;
	height: 15px;
	width: 80px;
	margin-right: 20px;
}
#rssbtn {
	float: right;
	height: 15px;
	width: 80px;
}
#favorite {
	margin: 5px 0px 0px;
	padding: 5px;
	border: 1px solid #1c4974;
	list-style-type: none;
	text-align: center;
	background-color: #e6e6e6;
}
#favorite li {
	font-size: 10px;
	line-height: normal;
}
.CategoryTitle {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
/*	color: #cc6600;*/
	color: #AF2525;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
/*	border-bottom-color: #cc6600;*/
	border-bottom-color: #AF2525;
	margin-top: 20px;
}
.CategoryDescription {
	font-size: 12px;
	line-height: normal;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#CategoryContent {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/*	border-bottom-color: #0066cc;*/
	border-bottom-color: #AF2525;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
/*	border-top-color: #cc6600;*/
	border-top-color: #AF2525;
}
#infolist {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#infolist li {
	font-size: 14px;
	line-height: normal;
	color: #666666;
	background-image: url(images/list_mark_dblue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
}
#infolist span {
	font-size: 12px;
}
#wordlist,#casestudylist,#knowledgelist,#productlist,#selectlist,#backnumberlist,#interviewlist {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-image: url(images/list_mark_dblue.gif);
}
#wordlist li,#casestudylist li,#knowledgelist li,#interviewlist li  {
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
#productlist li,#selectlist li,#backnumberlist li {
	font-size: 14px;
	line-height: 150%;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#wordlist span,#casestudylist span,#knowledgelist span,#productlist span,#selectlist span,#backnumberlist span,#interview span  {
	font-size: 90%;
}
.excerpt {
	font-size: 12px;
	padding-top: 4px;
}
.interview_image {
	font-size: 12px;
	padding-top: 4px;
	text-align:center;
}
.interview_name {
	font-size: 12px;
	padding-top: 4px;
	text-align:right;
}
.interview_more {
	font-size: 14px;
	padding-top: 4px;
	text-align:left;
}


#q-ttl {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
/*	color: #cc6600;*/
	color: #AF2525;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	border-bottom-color: #cc6600;*/
	border-bottom-color: #AF2525;
	padding-top: 10px;
	margin-left: 10px;
}
#faqlist {
	margin: 15px 0px 20px 10px;
	padding: 0px 0px 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
/*	border-bottom-color: #cc6600;*/
	border-bottom-color: #AF2525;
}
#faqlist li {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 10px;
}
#faqlist a {
/*	color: #cc6600;*/
	color: #AF2525;
	text-decoration: none;
	background-image: url(images/list_mark_brown.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#faqlist a:hover {
/*	color: #cc6600;*/
	color: #AF2525;
	text-decoration: none;
	background-image: url(images/list_mark_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.ask {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #0066cc;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066cc;
	margin-left: 10px;
}
.entry-body {
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.entry-more {
	line-height: 150%;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
/*
	font-size: 10px;
	line-height: normal;
	color: #999999;
	text-align: right;
	margin: 10px 0px 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
*/
}

.entry-p p {
	margin:0px 0px 10px 0px;
/*
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
*/
}

.entry-body h4,
.entry-more h4 {
	margin:10px 0px 0px 0px;
	font-size: 14px;
	font-weight:bold;
	color: #0066cc;
}
.entry-body h5,
.entry-more h5 {
	margin:0px 0px 0px 0px;
	font-size: 12px;
	font-weight:bold;
	color: #ff0000;/*AF2525;*/
}

.howto h3,.h3error {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #0066cc;
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066cc;
	margin-left: 10px;
}
.prof h3,.products,.entinfo,.entword,.entcase,.entprod,.ent-faq,.entinterview {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #1c4974;
	padding-top: 15px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1c4974;
	margin-left: 10px;
}
#asklist {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#asklist li {
	font-size: 14px;
	line-height: normal;
	color: #666666;
	background-image: url(images/list_mark_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 15px;
}
.perror {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
blockquote {
	background-image: url(images/menu_list_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#sitemap {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sitemap h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066cc;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sitemap ul {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	list-style-type: none;
}
#sitemap li {
	font-size: 12px;
	line-height: normal;
	color: #666666;
	background-image: url(images/list_mark_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	padding-left: 15px;
}
#search-h {
	font-size: 14px;
	line-height: normal;
	color: #666666;
	padding-top: 15px;
}
.result-ttl {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #1c4974;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1c4974;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1c4974;
}
.result-sub {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #0066cc;
	background-image: url(images/list_mark_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 10px;
}
.result-txt {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.posted {
	font-size: 11px;
	line-height: normal;
	color: #666666;
	margin: 0px 0px 20px 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}

/*-----*/
#askform {
	margin:0px 0px 0px 3px;
}
#askform #asktitle {
	margin-bottom:10px;
}
#askform em {
	color:#cc0000;
	font-style:normal;
	font-weight:normal;
}
#askform table {
	margin-bottom:10px;
	width:500px;
	border-collapse: collapse;
	border-top:1px solid #0066cd;
	border-left:1px solid #0066cd;
}
#askform table caption {
	text-align:left;
	font-weight:bold;
	background-color:#0066cd;
	color:#ffffff;
	padding:5px 5px 5px 5px;
	border-left:1px solid #0066cd;
	border-right:1px solid #0066cd;
}
#askform table th {
	width:120px;
	padding:5px;
	border-bottom:1px solid #0066cd;
	border-right:1px solid #0066cd;
	color:#0066cd;
}
#askform table td {
	padding:5px;
	border-bottom:1px solid #0066cd;
	border-right:1px solid #0066cd;
}
#asdkform table td ul,#askform td li {
	margin:0px;
	padding:0px;
}
#askform #submitbutton {
}
#askform #error {
	font-size:16px;
	font-weight:bold;
	color:#cc0000;
	margin:10px 0px 0px 10px;
}
#askform #guidetitle {
	font-size:16px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}
#askform #guide {
	margin:10px 0px 0px 10px;
}
#askform #errorbtn {
	margin:10px 0px 0px 10px;
}
#askform form {
	display:inline;
}
#askform .error {
	color:#ff0000;
	font-weight:bold;
}
.input_kanji {
	ime-mode: active;
}
.input_ank {
	ime-mode: inactive;
}
.input_ankonly {
	ime-mode: disabled;
}

.notice {
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	margin:10px 0px 15px 0px;
	padding:10px;
	border:1px solid #ff0000;
	background:#f9dfec;
}
.notice a {
	font-size:16px;
	font-weight:bold;
	color:#009900;
	text-decoration:underline;
}
.notice a:hover {
	text-decoration:none;
}

.notice-solution {
	font-size:16px;
	font-weight:bold;
	color:#993366;
	margin:10px 0px 15px 0px;
	padding:20px;
	border:1px solid #993366;
	background:#f9dfec;
}

#naviask {
/*	background-color: #ff0000;*/
	width: 180px;
	height:60px;
	margin-bottom: 10px;
	text-align:center;
}
#naviask-inner {
}
#naviask,
#naviask a {
	background-image: url(images/ask_base.gif);
	background-repeat: no-repeat;
}
#naviask a {
	display:block;
	width:100%;
	height:37px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding-top:23px;
}
#naviask a:hover {
	background-image: url(images/ask_base2.gif);
	color:#333333;
}
.interviewer { font-size: 12px ; line-height: 18px ; color: #000077}

.toask {
	margin-top:10px;
	width:256px;
	height:60px;
	text-align:center;
}
.toask a {
	background-image: url(images/to_ask.gif);
	background-repeat: no-repeat;
	display:block;
	width:100%;
	height:37px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding-top:23px;
}
.toask a:hover {
	background-image: url(images/to_ask2.gif);
	color:#333333;
}

#tc {
	text-align:left;
	margin-left:10px;
}
