/** MTデフォルトブログのCSSをロード **/
/* @import url("http://www.attovas.com/cgi-bin/mt4/mt-static/themes-base/blog.css"); */
/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

: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 {
    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;
    background: #fff;
}

#container-inner {
    width: 940px;
    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;
    padding-right: 20px;
    padding-left: 20px;
}


/* 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: 750px;
}

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


/* 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 {
    clear: both;
}

.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 {
    margin-bottom: 1.5em;
}

.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 {
    margin-bottom: .75em;
}

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

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

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

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    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 {
    color: #0084cc;
}

a:visited {
    color: #551A8B;
}

body {
    font-size: 12px;
    font-family: Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.5;
}


/** 基本レイアウト **/
#header-inner, #footer-inner {
    overflow:hidden;
    padding-left: 10px;
    padding-right: 10px;
}

#alpha {
    margin-right: 10px;
}

#alpha-inner, #beta-inner {
    overflow:hidden;
    padding: 0px;
}

#container  {
    background-color: #b2daf0;
    text-align: center;
}

#container-inner {
    background-color: #fff;
    width: 970px;
}

#content-inner {
    margin: 0px;
    padding: 0px 10px;
    margin-top: 40px; 
}

* html #content-inner {
	margin-top: 55px;
}

/** コンテンツヘッダー **/
#header {
    z-index: 1;
}
#header-inner {
    padding-bottom: 0px;
}

#header-right ul , #footer-link ul {
    list-style-type: none;
    display: inline; 
    margin: 0;
    padding: 0;
}

#header-right li, #MenuBar1 li, #footer-link li {
    display: inline;
 }
 
#header-left {
    float: left;
}

#header-right {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

#header-link {
    margin-top: 30px;
}

#header-link img {
    float: left;
 }

#header-link li, #footer-link li {
    border-left: solid 1px #000;
    padding-left: 4px;
    margin-left: 4px;
}

#header-navigation {
	margin-left: 4px;
	position: absolute;
	top:85px;
	left: 50%;
	margin-left: -470px;
	width: 960px;
}
* html #header-navigation {
	margin-left: -480px;
}

ul.MenuBarHorizontal  {
    cursor:default;
    list-style-type:none;
    margin:0;
    padding:0;
    width:auto;
    height: 35px;
    display:block;
}

ul.MenuBarHorizontal li {
    list-style-type:none;
    margin-right: 7px;
    padding:0;
    position: relative;
    text-align:left;
    /* float:left; */
}

#MenuBarHorizontal-last  {
    margin: 0;
}

/*
#MenuBar1 li {
    margin-left: 5px;
}*/

#subMenu1, #subMenu2, #subMenu3, #subMenu4, #subMenu5 {
    position: absolute;
    width: 180px;
    z-index: 255;
    font-size: 9pt;
    font-color: #000;
    /* margin-top: 33px; */
    border-bottom: 5px solid #b0470d;
    margin-top: -2px;
}

#subMenu1 ul, #subMenu2 ul, #subMenu3 ul, #subMenu4 ul, #subMenu5 ul {
    margin: 0;
/*    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;*/
    padding: 0;
}

#subMenu1 li, #subMenu2 li, #subMenu3 li, #subMenu4 li, #subMenu5 li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #b0470d;
    border-left: 1px solid #b0470d;
    border-right: 1px solid #b0470d;
    display: block;
}

#subMenu1 {
    margin-left: 0px;
}

#subMenu2 {
    margin-left: 190px;
}

#subMenu3 {
    margin-left: 380px;
}

#subMenu4 {
    margin-left: 570px;
}


/** コンテンツフッター**/

 #footer-link li.firstColumn  {
    border-left: none;
}


#footer-inner {
    padding: 0px;
    margin:  0px;
    font-size: 10pt;
}

#footer-menu {
    background-image: url(/images/common/bg_footer_menu.jpg);
    background-color: #0084cc;
    background-repeat: repeat-x;
}

#footer-menu ul {
    list-style-type: none;
    display: inline; 
    margin: 0;
    padding: 0;
    font-size: 8pt;
}
* html #footer-menu {
	line-height: 0.7em;
	height: 50px;
}

#footer-menu h3 {
    font-weight: bold;
}

