@charset "UTF-8";
/*----- reset -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
line-height:1.8;
}

a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
:focus {
outline: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
margin-bottom: .75em;
}
h1, h2, h3, h4, h5, h6 {
font-family: "メイリオ",osaka;
}
blockquote, ol, ul {
margin-left: 30px;
}
blockquote, dl {
margin-left: 10px;
}
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

body {
line-height: 1.4;
color: black;
background: white;
letter-spacing:0.1em;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* For modern browsers */
.clearfix:before, .cf:after {
     content:"";
     display:table;
 }
.clearfix:after {
     clear:both;
 }
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
     zoom:1;
 }










/*----- common -----*/

body {
margin: 0;
padding: 0;
font-family: arial;
font-size: 62.5%;
color: #333;
background: url("http://ingwer-design.com/lab/img/kabe.gif") repeat-x scroll 0 0 #FFF;
}

#container {
width: 960px;
margin: 0 auto;
padding: 0;
position: relative;
}
div.pagetop {
text-align:center;
clear: both;
margin:40px 0 40px;
}
div.pagetop a{
display:block;
-moz-border-radius:4px 4px 4px 4px;
background:#E0E0E0;
color:#666;
padding:3px 0;
}
div.pagetop a:hover {
background:#CCCCCC;
color:#444;
text-decoration:none;
}

.id_table {
border:1px solid #AAA;
margin: 10px;
}

.id_table th {
padding: 3px 10px;
background: url("img/table_bg.gif") repeat scroll left top transparent;
text-align:center;
border:1px solid #AAA;
font-weight:700;
}
.id_table td {
padding: 3px 10px;
background-color: #FFF;
text-align:left;
border:1px solid #AAA;
}

/*----- header -----*/
#header {
margin: 0 50px;
padding: 95px 0 80px;
line-height: 1.3;
letter-spacing:0.2em;
}
#header h1 {
font-size: 2em;
letter-spacing:0;
margin-bottom: 0.2em;
font-family: georgia;
}
#header h1 a {
color: #222;
}
#header h1 a:hover {
color: #059;
text-decoration:none;
}
#header h1 a span {
font-size:87%;
letter-spacing:0.2em;
text-decoration:none;
}

#header h2 {
font-size: 1em;
color: #aaa;
display: inline;
letter-spacing:0.2em;
padding:2px 2px;
font-family: georgia;
}

/*----- navi -----*/
#navi {
position: absolute;
z-index: 100;
right: 50px;
top: 20px;
}
#navi ul {
list-style:none;
}
#navi li {
float: left;
margin-left: 3px;
font-size:1.1em;
}
#navi li a {
background: #E0E0E0;
display: block;
color: #666;
padding: 3px 10px 4px;
text-decoration: none;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
#navi li a:hover {
background: #f2f2f2;
color: #444;
}
/*----- content -----*/
#content {
font-size: 1.4em;
line-height: 1.4;
padding: 0 50px;
}

#content div.alpha {
clear: both;
}
#content div.beta1 {
float:left;
margin:0 0 40px;
width:500px;
}
#content div.beta2 {
float:right;
margin:0 0 40px;
width:300px;
}

#content div.alpha div.beta1 {
float:left;
margin:0 0 40px;
width:400px;
}
#content div.alpha div.beta2 {
float:right;
margin:0 0 40px;
width:400px;
}



#content h1 {
font-size: 32px;
text-indent: 3px;
border-bottom: 4px double #CCCCCC;
border-top: 4px double #CCCCCC;
position:relative;
padding: 5px 5px 0;
margin-top:23px;
}

#content h2 {
clear:both;
position:relative;
background-color: #333333;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF;
font-weight: 700;
margin: 40px 0 20px;
padding: 3px 10px;
}

#content h3 {
font-size: 140%;
font-weight: 700;
margin: 40px 10px 0;
}

#content h4 {
background-color: #708090;
border-radius: 4px 4px 4px 4px;
color: #FFF;
font-weight: 700;
margin: 40px 0 20px;
padding: 3px 10px;
}

#content h2.top, h3.top, h4.top {
margin: 0 0 20px !important;
}
#content p {
padding: 3px 10px;
}
#content div.search_main {
margin-left:10px;
}
#content div.search_main input[type="submit"] {
width: 4em;
}

/*----- search -----*/
#content h1 a:hover {
text-decoration:none;
}
#content div.search-results {
margin:0 10px 15px;
}
#content p.no-search {
height:100px;
}
.search {
  display: none;
}

