@charset "UTF-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe, legend {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:0;
}

a{
	color:#4E95B1;
	outline:0;
}
a:hover{
	outline:0;
	color: #33CCFF;
	text-decoration: underline;
}


div.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	float: none;
}

.attention{
	color: #990000;
}

.caution{
	color: #00A0C6;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*body*/

body {
	font-size:12px;
	height:100%;
	color:#333;
	line-height: 1.5;
	background-color: #000000;
}

/*container*/

div#container {
	width:1038px;
	height:100%;
	overflow:visible;
	margin: 0px auto;
	padding: 0px;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/



/*wrapper*/

div#wrapper {
	width:1038px;
	overflow:visible;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#wrapper {
    height: 1em;
    overflow: visible;
}
/**/
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 30px;
}

#left {
	padding: 0px 16px;
	float: left;
}

#left ul{
	width: 320px;
}

#left ul li{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

#right{
	float: right;
}

#right #link{
	background-image: url(img/qr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 279px;
	width: 668px;
	margin-bottom: 15px;
}

#right #link dl{
	margin: 0px 0px 0px 329px;
	color: #FFFFFF;
	padding-top: 14px;
}


#right #link dl dt{
	font-size: 14px;
	font-weight: bold;
}


#right #link dl dd{
	margin-bottom: 5px;
	font-size: 14px;
}


#right #link dl dd a{
	color: #FFCC00;
	text-decoration: none;
}

