@charset "UTF-8";
/* sw basic styles */

/* keep scrollbar visible
-------------------------------------------------------------*/

html {
	overflow-y:scroll;
	margin-bottom:1px;
　/*　Opera　*/
}
/* font style
-------------------------------------------------------------*/

body {
	font-size: 14px;
	font-family:"Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
	line-height:1.5;
	color: #454545;
	cursor:default;
}
/* for WinIE6*/

* html body {
	letter-spacing: 1px;
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
}
* html td, * html th {
	font-size: 100%;
	line-height:1.5;
}
/* for WinIE7*/

*:first-child+html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* heading style
-------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
	color: #000;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 1em 0 0.5em;
	line-height: 1.2;
}
/* paragraph
-------------------------------------------------------------*/

p {
	word-break: normal; /* for Safari */
	line-break: strict; /* for IE */
}
/* hide
-------------------------------------------------------------*/

hr {
	display: none;
}
.hide {
	display: none;
}
/* link style 
------------------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	background-color: transparent;
}
a:visited {
	text-decoration: underline;
	background-color: transparent;
}
a:hover, a:visited:hover {
	text-decoration: none;
}
/* images
-------------------------------------------------------------*/

img {
	border: none;
	-ms-interpolation-mode: bicubic; /* for IE*/
}
a:hover img {
	background-color: transparent;
	text-decoration: none;
	border: none;
}
img.btn { /* for yuga.js while using DW */
}
a:hover, a:visited:hover {
	background-color: transparent;
}
img.left, img.mt-image-left {
	float: left;
	margin: 0px 20px 10px 0px;
}
img.right, img.mt-image-right {
	float: right;
	margin: 0px 0px 10px 20px;
}
img.picFrame {
	background: #fff;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow:2px 2px 4px #bbb;
	-moz-box-shadow:2px 2px 4px #bbb;
	box-shadow:2px 2px 4px #bbb;
}
a:hover img.picFrame {
	border: 1px solid #333;
}
a img.thinFrame {
	border: 1px solid #ccc;
}
a:hover img.thinFrame {
	border: 1px solid #093;
}
img.shadow {
	-webkit-box-shadow:1px 1px 4px #ccc;
} /* only for Safari */
img.tb {
	border-top: 1px dashed #666;
}
img.rb {
	border-right: 1px dashed #666;
}
img.bb {
	border-bottom: 1px dashed #666;
}
img.lb {
	border-left: 1px dashed #666;
}
/* ie7 img
*:first-child+html img {
	vertical-align: bottom;
}
*:first-child+html li {
	line-height:0;
	font-size:1%;
	margin-bottom:2px;
}
*:first-child+html li a {
	line-height:normal;
}
*/
/* align module
------------------------------------------------------------*/

