
/* -------------- */
/* BODY */
/* -------------- */

body{
   text-align: center;
   margin: 0x auto;
   padding: 0x;

}


/* -------------- */
/* HEADER */
/* -------------- */

#header {
    width: 800px;
    margin: 0px auto;
    border: none;
    border-collapse: collapse;
    
}

/*#header td{
    background-image: url(images/top_023.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 8px;
}*/

#headerlogo{
	text-align : left;
    vertical-align: bottom;
    padding-bottom: 2px;

}

#search{
	text-align : right;
	vertical-align: bottom;
    padding-bottom: 10px;	
}

#headerbar{
}

#gnavigation {
}

#gnavigation a{
}




/* -------------- */
/* CONTENT */
/* -------------- */


/*管理者用メニュー*/

#android-labs_menu {
	margin : 5px 0px 5px;
	padding : 5px 0px 10px;
	font-size : 13px;
}

#android-labs_menu li{
	display : inline;
}

a.menuSub {
	font-size : 11px;
	font-weight : bold;
}


#tablemain{
	width: 800px;
	border-collapse: collapse;
    border: none;
    margin: 0px auto;

}


/* 中央コラム */
#centercolumn{ 
    width: 513px;
    vertical-align: top;
    text-align: left;
    padding: 5px 20px 20px 0px;
   

}

.centerCblockContent{
    background-image: url(images/top_24.png);
    background-repeat: repeat-y;
    border-bottom: 1px solid #CACCCC;
    width: 492px;
    margin: 0px auto;
    text-align: center;
}

.centerCblockTitle{
	font-size : 11px;
	color : #cccccc;
	font-weight : bold;
	padding : 4px 2px 2px;
}


.newsblocktitle {
    background-image: url(images/top_14.png);
    background-repeat: no-repeat;
	padding-left : 150px;
	padding-top : 9px;
	font-size : 14px;
    font-weight : bold;
	color : #000000;
	height : 31px;
	margin: 0px 0px 10px;
}

.mobileblocktitle {
    background-image: url(images/top_14.png);
    background-repeat: no-repeat;
	padding-left : 150px;
	padding-top : 9px;
	font-size : 14px;
    font-weight : bold;
	color : #000000;
	height : 31px;
	margin: 0px 0px 10px;
}

.topicsblocktitle {
    background-image: url(images/top_14.png);
    background-repeat: no-repeat;
	padding-left : 150px;
	padding-top : 9px;
	font-size : 14px;
    font-weight : bold;
	color : #000000;
	height : 31px;
	margin: 0px 0px 10px;
}

/* -------------- */
/* item */
/* -------------- */

.item{
    width: 482px;
    border: 1px solid #4B82C1;
    margin: 0px auto 10px;
	font-size : 11px;
	color : #333333;
	width: 482px;
    background-image: url(images/cbbg.png);
    background-repeat: repeat-y;
    background-position: 170px 0px;
    border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */


}

.itemHead{
    background-color: #D3E0F0;
    background-image: url(images/top_03.png);
    background-repeat: repeat-y;
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #4B82C1;
    border-top-left-radius: 10px;     /* 左上 */
    border-top-right-radius: 10px;    /* 右上 */
    -webkit-border-top-left-radius: 10px;     /* 左上 */
    -webkit-border-top-right-radius: 10px;    /* 右上 */
    -moz-border-radius-topleft: 10px;     /* 左上 */
    -moz-border-radius-topright: 10px;    /* 右上 */



 
}

.itemTitle{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 24px;
    padding-top: 5px;

}

.itemInfo{
}

.itemBody{  
}

p{
    font-size: 12px;
    color: #000000;
    text-align: left;
    margin-left: 180px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.4em;

}

.itemFoot{
    width: 482px;
    background-color: #4B82C1;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 3px;
	font-size : 11px;
	border-bottom-left-radius: 10px;  /* 左下 */
    border-bottom-right-radius: 10px; /* 右下 */
    -webkit-border-bottom-left-radius: 10px;  /* 左下 */
    -webkit-border-bottom-right-radius: 10px; /* 右下 */
    -moz-border-radius-bottomleft: 10px;  /* 左下 */
    -moz-border-radius-bottomright: 10px; /* 右下 */

	
}

.more{
	font-size : 11px;
    text-align: right;
    margin-right: 7px;
    margin-bottom: 7px;

}

.itemPoster{
    font-size: 11px;
    color: #FFFFFF;
    margin: 10px;
}

.itemPostDate{
	padding-right : 10px;
    font-size: 11px;
    color: #FFFFFF;
}

/* RIGHT COLUMN */
#rightcolumn{
    width: 287px;
    vertical-align: top;
    text-align: center;
    background-color: #EFEFEF;
    padding: 20px 8px;
	font-size : 11px;
}

/* RIGHTCOLUMN-1 */
.rblockTitle {
    font-size: 12px;

}

.rightblock{
	 margin-bottom: 16px;
     background-image: url(images/top_25.png);
     background-repeat: repeat-y;
     border-bottom: 1px solid #CACCCC;

}

