/*		layout		*/

*{
	color       : #333;
	font-size   : 10px;;
	font-weight : normal;
	margin      : 0px;
	padding     : 0px;
}

body
{
	padding : 0px 15px;
}

a
{
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
	color           : #ccc;
}

img
{
	border-width : 0px;
}


h1
{
	margin : 20px 0px;
}

h2
{
	background-position : left center;
	background-repeat   : no-repeat;
	font-family         : Arial;
	margin              : 2px 0px;
	text-align          : right;
}

hr
{
	border-style : solid;
	border-color : #ccc;
	border-width : 1px 0px 0px 0px;
	height : 1px;
	margin : 2px 0px;
}

li
{
	display         : inline;
	list-style-type : none;
}

td
{
	vertical-align : top;
}

#mainContents
{
	border-color : #ccc;
	border-style : solid;
	border-width : 0px 1px;
	margin       : 0px auto;
	padding      : 15px;
	width        : 850px;
}

#siteTitle
{
	background-image : url('../image/common/title.gif');
	font-weight      : bold;
	padding          : 8px 0px;
}

#sideMenuTitle
{
	background-image : url('../image/top/mt-menu.gif');
	padding          : 4px 0px;
}

#pickUpTitle
{
	background-image : url('../image/top/mt-pick.gif');
	margin           : 40px 0px 0px 0px;
	padding          : 4px 0px;
}

#newReleaseTitle
{
	background-image : url('../image/top/mt-new.gif');
	margin           : 40px 0px 0px 0px;
	padding          : 4px 0px;
}

#searchTitle
{
	background-image : url('../image/top/mt-seach.gif');
	margin           : 10px 0px 20px 0px;
	padding          : 4px 0px;
}

#sideMenu
{
	border-color : #ccc;
	border-style : solid;
	border-width : 0px 1px 0px 0px;
	width        : 260px;
	padding      : 0px 20px 0px 0px;
}

#rightContents
{
	padding      : 0px 0px 0px 10px;
}

.centerObject
{
	width  : 750px;
	margin : 0px auto;
}

.regionLink
{
	display : block;
}

.regionLink:hover
{
	border-color     : #6cc;
	border-style     : solid;
	border-width     : 1px;
	display          : block;
	height           : 90px;
	text-decoration  : none;
}

.goHome
{
	background-image    : url('../image/common/line-inside.gif');
	background-position : center center;
	background-repeat   : repeat-x;
	margin              : 10px 0px;
	padding             : 0px 10px 0px 0px;
	text-align          : right;
}

.goHome a
{
	background-color : #fff;
	padding          : 0px 5px;
}

.errorList li
{
	color           : #f33;
	display         : block;
}

/*		visual		*/

em
{
	color       : #f33;
	font-style  : normal;
	font-weight : normal;
}

.hint
{
	color : #999;
}

.copyright
{
	text-align     : right;
	vertical-align : middle;
}

.englishWord
{
	font-family : Arial;
	font-weight : bold;
}

.emphasis
{
	font-size   : 14px;
	font-weight : bold;
}

/*		table		*/

.verticalTable
{
	background-color : #ccc;
	border-color     : #999;
	border-style     : solid;
	border-width     : 2px;
	width            : 100%;
}

.verticalTable th
{
	background-color : #f2f2f2;
	padding          : 2px;
	text-align       : center;
}

.verticalTable tr
{
	background-color : #fff;
}

.verticalTable tr.tr1
{
	background-color : #f2f2f2;
}

.verticalTable td
{
	padding        : 5px;
	text-align     : center;
	vertical-align : middle;
}

.verticalHead
{
	border-color : #999;
	border-style : solid;
	border-width : 2px 2px 0px 2px;
	padding      : 10px;
	font-size    : 16px;
	font-weight  : bold;
}

/*		table		*/

.horizontalTable
{
	background-color : #ccc;
	border-color     : #999;
	border-style     : solid;
	border-width     : 0px;
	width            : 100%;
}

.horizontalTable th
{
	background-color : #f2f2f2;
	font-weight      : bold;
	padding          : 10px;
	text-align       : center;
}

.horizontalTable tr
{
	background-color : #fff;
}

.horizontalTable tr.tr1
{
	background-color : #ccc;
}

.horizontalTable td
{
	padding        : 10px;
	vertical-align : middle;
}

.horizontalHead
{
	border-color : #999;
	border-style : solid;
	border-width : 2px 2px 0px 2px;
	padding      : 10px;
	font-size    : 16px;
	font-weight  : bold;
}

/*		@1		*/

#ListTable
{
	width  : 750px;
	margin : 0px auto;
}

#ListTable p{
	border-color : #999;
	border-style : solid;
	border-width : 2px 2px 0px 2px;
	padding      : 10px;
	font-size    : 16px;
	font-weight  : bold;
}

#ListTable table
{
	border-color : #999;
	border-style : solid;
	border-width : 2px;
}

#ListTable th
{
	background-color : #f2f2f2;
	font-weight      : bold;
	padding          : 2px;
	text-align       : center;
}

#ListTable th a:hover
{
	color           : #f66;
	text-decoration : underline;
}

#ListTable td
{
	padding        : 5px;
	text-align     : center;
	vertical-align : middle;
}

#ListTable tr
{
	background-color : #fff;
}

#ListTable tr.tr1
{
	background-color : #f2f2f2;
}

/*		@2		*/

#InfoPhoto
{
	margin  : 10px auto 0px auto;
	width   : 750px;
}

#InfoPhoto th
{
	background-color : #000000;
	color            : #FFFFFF;
	padding          : 3px;
	text-align       : center;
}

#InfoPhoto td
{
	background-color : #FFFFFF;
	padding          : 10px;
	text-align       : center;
}
