/*************************************************
Name:common.css
Description:全体スタイル
**************************************************/
/* インポートスタイルシート */
@import url('header.css');
@import url('footer.css');
@import url('form.css');
@import url('user.css');
@import url('top.css');


/***要素***/

* {
	margin: 0px 0px 0px 0px 0px;
	padding: 0;
	font-size:100%;
}
table,th,td,img{
	border:none;
}
body{
	background-color:#EFEFEF;
	margin:0px;
}

body{
	/*
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,sans-serif;
	*/
	font-size:78%;
	line-height:1.6em;
	color:#000000;
}
#container{
	min-width: 960px;
	max-width: 960px;
	margin:0 auto;
    width: 960px;
}
@media print { 
input{display:none;} 
} 
/* forIE5.x/6.x */
* html #container{
    /* Javascript利用不可の場合 */
    /* min-widthとmax-widthの代換処置 */
	/* width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 770) ? "770px" : ((document.documentElement.clientWidth > 800) ? "800px" : "auto" )) : ((document.body.clientWidth < 760) ? "760px" : ((document.body.clientWidth > 800) ? "800px" : "auto" )));
*/
}

p{
	margin: 0 0 1em 0;
}
a:link{
color:#0000FF;
}
a:visited{
color:#0000FF;
}
a:hover{
color:#0099FF;
text-decoration: none;
}
a:link.gray{
color:#999999;
}
span.highlight{
background-color:#FFFFCC;
}
strong{
font-weight:bold;
}
/****メイン設定****/
#contents{
margin:0px 0px 35px;
}

#menu{
}

#left_menu{
	vertical-align :top;
	width:180px;
	height:100%;
	margin:0 0 30px;
}

#left_menu .block_left{
	border: 1px solid #999999;
	margin-bottom:10px;
}

#left_menu .blockTitle{
	text-align:center;
	padding:5px;
	background-color: #CCCCCC;
}

#left_menu .blockContent{
	padding:5px;
	background-color: #EFEFEF;
}
#left_menu .blockContent h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url(/common/images/folder.gif) 0 0 no-repeat;
}


#left_menu .blockContent ul{
	margin: 0px 0px 5px 0px;
	list-style: none;
}

#left_menu .blockContent li{
	padding: 0px 0px 0px 20px;
	margin-bottom: -2px;
	list-style: none;
	background: url(/common/images/tv-item.gif) 0 0 no-repeat;
	}

#left_menu .blockContent li:last-child{
	padding: 0px 0px 0px 20px;
	list-style: none;
	background: url(/common/images/tv-item-last.gif) 0 0 no-repeat;
}


#main_menu{
margin:20px 0 0 185px;
}

#left_main_menu{
margin-bottom:20px;
margin-right:215px;

}

#right_menu{
vertical-align :top;
width:240px;
height:100%;
margin:0 0 30px;
}

#right_menu .block_left{
	border: 1px solid #999999;
	margin-bottom:10px;
}

#right_menu .blockTitle{
	padding:5px;
	background-color: #CCCCCC;
}

#right_menu .blockContent{
	padding:5px;
	background-color: #EFEFEF;
}


#contents_middle{
	padding:0 10px 10px 10px;
}

#contents_middle .topmessage{
	margin:0px auto;
	text-align:center;
	padding:20px;
}

#contents_middle .topad{
	margin:0px auto;
	text-align:center;
	padding:20px;
}


/* グッズコーナー関連 */

.listitemtitle {
display:inline;
float:left;
width:498px;
margin: 0;
padding:10px;
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
background:#ffffcc;
font-size:14px;
line-height:1;
}

.listitemtitle a:link, .listitemtitle a:visited, .listitemtitle a:active, .listitemtitle a:hover {
color:#0063dc;
}

.clearright {
clear:right;
}

.listitemcontainer {
clear:left;
width:498px;
margin:0 0 20px 0;
padding:10px 10px 0 10px;
border:1px solid #cccccc;
}

.listitemcontainer dt {
width:100%;
margin: 0;
height:100%;
overflow:hidden;
}

.listitemcontainer dd {
width:100%;
margin: 0;
}

.listitemcontainer .price {
color:#ff0000;
}

.listitemcontainer table {
border-collapse:collapse;
}

.listitemcontainer th {
padding:3px 5px;
color:#444444;
border:1px solid #cccccc;
background-color:#f0f0f0;
font-weight:normal;
text-align:left;
}

.listitemcontainer td {
padding:3px 5px;
color:#444444;
border:1px solid #cccccc;
}

.listitemtable {
width:100%;
clear:both;
margin:10px 0 10px 0;
}

.listitemtable th {
width:33%;
text-align:left;
}

.red {
color:#ff0000;
font-weight:bold;
}






