:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

#container-inner {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
	width: 529px;
}

.layout-wt #beta {
	width: 220px;
	display: block;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
	
}

#trackbacks {
	width: 480px;
	padding: 5px;
	margin: 5px 10px 10px 20px;
	background-color: #F3F8FC;
	border: 1px dotted #80B3D9;
	padding: 5px;
	display: block;
}
.trackbacks {
	text-align: left;
	margin: 2px;
	width: 100%;
	font-size: 12px;
	color: #666666;

}




.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
	font-size: 12px;
}
.asset-body {
	text-align: left;
	padding: 2px 10px 2px 0px;
	width: 490px;
}
.asset-header {
	width: 100%;
	text-align: left;
}
.asset-body h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 2px;
	background-color: #F5F5F5;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.asset-header td {
	height: 12px;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

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

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

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

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

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}




/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header {
}

#header-inner {
	position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}
#header-name h1,#header-name h2 {
	margin: 0 0 5px;
	line-height: 1;
	font-size: 14px;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name,
.asset-name a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #096db5;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 1px;
}

.asset-name a:hover {
	text-decoration: underline;
	color: #053F69;
}

.asset-content {
	margin: 0px;
	padding: 0px;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
	color: #666666;
}

.asset-footer {
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #999999;
	font-size: 10px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer-content a:link,
#footer-content a:visited,
#footer-content a:active {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
#footer-content a:hover {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FF6600;
	font-size: 10px;
	text-decoration: none;
}



/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
	color: #666666;
	font-family: trebuchet ms;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 28px;
}

a {
    color: #ab0404; 
}

a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
	background-color: #FFFFFF;
	width: 750;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content-inner {
}

#container-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#header-inner,
#content-inner,
#footer-inner {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}


/* Header ----------------------------------------------------------------- */

#header {
	height: 85px;
	background-image: url(nst_imeg/header.gif);
	background-repeat: repeat-x;
	background-position: center 20px;
}

#header a {
    color: #fff;
    font-weight: bold;
}

#header-content {
	width: 750px;
	height: 18px;
	display: block;
	margin: 2px;
	font-size: 10px;
	color: #999999;
	text-align: left;
}
#header-content td {
	font-size: 10px;
	color: #999999;
}
#header-content h1 {
	font-size: 11px;
	color: #666666;
	text-indent: 5px;
	height: 16px;
	margin-top: 4px;
}

#header-name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: 750px;
}

#header-description {
    color: #fff;  
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #096db5;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 1px;
	text-indent: 15px;
}

.asset-footer {
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


.asset-name1 {
	font-size: 11px;
	color: #7db1d7;
}

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


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #ccc; 
    padding: 0;
    font-size: 14px; 
    font-family: trebuchet ms; 
    margin-bottom: 8px;
    padding-bottom: .3em; 
}

.widget-header,
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content a {
    color: #666;
}

#content .widget-powered .widget-content {
	margin-top: 15px;
	margin-bottom: 15px;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 11px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	background-color: #FFFFFF;
	background-image: url(nst_imeg/footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 10px;
}

#footer-content {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin: 30px 0 20px 10;
	text-align: left;
	padding-top: 20px;
	display: block;
	font-size: 10px;
}
.footer-content {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #666666;
}
.footer-content td {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #000000;
}



/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#beta-inner {
	padding-left: 10px;
}
#alpha-inner {
	padding-right: 5px;
}





/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 500px;
    margin: 0 auto;
}
/*NST*/

#nagare {
	width: 470px;
}
.nagare {

	font-size: 12px;
	color: #666666;
	line-height: 21px;
}
.nagare td {
	font-size: 12px;
	line-height: 16px;
}
.nagare p {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	padding-right: 25px;
}
.nagare li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	list-style-type: none;
}
.nagare ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#category {
	width: 200px;
	margin-bottom: 20px;
}
.category {
}
.category ul {
	padding-top: 5px;
}
.category li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(image/san.gif);
		
}
#header-content0 {
	width: 100%;
	height: 32px;
	display: block;
	margin: 1px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
