<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* shinkon cp css document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

html{
	background:url(../img/bg_html.gif) repeat;
}	
	
body {
	width:100%;
	font:13px/1.231 fontfamily;
	font-size: 81.25%\9; /* for IE8 */
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/bg_body.gif) repeat-x;
}
table {
	font-size: inherit; /*for modern browser*/
}
pre, code, kbd, samp,tt {
	font-family: monospace;
	*font-size: 108%; /*for Win IE */
	line-height: 100%;
}

img{
	border:none;
}

li{
	list-style:none;
}

a{color:#FFF; text-decoration:none;}
a:hover{text-decoration:underline;}

div#wrap{
	width:100%;
	height:100%;
	margin:0 auto;
	padding-top:35px;
	background:url(../img/bg_wrap.png) no-repeat center top;
	text-align:center;
}

div#wrap p{
	margin:10px auto;
	line-height:1.4;
}

/*---------------------
header
--------------------*/
div#header{
	width:900px;
	height:390px; 
	margin:0 auto;
	position:relative;
}

h1{
	position:absolute;
	top:150px;
	left:205px;
	z-index:999;
}
/*---------------------
content
--------------------*/
div#content{
	width:920px; 
	margin:0px auto 0px; 
	background:url(../img/bg_contenttop.png) no-repeat; 
	padding-top:15px;
	
}
div#content-bottom{
	background:url(../img/bg_contentbottom.png) no-repeat bottom center; 
	padding-bottom:15px;
}
div#content-middle{
	background:url(../img/bg_contentmiddle.png) repeat-y; 
	padding:1px;
}

div#about{
	width:790px;
	margin:15px auto 10px;
	background:url(../img/bg_text.gif) no-repeat center top;
}

div#about p{
	background:url(../img/bg_text.gif) no-repeat center bottom;
	padding:10px 0px;
	font-size:112%;
}


div#country{
	margin:25px 0px;
}

/*---------------------
copyright
--------------------*/
div#copyright{
	width:100%;
	margin:0 auto;
	padding:10px 0px;
	text-align:center;
	color:#FFF;
}


/*---------------------
slide
--------------------*/

.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
margin-top:46px;
	height: 8px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 12px;
	width: 12px;
}
.blueberry .pager li a {
	margin:5px 3px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: url(../img/bt_deactive.gif) no-repeat;
	text-indent: -9999px;

}
.blueberry .pager li.active a span { background:url(../img/bt_active.gif) no-repeat; }
</pre></body></html>