/*----- works -----*/
#content ul.works {
clear: both;
margin-left:0;
}
#content ul.works li {
float: left;
margin: 10px 0 10px 35px;
text-align: center;
}

#content div.koe {
float:left;
padding:10px 0;
border-bottom:1px solid #CCC;
}
#content div.koe img {
border:1px solid #CCC;
padding:5px;
margin:7px 10px 10px 0;
float:left;
}
#content div.koe p {
padding:3px 0;
}
#content div.works_site {
clear:both;
padding:20px 0;
border-top:1px solid #CCC;
}
#content div.works_site_top {
clear:both;
padding:10px 0;
}
#content div.works_site img,
#content div.works_site_top img {
float:left;
padding:0 10px 20px 0;
}

#content ul.works_pkg {
margin-left: 15px;
padding-top: 10px;
}
#content ul.works_pkg li {
text-indent:-9999px;
width:271px;
}
#content ul.works_pkg li ul {
margin-bottom: 10px;
}
#content ul.works_pkg li ul li {
background: none repeat scroll 0 0 #708090;
border: 1px solid #CCCCCC;
color: #FFFFFF;
font-family: "メイリオ",osaka;
margin: 5px 0;
padding: 0 10px;
text-indent: 0;
width: 195px;
border-radius: 4px 4px 4px 4px;
}

#content ul.works_pkg li a {
display:block;
text-indent:-9999px;
width:271px;
margin-bottom: 10px;
}
#content ul.works_pkg li.pkg01 a:hover,
#content ul.works_pkg li.pkg02 a:hover {
background-position:0 -130px;
}
#content ul.works_pkg li.pkg01 a {
background: url(img/pkg01.jpg) no-repeat top left;
height: 115px;
}
#content ul.works_pkg li.pkg02 a {
background: url(img/pkg02.jpg) no-repeat top left;
height: 115px;
}
#content ul.works_pkg li.pkg03 {
background: url(img/pkg03.jpg) no-repeat top left;
height:130px;
}
#content ul.works_pkg li.pkg99 {
background: url(img/pkg99.jpg) no-repeat top left;
height:130px;
}
#content ul.works_pkg li.pkg001 {
background: url(img/pkg001.jpg) no-repeat top left;
height:70px;
}
#content ul.works_pkg li.pkg002 {
background: url(img/pkg002.jpg) no-repeat top left;
height:70px;
}
#content ul.works_pkg li.pkg003 {
background: url(img/pkg003.jpg) no-repeat top left;
height:70px;
}
#content div.works_contact {
border-bottom: 1px dashed #CCCCCC;
padding: 0 0 40px;
text-align: center;
margin-bottom: 20px;
}
#content div.works_contact a {
background: url(img/id_details_bg.png) repeat scroll 0 0 #4488FF;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF;
font-size: 18px;
font-weight: 700;
margin: 5px 0;
padding: 10px 150px;
}
#content div.works_contact a:hover {
background-color: #1166FF;
text-decoration: none;
}

#content h3.mt_title {
font-size:18px;
font-family:"MS UI Gothic";
}

#content div.works_full h3 {
font-size:18px;
font-family:"MS UI Gothic";
margin:10px;
}
#content div.beta2 ul.works {
margin:10px 0;
}
#content div.beta2 ul.works li {
float:none;
margin:20px 0;
}

#content div.price table {
margin-left: 10px;
margin-bottom: 20px;
width: 95%;
}
#content div.price table tr.price_total1 th,
#content div.price table tr.price_total1 td {
border-top:1px solid #888;
padding-top: 10px;
}
#content div.price table tr.price_total1 th,
#content div.price table tr.price_total2 th {
font-weight:700;
}
#content div.price {
clear:both;
padding-top: 5px;
}
#content div.price table td {
text-align:right;
}
#content div.price table td span {
text-decoration:line-through;
}
#content div.price h5 {
margin-left: 10px;
font-weight: 700;
font-family:"MS UI Gothic";
}
#content div.price table td strong {
font-size:140%;
color:#F6C;
}
#content div.paperboy input.domain_btn {
padding:0;
}
#content div.paperboy img {
padding-top:5px;
}
#content table.table_function {
border-collapse: collapse;
}
#content table.table_function th {
background: url("img/table_bg.gif") repeat scroll left top transparent;
border: 1px solid #DDDDDD;
font-weight: 700;
padding: 5px;
}
#content table.table_function td {
border: 1px solid #DDDDDD;
padding: 5px;
}

