/* ------------------------------------------ */
/* default reset                              */
/* ------------------------------------------ */

/* body */
body {
	color:#434342;
	background-color:#FFF;
	margin:0;
	padding:0;
}

/* general */
h1,h2,h3,h4,h5,h6,
div,p,pre,ul,ol,dl,dt,dd,
form {margin:0;padding:0;}
table {margin:0;empty-cells:show;}
img {border:none;}
li {list-style:none;}

hr {display:none;}


/* ------------------------------------------ */
/* anchor                                     */
/* ------------------------------------------ */
a:link {color:#EC6C01;}
a:visited {color:#EC6C01;}
a:hover {color:#EC9301;}
a:active {color:#EC6C01;}

.cr:link {color:#f36a00;text-decoration:none;}
.cr:visited {color:#f36a00;text-decoration:none;}
.cr:active {color:#ff9933;text-decoration:underline;}
.cr:hover {color:#ff9933;text-decoration:underline;}


/* ------------------------------------------ */
/* class                                      */
/* ------------------------------------------ */
/* margin */
.mg5t {margin-top:5px;}
.mg10t {margin-top:10px;}
.mg15t {margin-top:15px;}
.mg20t {margin-top:20px;}
.mg30t {margin-top:30px;}
.mg35t {margin-top:35px;}

/* align */
.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

/* font */
.st {font-weight:bold;}
.cap {font-size:10px;line-height:14px;}

/* text properties */
.css5, .css51, .css50 { font-size:14pt; font-family:'MS PGOTHIC', san-serif; }
.css4, .css41, .css40 { font-size:12pt; font-family:'MS PGOTHIC', san-serif; }
.css3, .css31, .css30 { font-size:10pt; font-family:'MS PGOTHIC', san-serif; }
.css2, .css21, .css20 { font-size:9pt; font-family:'MS PGOTHIC', san-serif; }
.css1, .css11, .css10 { font-size:8.5pt; font-family:'MS PGOTHIC', san-serif; }
.css3, .css2 { line-height:120%; }
.css5, .css4, .css1 { line-height:110%; }
.css51, .css41, .css31, .css21, .css11 { line-height:130%; }

/* float */
.float-l {float:left;}
.float-r {float:right;}

/* clear */
.clear {clear:both;}
.clear * {display:none;}

/* hack (clearfix) */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/* bullet */
.lk {
	background:url(../Images/bullet.gif) no-repeat left center;
	padding-left:8px;
}


/* ------------------------------------------ */
/* content                                    */
/* ------------------------------------------ */
#content {
	background:url(../Images/bg_content.gif) repeat-y center top;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

/* ------------------------------------------ */
/* container                                  */
/* ------------------------------------------ */
#container {
	text-align:left;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #CCC;
}

/* ------------------------------------------ */
/* header                                     */
/* ------------------------------------------ */
#header {
	background:url(../Images/head_bg.jpg) no-repeat;
	height:219px;
	margin:0 auto;
	padding:0 30px 0 364px;
}
#header .txt {
	padding-top:121px;
	width:355px;
}

/* ------------------------------------------ */
/* navi                                       */
/* ------------------------------------------ */
/* Navigatioin */
#navi ul{display:block; padding:12px 20px 0;}
#navi li{list-style:none; float:left;}
#navi li a{display:block; height:27px; background: url(http://www.jp.sonystyle.com/Special/Mylo/Blog/Images/navi_03.gif) left top no-repeat; text-indent:-9999px;}
/* Hides from IE-mac \*/
#navi li a {overflow:hidden;}
/* End hide from IE-mac */


#navi li#nv1 a{width:100px; background-position:0 0;}
#navi li#nv2 a{width:102px; background-position:-100px 0;}
#navi li#nv3 a{width:102px; background-position:-202px 0;}
#navi li#nv4 a{width:102px; background-position:-304px 0;}
#navi li#nv5 a{width:102px; background-position:-406px 0;}
#navi li#nv6 a{width:102px; background-position:-508px 0;}
#navi li#nv7 a{width:99px; background-position:-610px 0;}

#navi li#nv1 a:hover{width:100px; background-position:0 -27px;}
#navi li#nv2 a:hover{width:102px; background-position:-100px -27px;}
#navi li#nv3 a:hover{width:102px; background-position:-202px -27px;}
#navi li#nv4 a:hover{width:102px; background-position:-304px -27px;}
#navi li#nv5 a:hover{width:102px; background-position:-406px -27px;}
#navi li#nv6 a:hover{width:102px; background-position:-508px -27px;}
#navi li#nv7 a:hover{width:99px; background-position:-610px -27px;}

#navi ul.home li#nv1 a{width:100px; background-position:0 -27px;}
#navi ul.product li#nv2 a{width:102px; background-position:-100px -27px;}
#navi ul.use li#nv3 a{width:102px; background-position:-202px -27px;}
#navi ul.gallery li#nv4 a{width:102px; background-position:-304px -27px;}
#navi ul.blog li#nv5 a{width:102px; background-position:-406px -27px;}
#navi ul.support li#nv6 a{width:102px; background-position:-508px -27px;}
#navi ul.store li#nv7 a{width:99px; background-position:-610px -27px;}


/* ------------------------------------------ */
/* wrap                                       */
/* ------------------------------------------ */
#wrap {
	margin:20px 10px 0 0;
}


#plink {
	margin:10px 0 0 10px;
}
#plink li {
	display:inline;
	background:url(../Images/bullet.gif) no-repeat left center;
	margin-right:10px;
	padding-left:8px;
}



/* ------------------------------------------ */
/* main01                                   */
/* ------------------------------------------ */
#main01 {
	margin:20px 0 20px 10px;
}
#main01 .box {
	width:729px;
	margin-left:5px;
}
#main01 .box .txt {
	padding-top:10px;
	width:729px;
}