p.left {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
/*  reset style
-------------------------------------------------------------*/

strong, em {
	color: #000;
	font-weight: bold;
	font-style: normal;
}
del {
	color: #CCC;
	font-weight: normal;
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
address {
	font-style: normal;
}
abbr {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
textarea {
	overflow:auto;
}
/* table
-------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 1em 0px;
	margin-left: 1px;
　/* for Firefox*/
 border-spacing: 0;
}
* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse: collapse;
}
th, td {
	padding: 3px 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
th {
	font-weight: bold;
	text-align: left;
	background: #f9f9f9;
	white-space: nowrap;
}
/* table without border */

table.noborder {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 0px none;
	border-left: 0px none;
	margin: 1em 0px;
	margin-left: 1px;
　/* for Firefox*/
 border-spacing: 0;
}
* html table.noborder {
	border-collapse:collapse;
}
*:first-child+html table.noborder {
	border-collapse: collapse;
}
.noborder th, .noborder td {
	padding: 3px 6px;
	border-right: 0px none;
	border-bottom: 0px none;
}
.noborderth {
	font-weight: bold;
	text-align: left;
	background: #f9f9f9;
	white-space: nowrap;
}
table.center th, table.center td {
	text-align:center;
}
/* dl
-------------------------------------------------------------*/

dl {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
dl dt {
	font-weight: bold;
	color:#121212;
	margin-top: 20px;
	padding: 0px;
}
dl dd {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
/* mt */

p.entry-footer, .asset-footer {
	padding:10px 0px;
	border-top: 1px dotted #ccc;
	clear: both;
	text-align: right;
	margin: 0px;
}
span.separator {
	margin: 0 5px;
}
/* input
-------------------------------------------------------------*/

input, textarea, select {
	font-size: 1em;
}
input#search {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	width: 165px;
}
input#search:focus {
	color: #333333;
	background-color: #FFFFCC;
}
/*
input:hover {
	border: 1px solid #fc0;
	padding: 2px;
	margin-bottom: 5px;
}
*/
/* code
-------------------------------------------------------------*/


code {
	color: rgb(179, 45, 71);
	color: rgba(179, 45, 71, .75);
	background-color: #efefef;
	background-color: rgba(240, 240, 240, .75);
	padding: 3px 5px;
	font-family: "Courier New", Courier, mono;
}
pre {
	clear: both;
	border: 3px solid #E6E4E1;
	background: #f9f0f0;
	white-space: pre;
	overflow: auto;
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	padding: 10px;
	margin: 10px 0px 20px;
}
/* blockquote
-------------------------------------------------------------*/

blockquote {
	padding: 10px 20px 10px 50px;
	margin: 1em 0px;
	background: #efefef url(http://swwwitch.com/images/quote_a.gif) no-repeat 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
blockquote p {
}
/* btn-like style
-------------------------------------------------------------*/

p.readMore, p.entry-more-link {
	text-align: right;
}
p.applyform {
	text-align: center;
}
p.readMore a, p.entry-more-link a, p.applyform a {
	background-color: #f9f9f9;
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-left: 7px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
	/*	text-shadow: 1px 1px 0 #fff; */
}
p.applyform a {
	padding: 10px 16px;
	color: #FFF;
	background-color: #F33;
	border-color: #F33;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.readMore a:hover, p.entry-more-link a:hover, p.applyform a:hover {
	background: #093 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #093;
}
* html p.readMore a:hover, * html p.entry-more-link a:hover, * html p.applyform a:hover {
	background: #093 none;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #093;
}
/* bullet-list */

/* subArea */

ul.bullet-list {
	margin: 20px 0px 30px 10px;
	padding: 0px;
}
ul.bullet-list li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.3;
	margin-bottom: 2px;
}
ul.bullet-list li a {
	text-decoration: none;
	color: #333;
	background: transparent url(http://cssnite.jp/images/bullet_04.gif) no-repeat 12px 9px;
	display: block;
	padding: 4px 5px 4px 20px;
}
* html ul.bullet-list li a {
	width: 180px; /* ie 6*/
}
/* input url*/

input.selecturl {
	font-family: "Courier New", Courier, monospace;
	width: 100%;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* basic styles
------------------------------------------------------------*/

/* basic styles */

body {
	line-height: 1.7;
	color: #454545;
	margin: 0px;
	padding: 0px;
	background: #F4F2EC;
}
body.ginza {
	border-top: 7px solid #0F9C05;
}
body#b-shift2 {
	background: #CCC url(http://cssnite.jp/images/shift2-body-bg.jpg) repeat-y center top;
}
/* for Mac*/

body {
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
}
/* link style 
------------------------------------------------------------*/

a:link {
	color: #666;
	background-color: transparent;
}
a:visited {
	color: #605751;
	background-color: transparent;
}
a:hover, a:visited:hover {
	color: #FFFFFF;
	background: #756355;
}
img.dim {
	opacity: 0.3; /* CSS3で追加予定のプロパティ */
	filter: alpha(opacity=30); /* IEの独自実装機能 */
}
/* images + float
-------------------------------------------------------------*/

* html img.picFrame {
}
/**/

h1, h2, h3, h4, h5, h6 {
	color: #121212;
	font-size: 100%;
}
h1 {
	margin-top: 0px;
}
h2 {
	font-size: 144%;
	color: #333;
	margin-top: 20px;
}
body#b-home h2 {
	padding-top: 0px;
}
h3 {
	margin-top: 1.5em;
	font-size: 116%;
}
p {
	margin: 0.5em 0px 1em;
}
/* layout */
/* content = subArea(left) + main(right) */
 
#container {
	width: 938px;
	margin: 0px auto;
	text-align: left;
	background: #FFF url(http://cssnite.jp/images/sidebar-bg-osaka.jpg) no-repeat 0px 110px;
	border-right: 1px solid #0F9C05;
	border-left: 1px solid #0F9C05;
	position: relative;
	-webkit-box-shadow:0px 0px 8px #ccc;
	-moz-box-shadow:0px 0px 8px #ccc;
	box-shadow:0px 0px 8px #ccc;
}
body.ginza #container {
	border-bottom: 1px solid #0F9C05;
	margin-bottom: 30px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-lef-radius: 5px;
}
#content {
	position: relative;
	padding-top: 5px;
}
* html #content {
	height: 1000px;
}
#subArea {
	width: 220px;
	margin-left: 20px;
	float: left;
	background: transparent;
}
* html #subArea {
	display: inline;
	background: transparent;
}
#main {
	width: 640px;
	padding-bottom: 20px;
	margin: 0px 0px 0px 280px;
}
/* banner */

