body{
	position: static;
	width: 100%;  /* IEのバグ対策 */
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #696969;
	text-align: center;
}

/* リンク表示設定
------------------------------------------ */
/*
a:link{
	color: #333333;
	background: transparent;
        text-decoration: none;
}
a:visited{
	color: #333333;
	background: transparent;
        text-decoration: none;
}
a:hover, a:active{
	color: #ff9900;
	background: transparent;
        text-decoration: none;
}
*/

/* 全体のスタイル設定 */
#layout{
        position: relative;
        width: 750px;
        padding: 0px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

/* ------------------------------------------------------ */
/* ヘッダー設定 */
#head{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 750px;
        height: 115px;
        padding: 0px;
        margin: 0px;
        color: #666666;
        text-align: center;
        background: url(images/head.gif) no-repeat 0px 15px;
}

#head ul{
	margin: 0;
	padding: 5px 5px 0 0;
	float: right;
	width: 750px;
	text-align: right;
	line-height: 1.0;
}
#head li{
	list-style: none;
	display: inline;
	text-transform: uppercase;
        font: 10px "ＭＳ ゴシック",Osaka,sans-serif;
        text-decoration: none;
}

#head a:link{
	color: #666666;
	background: transparent;
        text-decoration: none;
}
#head a:visited{
	color: #666666;
	background: transparent;
        text-decoration: none;
}
#head a:hover, a:active{
	color: #ff9900;
	background: transparent;
        text-decoration: none;
}

/* −−−−−−−−−−−−−−−−−−− */
/* ★メインメニュー設定 */
#menu{
        position: absolute;
        left: 0px;
        top: 95px;
        width: 750px;
        height: 30px;
        margin: 0px;
        padding: 0px;
        color: #5c66a2;
        text-align: center;
}
#menu ul{
        margin: 0px;
        float: left;
        width: 750px;
        text-align: center;
        line-height: 1.0;
}

#menu li{
        list-style-type: none;
        display: inline;
        padding: 0px 20px;
        text-transform: uppercase;
        font: 14px bold "ＭＳ ゴシック",Osaka,sans-serif;
        text-decoration: none;
}

/* ボタン通常表示動作 */
#menu a:link{
        color: #5c66a2;
        background: transparent;
        text-decoration: none;
}

/* ボタン訪問済時動作 */
#menu a:visited{
        color: #5c66a2;
        background: transparent;
        text-decoration: none;
}

/* ボタンマウス重なり時動作 */
#menu a:hover{
        color: #ff9900;
        background: transparent;
        text-decoration: none;
}

/* ボタンアクティブ時動作 */
#menu a:active{
        color: #FF0000;
        background: transparent;
        text-decoration: none;
}

/* ------------------------------------------ */

/* フッターのスタイル設定 */
#footer{
        position: absolute;
        left: 0px;
        top: 1100px;
        width: 750px;
        height: 25px;
        margin: 0px;
        padding: 0px;
        color: #FFFFFF;
        text-align: center;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 13px;
        background: url(images/footer.gif) no-repeat;
}



/* ------------------------------------------------- */
/* ここよりノーツ表示領域の設定 */
#note{
        position: absolute;
        left: 0px;
        top: 880px;
        width: 750px;
        color: #666666;
        text-align: left;
        font: 10px "ＭＳ ゴシック",Osaka,sans-serif;
}

/* 大画面一覧時の設定 */
#note2{
        position: absolute;
        left: 0px;
        top: 140px;
        width: 750px;
        color: #666666;
        text-align: left;
        font: 10px "ＭＳ ゴシック",Osaka,sans-serif;
}



/* −−−−−−−−−−−−−−−−−−− */
/* ★案内メニュー設定 */
#t_menu{
        position: absolute;
	z-index: 3;
        left: 0px;
        top: 850px;
        width: 750px;
        margin: 0px;
        padding: 0px;
        text-align: left;
}
/* スタイル設定 */
#t_space{
        list-style-type: none;
        width: 750px;
        height: 30px;
        margin: 0px;
        padding: 0px;
}
/* ボタンのスタイル設定 */
.t_m_bu{
        float: left;
        width: 150px;
        height: 30px;
        border: none;
        font: bold 12px "ＭＳ ゴシック",Osaka,sans-serif;
        text-align: left;
        line-height: 12px;
        color: #666666;
        margin: 0px;
        padding: 0px;
}
/* ボタン通常表示動作 */
.t_m_bu a{
        display: block;
        color: #DCDCDC;
        width: 150px;
        height: 30px;
	white-space: pre;
        text-decoration: none;
        border: none #FFFFFF 0px;
        background: url(images/tab_bg.gif) no-repeat;
	background-position: 0px -0px;
        padding: 0px 0px 0px 0px;
}

