/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* LinkColor */
a:link		{
    color: #0e74b4;
text-decoration: none;
font-weight :bold;
}
a:visited	{
    color: #6699cc;
text-decoration: none;
font-weight :bold;
}
a:hover		{
    color: #f53679;
}
a:active	{
    color: #cc6666;
}

/* Headline */
h1 {
    font-size: 80%;
    display:inline; 
    color: #6c9133;
				margin:0 0 10px;
}
h2 {
    font-size: 120%;
    display:inline; 
}
h3 {
    font-size: 120%;
    display:inline; 
}

h4, h5 {
    display:inline;
    font-size: 100%;
    color: #35aea7;
}

/* Layout */
body {
    font-size: 0.78em;
    color: #434343;
    text-align: left;
background-color:#FFF;
}
body.ShowBlockL0R0 #Wrapper {
    width: 800px;
}
body.ShowBlockL1R0 #Wrapper {
    width: 800px;
}
body.ShowBlockL0R1 #Wrapper {
    width: 800px;
    float: left;
				margin-right: -200px;
_margin-right: -100px;
}

*html body.ShowBlockL0R1 #Wrapper {
    width: 800px;
    float: left;
				margin-right: -100px;
}


body.ShowBlockL1R1 #Wrapper {
    width: 800px;
    float: left;
				margin-right: -200px;
}

body.ShowBlockL0R0 #CenterColumn {
    float: left;
    width: 600px;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
				margin-left: -190px;
}
body.ShowBlockL0R1 #CenterColumn {
    float: left;
    width: 600px;

				margin-right: -200px;
_margin-right: -100px;
}

*html body.ShowBlockL0R1 #CenterColumn {
    float: left;
    width: 600px;

				margin-right: -100px;
}
 
body.ShowBlockL1R1 #CenterColumn {
    width:100%;
    float:right;
    margin-left: -200px;

}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 200px;
}
body.ShowBlockL1R1 #CenterWrapper {
    margin-right: 0px;
    margin-left: 200px;
}


/* コンテナ */

div#Container {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    text-align: left;
    border-left: 0px #E3E3E3 solid;
    border-right: 0px #E3E3E3 solid;
				background-color:#FFF;
}

div#CenterWrapper {
				padding-top: 10px;
				padding-left: 5px;
				padding-right: 10px;
				padding-bottom: 20px;
                                margin-left:20px;
}

/* ヘッダー */

div#title {
   width: 100%;
   height: 100px;
   padding-top: 3px;
   padding-bottom: 3px;
   margin-top:5px;
   background-image:url(http://npo-madori.com/img/title_bg.jpg);
}

#title_tx {
   width: 800px;
   position: relative;
   top: -5px;
   left: 0px;
margin: 0 auto;
}

#logo_m {
   width: 800px;
margin: 0 auto;
}


.head_co {
   position:relative;
float:right;
}


.head_tel {
   width: 800px;
}


div#Header {
    width: 800px;
    height: 80px;
	color: #fff;
}

div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	font-size: 200%;
	line-height: 100%;
}
div#Header div#Logo {
}

div#Slogan {
	padding: 0 0 0 10px;
}
div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				text-decoration: none;
}

/* タイトル等 */
#co_title{
    width: 580px;
    height: 34px;
    background-image:url(http://npo-madori.com/img/t_bar.jpg);
}

/*グローバルナビゲーションの定義 */
.imgover {vertical-align: bottom;}

#gnavi {
width: 790px;
height: 70px;
position:relative;
background-image:url(http://npo-madori.com/img/gnavi_bg_g.png);
margin-bottom:5px;
text-align: left;
}

#gnavi ul {
position:absolute;
}

#gnavi li{
list-style: none;
float:left;}





/* トップのメインリンク画像のＢＯＸ */
#top_main{
width:187px;
float:left;
margin-right:10px;
}

#top_main_r{
width:187px;
float:left;
}

.top_main{
width:167px;
padding-right:9px;
padding-left:9px;
padding-bottom:9px;
padding-top:5px;
margin-top:0px;
margin-bottom:10px;
border: 1px #E3E3E3 solid;
}

/* パン耳リスト */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: #e62133 solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}
p {
    margin: 10px 0;
    clear:both;
    margin-bottom: 10px;
}

/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
				margin-bottom:0px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* 左右のカラムの定義　Left Right Column */
div#LeftColumn {
    float: left;
    width: 190px;

				background-color:#FFFFFF;
}
div#RightColumn {
    float: right;
    width: 200px;
				background-color:#FFFFFF;
}

div.LeftBlock, div.RightBlock {
				padding: 10px 0;
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0 10px;
				color: #FFF;
				line-height: 1.5;
				background-color:#666;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    text-align:left;

}
div#RightColumn .BlockContent {
    text-align:left;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;

}

#side_n_box {
    width:148px;
    border-right: 1px #E3E3E3 solid;
    border-left: 1px #E3E3E3 solid;
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;    
}


