@charset "Shift_JIS";

/* |||||  ||||| */

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,blockquote,table,th,td {
	font-size: small;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

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

img {
	border-style: none;
	}



/* ||||| {ݒ ||||| */

body {
	background-color: #FFFFFF;
	background-image : url(../images/bg.gif);
	text-align: center;
	font-size: small;
	color: #000000;
	font-family: Verdana,"lr oSVbN",Osaka,sans-serif;
	margin: 0px auto;
	padding: 0px;
	}

a:link {
	color: #336699;
	}

a:visited {
	color: #336699;
	}

a:hover {
	color: #FF6600;
	}

a:active {
	color: #FF6600;
	}

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.small {
	font-size: 85%;
	}

.bigger {
	font-size: 115%;
	}

.pointA {
	color: #ff6666;
	font-weight: bold;
	}

.pointB {
	color: #339966;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.clr {
	clear: both;
	}

.ptop {
	text-align: right;
	margin: 20px 0px;
	}


/* ||||| CAEg ||||| */

#container {
	width: 840px;
	padding: 5px 25px 10px 25px;
	background-image : url(../images/bg_main.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: left;
	}

#head {
	width: 840px;
	margin: 0px auto 15px auto;
	background-image : url(../images/bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	}

#content {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	}

#foot {
	width: 840px;
	margin: 20px auto 0px auto;
	background-image : url(../images/bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 85%;
	text-align: center;
	}


#sidebar {
	width: 185px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	}

#main {
	width: 640px;
	overflow: hidden;
	}



/* ||||| wb_ ||||| */

#head table {
	border-style: none;
	}

#head table td {
	border-style: none;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	}

#head table td.right {
	text-align: right;
	}

#head h1 {
	width: 450px;
	margin: 0px;
	}

#head p {
	margin-left: 10px;
	text-align: right;
	}






/* ||||| TCho[ ||||| */

#sidebar ul#navi {
	margin: 0px 0px 20px 0px;
	}

#sidebar ul#navi li {
	margin: 0px 0px 5px 0px;
	}

#sidebar #sboxA {
	width: 155px;
	height: 95px;
	padding: 15px;
	overflow: hidden;
	background-image : url(../images/bg_lbox.gif);
	background-repeat: no-repeat;
	text-align: left;
	}

#sidebar #sboxA p {
	line-height: 130%;
	/* font-size: 85%; */
	}

#sidebar #qrcode {
	text-align: center;
	margin: 15px auto;
	}





/* ||||| { ||||| */

#main p,
#main div,
#main table,
#main ul,
#main dl,
#main ol {
	line-height: 140%;
	}

#main table {
	margin: 10px auto;
	}

#main table th {
	background-color: #F5F5F5;
	}

#main table th,
#main table td {
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	}

#main table th.middle,
#main table td.middle {
	vertical-align: middle;
	}

#main table th.right,
#main table td.right {
	text-align: right;
	}

#main table th.center,
#main table td.center {
	text-align: center;
	}

#main table.noborder {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	}

#main table.noborder th,
#main table.noborder td {
	border-style: none;
	text-align: left;
	vertical-align: top;
	}





#main h2 {
	margin: 0px 0px 15px 0px;
	}

#main h3 {
	margin: 0px 0px 15px 0px;
	background-image : url(../images/bg_h3.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding: 10px 50px 0px 10px;
	color: #336699;
	font-weight: bold;
	font-size: 135%;
	lette-spacing: 0.1em;
	}

#main h4 {
	border-left: 5px solid #6699CC;
	border-bottom: 1px dotted #6699CC;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 120%;
	}

#main p {
	margin: 0px 0px 15px 0px;
	}

#main ul {
	margin: 10px 0px 10px 25px;
	list-style-type: disc;
	}

#main ul li {
	list-style-type: disc;
	}