/* ボタン訪問済時動作 */
.t_m_bu a:visited{
        color: #DCDCDC;
        text-decoration: none;
        border: none #FFFFFF 0px;
        background: url(images/tab_bg.gif) no-repeat;
	background-position: 0px -0px;
}

/* ボタンマウス重なり時動作 */
.t_m_bu a:hover{
        color: #000000;
        text-decoration: none;
        border: none #FFFFFF 0px;
        background: url(images/tab_bg.gif) no-repeat;
	background-position: 0px -30px;
}

/* ボタンアクティブ時動作 */
.t_m_bu a:active{
        color: #FF0000;
        text-decoration: none;
        border: none #FFFFFF 0px;
        background: url(images/tab_bg.gif) no-repeat;
	background-position: 0px -30px;
}

.t_m_bu_off{
        float: left;
        width: 150px;
        height: 30px;
        border: none;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
        text-align: center;
        background: url(images/tab_bg.gif) no-repeat;
	background-position: 0px -60px;
        margin: 0px;
        padding: 0px;
}
.t_m_bu_off a{
        display: block;
        color: #999999;
        line-height: 10px;
        text-weight: bold;
        text-decoration: none;
        background: url(images/tab_bg.gif) no-repeat;
	border: none #FFFFFF 0px;
}


/* ここより関連会社リンクの設定 */
#top_link{
        position: absolute;
        left: 520px;
        top: 860px;
        width: 230px;
        color: #333333;
        font: bold 12px "ＭＳ ゴシック",Osaka,sans-serif;
        text-align: left;
}

/* ここよりカウンターの設定 */
#counter{
        position: absolute;
        left: 470px;
        top: 830px;
        width: 250px;
        color: #666666;
        text-align: left;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
}

/* ここよりサーチの設定 */
#serch{
        position: absolute;
        left: 335px;
        top: 22px;
        width: 470px;
        margin: 0px;
        padding: 0px;
        color: #999999;
        text-align: left;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
        line-height: 13px;
}

/* 仮オープンメッセージのスタイル設定 */
#message2{
        position: absolute;
        left: 30px;
        top: 800px;
        width: 500px;
        margin: 0px;
        padding: 0px;
        color: #CCCCCC;
        text-align: left;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 13px;
}

/* ニュース */
#news{
        position: absolute;
        left: 300px;
        top: 140px;
        width: 480px;
        margin: 0px;
        padding: 0px;
        color: #FFFFFF;
        text-align: left;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 12px;
}
/* 最新情報ボード */
#board{
        position: absolute;
        left: 445px;
        top: 30px;
        width: 295px;
        height: 60px;
        margin: 0px;
        padding: 0 0 0 5px;
        color: #000000;
        background-color: #FFFFFF;
	border: solid #666666 1px;
        text-align: left;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 12px;
}


/* −−−−−−−−−−−−−−−−−−− */
/* ★ポジションメニュー(パンくずリスト)設定 */
#p_menu{
        position: absolute;
        left: 18px;
        top: 125px;
        width: 750px;
        margin: 0px;
        padding: 0px;
        color: #696969;
        text-align: left;
}
/* スタイル設定 */
#p_space{
        list-style-type: none;
        width: 750px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 12px;
}

/* ------------------------------------------ */
/* 申し込み棚領域 */
#shop_space{
        position: absolute;
        left: 0px;
        top: 140px;
        width: 100%;
        height: 945px;
        margin: 0px;
        padding: 0px;
        color: #000000;
        background-color: #FFFFFF;
        text-align: center;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 13px;
	overflow: auto;
}

