@charset "utf-8";
@import url('form.css');
@import url('font.css');
/* CSS Document */
html {
	height: 100%;
	font:1em Times New Roman;
	/*font:1.5em Block-Regular;*/
}
/*
body{
	font-size:1.2em;
	background: #6cab26;
	background-image:url("../../lib/style/images/bg.png") repeat top right;
	background: url("../../lib/style/images/bg.png") repeat top right, -webkit-radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background: url("../../lib/style/images/bg.png") repeat top right, -o-radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background: url("../../lib/style/images/bg.png") repeat top right, -moz-radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background: url("../../lib/style/images/bg.png") repeat top right, radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	
	background-attachment: fixed;
}
*/
body{
	font-size:1.2em;
	background: #6cab26;
	background: -webkit-radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background: -o-radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background: -moz-radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background: radial-gradient(#EDF9FD,#9FC6E2,#4775a2); 
	background-attachment: fixed;
}
.loginbar{
	background:url("../../lib/style/images/milcom-logo-co-ltd3.png") no-repeat top right;
	margin:0px auto;
	margin-bottom:20px;
	width:980px;
	height:30px;
	padding:52px 0 0 20px;
	border-radius:5px;
	color:#000;
	text-align:right;
}
.navi{
	margin:0px auto;
	margin-bottom:10px;
	width:980px;
	height:44px;
	/*background:#3399FF;*/
	background:#124E80;
	box-shadow: 2px 2px 2px 1px #555555;
	padding:0px 0px 0px 20px;
	border-radius:8px;
	color:#ffffff;
}
.content{
	margin:0px auto;
	width:970px;
	border-radius:8px;
	/*border: 1px solid #666;*/
	background:#fff;
	padding:30px 15px 20px 15px;
	box-shadow: 2px 2px 2px 1px #888888;
}/*
.content:after{
	content:'';
    background:#fff;
    width:970px;
    position:absolute;
	border-radius:8px;
	padding:30px 15px 20px 15px;
	box-shadow: 2px 2px 2px 1px #888888;
    top:0;
    left:0;
    opacity:0.5;
}*/
.content .contenta1{
	margin:0px auto;
	width:480px;
	height:235px;
	box-shadow: 1px 1px 1px 1px #888888;
	padding:20px 5px 10px 5px;
	float:left;
}
.content .contenta2{
	margin:0px auto;
	margin-left:20px;
	width:480px;
	height:235px;
	box-shadow: 1px 1px 1px 1px #888888;
	padding:20px 5px 10px 5px;
	float:left;
}
.content .contentb1{
	margin:0px auto;
	width:580px;
	height:235px;
	box-shadow: 1px 1px 1px 1px #888888;
	padding:20px 5px 10px 5px;
	float:left;
}
.content .contentb2{
	margin:0px auto;
	margin-left:20px;
	width:380px;
	height:235px;
	box-shadow: 1px 1px 1px 1px #888888;
	padding:20px 5px 10px 5px;
	float:left;
}
.content .contentc{
	margin:0px auto;
	width:890px;
	height:235px;
	box-shadow: 1px 1px 1px 1px #888888;
	padding:20px 5px 10px 5px;
	float:left;
}
.content h4{
	text-align:center;
}
#icobin{background:url('../../img/bin.png') no-repeat 0 0; width:21px; height:21px;}
#icobin:hover{background-position:0 -25px;}
.splittable_topic{
	float:left;
	font-size:0.75em;
	border:1px groove black;
	margin:0 2px 2px 0;
	padding:2px 5px 1px 1px;
	background:#124E80;
	color:#fff;
	text-align:center;
	border-radius:5px;
}
.splittable_data{
	float:left;
	font-size:0.75em;
	border:1px groove black;
	margin:0 2px 2px 0;
	padding:2px 5px 1px 5px;
	text-align:right;
	border-radius:3px;
}
.imga{
	/*background:#05cC16;*/
	background:#c8c8c8;
	padding: 2px 0 2px 10px;
	width:170px;
	margin:0 0 20px 0;
	border-radius:4px;
	color:#2e2e2e;
	box-shadow: 1px 1px 1px 1px #ccc;
	border:1px solid #a5a5a5;
}
/********* ICON SET **************************************************/



