@charset "shift_jis";

body{
	margin: 0;
	padding: 0;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
h1{
	margin: 0;
	padding: 0;
}
td{
	font-family: "lr oSVbN", "Osaka";
	color: #666;
	font-size: 12px;
}


#bg-top{
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#bg-bottom{
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}





/* pagebody
===================================================== */
#pagebody{
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	width: 800px;
}



/* header
===================================================== */
#head{
	height: 15px;
}
#head h1{
	font-family: "lr oSVbN", "Osaka";
	font-size: 0.8em;
	font-weight: normal;
	color: #D1EDFD;
	margin-right: 30px;
	margin-top: 1px;
	margin-bottom: 2px;
}

#logo{
	height: 65px;
	padding-top: 10px;
	padding-left: 30px;
}
#logo .h-navi{
	font-family: "lr oSVbN", "Osaka";
	font-size: 0.8em;
	font-weight: normal;
	color: #0B81A8;
}

#logo a         { color: #0B81A8;}
#logo a:link    { text-decoration: none;}
#logo a:visited { text-decoration: none;}
#logo a:hover   { text-decoration: underline;}
#logo a:active  { text-decoration: underline;}



/* navi
===================================================== */
#navi{
	background-image: url(images/bg_contents.jpg);
	background-repeat: repeat-y;
	height: 39px;
	padding-left: 30px;
}



/* SOLPARTMENU 
===================================================== */
/*
.RootMenuItem , .RootMenuItemBreadcrumb {
    color:#FFFFFF;
	font-family: "lr oSVbN", "Osaka";
	font-size: 14px;
	font-weight: bold;
}
.RootMenuItemSelected {
    color:#FFFFFF;
	font-family: "lr oSVbN", "Osaka";
	font-size: 14px;
	font-weight: bold;
}
*/
/*-- SOLPARTMENU --*/
.MenuContainer { width: 740px;}
#dnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU { width: 740px;}

/* Main Menu */
.MainMenu_MenuContainer {background:url(images/navi_c.jpg) repeat-x; height: 39px;}
.MainMenu_MenuBar {	width: 740px; height: 39px;}
.MainMenu_MenuItem {}
.MainMenu_MenuIcon {}
.MainMenu_SubMenu {}
.MainMenu_MenuBreak { width: 1px; border: 0px;}
.MainMenu_MenuItemSel {}
.MainMenu_MenuArrow {}
.MainMenu_RootMenuArrow {}
.RootMenuItem {	background-color: Transparent; height: 39px; border: 0px;}
.MainMenu_Left { width: 10px; background-color: #F00;}
.MainMenu_Right { width: 10px; background-color: #F00;}
.MenuItem {	height: 39px; border: 0px; color: #FFF; padding-top: 10px;}


/* contents
===================================================== */
#contents{
	background-image: url(images/bg_contents.jpg);
	background-repeat: repeat-y;
	padding-top: 6px;
}

.contents-left{
	width: 220px;
}
.contents-right{
	width: 520px;
}


/* footer
===================================================== */
#foot{
	height: 90px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 28px;
	padding-left: 30px;
}

.f-navi{
	font-family: "lr oSVbN", "Osaka";
	font-size: 0.8em;
	font-weight: normal;
	color: #0B81A8;
}

#foot a         { color: #0B81A8;}
#foot a:link    { text-decoration: none;}
#foot a:visited { text-decoration: none;}
#foot a:hover   { text-decoration: underline;}
#foot a:active  { text-decoration: underline;}


/* Login
===================================================== */
#dnn_dnnLOGIN_hypLogin{
	font-family: "lr oSVbN", "Osaka";
	font-size: 11px;
	color: #0B81A8;
	font-weight: normal;
}
#dnn_dnnUSER_hypRegister{
	font-family: "lr oSVbN", "Osaka";
	font-size: 11px;
	color: #0B81A8;
	font-weight: normal;
}

/* copyright
===================================================== */
#dnn_dnnCOPYRIGHT_lblCopyright{
	font-family: "lr oSVbN", "Osaka";
	color:#999999;
	font-size:11px;
	font-weight:normal;
}


/* form
===================================================== */
.shirasaki-FormTable {
	width:470px;
	margin: 2px;
	padding: 5px;
	border: 1px solid #999999;
}

.FormMaster_Label {
	text-align: center;
	vertical-align: middle;
	background-color: #F3F3F3;
	border: 1px solid #999999;
}
.FormMaster_Label .SubHead {
	color: #666666;
	font-weight: bold;
}
.FormMaster_Control {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