/* 商品説明文のスタイル設定 */
#info{
        float: left;
        clear: both;
        width: 95%;
        margin: 0px;
        padding: 5px;
	background-color: transparent;
        color: #333333;
        font: 14px "ＭＳ 明朝",平成明朝,serif;
        text-align: left;
        line-height: 20px;
}
#info h1{
        float: left;
	border: solid #ff6600 1px;
	border-left-width: 10px;
        padding: 5px;
        color: #ff6600;
        font: bold 14px "ＭＳ ゴシック",Osaka,sans-serif;
        line-height: 16px;
        text-align: left;
}


/* 商品情報のスタイル設定 */
#product{
        float: left;
        width: 100%;
        margin: 0px;
        padding: 5px;
        background: #FFFFFF;
}

#product h1{
        float: left;
        width: 100%;
        background: #DCDCDC;
        padding: 5px;
        color: #000000;
        font: bold 14px "ＭＳ ゴシック",Osaka,sans-serif;
        line-height: 16px;
        text-align: left;
}

#product p{
        float: left;
        color: #666666;
        margin: 0px;
        padding: 5px;
        line-height: 15px;
        text-align: left;
        color: #666666;
        font: 12px "ＭＳ 明朝",平成明朝,serif;
}

/* 商品選択のスタイル設定 */
#select{
        float: left;
        width: 150px;
        height: 45px;
        margin: 0px;
        padding-left: 10px;
        padding-top: 3px;
        background: #FFFFFF;
        color: #666666;
        font: 16px "ＭＳ 明朝",平成明朝,serif;
        text-align: center;
}

/* 仕切り罫線のスタイル設定 */
#line{
        float: none;
        clear: both;
        width: 95%;
        margin: 0px;
        padding: 0px;
        background: #FFFFFF;
        color: #333333;
}


/* ------------------------------------------------- */
/* カゴのスタイル設定 */
#cart{
        position: absolute;
        top: 140px;
        left: 615px;
        width: 125px;
        margin: 0px;
        padding: 5px 5px 0px 5px;
        border: solid #ff6600 1px;
        background: #FFFFFF;
        text-align: left;
        color: #000000;
        font: 12px "ＭＳ 明朝",平成明朝,serif;
        line-height: 12px;
}
#cart h1{
        background: #ff6600;
        margin: 0px;
        padding: 0px;
        color: #FFFFFF;
        font: bold 14px "ＭＳ ゴシック",Osaka,sans-serif;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
}
#cart h2{
        color: #000;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
        font-weight: bold;
        line-height: 12px;
}
#cart h3{
        color: #000;
        font: 14px "ＭＳ ゴシック",Osaka,sans-serif;
        font-weight: bold;
        line-height: 14px;
}
#cart h4{
        color: #4169E1;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
        line-height: 10px;
}

/* ------------------------------------------------- */
/* セミナー申込みページのスタイル設定 */
#sem{
        position: absolute;
        left: 0px;
        top: 150px;
        width: 740px;
        margin: 0px;
        padding: 5px 5px 0px 5px;
        color: #666666;
        text-align: center;
        line-height: 20px;
        font-size: 15px;
        color: #666666;
        overflow: auto;
}
#sem h1{
	color: #333333;
	font-size: 120%;
	padding:0.3em 0.3em 0.3em 0.3em;
	width: 95%;
	height: auto;
	border-bottom: double #0099FF 1px;
	border-right: double #0099FF 1px;
	text-align: center;
}
#sem h2{
	font-size: 110%;
	line-height: normal;
	padding:0.3em 0.3em 0.3em 0.3em;
	width: 95%;
	height: auto;
	border-bottom: double #99FFFF 1px;
	border-right: double #99FFFF 1px;
	text-align: left;
}
#sem_txt1{
	width: 70%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
}
#sem_txt2{
	width: 85%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
	line-height: 17px;
}
#sem_txt3{
	width: 90%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: left;
	line-height: 17px;
}
#sem_1{
	float:left;
	padding: 0.2em 2em 0.2em 0em;
	text-align: center;
}
#sem_2{
	padding: 0.2em 0em 0.2em 0.2em;
	text-align: left;
}
#sem_pro1{
	padding: 0.2em 0.2em 0.2em 0.2em;
	left: 25%;
}