#banner, header {
	height: 140px;
	background: url(http://cssnite.jp//images/osaka-header-bg.png) repeat-x;
}
#banner h1#banner-header, header h1#banner-header {
	position: absolute;
	left: 6px;
	top: 0px;
}
#banner p#apply_btn, header p#apply_btn {
	position: absolute;
	top: 10px;
	right: 20px;
}
#banner p#apply_btn a:hover, header p#apply_btn a:hover {
	background-color: transparent;
}
#banner p#apply_btn a:hover img, header p#apply_btn a:hover img {
	background-color: transparent;
}
#banner p#banner-description, header p#banner-description {
	margin-top: 20px;
}
* html #banner p#banner-description, *:first-child+html #banner p#banner-description {
	margin-top: 40px;
}
body.ginza div#banner {
	position: relative;
}
body.ginza div#banner-content {
	left: 280px;
	width: 640px;
	position: absolute;
	bottom: 20px;
}
/* btn */

p.applyform a {
	color: #fff;
	border-color: #f30;
	background: #f30 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
	margin-bottom: 0px;
}
* html p.applyform a {
	border-color: #f30;
	background: #f30 none;
}
p.applyform#applyBtn a {
	color: #fff;
	border-color: #f30;
	background: #f30 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
}
p.applyform#applyBtn a:hover {
	color: #fff;
	border-color: #009C00;
	background: #009C00 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
}
p.readMore a:hover, p.entry-more-link a:hover, p.applyform a:hover {
	background: #009C00 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
	color: #fff;
	border-color: #009C00;
}
/* global nav */

ul#globalNav {
	list-style: none;
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: 97%;
	margin-bottom: -1px;
}
ul#globalNav li {
	list-style: none;
	float: left;
	padding: 0 3px 0px;
}
ul#globalNav li a {
	text-decoration: none;
	display: block;
	padding: 0.5em 10px;
	color: #999999;
}
ul#globalNav li a:hover {
	color: #FFFFFF;
	background: #1578C3;
}
/* main */

