﻿@charset "utf-8";

/* import ********************************************************************************/

@import url("/Common/CSS/screen/head.css");
@import url("/Common/CSS/screen/notice.css");
@import url("/Common/CSS/screen/footer.css");

@import url("/Common/CSS/screen/mainNav.css");

/* Basic Tag *****************************************************************************/
html 
{
	font-size:100%;
}

body
{
	font-family: Arial, 'Lucida Grande', Gulim, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	color:#383838;
	background-image:url("/Common/image/top_bg.gif");  
	background-repeat:repeat-x;   		
}


a:link {
	color: #686666;
	text-decoration: none;
}
a:visited {
	color: #686666;
	text-decoration: none;
}
a:hover {
	color: #686666;
	text-decoration: underline;
}

a:active
{
}

img
{
	border:none;
}



/* Site Layout *****************************************************************************/
#wrapper
{
	width:991px;  
}

#main-wrapper
{
	clear:both;
	float:left;
	margin:0;
	margin-top:3px;
	margin-bottom:30px;
	/*border:solid 1px #cccccc;*/
	min-height:500px;
	height:auto !important;
	height:500px;
}

#content
{
	float:left;
	width:640px;
	margin-left:20px;
	margin-top:20px;
}

/*
#content ul
{
	padding-left:45px;
}
*/
#content h2
{
	margin-left:30px;
}

#main-menu
{
	clear:both;
}

/* ETC Content *********************************************************************************/
#staticmenu 
{
	position: absolute;
	top:200px;
	left: 940px; 
	
}

/* form **********************************************************************************/

input.input-button
{
	background-color                 : #FFFFFF;
	background-image                 : url("/img/bg/bg_button.png");
	background-position              : left top;
	background-repeat                : repeat-x;
	border                           : 1px solid #777777;
	cursor                           : pointer;
	font-size                        : 1em;
	height                           : 1.8em;
	line-height                      : 1.8em;
	padding                          : 0 5px;
	vertical-align                   : middle;
}

input.checkbox,
input.radio
{
	vertical-align                   : middle;
}

input.input-text
{
	border                           : 1px solid #C0C0C0;
	font-size                        : 1em;
	height                           : 1.3em;
	line-height                      : 1.3em;
	padding-top                      : 3px;
	vertical-align                   : middle;
}

input.input-text-readonly
{
	border                           : 1px solid #777777;
	background-color                 : #CCCCCC;
	font-size                        : 1em;
	height                           : 1.3em;
	line-height                      : 1.3em;
	padding-top                      : 3px;
	vertical-align                   : middle;
}

input.input-text-required
{
	border                           : 1px solid #e5e5e5;
	font-size                        : 1em;
	height                           : 1.3em;
	line-height                      : 1.3em;
	padding-top                      : 3px;
	vertical-align                   : middle;
	background-color:#f8f8f8;
}

/* Site Class *****************************************************************************/
.text_hidden,
.hidden
{
    display:none;
}

.text-li
{
	margin-left:40px;
}

.text-li-content
{
	margin-left:55px;
}

.text-li2
{
	margin-left:60px;
}

.text-li-content2
{
	margin-left:75px;
}

.submenu-bottom
{
	margin-bottom:20px;
}

.submenu-left
{
	margin-left:20px;
}

.submenu
{
	margin-left:20px;
	margin-bottom:20px;
}

.submenu-content
{
	margin-left:40px;
	margin-bottom:30px;
}

.sol-lang-kind
{
	width:575px;
	border-bottom:solid 1px #000000;
	border-top:solid 1px #000000;
	margin-left:50px;
}

/* temp *****************************************************************************/
dd
{
	margin:0;
}

dt
{
	float:left;
	padding-left:10px;
}

#pagepath
{
	clear:both;
	width:800px;
	text-align:right;
}