#footer-menu a {
    color: #fff;
    text-decoration: none;
}
#footer-scene, #footer-case, #footer-product, #footer-support, #footer-tovas {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    height: 240px;
    color: #fff;
    background-image: url(/images/common/bg_footer_menu.jpg);
    background-color: #0084cc;
    background-repeat: repeat-x;
}

#footer-scene {
    width: 184px;
}
#footer-case, #footer-product, #footer-support, #footer-tovas {
    border-left: solid 1px #339bb6;
    width: 183px;
}

#footer-left {
    float: left;
    padding: 10px;
}

#footer-right {
    float:right;
    text-align: right;
    padding: 10px;
}

#top-link {
    text-align: right;
    margin-right: 10px;
}
#top-link a, #top-link img {
    padding: 0;
    margin: 0;
}

/** メインページ **/
#main-alpha {
    float: left;
}

#main-beta {
    float: right;
}

#main-flash {
	width: 760px;
	margin-top: 5px;
}

#main-banner {
	width: 180px;
	margin-top: 5px;
	float: right;
	text-align: center;
}

#product1, #product2, #product3, #product4, #product5 {
    float: left;
    width: 172px;
    text-align: left;
    margin: 10px 10px 10px 5px;
    font-size: 9pt;
    border-right: 1px solid #ccc;
}

#product1 p, #product2 p, #product3 p, #product4 p, #product5 p {
	margin-right: 10px;
}

#main-pickup, #main-recent {
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 10px;
} 

.pickup-entry {
    float: left;
    width: 100px;
    font-size: 8pt;
    margin: 15px 11px;
}

.pickup-entry img {
}

.pickup-entry p {
	padding-right: 10px;
}

#main-recent {
    float: left;
    width: 735px;
}



.recent-entry {
    border-top: dotted 1px #999;
    padding: 4px 0px;
}

.recent-date {
    float: left;
    font-size: 8pt;
    margin-left: 10px;
    margin-right: 10px;
}

#main-link {
    text-align: right;
}

#main-link div {
    margin-left: 10px;
}

/** サイドバー **/
#side-navigation {
    margin-left: 15px;
}

#side-guide {
    background-image: url("http://www.attovas.com/images/common/sub_guide.gif");
    background-repeat: no-repeat;
    width: 180px;
    font-size: 9pt;
    padding-top: 8px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#side-guide-inner {
    background-image: url("http://www.attovas.com/images/common/sub_guide_inner.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
}

.guide-row {
    border-top: 1px dotted #999;
    padding: 3px;    
}

.guide-row-now {
    background-color: #feea8c;
    border-top: 1px dotted #999;
    padding: 3px;    
}

a.triangle-gray {
    background-image: url("/images/common/triangle_gray.gif");
    background-repeat: no-repeat;
    padding-left: 15px;
    font-size: 9pt;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    #000;
}

#side-link img {
    margin: 2px 0px;
}

/** アーカイヴ **/

#page-top-category {
    border-top: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    border-bottom: solid 2px #0084cc;
    color: #0084cc;
    background-color: #fafafa;
    padding-left: 10px;
    font-size: 16pt;
    margin: 5px 0px;
}

#page-top-category em {
    font-weight: bold;
    font-style: normal;
}

.pan-navi {
    font-size: 8pt;
    margin-bottom: 3px;
}

#page-title {
    background-image: url("/images/common/bg_page_title.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 16pt;
    font-weight: bold;
}

div.sub-category {
    background-image: url("/images/common/bg_sub_category.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 360px;
    margin-bottom: 10px; 
}

div.sub-category-inner {
    background-image: url("/images/common/bg_sub_category_inner.gif");
    background-position: top;
    background-repeat: no-repeat;
    padding: 5px;
} 

div.sub-category-inner h3 {
    padding-left: 15px;
    text-decoration: none;
}

.sub-category-entry {
    border-top: dotted 1px #999;
    padding: 4px;
}

#entry-list {
    background-image: url("/images/common/bg_entry_list.gif");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 730px;
    margin-bottom: 10px; 
}


#entry-list-inner {
    background-image: url("/images/common/bg_entry_list_inner.gif");
    background-position: top;
    background-repeat: no-repeat;
    padding: 5px;
} 

#entry-list-inner h3 {
    padding-left: 15px;
    text-decoration: none;
}