#main01 .box .how {
	margin:10px 0 0 11px;
	width:707px;
}


/* *** TAB layout *** */
#tabs{}
#tabs p{list-style:none; display:block;}
#tabs a{width:181px; height:100%; display:block; text-decoration:none; cursor:pointer;}
#tabs a span{visibility:hidden;}

.tab1On{width:181px; height:73px; background:url(../Images/m_btn01_on.gif) no-repeat;}
.tab2On{width:181px; height:72px; background:url(../Images/m_btn02_on.gif) no-repeat;}
.tab3On{width:181px; height:72px; background:url(../Images/m_btn03_on.gif) no-repeat;}
.tab4On{width:181px; height:74px; background:url(../Images/m_btn04_on.gif) no-repeat;}

.tab1Off{width:181px; height:73px; background:url(../Images/m_btn01_off.gif) no-repeat;}
.tab2Off{width:181px; height:72px; background:url(../Images/m_btn02_off.gif) no-repeat;}
.tab3Off{width:181px; height:72px; background:url(../Images/m_btn03_off.gif) no-repeat;}
.tab4Off{width:181px; height:74px; background:url(../Images/m_btn04_off.gif) no-repeat;}


/* *** BOX layout *** */
#tabimg1, #tabimg2, #tabimg3, #tabimg4,{
	width:526px;
	height:auto;
	  margin:0px 0px 0px 0px;
	  _margin:0px 0px 0px 0px;
}
#tabimg2, #tabimg3, #tabimg4{display:none;}

/*==============ここまでmenuのタブ切り替え部分===========================*/


/* ------------------------------------------ */
/* main02                                   */
/* ------------------------------------------ */
#main02 {
	margin:20px 0 20px 10px;
}
#main02 .box {
	width:707px;
	margin:10px 0 0 11px;
}

#main02 .box .read {
	padding-top:7px;
}

#main02 .box .leftimg {
	padding-left:15px;
}

#main02 .box .txt {
	padding-top:10px;
	width:729px;
}


/* ------------------------------------------ */
/* main03                                   */
/* ------------------------------------------ */
#main03 {
	margin:0 10px 0 10px;
	width:518px;
}



/* ------------------------------------------ */
/* sub                                        */
/* ------------------------------------------ */
#sub {
	background:#E1E1E1 url(../Images/sub_btm.gif) no-repeat center bottom;
	width:200px;
	float:right;
	padding-bottom:10px;
}
#sub .box {
	margin:10px;
}

#sub ul {
	clear:both;
	padding-top:5px;
}
#sub .buy {
	padding:5px 15px 10px;
}
#sub .bn {
	margin:10px 15px 0;
}



