/*
A Koizumi-SHOUTEN theme adapted for Movable Type custom templates 
name: koizumi-style 
designer: H S  
designer_url: http://www.daiwa-comp.co.jp 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/

/* Base Theme ============================================================= */
/* 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,
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;
    background: #fff;
}

#container-inner {
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header, #content, #alpha,  #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 !!!! */

.layout-wt #alpha {
	margin: 0px;
	width: 726px;
	z-index: 0;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*
.layout-wt #beta {
	width: 253px;
	float: right;
	z-index: 100;
	background-image: url(beta_bg_05.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position:relative;
}
*/
.layout-wt #beta {
	width: 253px;
	float: right;
	z-index: 100;
	background-image: url(../catalogue/imgs/beta_bg_03.gif);
	background-position: left top;
	margin: 0px;
	padding: 0px;
	position:relative;
	background-repeat: no-repeat;
}



/* Content ---------------------------------------------------------------- */

a:link, a:visited {
	color: #272F36;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {

}

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-description {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}


/* 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%;
}


/* どうやらここがキモ⇒position:rel 20081211*/
.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
	position: relative;
	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;
}
.asset-body{
	position: relative;
}


#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-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {

}

.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;
    }
}






/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	background-image: url(body_bg_02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}




/* Header */

#header {
	position: relative;
	width: 100%;

}

#header-inner {
    position: relative;
}

#header-name {
	margin: 0;
	line-height: 1;
}

#header-name {
	height: 80px;
	overflow: hidden;
	padding-left: 20px;
	margin: 0px;
	padding-top: 10px;
}



#header-description {
	font-size: 14px;
	line-height: 1.125;
	float: right;
	position: relative;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
    font-size: 22px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
	margin: 5px 0;
	overflow: hidden;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

.asset-footer {
    border-top: 1px solid #ccc;
}

.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: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #fff;
}


/* 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: #333;  
    font-family: trebuchet ms;   
    background-color: #fff; 
}

a {
	color: #3E4B5A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0033FF;
}


/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
	background-color: #FFFFFF;
	width: 980px;
}
#content_top {
	background-color: #151A1E;
	background-image: url(content_bg_01.jpg);
	background-repeat: repeat-x;
	background-position: left -10px;
	width: 980px;
}


#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {

}

#content {

}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
	position: relative;
	width: 980px;
}


/* Header ----------------------------------------------------------------- */

#header {

}

#header a {

}

#header-content {
	width: 980px;
	margin: 0px;
	height: 120px;
}

#header-name {
	font-size: 24px;
	font-weight: bold;
}

#header-description {

}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


 .asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {

}

.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;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header {
	font-size: 14px;
	padding-left: 10px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
	margin-top: 5px;
	font-size: 10px;
}


/* "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-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	width: 940px;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	background-color: #151A1E;
	z-index: 1;
	clear: both;
	width: 980px;
}

#footer-content {
    margin: 20px 0;
}


/* 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;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}



/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

	/* A ここまではデフォルトCSS A */


#main_menu {
	height: 32px;
	background-image: url(imgs/g_nav-imgs/g_nav_bg2_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


#g_nav {
	list-style-type: none;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
/*	background-image: url(imgs/g_nav-imgs/g_nav_bg2_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	visibility: visible;*/
}
#g_nav li {
	float: left;
	width: 134px;
	font-size: 10px;
	height: 32px;
	overflow: hidden;
}
#g_nav a {
	color: #EEEEEE;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 0px;
	width: 100%;
	height: 32px;
	font-weight: bold;
}

#g_nav a:hover {
	background-image: url(imgs/g_nav-imgs/g_nav_bg2_10.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FDF9EA;
	text-decoration: none;
	font-weight: bold;
	
}




/* テーブル使わない用 */
.left_thumb
 {
	width: 174px;
	height: 156px;
	margin: 0px;
	position: relative;
	float: left;
	padding: 0px;
}




#alpha #alpha-inner .left_td {
	width: 174px;
	padding-right: 10px;
	height: 156px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
