html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

body {
    background-color: #fffffc;
    color: #000066;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

a:link{
	color:#337ab7 !important;
	text-decoration:none;
}

a:link:hover {
	color:#23527c !important;
	text-decoration:underline;
}

a, img {
    border:0 none;
    outline:0 none;
}

h1 {
	color:#333399;
	font-size:1.2em;
}

h2 {
	font-size:1em;
}

h3 {
	font-size:0.9em;
}

.inset {
	margin:20px 0 20px 20px;
}

.mainpage {
	background-color:#ffffff;
	-moz-box-shadow: 0 -10px 15px lightgray;
	-webkit-box-shadow: 0 -10px 15px lightgray;
	box-shadow: 0 -10px 15px lightgray;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:20px;
	width: 100%;
	max-width:800px;
	margin:0 auto;
	text-align:justify;
}

.content{
	margin-left:160px;
	padding-top:10px;
}

.cnt_bottom{
	background-image:url("images/content_bt.png");
	background-repeat:repeat-x;
	background-size:1px 20px;
	max-width:800px;
	height:20px;
	margin:0 auto;
}

.img_tw{
	background-image:url("images/tw.jpg");
	background-repeat:no-repeat;
	background-size:200px 300px;
	height:300px;
	width:200px;
	float:right;
	margin:30px 0 0 10px;
}

.vcard {
	font-size:0.9em;
	margin-left:20px;
	line-height:1.15;
}

.vcard a {
	color:inherit;
}

.vcard span {
	display:inline-block;
	width:35px;
}

.vcard.space span {
	width:40px;
}

.vcard.multispace span {
	width:70px;
}

.rightCont {
	float:right;
	width:60%;
	font-size:0.9em;
	text-align:left;
}

.rightCont ul {
	list-style:outside url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAFElEQVQI12NgoD5gZGBI+88wUAAA q9gBZ1iAZ9wAAAAASUVORK5CYII=") square;
	margin:0;
	padding-left:12px;
}

.sec_img {
	display:none;
}

.clear{
	clear:both;
	height:16px;
}

.clear.nospace {
	height:0px;
}

.ft_right{
	text-align:right;
	margin-top:25px;
}

@media screen and (max-width: 700px) {
	.rightCont {
		float:none;
		width:inherit;
		font-size:0.9em;
		text-align:inherit;
		margin-left:20px;
	}
	
	.rightCont ul {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 360px) {
	.rightCont {
		text-align:left;
	}
}

@media screen and (max-width: 400px) {
	.sec_img {
		display:block !important;
		margin:0 0 10px 0;
		width:100%;
		background-position:right;
	}
	.img_tw{
		display:none;
	}
}
