@charset "UTF-8"


/* --------------------------------------------------------------------------------------
 基本
--------------------------------------------------------------------------------------- */


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0;
	background: #000;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/* 基本フォント -------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 1.75em;
	word-spacing: 0.1em;
	/*letter-spacing: 0.04em;*/
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #036;
}
a:visited {
	color: #336;
}
a:hover {
	color: #36C;
	text-decoration: underline;
}
a:active {
	color: #9EC068;
}


/* --------------------------------------------------------------------------------------
layout
--------------------------------------------------------------------------------------- */

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#main {
	height: 900px;
	background-image:  url(../images/concept/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


#left {
    float: left;
	width: 380px;
}

#title {
	width: 370px;
	margin: 45px 0px 30px 10px;
}

#right {
	float:left; 
	width: 483px;
	margin: 12px 0px 0px 25px;
}

#footer {
	width: 900px;
	height: 30px;
	margin: 5px auto 10px;
	text-align: right;
	font-size: 10px;
	line-height: 1.3em;
}


/* banner -------------------- */

ul.banner {
	width: 205px;
	margin-top: 0px;
}

ul.banner img {	vertical-align: top;
}

ul.banner li {
	margin: 8px 0px 0px 0px;
}



/* country -------------------- */

ul.country {
	float: right;
	margin: 0px 0px 0px 0px;
}

ul.country img {
	vertical-align: top;
}

ul.country li {
	margin: 0px 0px 0px 0px;
	float: left;
}


/* text -------------------- */

#text {
	float: right;
	width: 430px;
	margin: 20px 0 0;
}

#text2 {
	width: 888px;
	margin: 10px auto 0px;
	padding: 6px;
	font-size: 10px;
	line-height: 1.3em;
	border: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #161616;
}