@charset "utf-8"; * {
    margin: 0;
    padding: 0;
    border: none;
}

html {
    height: 100%;
	overflow-y:scroll;
}

body {
    height: 100%;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #EFEFEF;
}

a {
    color: #FF6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container_header {
    position: absolute;;
    top: 0px;
    width: 100%;
    height: 100px;
    background-color: #CFCFCF;
    text-align: center;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	padding-top:20px;
}

#container_header_image {
    position: absolute;;
    top: 20px;
    width: 100%;
    height: 100px;
    text-align: center;
}

#container_navi {
    position: absolute;;
    top: 100px;
    width: 100%;
    height: 24px;
    background-color: #AFAFAF;
    text-align: center;
    color: #000;
    padding-top: 5px;
}

#container_navi a {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: bold;
}

#container_navi a.active {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#container_content {
    top: 0px;
    min-height: 100%;
    width: 720px;
    background-color: #DFDFDF;
    margin: auto auto;
}

#container_content_main {
    padding: 139px 10px 10px 10px;
}

.getshinput {
    font-size: 18px;
    width: 530px;
    height: 24px;
    padding: 3px;
    vertical-align: top;
}

.getshsubmit {
    margin-left: 10px;
    font-size: 14px;
    width: 144px;
    height: 30px;
    vertical-align: top;
    font-weight: bold;
}

#getshortstats {
	border:1px solid #ccc;
	background-color:#EFEFEF;
	margin:auto auto;
	margin-top:20px;
	width:50%;
	padding:6px;
    font-size: 12px;
    text-align: center;
}

#getshorturl {
	margin-top:20px;
	text-align:center;
}

#getshorturl .title{
	font-size: 12px;
	font-weight:bold;
}

#getshorturl .url{
	padding:6px;
	display:block;
	border:1px solid #ccc;
	background-color:#EFEFEF;
	color:#FF6600;
	font-size: 18px;
	font-weight:bold;
}

#getshorturl .qrimgcode{
	padding:6px;
	display:block;
	border:1px solid #ccc;
	background-color:#EFEFEF;
	color:#FF6600;
	font-size: 12px;
	font-weight:bold;
}

#getshorturl .copy{
	font-size: 10px;
	font-style:italic;
}

.php {
	background-color:#EFEFEF;
	padding:5px;
	border:1px dotted #AFAFAF;
}