@charset "utf-8";

/*###################################################
　 
   共通のスタイル
   
################################################### */


/*
------------------------------------------------------------
　■ 色、背景、テキストリンク色などの共通設定
------------------------------------------------------------
*/

body {
  color:#888;
  line-height: 1.4; /* 単位なし */
  text-align: center;
  /* font-size は body でリセットされているので .body-wrapper で
     ↓
	 font-size:10px --> line-height 指定なし
	 font-size:11px --> 使わない !!
	 font-size:12px --> line-height:16px
	 font-size:13px --> line-height:17px
	 font-size:14px --> line-height:18px
	
  */
}


/* タグ定義
------------------------- */

a:link, a:visited{
	color:#888;
	text-decoration:underline;
}
a:hover, a:active{
	color:#aaa;
	text-decoration:none;
}
table, tr, th, td {
	border:none;
}
td, th {
	vertical-align:top;
}
input.btn,
#around-cart input{
	/* for IE6/7 */
	*padding-top:2px;
}



/* タイトル
-------------------------------- */

.ttl,
.ttl-left {
	background:#01ADAD; /*url(../img_common/bg_title_1.gif) repeat #fff;*/
}
.ttl h3,
.ttl-left h3 {
	padding:3px 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.ttl h3 *,
.ttl-left h3 * {
	vertical-align:text-bottom;
}

.ttl2{
	background:#01ADAD; /*url(../img_common/bg_title_1.gif) repeat #fff;*/
}
.ttl2 h3{
	padding:3px 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
}


/* 画像マウスオーバー半透明
-------------------------------- */
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#header-kanban a:hover img,
#header-kanban-setup a:hover img { /* 例外 */
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


/*
------------------------------------------------------------
　■ 大きなレイアウト設定
------------------------------------------------------------
*/

/* div LEVEL 1
------------------------------------------*/

/* 下層 */
#body-wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
	background:url(../img_other/other_bg4.jpg) no-repeat left 33px;
}
.body-wrapper {
	font-size:12px;
	min-height:780px;
}


/* div LEVEL 2
------------------------------------------*/
#main-wrapper { /* header・footer 以外の最大コンテナ  */
	width:950px;
	min-height:640px;
	position:relative;
}
#header {
	width:950px;
	padding-bottom:20px;
}
#footer {
	width:100%;
	clear:left;
}


/* div LEVEL 3
------------------------------------------*/
div#left{
	width:222px;
	position:absolute;
	top:0;
	left:0;;
}
div#main{ /* センター＋右カラム */
	width:708px;
	margin-left:242px;
}



/*
------------------------------------------------------------
　■ ヘッダ
------------------------------------------------------------
*/


#size-s {
	display:block;
	position:absolute;
	top:25px;
	left:870px;
	width:16px;
	height:16px;
	z-index:100;
}
#size-l {
	display:block;
	position:absolute;
	top:22px;
	left:890px;
	width:19px;
	height:19px;
	z-index:100;
}
#text-resizer-controls a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#text-resizer-controls a.textresizer-active {
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}


/*
------------------------------------------------------------
　■ レフト
------------------------------------------------------------
*/


#left-logo {
	padding-top:30px;
	text-align:center;
}


/* レフトTOPメニュー
------------------------- */
#left-top-menu {
	padding: 0 12px 12px 12px;
/*	background:url(../img_other/other_bg3.jpg) repeat-y;*/
}
#left-top-menu div {
}
#left-top-menu div a {
}
#left-top-menu ul {
	padding:0 10px 0 17px;
	margin-bottom:5px;
}
#left-top-menu li {
	font-size:12px; /* fix */
	border-bottom:dotted 1px #ddd;
}
#left-top-menu li.last {
	border-bottom:none 0px;
}
#left-top-menu li a {
	display:block;
	background:url(../img_common/ico_left_menu.gif) no-repeat 5px 8px;
	padding:8px 0 7px 30px;
	text-decoration:none;
	line-height:100%;
	color:#666;
}



/* バナー
------------------------- */
div.left-banner{
	margin-bottom:15px;
}
div.left-banner img{
	padding:1px;
	border:solid 1px #ddd;
}








/*
------------------------------------------------------------
　■ フッター
------------------------------------------------------------
*/

#footer-top {
	width:100%;
}
#footer-top-inner{
	width:950px;
	margin:0 auto;	
	text-align:left;
	background:url(../img_other/other_bg2.jpg) repeat-y left top;	
}
#footer-top .pagetop {
	width:196px;
	height:37px;
	margin-left:13px;
}
#footer-menu {
	width:100%;
	margin-bottom:20px;
	padding:20px 0;
	background:;
	background:#D9D9D9;
}
.ver2 #footer-menu {
	border-top:solid 2px #ccc;
	background:none;
}
#footer-menu-inner{
	width:950px;
	height:120px;
	margin:0 auto;	
	text-align:left;
	color:#666;
	background:url(../img_common/footer_logo.jpg) no-repeat 880px 10px;
}
#footer-menu-inner #copy {
	padding:10px 0 0 20px;
}
#footer-menu-inner #copy p {
	font-size:80%;
	line-height:140%;
	margin-bottom:15px;
}






/*
------------------------------------------------------------
　■ その他
------------------------------------------------------------
*/


td.e {
	background:none !important;
	border:none !important;
}

/* 区切り線 */
div.kugiri{
	height:10px;
	background: url(../img/img_kugiri_line.gif) 0px 5px repeat-x;
}

.f-red{
	color:#f33;
}
.f-pink{
	color:#f36;
}
.f-blue{
	color:#06f;
}