#beta #beta-inner .widget-archive widget-archive-category widget .widget-content {
	background-image: url(../imgs/side_bar_bg_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.widget-content ul {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}



/* top用 */

.top-thumb_n {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	width: 696px;
	height: 624px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	} 
.top-thumb_s {
	border-collapse: collapse;
	width: 696px;
	height: 314px;
	position: relative;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
.top-thumb_n .list-header0 {
	background-image: url(list-header_bg3_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	font-size: 118%;
	font-weight: bold;
	height: 32px;
	padding-left: 12px;
	}


.top-thumb_n .prd- {
	background-color: #FFFFFF;
	background-image: url(../imgs/list-item-bg2_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	padding-left: 8px;
}
/*カテゴリーアーカイブ用*/
.items-list
 {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	width: 686px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	} 
.items-list  .list-header0 {
	background-image: url(list-header_bg3_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	font-size: 118%;
	font-weight: bold;
	height: 32px;
	padding-left: 12px;
	}
.items-list  .prd- {
	background-color: #FFFFFF;
	background-image: url(list-item-bg2_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	padding-left: 8px;
	height: 36px;
	position: relative;
}



/* エントリー：商品ページ用 */
#item-data {
	width: 686px;
	padding-top: 12px;
	font-size: 110%;
	line-height: 1.36em;
	margin-top: 12px;
	position: relative;
	padding-right: 10px;
	padding-bottom: 12px;
}
#item-imgs {
	width: 686px;
	clear: both;
	position: relative;
	height: 304px;
	padding-right: 10px;
}
#alpha .asset-header #page-title {
	padding-bottom: 10px;
	padding-top: 20px;
}

#item-data #item-data-l {
	float: left;
	width: 304px;
	background-color: #FFFFFF;
}
#item-data #item-data-r {
	width: 304px;
	float: right;
	background-color: #FFFFFF;
}
#item-data .cell-header {
	font-weight: bold;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#item-data .cell-data {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#img-item {
	height: 304px;
	width: 304px;
	background-color: #999999;
	float: left;
	background-image: url(00no_image300I.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 2px;
}
#img-label {
	height: 304px;
	width: 304px;
	float: right;
	background-color: #CCCCCC;
	background-image: url(00no_image300L.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 2px;
}

#img-kura {
	height: 304px;
	width: 304px;
	background-color: #999999;
	float: left;
	background-image: url(00no_image300_kura_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 2px;
}
#img-map {
	height: 304px;
	width: 304px;
	float: right;
	background-color: #CCCCCC;
	background-image: url(00no_image300_kura_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 2px;
}


#beta #beta-inner .widget-content {

}
#alpha #alpha-inner .top-thumb_n .prd- a {
	color: #0E1450;
	text-decoration: none;
}
#alpha #alpha-inner .top-thumb_n .prd- a:hover {
	color: #0033FF;
	text-decoration: none;
}
#beta #beta-inner .widget-content a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
	color: #132975;
	text-decoration: none;
	width: 208px;
	position: relative;
	background-image: url(side_menu_bg_a_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#beta #beta-inner .widget-content a:hover {
	background-color: #E1F1FD;
	border-top-color: #F1F8FC;
	border-bottom-color: #132975;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(main_menu_bg_a-hover_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#beta #beta-inner {
	padding-left: 0px;
	padding-top: 10px;
	background-image: url(../catalogue/imgs/beta_bg_07.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-bottom: 30px;
}
#alpha #alpha-inner {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
}

/* add 20081028*/

.thumb_stn {
	font-size: 8px;
	width: 154px;
	padding-left: 10px;
}

.thumb_sts {
	font-size: 8px;
	width: 154px;
	padding-left: 10px;
	color: #FFFFFF;
}
.widget-syndication  .widget-content  {
	padding-left: 12px;
	width: 221px;
}
.widget-search .widget-content {
	width: 221px;
	padding-left: 12px;
}

/* SSI 蔵元情報*/
.kura-contents {
	width: 686px;
	position: relative;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#webpage-title {
	color:#333333;
	font-size: 120%;
	font-weight: bold;
}


#alpha-inner .asset-body #page-title {
	color:#666666;
	font-size:120%;
	display: block;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}




#beta-inner .widget-archive-category {
	background-image: url(../catalogue/imgs/beta_bg_05.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#alpha-inner .top_topix {
	width: 338px;
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	float: left;
}
#alpha-inner .second_topix {
	float: left;
	height: 70px;
	font-size: 14px;
	padding: 4px;
	background-image: url(top_topix_bg_02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin: 0px;
}
.topix_imgs {
	height: 70px;
	width: 70px;
	float: left;
	background-color: #FFFFFF;
	display: block;
}



#alpha-inner  .topixs {
	float: left;
	width: 336px;
	background-color: #FFFFFF;
	margin-top: 10px;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#alpha-inner .topixs ul {
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
}


/* 全体TOPindex*/
.header_co-logo {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}

#beta-inner .widget-archive .main-menu {
	margin: 0px;
	list-style-type: none;
}
#beta-inner .widget-archive .main-menu li {
	background-image: url(TOP_side-menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#beta-inner .widget-archive .main-menu li a {
	color:#FFFFFF;
	height: 50px;
	width: 233px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	}
