/*-------------------------------------------------
STUDY BASE SETTING
-------------------------------------------------*/
#content-box	{
	width:670px;
}

/*-------------------------------------------------
STUDY MENU SETTING
-------------------------------------------------*/
#menu li.current	{
	width:74px;
	background:url("../img/menu-study.jpg") bottom left no-repeat;
}


/*-------------------------------------------------
STUDY TITLE SETTING
-------------------------------------------------*/
#content-title	{
	border-width:4px 0px 0px 0px;
	border-color:#192066;
	border-style:solid;
	padding:6px 0px 30px;
	margin:0px auto;
	text-align:left;
}

#title-text	{
	width:380px;
	margin:0px;
	padding:0px;
	font-size:10pt;
	line-height:12pt;
	text-align:left;
	color:#404040;
	float:right;
}

#title-img	{
	width:270px;
	margin:0px;
	padding:0px 0px 35px 0px;
	text-align:left;
	float:left;
}


/*-------------------------------------------------
STUDY LIST SETTING
-------------------------------------------------*/
div.item-photo	{
	width:167px;
	margin:0px;
	padding:0px 0px 30px 0px;
	text-align:left;
	font-size:8pt;
	line-height:normal;
	float:left;
}

div.item-photo img	{
	margin:0px auto 3px 0px;
}

div.item-text	{
	width:494px;
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:left;
	float:right;
	font-size:10pt;
	line-height:12pt;
}

div.item-text	h3 {
	width:494px;
	color:#FC3427;
	border-top:1px solid #FC3427;
	font-size:10pt;
	line-height:normal;
	padding:5px 0px 0px 0px;
	margin:0px auto;
	font-weight:normal;
}

div.item-text h3 a:link	{ color:#fc3427; text-decoration:none; }
div.item-text h3 a:visited	{ color:#fc3427; text-decoration:none; }
div.item-text h3 a:hover	{ color:#fc3427; text-decoration:underline; }
div.item-text h3 a:active	{ color:#fc3427; text-decoration:underline; }

div.item-text	h4 {
	width:494px;
	margin:0px auto;
	padding:17px 0px 5px;
	text-align:left;
}

div.item-text p	{
	width:494px;
	margin:0px auto;
	padding:0px 0px 5px;
}

div.item-text p.margin	{
	margin:0px auto;
	padding:10px 0px 0px;
}

div.item-text a:link	{ color:#0C419A; text-decoration:none; }
div.item-text a:visited	{ color:#0C419A; text-decoration:none; }
div.item-text a:hover	{ color:#0C419A; text-decoration:underline; }
div.item-text a:active	{ color:#0C419A; text-decoration:underline; }