#content table.table_function td.domain_right {
text-align:center;
}
ul.id_works {
margin-left: 0;
}
.id_works li {
float: left;
padding:15px;
}
.id_works li a {
display:block;
width:181px;
margin-bottom: 20px;
padding-top:200px !important;
}
.id_works li a strong {
color:#333;
}
.id_works li a.id_plan1 {background:url(http://ingwer-design.com/works/img/pkg1.jpg) no-repeat top left;}
.id_works li a.id_plan2 {background:url(http://ingwer-design.com/works/img/pkg2.jpg) no-repeat top left;}
.id_works li a.id_plan3 {background:url(http://ingwer-design.com/works/img/pkg3.jpg) no-repeat top left;}
.id_works li a.id_plan4 {background:url(http://ingwer-design.com/works/img/pkg4.jpg) no-repeat top left;}
.id_works li a:hover {
text-decoration:none;
background-position: -220px 0;
}


/*----- webpage -----*/
#content div.entry-body h2 {
margin-top:40px !important;;
}
#content div.entry-body h3,
#content div.entry-body p.menu {
font-weight:700;
margin-top: 30px;
}
#content span.id_details {
position:absolute;
right:5px;
}
#content span.id_details a {
background: url(img/id_details_bg.png) repeat-x scroll 0 0 #555555;
border: 1px solid #DDDDDD;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
display: block;
font-size: 11px;
font-weight: 400;
margin-top: 2px;
padding: 0 5px;
}

#content span.id_details a:hover {
background-color:#059;
text-decoration: none;
border: 1px solid #FFF;
}

/*----- blog -----*/
#content div.entry-title {
color:#AAA;
position:relative;
}
#content div.entry-title p.prev {
position:absolute;
top:-27px;
left:0px;
font-size:96%;
}
#content div.entry-title p.next {
position:absolute;
top:-27px;
right:0px;
font-size:96%;
}
#content div.entry-title p a {
color:#AAA;
}
#content div.entry-title p a span {
background:#AAA;
color:#FFF;
padding: 0 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#content div.entry-title p a:hover {
color:#666;
text-decoration:none;
}
#content div.entry-title p a:hover span {
background:#777;
color:#FFF;
}

#content div.entry-body {
font-size:14px;
}
#content div.entry-body h3 {
font-weight:700;
margin-top: 30px;
}
#content div.entry-body p.menu,
#content div.entry-body div.menu p {
font-weight:700;
font-size: 140%;
}
#content div.entry-body div.menu dl dt {
margin-top: 10px;
}
#content div.entry-body div.menu dl dd {
border-bottom: 1px dashed #CCCCCC;
padding-bottom: 10px;
}
#content div.entry-body ol,
#content div.entry-bodyul,
#content div.entry-bodydl {
margin-bottom:40px;
}
#content pre,
#content div.entry-body pre {
background:#EEE;
border:4px solid #CCC;
padding:10px;
margin:10px 10px 40px;
}
.syntaxhighlighter{
border-radius: 10px;
}
#content div.entry-body div.lesson,
#content div.entry-more div.lesson {
border: 5px solid #708090;
border-radius: 10px;
}
#content div.entry-body div.lesson h3,
#content div.entry-more div.lesson h3 {
background: none repeat scroll 0 0 #708090;
color: #FFFFFF;
font-size: 16px;
margin: 0 0 10px;
padding: 0 10px 1px;
}
#content div.entry-body pre.cmd,
#content div.entry-more pre.cmd {
background: #000;
color: #fff;
font-size:14px;
font-family: "MS Gothic",monospace;
line-height: 1.3;
white-space: pre-wrap;
letter-spacing: 0;
border-radius: 10px;
}
#content div.entry-body pre.cmd span.hl,
#content div.entry-more pre.cmd span.hl {
background-color: #FFCCCC;
color: #000000;
}
#content div.entry-body pre.cmd strong,
#content div.entry-more pre.cmd strong {
color: #00CC00;
font-size:12px;
font-weight:400;
}

#content div.entry-body ol.inst,
#content div.entry-more ol.inst {
list-style: none;
margin-left: 10px;
margin-right: 10px;
}
#content div.entry-body ol.inst li,
#content div.entry-more ol.inst li {
background: url("http://ingwer-design.com/blog/inst.gif") no-repeat bottom left;
padding-bottom:60px;
}
#content div.entry-body ol.inst li.last,
#content div.entry-more ol.inst li.last {
background: none;
padding-bottom:60px;
}

#content div.entry-body ol.inst li p,
#content div.entry-more ol.inst li p {
background: none repeat scroll 0 0 #CEF;
border-radius: 4px 4px 4px 4px;
border: 3px solid #99CCFF;
margin-left: 20px;
margin-right: 20px;
}

#content div.entry-body h2.kanren,
#content div.entry-more h2.kanren {
background-color:#708090;
}
#content div.entry-body div.caution h3,
#content div.entry-more div.caution h3,
#content div.entry-body div.column h3,
#content div.entry-more div.column h3 {
margin: 20px 10px 0;
}
#content div.entry-body div.caution,
#content div.entry-more div.caution,
#content div.entry-body div.column,
#content div.entry-more div.column {
border-radius: 10px;
margin-bottom: 20px;
}
#content div.entry-body div.column,
#content div.entry-more div.column {
background: url("http://ingwer-design.com/blog/column.gif") no-repeat scroll top right #EFC;
border: 3px solid #6C0;
}
#content div.entry-body div.caution,
#content div.entry-more div.caution {
background: url("http://ingwer-design.com/blog/caution.gif") no-repeat scroll top right #FDE;
border: 3px solid #F69;
}

#content div.asset-footer {
text-align:right;
border-top: 1px dotted #DDDDDD;
padding: 20px 10px 0;
}

#content div.search {
margin-bottom: 40px;
text-align: right;
}

#content ul {
margin-bottom: 40px;
}


#content h1 span {
color: #FFFFFF;
font-size: 13px;
padding: 2px 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: 700;
position:absolute;
top:17px;
right:5px;
}


#content div.widget {
float:left;
width:400px;
border-top: 1px dotted #DDDDDD;
margin: 0;
font-size: 88%;
padding: 10px 0;
}
#content div.kanren {
margin: 0 !important;
}
#content div.ranking {
margin-right: 50px;
width: 390px !important;
}
#content div.last {
margin-left: 20px;
margin-right: 50px;
width: 370px !important;
}
#content div.widget h3 {
font-size: 110%;
font-weight: 700;
padding: 0 0 10px;
text-indent: -10px;
margin-top:10px;
}

/*----- company -----*/
#content dl.id_discription {
margin:10px 0 40px 2%;
float:left;
}
#content dl.id_discription dt {
float:left;
width:14%;
height:40px;
font-weight:700;
background: url("img/table_bg.gif") repeat scroll left top transparent;
border:1px solid #CCC;
padding:4px 1%;
}
#content dl.id_discription dd {
float:left;
width:79%;
height:40px;
border:1px solid #CCC;
padding:4px 1%;
}


/*----- footer -----*/
#footer {
background:none repeat scroll 0 0 #E0E0E0;
clear:both;
font-size:1.1em;
margin:0 auto;
padding:10px 20px 3em;
width:860px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
}
#footer ul { list-style: none; }
#footer ul li {
float: left;
margin-right: 10px;
}
#footer a {
color: #999;
}
#footer a:hover {
color: #059;
}
#footer-inner .footer-list{
margin: 0;
}

a {
color: #059;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
.id_one{
clear: both;
}
.id_two1{
float:left;
margin:0 0 40px;
width:400px;
}



















/*■■ pagination ■■*/
.date-header {
float: left;
text-align: right;
padding: 5px 20px 4px 0;
margin-left: 20px;
border-right: 1px solid #E0E0E0;
width: 128px;
color: #999;
display: none;
}
.content-nav {
text-align: left;
margin: 0 50px 2.5em 50px;
padding: 3px 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #E0E0E0;
color: #999;
}
.content-nav a {
text-decoration: none;
color: #AAA;
}

.content-nav a:hover {
text-decoration: underline;
color: #444;
}
.pager-bottom {
margin-top: 20px;
position: relative;
}








/*■■ Search ■■*/
.search-results-container.no-search-result,
.search-results-container.no-search {
margin: 0 50px 15px;
}



/*■■ utilities ■■*/
.hidden {
display: none;
}





/*■■ .pkg class wraps enclosing block element around inner floated elements ■■*/
.widget ul:after, .pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.widget ul, .pkg { display: inline-block; }






/* no ie mac \*/
* html .widget ul, * html .pkg { height: 1%; }
.widget ul, .pkg {
display: block;
margin-left:0;
}
.widget-archives{
float: left;
width: 41%;
}





/*-----mail-----*/
#mail_preview, #mail_post, input[type="submit"]{
font-size:97%;
width:8em;
cursor:pointer;
margin-right: 1em;
}
label:hover{
cursor:pointer;
color : #666;
}
.id_kakunin{
font-weight:700;
padding-left:10px;
width:80%;
}
.id_textarea{
border-left:2px solid #888;
margin-left: 10px;
}
.id_kakunin p{
line-height:1.4;
}
.id_mailtop{
height:300px;
}
.id_mailerror{
color: red;
}
.id_errorform{
color:red;
}

