﻿@import url(../styles/common_button.css);

body
{
	font-family: "Arial", "Helvetica", "sans-serif";
	margin: 0px;
	background: white;
	font-size: 12px;
}

a
{
    color: blue;
	font-size: 12px;
	text-decoration: underline;
}

a:visited
{
    COLOR: blue;
}

a:hover
{
    COLOR: #ff0000;
}

input
{
	font-size: 12px;
}
select
{
	font-size: 12px;
}
button
{
	cursor: pointer;
}

textarea
{
	font-size: 12px;
}
input.readonly
{
	background-color: #cccccc;
}

div.title
{
	padding: 5px;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;	
	font-size: 16px;
    font-weight:bold;
	color: #FFFFFF;
	width: 96%;
	background-color: #000080;
}

a.tabmenu
{
	color:#666666;
	text-decoration:none;
}

a.tabmenu:hover
{
	text-decoration:underline;
	color:#eeeeee;
	}
	
.validator {background: url(/images/ico_cross_org.gif) 0 0 no-repeat; padding-left:16px; padding-top:1px; padding-bottom:1px;}
.validatorOK {background: url(/images/ico_check_blu.gif) 0 0 no-repeat; padding-left:16px; padding-top:1px; padding-bottom:1px;}

span.link {cursor: pointer; text-decoration: underline; color:blue;}
span.linkWhite {cursor: pointer; text-decoration: underline; color:White;}
span.linkGray {cursor: pointer; text-decoration: underline; color:#666666;}
span.linkGray:hover {cursor: pointer; text-decoration: underline; color:#888888;}

.focusToday {height:18px;}
.focusToday a.linkGray {cursor: pointer; text-decoration: none; color:#666666;}
.focusToday a.linkGray:hover {cursor: pointer; text-decoration: none; color:#C0C0C0;}

.leftmenu {width:160px; overflow:hidden; height:0px;}
.leftmenuContent { color:#666666; font-size:12px;}


#divMainContent {width:720px; height:323px; overflow:auto;}		




#_bulletin_divBox
{
	background: #ffffff url(/images/bulletin/news_popwindow_bg.gif) 0 0 no-repeat;
	border: solid 2px #cccccc;
	width: 576px;
	height: 405px;
	position: absolute;
	z-index: 1002;
	text-align:left;
}


#_bulletin_divBox A:link 　{text-decoration:underline;color:#7EB348} 
#_bulletin_divBox A:visited {text-decoration:underline;color:#9A9A9A} 
#_bulletin_divBox A:active {text-decoration:underline;color:#666666} 
#_bulletin_divBox A:hover {text-decoration:underline;color: #666666} 

#_bulletin_divBox span.link {text-decoration:underline;color:#7EB348}
#_bulletin_divBox span.link:hover {text-decoration:underline;color:#666666}

#_bulletin_divBox .graytype {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
#_bulletin_divBox .newsheadline {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #99CC66;
	font-weight: bold;
}


	