#side_nb_box {
    width:148px;
    border-right: 1px #E3E3E3 solid;
    border-left: 1px #E3E3E3 solid;
    border-bottom: 1px #E3E3E3 solid;
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;    
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 20px;
    clear: both;
    font-size:80%;
}

div#Footer_bar {
    clear: both;
   width: 100%;
   height: 20px;
    margin: 0 auto;
background-image:url(http://npo-madori.com/img/gnavi_bg_g.png);
}


div#copyright {
   width: 400px;
   height: 70px;
   padding-top:15px;
   padding-left:100px;
    margin: 0 auto;
}

div#Footer {
   width: 800px;
   height: 100px;
    margin: 0 auto;
				background-color:#FFF;
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:left;
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
				padding: 20px 0;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
.mainmenu, #usermenu {
    margin:0;
    padding:0;
    text-align:left;
}
.mainmenu li, #usermenu li {
    display: inline;
}
.mainmenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
}
.mainmenu a:hover {
    background-color: #EEE
}
.mainmenu a.menuTop {
    padding: 5px 10px;
}
.mainmenu a.menuMain {
    padding: 5px 10px;
}
.mainmenu a.menuSub {
    padding: 5px 5px 5px 15px;
}

#usermenu a {
    display: block;
    border-bottom: #DDD solid 1px;
				margin:0 1px;
    padding: 5px 10px;
}
#usermenu a:hover {
    background-color: #DDD;
}
#usermenu a.menuTop {}
#usermenu a.highlight {
    background-color: #FCC;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
    font-size: 0.8em;
} /* IE6 */

.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #666;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}

/* 商品詳細のＢＯＸ */
#pp_box{
    width: 560px;
}

/* 商品詳細のＢＯＸ */
#p2_box{
    width: 520px;
}


/* 商品詳細のテーブル */
table#table-01 {
    width: 520px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 7px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}

table#table-01 td {
    padding: 7px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

/* 法人概要のＢＯＸ */
#ci{
    width: 520px;
    border-left: 1px #E3E3E3 solid;
    border-right: 1px #E3E3E3 solid;
    border-top: 1px #E3E3E3 solid;
    border-bottom: 4px #a8ca35 solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 6px;
    background: #cfe08e;
    font-weight: bold;
    color: #0a4c28;
    line-height: 120%;
    text-align: left;
}

#ct{
    width: 520px;
    border-left: 1px #E3E3E3 solid;
    border-right: 1px #E3E3E3 solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: left;

}

#ct_b{
    width: 520px;
    border-left: 1px #E3E3E3 solid;
    border-right: 1px #E3E3E3 solid;
    border-bottom: 1px #E3E3E3 solid;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: left;

}


/* 商品詳細のＢＯＸ */
.clearfix{
    clear:both;
}

/* 商品詳細のＢＯＸ */
#cate_box{
    width: 565px;

    border: 1px #e3e3e3 solid;
    padding: 5px;
    margin-bottom: 10px;

　　overflow: auto;
}

.cate_pic{
    border: 1px #E3E3E3 solid;
}


#p_box{
    width: 540px;
    border: 1px #35aea7 solid;
    padding: 15px;
    margin-bottom: 10px;
}

#pb_box{
    width: 540px;
    border: 1px #0398c2 solid;
    padding: 15px;
    margin-bottom: 10px;
}

#pg_box{
    width: 540px;
    border: 1px #acdc4c solid;
    padding: 15px;
    margin-bottom: 10px;
}

#pf_box{
    width: 540px;
    border: 1px #a38547 solid;
    padding: 15px;
    margin-bottom: 10px;
}


#ptt_box{
    width: 540px;
    border: 1px #a38547 solid;
    padding: 15px;
    margin-bottom: 10px;
}



#ph_box{
    width: 520px;
    margin-bottom: 10px;
}

#pnl_box{
    width: 562px;
    margin-bottom: 10px;
}

.form{
margin: 0 auto;
    width: 540px;
    border: 0px #a38547 solid;
	margin-top: 10px;
	padding-left: 50px;	
}

.form_ok{
margin: 0 auto;
    width: 540px;
    border: 0px #a38547 solid;
	margin-top: 10px;
	font-size: 0.78em;
    color: #434343;
    text-align: left;
}


.banner{
    width: 178px;
    height: 49px;
    border: 1px #E3E3E3 solid;
    margin-top: 15px;
}


#imageContainer {
width:580px; /*画像の横幅*/
height:250px;
border:0px solid #000; /*画像のまわりのボーダー*/
}

#imageContainer img {
display:none;
_display:none;
position:absolute;
}

#j_box{
width:580px; 
height:250px;
}

#information_box{
width:578px; 
height:94px;
margin-bottom:15px;
border: 1px #E3E3E3 solid;
}


.main_copy {
  position: absolute; /* 絶対位置で指定(親ボックス基準) */
  top: 300px;         /* 上から100px */
}