.rightblockTitle {
	height : 46px;
	width : 271px;
	background-image : url(images/top_09.png);
	background-repeat:no-repeat;
	text-align: left;
}

.rightblockTitle h2{
	font-size : 13px;
	margin: 0px;
	padding-top : 5px;
	padding-left : 10px;
	color : #000000;
}


ul.rsslist {
     text-align: left;
     margin: 0px;
     padding: 5px 5px;

}


.rsslist li{
    border-top: 1px dashed #CACCCC;
    list-style: url(images/yaji_r2.png) inside;
    background-image: url(images/top_06.png);
    background-repeat: repeat-x;
	background-position : 0px 100%;
	padding: 3px 3px 0px;
	font-size : 11px;
}

.rsslist li a{
	text-decoration : none;
	color : #666666;
	line-height: 1.4em;
	padding-bottom: 10px;
}

.rsslist li.top{
     border-top: none;
     list-style: url(images/yaji_r2.png) inside;
     background-image: url(images/top_06.png);
     background-repeat: repeat-x; 
}


/* RIGHTCOLUMN-2 */

/*.model{
    width: 71px ;
    height: 107px;
    border: 2px solid #D3D3D3;
    margin: 5px;
    background-color: #E0EAC0;
}
.mono{
    width: 71px ;
    height: 60px;
    background-color: #ffffff;
    border-bottom: 2px solid #D3D3D3;
}*/

/* 枠全体 */

div.model {
	border : 2px solid #D3D3D3;
	width: 71px;
	height: 120px;
	text-align: center;
	margin: 5px 5px;
}

/* 商品画像 */
.modelimage {
	margin : 0px auto;
	height: 70px;
	width: 71px;
	background-color: #ffffff;
	text-align: top;
}

/* モデル名 */
div.cap {
	padding: 2px 2px 10px;
	vertical-align: bottom;
    font-size: 9px;
    color: #003300;
    text-align: bottom;
    background-color: #E0EAC0;
    border-top: 2px solid #D3D3D3;
    text-align: left;
}


/* -------------- */
/* 特集記事 目次 */
/* -------------- */
dl.topicslist {
    margin-left : -7px;
	padding : 0px;
    background-color : #ffffff;
}

.topicslist dt{
	width : 70px;
    float:left;
    clear : both;
    text-align : left;
	background-color : #ffffff;
}

.topicslist dd{
	display : block;
    margin : 0px;
    padding : 0px;
	width : 207px;
	height : 56px;
	float : left;
	text-align : left;
    background-color : #ffffff;
}

div.pico_footerinfo {
	border : 1px solid #aaaaaa;
	padding : 4px;
	font-size : 13px;
	color : #999999;
	text-align : right;
}


/* -------------- */
/* FOOTER */
/* -------------- */

#footer{
     width: 800px;
     margin : 0px auto;
     height: 100px;
     background-color: #0350A8;
     text-align: center;
     padding: 20px 0px 20px;
     color: #ffffff;
     font-size: 10px;

}

#footer a {
	color : #ffffff;
}

#footerlogo {
	margin-bottom : 24px;
}




/* -------------- */
/* pico 記事 */
/* -------------- */
div.pico_body {
	font-size : 13px;
	line-height : 1.6em;
}

div.pico_body h3 {
    margin : 0px;
	border-bottom : 3px double #999966;
	padding-bottom : 4px;
	font-size : 16px;
	color : #006600;
	clear : both;
}

div.pico_body span.quo{
	font-weight : bold;
	color : #cc0000;
	width : 60px;
}

div.pico_body span.ans{
	font-weight : bold;
	color : #0000cc;
	width : 60px;
}


div.pico_body div.photoframe {
	float : right;
	margin : 1em 0px 1em 1em;
	text-align : center;
	border : 1px #cccccc;
	color : #006600;
	padding : 5px;
}

div.photo img {
	margin : 4px;
}




/* controllers */

div.pico_controllers {
	font-size : 11px;
}



/* -------------- */
/* kishu */
/* -------------- */

div.content .outer th{
    border: 1px solid #999999;
    font-size: 12px;
    width: 483px;
    background-color: #E9DCAF;

}

div.content .outer td{
    border: 1px solid #999999;
    line-height: 30px;
    font-size: 12px;   

}

div.content .head{
    background-color: #D1EAEC;
    padding-left: 10px;


}
div.content  .coment{
    font-size: 12px;
    padding-top: 20px;
 
}

div.content .even{
    padding-left: 10px;


}

div.content .odd{
    background-color: #F7F2E0;
    padding-left: 10px;

}

div.content .gazo{
    text-align: center;
    padding: 20px;

}
div.content .icon{
    text-align: center;
    padding: 5px;

}


/* 機種紹介 */
div.blockhead {
	margin : 0px;
	height : 31px;
	background-image : url(images/top_20.png);
	background-repeat : repeat-x;
}

#rightcolumn div#modelnew {
	display : none;
}



