/* ======================================================================= */
/* SKINS */
/* ======================================================================= */
body {
	background-color: #E5E5E5;
	margin: 0;
	padding: 0;
}
td, p, li {
	font-family: "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 0.9em;
	font-weight:normal;
	color:#333;
}

#pagebody {
	background-color: #DEDEDE;
	padding: 0 8px;
}
#page {
	background-color: #FFF;
	border-top: 5px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#header_Logo {
	padding: 20px;
}
#header_Right {
	padding: 20px;
}
#navi {
	margin-bottom: 10px;
}
#navi .nav {
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#navi .nav td {
	font-size: 1em;
}
#contents {
	padding-bottom: 10px;
}
#bottom {
	margin-top: 30px;
	margin-bottom: 10px;
}
#bottom .btm{
	padding: 0 20px;
}
#bottom .btm .bt{
	padding-top: 10px;
}
#footer {
	margin-bottom: 50px;
}


/* ----------------------------------------------------------------------- */
/* PANE */
/* ----------------------------------------------------------------------- */
#HeadLinePane {
	margin-top: 3px;
	margin-bottom: 1px;
}
#BottomPane {
}

/* SOLPARTMENU */
.RootMenuItem td, .RootMenuItemBreadcrumb td {
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(images/navi_icon.gif) no-repeat bottom left;
	height: 40px;
	padding-left: 7px;
	padding-right: 15px;
	border: none;
}
.RootMenuItemSelected td {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(images/navi_icon.gif) no-repeat bottom left;
	height: 40px;
	padding-left: 7px;
	padding-right: 15px;
	border: none
}
.MainMenu_MenuBreak{}
.MainMenu_MenuItemSel {
	color: #333;
	background: transparent;
}
.MainMenu_SubMenu{}
.MainMenu_MenuIcon{}
.MainMenu_MenuItem{}


/* LOGIN */
#login {
	color: #999;
	font-size: 0.8em;
	background-color: #000;
	background-image: url(images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding: 5px 10px 5px 20px;
}
a.LoginCss {
	color: #999;
	font-size: 0.8em;
	text-decoration: underline;
}
a.LoginCss:link    {
	color: #999;
	text-decoration: underline;
}
a.LoginCss:visited {
	color: #999;
	text-decoration: underline;
}
a.LoginCss:hover {
	color: #CCC;
	text-decoration: none;
}
a.LoginCss:active {
	color: #CCC;
	text-decoration: none;
}

/* USER */
#user {
	color: #999;
	font-size: 0.8em;
	background-color: #000;
	background-image: url(images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding: 5px 10px 5px 20px;
}
a.UserCss {
	color: #999;
	font-size: 0.8em;
	text-decoration: underline;
}
a.UserCss:link    {
	color: #999;
	text-decoration: underline;
}
a.UserCss:visited {
	color: #999;
	text-decoration: underline;
}
a.UserCss:hover {
	color: #CCC;
	text-decoration: none;
}
a.UserCss:active {
	color: #CCC;
	text-decoration: none;
}

/* COPYRIGHT */
.CopyrightCss {
	color: #333;
	font-size: 0.7em;
}



/* ----------------------------------------------------------------------- */
/* LAYOUT */
/* ----------------------------------------------------------------------- */
/* Layout */
#Layout_Content {
	padding: 0 20px;
}

/* Layout1 */
#Layout1_Top {
	padding: 0 20px 10px;
}
#Layout1_Content {
	padding-right: 20px;
}
#Layout1_Left {
	width: 240px;
	padding-left: 18px;
}
/* Layout2 */
#Layout2_Top {
	padding: 0 20px 10px;
}
#Layout2_Content {
	padding-right: 20px;
}
#Layout2_Left {
	width: 240px;
	padding-left: 18px;
}

/* Layout3 */
#Layout3_Top {
	padding: 0 20px 10px;
}
#Layout3_Content {
	padding-right: 20px;
}
#Layout3_Left {
	width: 240px;
	padding-left: 18px;
}

/* Layout4 */
#Layout4_Top {
	padding: 0 20px 10px;
}
#Layout4_Content {
	padding-left: 20px;
}
#Layout4_Right {
	width: 240px;
	padding-right: 18px;
}

/* Layout5 */
#Layout5_Top {
	padding: 0 20px 10px;
}
#Layout5_Left {
	width: 200px;
	padding-left: 18px;
}
#Layout5_Content {
}
#Layout5_Right {
	width: 240px;
	padding-right: 18px;
}

/* Layout6 */
#Layout6_Top {
	padding: 0 20px 10px;
}
#Layout6_Content {
	padding-left: 20px;
}
#Layout6_Right {
	width: 240px;
	padding-right: 18px;
}

/* Layout7 */
#Layout7_Top {
	padding: 0 20px 10px;
}
#Layout7_Content {
	padding-left: 20px;
}
#Layout7_Right {
	width: 240px;
	padding-right: 18px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* HACK */
/* ----------------------------------------------------------------------- */
/* float hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */



