@charset "UTF-8";
/* 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: #333;
	cursor:default;
}
/* for WinIE6*/

* html body {
	letter-spacing: 1px;
	font-size: 75%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	text-autospace: ideograph-alpha;
	text-autospace: ideograph-numeric;
}
* 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;
}
img.thinFrame {
	border: 1px solid #999;
}
a img.thinFrame {
	border: 1px solid #ccc;
}
a:hover img.thinFrame {
	border: 1px solid #093;
}
img.shadow {
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;
} 
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;
}
/* 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 1px;
	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: "Menlo", "Consolas", "Courier New", monospace;
}
pre {
	clear: both;
	border: 3px solid #E6E4E1;
	background: #f9f0f0;
	white-space: pre;
	overflow: auto;
	font-family: "Menlo", "Consolas", "Courier New", monospace;
	padding: 10px;
	margin: 10px 0px 20px;
}
/* blockquote
-------------------------------------------------------------*/

blockquote {
	background: #efefef;
	padding: 10px 20px 10px 50px;
	margin: 1em 0px;
	background: #efefef url(http://swwwitch.com/images/quote_a.gif) no-repeat 10px 10px;
}
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: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 7px;
}
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;
}

