@import url(/css/common/base.css);
@import url(/css/common/layout.css);
@import url(/css/common/item.css);

a { text-decoration:none; }
a:link { color:#666; text-decoration:none; }
a:visited { color:#666; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }


p {
	text-align:justify;
	margin-bottom:10px;
}
p.imgcap {
	text-align:justify;
	font-size:0.9em;
	line-height:130%;
}

body {
	background-color:#ffffff;
	font-family:"verdana";
	font-size:11px;
	line-height:150%;
	color:#333;
}

#container {
	margin:20px;
	width:970px; /* Page Width */
}

#header {
}
#header .logo {
	padding-left:10px;
	padding-bottom:10px;
}
#header .logo h1 {
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	color:#666;
	float:left;
}
#header .logo h2 {
	padding-left:5px;
	padding-top:5px;
	font-family:verdana;
	font-size:10px;
	color:#888;
	font-weight:normal;
	float:left;
}
#header .logo a {
	text-decoration:none;
}
#header .logo #loginDiv {
	font-size:0.9em;
	float:right;
}
#header .logo #loginDiv a {
	text-decoration:none;
}

#header .mainMenuLeft {
	background-image:url(/img/menu_01.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:10px;
	height:40px;
	float:left;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#header .mainMenuRight {
	background-image:url(/img/menu_03.gif);
	padding:0px;
	width:10px;
	height:40px;
	float:left;
	filter:alpha(opacity=90);
	opacity:0.9;
}

#header .mainMenu {
	height:40px;
	list-style-type:none;
	background-image:url(/img/menu_02.gif);
	width:950px;
	float:left;
	filter:alpha(opacity=90);
	opacity:0.9;
}
#header .mainMenu li {
	font-weight:bold;
	float:left;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
}
#header .mainMenu li.split {
	font-weight:normal;
	color:#999;
}
#header .mainMenu a {
	color:#333;
	padding:3px 10px 3px 10px;
	text-decoration:none;
}
#header .mainMenu a:hover {
	color:#333;
	text-decoration:none;
	background-color:#e5e5e5;
}

#content {
	padding:10px;
	padding-top:15px;
}
#content .indexLeft {
	padding-top:30px;
	width:450px;
	background-image:url(/img/img1.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .indexRight {
	padding-top:30px;
	width:450px;
	background-image:url(/img/img2.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .button {
	width:400px;
	height:400px;
}
#content .notice {
	padding:0px 10px 0px 10px;
}
#content .notice ul {
	list-style-type:none;
}
#content .notice ul li .date {
	color:#999;
}
#content .notice ul li a {
	text-decoration:none;
}
#content .ref {
	list-style-type:disc;
}
#content .ref li {
	margin-left:20px;
	margin-bottom:2px;
}

.page_detail {     
	padding:10px 10px 10px 10px; 
	border:solid 1px #ccc; 	
	background-color:#fbfbfb; 
	line-height:140%; 
} 
.page_detail h3 { 
	background-image:url(/img/common/hdot.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
	padding-top:5px; 
	margin-top:7px; 
}   
.page_detail h3.first { 
	background-image:none; 
	margin-top:0px; 
}


#footer {
	padding-top:20px;
	padding-left:20px;
}
#footer a {
	text-decoration:none;
}




#header ul.subMenu {
	position:absolute;
	z-index:1;
 	border-top:solid 1px #555;
	list-style-type:none;
	display:none;
}
#header ul.subMenu li {
        border-left:solid 1px #555;
        border-right:solid 1px #555;
        border-bottom:solid 1px #555;
        background-color:#ddd;
        padding-left:10px;
        padding-right:10px;
        padding-top:1px;
        padding-bottom:1px;
        font-size:0.9em;
        font-weight:bold;
}
#header ul.subMenu li a {
	text-decoration:none;
        color:#666;
}
#header ul.subMenu li a:hover {
        text-decoration:none;
        background-color:#aaa;
	color:#fff;
}
#header ul.subMenu li:hover {
	color:#fff;
        background-color:#aaa;
}

/* ETC Style */
#content .topNavigation {
        margin-top:-5px;
        margin-bottom:15px;
        font-size:0.8em;
        color:#666;
}

#content .navigation {
        text-align:center;
}
#content .box {
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
        border:solid 1px #cccccc;
        background-color:#f4f4f4;
        margin-bottom:5px;
}
#content .boxTable {
        border:solid 1px #cccccc;
        margin-bottom:5px;
}
#content .boxTable td {
        background-color:#f4f4f4;
        padding-top:2px;
        padding-bottom:2px;
}
#content .fixedFont {
        font-family:"Courier New", "Courier";
}

.altLayer {
        border:solid 1px #000;
        position:absolute;
        z-index:2;
        padding:2px;
        font-family:"Verdana";
        font-size:10px;
        color:#000;
        background-color:#e8cd80;
        display:none;
}
#content .formDiv {
        line-height:100%;
}
#content .formDiv h3 {
        font-size:0.9em;
}
#content .formDiv p  {
        font-size:0.8em;
        padding-bottom:3px;
        margin-bottom:3px;
        border-bottom:dotted 1px #999;
}
#content .formDiv table {
        border:solid 1px #999;
        margin-top:3px;
        margin-bottom:3px;
}
#content .formDiv td {
        border:solid 1px #999;
        font-size:0.8em;
        padding:0px 5px 0px 5px;
        line-height:100%;
}
#content .formDiv td.legend {
        background-color:#f5f5f5;
        font-weight:bold;
        color:#666;
}
label {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:2px;
}