.entry-row {
    padding: 3px;
    border-top: dotted 1px #999;
    font-size: 9pt; 
}

.entry-date {
    background-image: url("/images/common/triangle.gif");
    background-repeat: no-repeat;
    padding-left: 15px ;
    padding-right: 20px;
    float: left;
}

h3.setic {
    background-image: url("/images/common/bg_sub_title.gif");
    background-repeat: no-repeat;
    padding-left: 17px ;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 730px;
    font-size: 13pt;
}

.sitemap ul {
    list-style: none;
}

/** ユーティリティー**/
.triangle {
    background-image: url("/images/common/triangle.gif");
    background-repeat: no-repeat;
    padding-left: 12px;
    font-size: 9pt;
}

.triangle-white {
    background-image: url("/images/common/triangle_white.gif");
    background-repeat: no-repeat;
    padding-left: 12px;
    font-size: 9pt;
    display: block;
}

* html #footer-menu .triangle-white {
	background: url("/images/common/triangle_white.gif") no-repeat 0px -5px;
}

div.clearBorder {
    border-style: none;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

div.subtext {
    padding-left: 30px;
    padding-bottom: 30px;
}

/* 価格表 -------------------- */
table.price {
    width: 599px;
    border: 1px solid #244989;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

table.price2 {
    width: 599px;
    border: 1px solid #967855;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

table.price3 {
    width: 599px;
    border: 1px solid #5eb7b8;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

table.price3b {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.pr_w10 { width: 13%; }
.pr_w30 { width: 29%; }
.pr_w25 { width: 25%; }
.pr_w33 { width: 33%; }
.pr_w34 { width: 34%; }
.pr_s75 { font-size: 75%; }

.pr_blue {
    text-align: center;
    color: #fff;
    background: #244989;
}

.pr_blue2 {
    text-align: center;
    color: #333;
    background: #aabdd5;
}

.pr_brown {
    text-align: center;
    color: #fff;
    background: #967855;
}

.pr_brown2 {
    text-align: center;
    color: #333;
    background: #ac9372;
}

.pr_brown3 {
    text-align: left;
    color: #333;
    background: #ac9372;
}

.pr_green {
    text-align: center;
    color: #fff;
    background: #5eb7b8;
}

.pr_green2 {
    text-align: center;
    color: #333;
    background: #a6d6d1;
}

.pr_gray {
    text-align: center;
    color: #333;
    background: #bec1c0;
}

.pr_center { text-align: center; }

div.pr_bg1 {
    float: left;
    text-align: center;
    width: 49%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #816d53;
}
div.pr_bg2 {
    float: left;
    text-align: center;
    width: 49%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #74b637;
}
div.pr_bg3 {
    float: left;
    text-align: center;
    width: 49%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #edb029;
}
div.pr_bg4 {
    float: left;
    text-align: center;
    width: 49%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #d04047;
}
div.pr_bg5 {
    float: left;
    text-align: center;
    width: 49%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #005192;
}
div.pr_bg6 {
    float: left;
    text-align: center;
    width: 49%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #3eaec4;
}
div.pr_bg7 {
    text-align: center;
    width: 100%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #279f6d;
}
div.pr_bg8 {
    text-align: center;
    width: 100%;
    margin: 1px;
    color: #fff;
    font-size: 75%;
    background: #d04047;
}
.pr_title {
    color: #007689;
}
td.tb2 p.s3 {
    float: left;
    margin:0px 15px 0px 0px;
    padding: 0px;
}

/* ボックス（リンク+テキスト） -------------------- */

/* 背景（両サイド） */

 div.ct-box {
    width: 556px;
    margin: 10px 0px 0px 23px;
    background: url(http://www.attovas.com/images/entry/ct_page_bg_side.gif) repeat-y left;
    font-size: 86%;
}

/* 背景（下） */

div.ct-box div.ct-btm {
    padding: 0px 1px 7px 1px;
    background: url(http://www.attovas.com/images/entry/ct_page_bg_btm.gif) no-repeat bottom;
}

div.ct-box div.ct-btm:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.ct-box div.ct-btm { display:inline-block; }
/*\*/
* html div.ct-box div.ct-btm { height:1%; }
div.ct-box div.ct-btm { display:block; }
/**/

/* 内容 */

div.ct-btm dl.left-box {
    float: left;
    width: 271px;
    border-top: 1px solid #E3E3E3;
}

div.ct-btm dl.right-box {
    float: right;
    width: 271px;
    border-top: 1px solid #E3E3E3;
}

/* 見出し部分 */

div.ct-btm dl.left-box dt,
div.ct-btm dl.right-box dt {
    width: 271px;
    min-height: 32px;
    margin: 1px 0px 0px 0px;
    padding: 0px;
    border: none;
    font-size: 120%;
}

*html div.ct-btm dl.left-box dt {
    height: 32px;
}

*html div.ct-btm dl.right-box dt {
    height: 32px;
}

/* ロールオーバー（グラデーション） */

div.ct-btm dl.left-box dt a,
div.ct-btm dl.right-box dt a,
div.ct-btm dl.left-box dt div,
div.ct-btm dl.right-box dt div {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF url(http://www.attovas.com/images/entry/ct_page_title_bg.gif) no-repeat left bottom;
}

div.ct-btm dl.left-box dt a:hover,
div.ct-btm dl.right-box dt a:hover {
    background-position: right bottom;
}

/* ロールオーバー（矢印） */

div.ct-btm dl.left-box dt a span,
div.ct-btm dl.right-box dt a span,
div.ct-btm dl.left-box dt div span,
div.ct-btm dl.right-box dt div span {
    display: block;
    margin-left: 7px;
    padding: 7px 0px 7px 22px;
    background: url(http://www.attovas.com/images/entry/icon_ct_page_title.gif) no-repeat left center;
}

div.ct-btm dl.left-box dt a:hover span,
div.ct-btm dl.right-box dt a:hover span {
    background: url(http://www.attovas.com/images/entry/icon_ct_page_title_on.gif) no-repeat left center;
}

/* テキストエリア */

div.ct-btm dl.left-box dd,
div.ct-btm dl.right-box dd {
    padding: 5px 9px 3px 9px;
    line-height: 1.7;
}

/* リンク色 */

div.ct-btm dl dt a {
    text-decoration: none;
}

div.ct-btm dl dt a:link {
    color: #5A5A5A;
}
div.ct-btm dl dt a:visited {
    color: #5A5A5A;
}
div.ct-btm dl dt a:hover {
    color: #5A5A5A;
}
div.ct-btm dl dt a:active {
    color: #5A5A5A;
}

/* リンク集 */
table.link td {
    vertical-align: top;
    width: 33%;
    padding: 5px;
}

/* サイトマップ */
table.sitemap {
    width: 100%;
}

table.sitemap td {
    vertical-align: top;
    width: 50%;
    padding: 5px;
}

/* サイトマップ */
table.event {
    width: 100%;
    border: 1px solid #CCC;
}

table.event td.tb1 {
    text-align: center;
    background:#BFDBF8;
}

table.event td {
    padding: 5px;
    border: 1px solid #CCC;
}

.photo .img {
    float:left;
    padding:5px;
}

div.photo:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.photo { display:inline-block; }
/*\*/
* html div.photo { height:1%; }
div.photo { display:block; }
/**/

/* news */

ul.news {
    margin: 0px 0px 20px 0px;
}

ul.news li {
    padding-left: 7px;
    min-height: 35px;
    background: #9A9A9A url(/images/top/icon_news.gif) no-repeat left top;
    vertical-align: top;
    font-size: 86%;
}

*html ul.news li {
    height: 35px;
}

ul.news li p {
    padding: 9px 0px 10px 10px;
    background: #FFFFFF url(/images/top/news_border.gif) repeat-x bottom;
}

ul.news li p:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul.news li p { display:inline-block; }
/*\*/
* html ul.news li p { height:1%; }
ul.news li p { display:block; }
/**/

ul.news li p span {
    display:block;
    float: left;
    width: 73px;
    letter-spacing: 1px;
}

ul.news li p span.txt {
    width: 500px;
    margin: 0px;
    font-size: 110%;
    letter-spacing: 0px;
}

ul.news li p span.txt img {
    margin: 0px 0px 0px 5px;
}

/* news2 */

ul.news {
    margin: 0px 0px 20px 0px;
}

ul.news2 li {
    padding-left: 7px;
    min-height: 35px;
    background: #9A9A9A url(/images/top/icon_news.gif) no-repeat left top;
    vertical-align: top;
    font-size: 86%;
}

*html ul.news2 li {
    height: 35px;
}

ul.news2 li p {
    padding: 9px 0px 10px 10px;
    background: #FFFFFF url(/images/top/news_border.gif) repeat-x bottom;
}

ul.news2 li p:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul.news2 li p { display:inline-block; }
/*\*/
* html ul.news2 li p { height:1%; }
ul.news2 li p { display:block; }
/**/

ul.news2 li p span {
    display:block;
    font-size: 110%;
    letter-spacing: 0px;
}
ol.p {
    list-style: decimal;
    margin: 10px 10px 10px 20px;
}
ol.p2 {
    list-style: lower-alpha;
    margin: 10px 10px 10px 40px;
}
/*ボタン*/
a.btn, a.btn2{
    margin: 2px;
    display:block;
    padding:3 6 3 11;
    border:1px #BBBBBB solid;
    border-bottom:2px #BBBBBB solid;
    border-right:2px #BBBBBB solid; 
    text-decoration:none;
    font-weight:bold;
}
a.btn:hover, a.btn2:hover{
    background:#FFFFCC;
    border:1px #BBBBBB solid;
    border-top:2px #BBBBBB solid;
    border-left:2px #BBBBBB solid; 
}

a.btn {
    margin: 5px;
    padding:7px 10px;;
    width: 400px;
}
.red { color: #F00; }
.white { color: #FFF; }
.tb1 { background:#BFDBF8; }
.tb2 { background:#EEE; }
/* テキスト部分のボックス：幅　255px */
.left15 {
    float: left;
    margin-left: 25px;
    width: 255px;
}
.right15 {
    float: right;
    margin-right: 25px;
    width: 252px;
}
.colorBox1 {
    font-size: 9pt;
    background:#666;
    padding:5px;
    margin-bottom: 5px;
    border:1px #333 solid;
    border-bottom: 2px #999 solid;
    border-right: 2px #999 solid;
    color: #FFF;
}

.colorBox2 {
    font-size: 9pt;
    background:#104F85;
    padding:5px;
    margin-bottom: 5px;
    border:1px #0B304F solid;
    border-bottom: 2px #1C71B9 solid;
    border-right: 2px #1C71B9 solid;
    color: #FFF;
}
.spdash15 {
    height: 1px;
    background-repeat: repeat-x;
    clear: both;
}
/* テキスト部分の回り込み制御 */
.spdummy {
    height: 1px;
    clear: both;
}

ol.num {
    margin: 10px 30px;
}
ol.num li {
    list-style-type: decimal;
}

/* 見出し -------------------- */

div.page h1 {
    width: 838px;
    height: 79px;
    font-size: 86%;
    background: url(/images/page/page_title_bg.jpg) no-repeat;
}

div.page h1 span {
    display: block;
    padding: 27px 0px 0px 27px;
    color:#FFFFFF;
    font-size: 160%;
}

div#page-ct-left h2 {
    margin-bottom: 24px;
    padding: 9px 0px 9px 7px;
    background: url(/images/page/page_h2_title_bg.gif) repeat-x bottom;
    color: #000000;
    font-size: 150%;
}

div#page-ct-left h3, p.case2 {
    margin: 15px 0px;
    padding-left: 9px;
    border-left: 3px solid #01A6FF;
    color: #0270CA;
}
ul.txt {
	list-style: none;
	margin-left: 0px;
}

ul.txt li {
	margin:0px;;
	padding:0px;
}

h1.txt strong,
ul.txt li a {
    position: absolute;
    top:5px;
    left: 50%;
    margin-left: -300px;
    font-weight: normal;
    font-size: 10px;
    width: 670px;
    color: #000;
    text-decoration:none;
}

#header-name a {
    position: absolute;
    top:15px;
    left: 50%;
    margin-left: -470px;
}

p.ft_link {
    font-weight: normal;
    font-size: 10px;
    width: 600px;
    color: #000;
    text-decoration:none;
}

p.ft_link a {
    font-weight: normal;
    font-size: 10px;
    color: #000;
    text-decoration:none;
}