#footer-imeg2 {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}

#Table_01 {
	left:0px;
	top:0px;
	width:450px;
	height:50px;
	position: relative;
}

#menu-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:9px;
	height:50px;
}

#menu-02 {
	position:absolute;
	left:9px;
	top:0px;
	width:125px;
	height:50px;
}

#menu-03 {
	position:absolute;
	left:134px;
	top:0px;
	width:126px;
	height:50px;
}

#menu-04 {
	position:absolute;
	left:260px;
	top:0px;
	width:127px;
	height:50px;
}

#menu-05 {
	position:absolute;
	left:387px;
	top:0px;
	width:126px;
	height:50px;
}

#menu-06 {
	position:absolute;
	left:513px;
	top:0px;
	width:128px;
	height:50px;
}

#menu-07 {
	position:absolute;
	left:641px;
	top:0px;
	width:124px;
	height:50px;
}

#menu-08 {
	position:absolute;
	left:765px;
	top:0px;
	width:125px;
	height:50px;
}

#menu-09 {
	position:absolute;
	left:890px;
	top:0px;
	width:10px;
	height:50px;
}
#pan_list {
	height: 20px;
	width: 700px;
	text-align: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pan_list {
	margin: 0px;
	padding: 0px;
}
.pan_list a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.pan_list a:visited,
.pan_list a:link,
.pan_list a:hover,
.pan_list a:active {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	text-align: right;
}

#top_menu {
	display: block;
	height: 60px;
	width: 750px;
	font-size: 12px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
.top_menu {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	width: 750px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.top_menu a:visited,
.top_menu a:link,
.top_menu a:hover,
.top_menu a:active {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


.top_menu table {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	height: 20px;
	text-align: right;
	padding-bottom: 10px;
}
#side_top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 1px;
}
#side_footer {
	display: block;
	width: 100%;
}
#top_imeg {
	display: block;
	height: 290px;
	width: 100%;
	font-size: 11px;
}
#top_imeg h1 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 1px;
}
#top_imeg h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#top_imeg h3 {
	font-size: 11px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#side_bn_a {
	text-align: left;
	display: block;
	height: 50px;
	width: 100%;
	padding-top: 15px;
}
#news {
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
}
.news {
	width: 100%;
}

.news a:link,
.news a:visited,
.news a:active {
	color: #3273A3;
}
.news a:hover {
	color: #153146;
}




#news_topx {
	width: 470px;
	margin: 5px 5px 10px 15px;
	background-color: #E6EFF7;
	border: 1px solid #A5BBE9;
	padding: 5px 5px 10px;
	display: block;
}
.news_topx {
	text-align: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 1px;
}
.news_topx p {
	margin: 0px 0px 10px;
	padding: 0px;
}

.news_topx img {
}

.news_topx table {
	width: 100%;
	font-size: 12px;
	color: #666666;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 20px;
	letter-spacing: 1px;	
}

.news_1 {
	background-color: #FFFFFF;
	height: 25px;
	background-image: url(nst_imeg/news_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.news_2 {

	background-color: #FFFFFF;
	height: 25px;
	background-image: url(nst_imeg/news_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#side_menu1 {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 100%;
}
#side_menu2 {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 257px;
	width: 100%;
}
#side_menu3 {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 230px;
	width: 100%;
}
#side_menu4 {
	width: 100%;
	height: 282px;
	display: block;
}
#movable {
	width: 100%;
	position: absolute;
	top: 0px;
	display: block;
}
#company_top {
	height: 140px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
}
.qa_td1 {
	width: 50px;
}
.qa_td2 {
	width: 450px;
	overflow: auto;
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}#yoku {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 500px;
	background-image: url(nst_imeg/y_botan2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.yoku {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 500px;
}
.yoku a:link, 
.yoku a:visited,
.yoku a:active {
	color: #333333;
	text-decoration: none;
}
.yoku a:hover{
	color: #000099;
	text-decoration: none;
}


.yoku td {
	height: 83px;
	width: 125px;
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #000000;
}
.qa_td3 {
	width: 500px;
	overflow: auto;
	text-indent: 5px;
	cursor: pointer;
	color: #000000;
}
.qa_td_dtp {
	width: 495px;
	overflow: auto;
	text-indent: 5px;
	cursor: pointer;
	color: #000000;
}
.qa_td_seo {
	width: 495px;
	overflow: auto;
	text-indent: 5px;
	cursor: pointer;
	color: #000000;
}
.qa_td_spo {
	width: 495px;
	overflow: auto;
	text-indent: 5px;
	cursor: pointer;
	color: #000000;
}

.qa_item {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	width: 100%;
}
.qa_item2 {
	font-size: 12px;
	color: #666666;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 100%;
}
.qa_item a:visited,
.qa_item a:link,
.qa_item a:active {
	overflow: auto;
	background-color: #F4FAFF;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}
.qa_item a:hover {
	overflow: auto;
	background-color: #F4FAFF;
	color: #000066;
	text-decoration: none;
}
#q-a-Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:500px;
	height:122px;
}

#q-a-manu1-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:126px;
	height:77px;
}

