/*----------------------------------------------------
|
|	OPTION
|	--------------------------------------------------
|	OPTIONデザイン CSS SETTING
|	--------------------------------------------------
|	AUTHOR	: 
|
-----------------------------------------------------*/

/***********************************
**
**	OPTION SETTING
**	--------------------------------
**	HighChartGraph
**
***********************************/

#divForGraph{
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin: 0 auto 35px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	border-radius: 5px;
}

#divForGraph1{
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin: 0 auto 35px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	border-radius: 5px;
}

#divForGraph2{
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin: 0 auto 35px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	border-radius: 5px;
}

/***********************************
**
**	SCROLLING STOP
**
***********************************/

.stopScrolling {
	height: 100%;
	overflow: hidden;
}



/***********************************
**
**	ADD
**
***********************************/

header{
	background-color: #9BC5C5;
}

#navigationArea{
	background-color: #9BC5C5;
}

#navigationArea ul li ul li{
	background-color: #9BC5C5;
}

#navigationArea ul li ul li a{
	background-color: #BAD7D7;
	border-left: 5px solid #69A5A5;
}

#loginArea ul li p.left{
	background-color: #8AB6B6;
}

#pageTitle i{
	color: #9BC5C5;
}

.indexTitle{
	background-color: #9BC5C5;
}