body.ginza #main h2 {
	color: #fff;
	margin-top: 30px;
	background: #0F9C05;
	padding: 4px 3px 4px 10px;
	font-size: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body.ginza #main h2#outline {
	margin-top: 0;
}
#main ul {
	padding: 0px;
	margin: 1em 0px 1em 20px;
}
#main p {
	margin-left: 1em;
	margin-right: 1em;
}
#main ul li {
	list-style: none;
	margin: 0px;
	background: url(../images/bullet_04.gif) no-repeat 0px 8px;
	padding: 0px 0px 0px 8px;
}
#main ul ul {
	margin: 0px;
}
#main ul ul li {
	background: url(none);
}
#main dl.eventInfo {
}
#main dl.eventInfo dt {
	clear: left;
	float: left;
	width: 6em;
	margin: 0px;
	padding: 0px;
}
#main dl.eventInfo dd {
	margin: 0px 0px 10px 0em;
	padding: 0px 0px 0px 6px;
}
iframe {
	overflow: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
small {
	margin: 20px;
	overflow: auto;
}
div.lp-session {
	margin: 0px 0px 20px;
	padding: 20px;
	background: #DDEADD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
* html div.lp-session {
}
div.lp-session h3 {
	font-size: 122%;
	margin-top: 0px;
}
* html div.lp-session h3 {
	font-size: medium;
}
div.lp-session p.sessionID {
	color: #0071BF;
	float: right;
	font: italic bold 200% Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 20px;
}
div.profile {
	background: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:auto;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
}
div.profile h3, div.profile h4 {
	font-size: 122%;
}
span.furigana {
	font-size: 75%;
	font-weight: normal;
}
a.tw {
	font-weight: normal;
	color: #FFF;
	background: #dededf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 3px 5px;
}
#subArea h1 {
	border-left: 6px solid #06F;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* subArea */

#subArea ul {
	margin: 20px 0px 30px 4px;
	padding: 0px;
}
#subArea ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.3;
	margin-bottom: 2px;
}
#subArea ul li a {
	text-decoration: none;
	color: #333;
	background: transparent url(http://cssnite.jp/images/bullet_04.gif) no-repeat 6px 9px;
	display: block;
	padding: 4px 5px 4px 15px;
}

#subArea ul li a:hover {
	border-radius: 3px;
}

/* ie 6*/

* html #subArea ul li a {
	width: 180px
}
#subArea ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F9C05;
	background-image: url(http://cssnite.jp/images/bullet_02.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
}
#subArea ul ul li a {
	padding-left: 20px;
	background-position: 12px 9px;
}
#subArea ul ul li a:hover {
	padding-left: 20px;
	background-position: 12px 8px;
}
#subArea p#noticeRSS {
	margin-top: 50px;
}
#subArea p#noticeRSS a {
	text-decoration: none;
	display: block;
	border: 1px dotted #777;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	background: #fff;
}
#subArea p#noticeRSS img {
	margin-bottom: 10px;
	background-color: transparent;
}
#subArea p#noticeRSS a:hover {
	text-decoration: none;
	display: block;
	border: 1px solid #06F;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	background: #06F;
	color: #fff;
}
/* banner */

div.appendix {
	background: #efefef;
	padding: 5px 15px 15px;
}
input.selecturl {
	font-family: "Courier New", Courier, monospace;
	width: 98%;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* main news*/

div.entry {
	margin-bottom: 20px;
	padding: 0;
	border: 1px solid #06F;
}
div.entry-body {
	padding: 0px 15px;
}
h3.entry-header {
	margin: 0 0 0.7em;
	color: #FFFFFF;
	background: #06F;
	padding: 10px;
	font-size: 100%;
	line-height: 1.2;
}
h3.entry-header a {
	margin: 0 0 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 122%;
	line-height: 1.1;
}
* html h3.entry-header a {
	font-size: medium;
}
h3.entry-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: transparent;
}
p.entry-footer {
	border-top: 1px solid #999999;
}
/* back to pagetop
------------------------------------------------*/

#footer, footer {
	border-top: 1px solid #ccc;
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat center bottom;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#pagetop {
	clear: both;
	border-top: 1px solid #ccc;
}
#pagetop p {
	text-align: right;
	margin: 0px;
}
#pagetop p a {
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 0px;
	background: #efefef;
}
* html #pagetop p a {
	display: block;
	width: 910px;
}
#pagetop p a:hover {
	color: #FFFFFF;
	background: #8A7C72;
}
/* footer sponsor banner */

#footer ul, footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer ul li, footer ul li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
/*#footer ul li a {
	border: 1px solid #FFFFFF;
}
*/
#footer ul li img, footer ul li img {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 3px;
}
/* faq */