/*-----input-----*/
input, textarea {
border: 1px solid #CCC;
vertical-align:middle;
font-size:130%;
padding:5px;
}
input:focus, textarea:focus {
outline:1px solid #CFC;
}




/*-----edu-----*/
#content h2.java {
background-color:#696969;
}
#content h2.web {
background-color:#708090;
}


ul.id_edu {
margin-left: 0;
}

ul.id_edu li {
float: left;
padding:2px 5px;
}
ul.id_edu li span {
color:#FFF;
padding:2px 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border:1px solid #CCC;
}
ul.id_edu li span.id_android {
background:#090;
}
ul.id_edu li span.id_html {
background:#3CF;
}
ul.id_edu li span.id_css {
background:#39F;
}
ul.id_edu li span.id_js {
background:#00E;
}
ul.id_edu li span.id_php {
background:#808;
}
ul.id_edu li span.id_sql {
background:#F06;
}
ul.id_edu li span.id_apa {
background:#F03;
}
ul.id_edu li span.id_fire {
background:#F60;
}
ul.id_edu li span.id_dre {
background:#6C0;
}
ul.id_edu li span.id_java {
background:#999;
}
ul.id_edu li span.id_jsp {
background:#666;
}
ul.id_edu li span.id_tom {
background:#903;
}


#content ul.menu span {
color: #FFFFFF;
font-size: 10px;
margin-left: 5px;
padding: 0 3px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border:1px solid #CCC;
}
/* android */
#content span.id_39 {
background:#090;
}
/* Javascript */
#content span.id_10 {
background:#00E;
}
/* Java */
#content span.id_27 {
background:#999;
}
/* HTML+CSS */
#content span.id_14 {
background:#3CF;
}
/* PHP */
#content span.id_38 {
background:#808;
}
/* JSP */
#content span.id_30 {
background:#666;
}
/* MovableType */
#content span.id_31 {
background:#099;
}
/* MySQL */
#content span.id_28 {
background:#F06;
}
/* Software */
#content span.id_40 {
background:#960;
}
/* その他 */
#content span.id_29 {
background:orange;
}

dl.id_edu {
margin-left: 5px;
padding-top:20px;
padding-left: 0;
clear: both;
}


dl.id_edu dt {
float: left;
background: url("img/table_bg.gif") repeat scroll left top transparent;
border:1px solid #CCC;
padding:4px 10px;
font-weight: 700;
}
dl.id_edu dd {
border:1px solid #CCC;
padding:4px 10px;
}




/*----- affiliate -----*/
.id_amazon ul{
margin-left:0;
}

.id_amazon li{
margin-bottom:20px;
text-align: center;
}
.id_amazon img{
border: 1px solid #CCC;
}
.id_amazon img:hover{
border: 1px solid #005599;
}
div #amazoncontent span .price{
display:none !important;
}

#content dl.af dt {
padding-top: 20px;
}
#content dl.af dt img {
margin-bottom: 0 !important;
}

#content dl.af dd{
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}






/*■■■未分類■■■*/
.id_plan{
float:left;
width: 40%;
}
.id_plan h5{
font-size:2em;
}



#beta{
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
margin:0 40px;
padding:0 25px;
background-color: #E0E0E0;
}

/*トップページs3Slider.js用*/

 /* 例1～3 */
 #sliderContent, #slider1Content {
width:320px;
position:absolute;
top:0;
margin-left:0;
 }
 .sliderImage, .slider1Image {
float:left;
position:relative;
display:none;
 }
 /* 例1 */
 #slider,
 #slider1 {
    float:left;
    margin-left:15px;
    margin-right:5px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 170px;
 }
 #slider .sliderImage span,
 #slider1 .slider1Image span  {
position:absolute;
font:10px/15px Arial, Helvetica, sans-serif;
padding:10px;
width:150px;
background-color:#000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
opacity:0.7;
color:#fff;
display:none;
 }

 .clear { clear:both; }
 .sliderImage span strong, .slider1Image span strong { font-size:14px; }
 .top { top:0; left:0; }
 .bottom { bottom:0; left:0; }
 .left { top:0; left:0; width:110px !important; height:200px; }
 .right { right:0; bottom:5px; width:90px !important; height:200px; }

/* トップページアイキャッチ用CSS */
#slideshow { position:relative; width:320px; height:240px; }
#slideshow li { position:absolute; top:0; left:0; z-index:8; }
#slideshow li.active { z-index:10; }
#slideshow li.last-active { z-index:9; }