#q-a-manu1-02 {
	position:absolute;
	left:126px;
	top:0px;
	width:123px;
	height:77px;
}

#q-a-manu1-03 {
	position:absolute;
	left:249px;
	top:0px;
	width:124px;
	height:77px;
}

#q-a-manu1-04 {
	position:absolute;
	left:373px;
	top:0px;
	width:127px;
	height:77px;
}

#q-a-manu1-05 {
	position:absolute;
	left:0px;
	top:77px;
	width:500px;
	height:45px;
}
#flow_01 {
	position:relative;
	left:0px;
	top:0px;
	width:500px;
	height:122px;
}

#flow-m2-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:80px;
}

#flow-m2-02 {
	position:absolute;
	left:72px;
	top:0px;
	width:127px;
	height:80px;
}

#flow-m2-03 {
	position:absolute;
	left:199px;
	top:0px;
	width:102px;
	height:80px;
}

#flow-m2-04 {
	position:absolute;
	left:301px;
	top:0px;
	width:121px;
	height:80px;
}

#flow-m2-05 {
	position:absolute;
	left:422px;
	top:0px;
	width:78px;
	height:80px;
}

#flow-m2-06 {
	position:absolute;
	left:0px;
	top:80px;
	width:500px;
	height:42px;
}
#mailstyle {
	width: 400px;
	padding-left: 50px;
}
.mailstyle {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.mailstyle teble {
	color: #000000;
}

.mailform td {
	font-size: 12px;
	color: #000000;
	padding: 2px;
	height: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.mailform span {
	color: #FF0000;
}
.mailstyle_td1 {
	text-indent: 5px;
	background-color: #b7acb3;
	color: #000000;
}

.mailstyle p {
	font-size: 10px;
	color: #003366;
}
span {
}
#mail_toi {
	font-size: 12px;
	background-color: #E9E4E8;
	display: block;
	width: 400px;
	border: 1px dashed #B7ACB3;
	margin-left: 50px;
	margin-top: 10px;
}
#mail_toi2 {
	width: 500px;
	margin-top: 15px;
}
.mail_toi2{
	display: block;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	width: 390px;
	line-height: 16px;
	font-size: 12px;
	background-color: #e9e4e8;
	border: 1px dotted #D9D0D7;
}
.mail_submit {
	width: 160px;
	margin-right: 10px;
	margin-left: 50px;
}
.mail_reset {
	width: 100px;
}

.mail_toi {
	text-align: left;
	padding: 10px;
	line-height: 16px;
}
#kozin {
	width: 500px;
}
.kozin {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}
.kozin table {
	width: 100%;
}
.kozin table h2 {
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 5px;
	padding: 0px;
	height: 20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	text-indent: 10px;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
}

#kozin_t2 {
	width: 90%;
	margin-left: 15px;
}