#main dl.faqList {
	margin: 010px 0px 0px;
	padding: 0px;
}
#main dl.faqList dt {
	background: url(http://cssnite.jp/images/bullet_04.gif) no-repeat 12px 8px;
	margin: 15px 0px 0px;
	padding-left: 20px;
}
#main dl.faqList dd {
	margin-left: 20px;
}
a:hover strong {
	color: #FFFFFF;
}
div.testimonials {
	margin-top: 10px;
}
div.testimonials.firstChild {
	border-top: 0px none;
}
div.testimonials h3 {
	font-size: 133%;
}
div.testimonials blockquote {
	margin: 0px 0px 0px 1em;
}
div.appendix p {
	margin-bottom: 0px;
}
p.floatRight {
	float: right;
	width: 175px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 90%;
}
p.floatRight a {
	text-decoration: none;
}
p.floatRight a:hover {
	text-decoration: underline;
}
p.center {
	text-align: center;
}
ol#navMap {
	line-height: 1.4;
}
ol#navMap img {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
img.bordered {
	border: 1px solid #CCCCCC;
}
table.price th {
	text-align: right;
}
table.price th.books {
	text-align: center;
}
table.price td {
	text-align: right;
	padding-right:15px;
}
div.specialNotice {
	color: #FFFFFF;
	background: #06F;
	margin-top: 20px;
	padding: 5px 20px;
	margin-bottom: 10px;
}
div.specialNotice a, div.specialNotice a:visited {
	color: #FFF;
	text-decoration: underline;
	background: #06F;
}
div.specialNotice a:hover {
	color: #1773BC;
	text-decoration: none;
	background: #FFF;
}
#movable2 {
	background-color:#f5faf1;
	border:8px solid #d8edc9;
	padding:8px;
	height:150px;
}
#subArea div.module {
	padding: 4px 17px 0px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url(http://cssnite.jp/images/sidebox-bg.png) no-repeat center 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subArea h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#main ul ul#banners {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#main ul ul#banners li {
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer address, footer address {
	text-align: center;
	margin-top: 10px;
	color: #FFF;
	background: #333;
	padding: 15px;
}
#footer ul, footer ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
#footer ul li a:hover, footer ul li a:hover {
	background: #FFF;
}
#main table.bordered {
	margin-left: 20px;
}
#main table.bordered th {
	text-align: left;
}
#main div.lp-session p {
	margin-left: 0px;
}
#subArea div.module h2 {
	margin-top: 0px;
	padding-top: 10px;
}
* html img.picFrame {
	height: 120px;
	width: 120px;
}
/**/

body#b-shift2 #subArea ul#sponsorList {
	margin: 60px 0px 0px;
	padding: 0px;
}
body#b-shift2 #subArea ul#sponsorList li {
	margin-bottom: 20px;
}
body#b-shift2 #subArea ul#sponsorList li a {
	background-image: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body#b-shift2 #subArea ul#sponsorList li a:hover {
	background-color: #fff;
}
/**/


ul#sponsorList li a {
	padding: 0px;
	background: url(none);
	border: 3px solid #fff;
	width: 200px;
	height: 100px;
}
ul#sponsorList li a:hover {
	border: 3px solid #009C00;
}
#main div.spBox {
	border: 1px solid #CCC;
	padding: 0px 10px;
	margin: 10px 0px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main div.spBox form {
	margin-left: 50px;
	margin-bottom: 30px;
}
div.lp-session {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 20px;
	margin-bottom: 20px;
}
/* btn top */

p#apply_btn a {
	background: #FA4517 url(http://swwwitch.com/images/btn_bg.png) no-repeat center top;
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border: 1px solid #FA4517;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
#banner p#apply_btn a:hover {
	background-color: #093;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #093;
}
* html p#apply_btn a:hover {
	background-color: #093;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #093;
}

@import url(http://cssnite.jp/css/twttrFloatTip.css);#kawacoco {
	margin-bottom: 15px;
}