#beta-inner .widget-archive .main-menu li a:hover {
	color:#EEEEEE;
	background-image: url(TOP_side-menu_bg_a-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.img-news1/*地酒掲示板用*/
{
	width: 686px;
}	
#alpha-inner .top_topix .top_imgs {
	float: left;
	height: 270px;
	width: 336px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCCCCC;
}
#alpha-inner .top_topix .top_title {
	width: 338px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(top_imgs-title_bg_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: right;
	height: 78px;
	background-color: #2448CF;
}
.top_topix .top_title .title_header {
	font-size: 24px;
	font-weight: bold;
	width: 328px;
	display: block;
	margin-top: 8px;
	margin-left: 8px;
	line-height: 1.25em;
}
.date_up   {
	font-size: 11px;
	display: block;
	position: relative;
	width: 100px;
	float: right;
	text-align: right;
}
.second_title_header {
	font-size: 15px;
	display: block;
	float: right;
	position: relative;
	width: 255px;
	text-align: right;
}



/*global top 以外適用*/
#header-top-name {
	height: 90px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	float: left;
	position: relative;
}

/*global top 以外適用*/
#header-name {
	background-image: url(header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#alpha-inner #newstitle {
	font-size: 30px;
}
.asset-body .theme {
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.asset-body a {
	text-decoration: underline;
}
.asset-body-p1  {
	height: 260px;
	width: 686px;
	padding-right: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.asset-body-p1   .abp1-text   {
	float: left;
	width: 338px;
	margin-right: 10px;
	position: relative;
	font-size: 14px;
	line-height: 1.5em;
}
.asset-body-p1 .abp1-pix {
	float: right;
	width: 338px;
	position: relative;
}
.asset-body-p2  {
	height: 260px;
	width: 686px;
	position: relative;
	padding-right: 10px;
	margin-bottom: 30px;
}
.asset-body-p2    .abp2-text   {
	float: right;
	width: 338px;
	position: relative;
	font-size: 14px;
	line-height: 1.5em;

}
.asset-body-p2  .abp2-pix {
	float: left;
	width: 338px;
	margin-right: 10px;
	position: relative;
}
.shuhan-link {
	width: 686px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.group1 {
	list-style-type: none;
	clear: both;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.group1 li {
	display: inline;
	float: left;
	margin-left: 10px;
}



/* 地酒掲示板用  2008/11/19追加*/
#img-main {
	height: 300px;
	width: 686px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}


#item-kj-imgs {
	width: 686px;
	clear: both;
	position: relative;
	height: 304px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#img-item1 {
	height: 304px;
	width: 304px;
	float: left;
	text-align: right;
	padding-top: 2px;
	overflow: hidden;
}
#img-item2 {
	height: 304px;
	width: 304px;
	float: right;
	text-align: left;
	padding-top: 2px;
	overflow: hidden;
}
.top_topix .top_title .title_header a {
	color: #FFFFFF;
}
.top_topix .top_title .title_header a:hover {
	color: #FFFFA4;
	text-decoration: underline;
}
.top_title .date_up {
	color: #FFFFFF;
	float: right;
	width: 100px;
	clear: both;
	position: relative;
}
.top_topix_r {
	width: 338px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	height: 395px;
}
#alpha-inner  .cl {
	clear: left;
	position: relative;
}
.topixs h3 {
	font-size: 100%;
	line-height: 1.5em;
	display: block;
	margin-bottom: 8px;
	background-image: url(list-item-bg2_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #2142C3;
	font-weight: bold;
}
.topixs li {
	margin-bottom: 8px;
}
.top_topix .update {
	background-color: #CCCCCC;
	font-size: 11px;
	line-height: 15px;
	padding-left: 8px;
}
#alpha-inner .keiji-entry {
	background-color: #FFFF99;
	width: 684px;
	padding: 4px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(top_topix_bg_02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
	height: 78px;
}
.keiji-entry .asset-name {
	font-size: 15px;
	text-align: right;
	display: block;
	float: right;
	margin-top: 10px;
	position: relative;
}
.keiji-entry .date_up {
	font-size: 11px;
	width: 100px;
	text-align: right;
	position: relative;
	float: right;
}
.keiji-entry img {
	background-color: #FFFFFF;
	height: 70px;
	width: 70px;
	margin: 0px;
	padding: 0px;
	position: relative;
}


/*掲示板用　追加　2008/12/24*/

.topixs_list {
	border-collapse: collapse;
	width: 686px;
}
.second_topix_img {
	height: 70px;
	width: 70px;
	background-image: url(imgs/2nd-topix-img-bg_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.second_topix_img  img  {
	height: 60px;
	width: 60px;
	margin-left: 5px;
	margin-top: 5px;
}
.second_topix_title {
	font-size: 14px;
	padding-left: 8px;
	overflow: hidden;
	background-image: url(imgs/2nd-topix-title-bg_04.gif);
	background-repeat: repeat-x;
	background-position: left center;
	width: 520px;
}
.second_topix_date {
	font-size: 12px;
	background-image: url(imgs/2nd-topix-title-bg_04.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

/* ヘッダー20081229add */
#header-inner {
	height: 80px;
}
.topicpath {
	font-size: 10px;
	line-height: 2em;
	color: #333333;
	display: block;
	padding-top: 16px;
	padding-left: 8px;
}