.form_1 {
	height: 25px;
}
#design {
	width: 500px;
}
.qa_item2 {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}
#concept {
	width: 500px;
}
.concept {
	width: 100%;
	text-align: left;
}
.concept h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 35px;
	margin-top: 5px;
}
.concept h3 {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.concept h4 {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.concept2 {
	width: 480px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-style: normal;
	letter-spacing: 1px;
}
.concept2 ul {
	list-style-type: none;
}
.concept2 li {
	margin-bottom: 10px;
}


#news_tr {
	width: 480px;
	padding: 0px 5px 5px;
	display: block;
	height: 20px;
}
.news_tr a:link,
.news_tr a:visited,
.news_tr a:active {
	color: #3273A3;
}
.news_tr a:hover {
	color: #153146;
}


.news_tr {
	text-align: left;
	margin: 5px;
	width: 100%;
	font-size: 12px;
	color: #7db1d7;
	text-indent: 10px;
}
#user {
	text-align: left;
	width: 500px;
}
#suis {
	background-color: #CCCCCC;
	padding: 10px;
	width: 420px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer_link {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin: 10px 2px 5px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EFEFEF;
	font-size: 10px;
	display: block;
	padding-top: 10px;
}
.footer_link {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 10px;
	color: #666666;
	font-size: 10px;
}

.footer_link a:link,
.footer_link a:visited,
.footer_link a:active {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #666666;
	font-size: 10px;
}
.footer_link a:hover {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #FF3300;
	font-size: 10px;
}

.user {
	width: 100%;
}
#news_entry_title {
	width: 100%;
	margin-top: 20px;
}
#news_entry {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	letter-spacing: 0px;
}
.news_entry {
	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	font-family:  "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.news_entry p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}
.news_entry a:link,
.news_entry a:visited,
.news_entry a:active {
	letter-spacing: 0px;
	color: #3273A3;
}
.news_entry a:hover {
letter-spacing: 0px;
	color: #153146;
}

#ank_p {
	text-align: right;
	text-indent: 10px;
	width: 750px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
.ank_p {
	text-align: right;
	width: 100%;
	height: 20px;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#back_no_title {
	width: 100%;
	margin-top: 20px;
}
#back_no {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.back_no {
	font-size: 12px;
	color: #333333;
}
.back_no p {
	margin: 0px;
	padding: 0px;
}
.back_no a:link,
.back_no a:visited,
.back_no a:active {
	color: #3273A3;
}
.back_no a:hover {
	color: #153146;
}

#link {

	width: 500px;
}
.link {

	width: 100%;
	text-align: left;
}
.link h2 {

	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 35px;
	margin-top: 5px;
}
.link2 {

	width: 470px;
	margin-left: 20px;
}
.link2 li {
	list-style-type: none;
}
.link2 ul {
	font-size: 12px;
	line-height: 16px;
}
#link_b {
	display: block;
	margin: 5px;
	padding: 5px;
	width: 490px;
	background-color: #F2F9EC;
	border: 1px solid #006633;
}
#link_s {


	width: 500px;
}
.link_s {


	width: 100%;
	text-align: left;
}
.link_s h2 {


	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 35px;
	margin-top: 5px;
}
#link_c {
	display: block;
	margin: 5px;
	padding: 5px;
	width: 450px;
	background-color: #F2F9EC;
	border: 1px dashed #006633;
	font-size: 10px;
	line-height: 12px;
}
#top_toi {
	margin: 0px;
	padding: 0px 0px 2px;
	height: 48px;
	width: 209px;
}
#company {
	width: 500px;
}
.company {
	width: 100%;
	text-align: left;
}
.company2 {
	width: 480px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-style: normal;
	letter-spacing: 1px;
}
.company2 table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.company h2 {
	margin: 15px 0px;
	padding: 0px;
	height: 30px;
	width: 500px;
}
.company2 td {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	letter-spacing: 1px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.company2 p {
	margin: 0px;
	padding: 0px;
}

.company_td1 {
	background-color: #ECFFF0;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#company3 {
	width: 480px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-style: normal;
	letter-spacing: 1px;
	display: block;
	height: 380px;
}
#wrap {
	position:absolute;
	top:100px;
	background-color: #000000;
	width: 100%;
}