/* 

	project:  internet corporation
	author:   luka cvrk (www.solucija.com) 

   
*/


*{ margin: 0; padding: 0; }
* 
body {
	line-height: 1.6em;
	color: #444;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
	font-size: 0.8em;
	background-color: #fff;
}

a {
	color: #317486;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
h1 {
	margin: 20px 0 0;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
}
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif; margin: 0 0 12px; }
h4 {
	color: #009966;
	background: inherit;
	font-weight: bold;
	font-size: 1em;
}
#header {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
}

#content { width: 900px; margin: 0 auto; }

#required {
	display:none;
	visibility:hidden;
}

#logo {
	width: 240px;
	float: left;
	background: url(images/logobg.gif) no-repeat bottom;
	text-align: center;
	height: 66px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
}


#menu { float: right; padding: 40px 0 0; margin: 0 0 18px; }
#menu li {
	font-size: 0.9em;
	display: inline;
}
#menu li a { padding: 30px 15px 0px 0; margin: 0 0 0 50px; color: #ccc; background: #505050 url(images/tab.gif) no-repeat right bottom;  }
#menu li a:hover { background: #505050 url(images/tabhover.gif) no-repeat right bottom; color: #FEFFB8; }

#intro {
	clear: both;
	color: #000000;
	height: 120px;
	margin: 0 0 20px;
	padding: 45px 40px 0 0;
	text-align: right;
	background-color: #fff;
	background-image: url(images/intro_img02.jpg);
	background-repeat: no-repeat;
}
	#intro h1 {
	margin: 0;
	font-size: 1.5em;
}
	#intro p { margin: 0; }
	
	#login { font-size: .9em; margin: 82px 0 0; }
	#login a { color: #fff; background: #8BE1FA; padding: 4px 20px 6px;}
	#login a:hover { color: #fff; background: #8BE1FA url(images/loginhover.gif) no-repeat; }

#left {
	clear: left;
	float: left;
	width: 200px;
	padding: 0 34px 0 15px;
	margin: 0 0 15px;
}

	#leftmenu {
	list-style: none;
}
#left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	#notice {
	color: #000000;
	margin-top: 10px;
	background-color: #D4DFFF;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
#notice a {
	text-decoration: underline;
}
#notice ul {
	margin-left: 10px;
}


	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }


#right {
	border-left: 1px solid #ccc;
	float: right;
	width: 600px;
	text-align: justify;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 35px;
}
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
#right h3 {
	font-size: 1em;
}
#right h5 {
	font-size: 1em;
	color: #006699;
	margin-left: 1em;
	font-weight: bolder;
}
#right p {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
}
#right a {
	text-decoration: underline;
}
#right img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#right strong {
	color: #666666;
}
#right_header {
	background-color: #F4F4F4;
	padding: 3px;
}
#right_header a {
	color: #666666;
}
#right_header table {
	line-height: 1em;
}

#right li {
	margin-left: 3em;
	color: #6D6D6D;
}
#right table {
	margin-left: 1em;
}

#right th {
	color: #FFFFFF;
	background-color: #666666;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
#right td {
	background-color: #F4F4F4;
	padding: 4px;
}
#right em {
	font-style: normal;
	font-weight: normal;
	color: #444444;
}







#footer {
	clear: both;
	border-top: 1px solid #ccc;
	color: #808080;
	background: #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	margin: 0px;
	height: 40px;
}
	#footer a { color: #4CA031; background: #fff; }
	#col1 {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
}
ul#leftmenu a {
	display:block;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #F4F4F4;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	width: 180px;
}
ul#leftmenu a:hover {
	display:block;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #006699;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	width: 180px;
	color: #FFFFFF;
}

ul#leftmenu span {
	display:block;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #FFFFFF;
	width: 180px;
}
.img-right {
	float: right;
	margin-right: 15px;
}
#right .img-right img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.boxtitle {
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
	float: left;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	width: 250px;
	text-align: center;
}
.box {
	padding: 2px;
	float: left;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	width: 250px;
}
.clear {
	clear: left;
}
