﻿@charset "UTF-8";

/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
   	background:transparent url(../images/bg.gif) center top repeat-y;

/*
    background:#d1f189  left top;
*/
    min-width:960px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

	text-align:center;
	font:13px/1.6 "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	*font-size:small;
	*font:x-small;
}

.red {
	color:#ff3300;
}


#fixed{
	margin:0 auto;
	width:960px;   /* you can use px, em or % */
	text-align:left;
	background-color:#FFFFFF;

	border-top:2px solid #b2e540;
	border-left:1px solid #b2e540;
	border-right:1px solid #b2e540;
	border-bottom:1px solid #b2e540;

}

#head-image{
	clear:both;
	height:190px;
	background-color:#b2e540;

}

a {
	color:#ff6600;
}
a:hover {
	color:#ff8936;
	text-decoration:none;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}

h1{	color:#ff6600; }

h2,h3,h4,h5,h6{	color:#333333; }

h1{ font-size:23px; }
h2{ font-size:16px; }
h3{ font-size:12px; }
h4{ font-size:11px; }
h5{ font-size:10px; }
h6{ font-size:10px; }

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

img {
	margin:0;
	border:none;
}


hr{
	border:none;
	border-bottom:1px dotted #b2e53e;
	height:1px;	
}

table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #b2e540;
	margin-left:auto;
	margin-right:auto;
}
th{
	color:#252;
}

th, td{
	padding:4px;
	border:1px solid #b2e540;

}


input, textarea{
	font-size:13px;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height:80px;
    background-color:#f5ffde;
}


/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	
}
/* 2 column right menu settings */
.rightmenu {
    background:#fff;
   	background:transparent url(../images/img-bottom.gif) left top repeat-x;
	
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-350px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
    float:left;
    width:50%;
    position:relative;
    left:50%;
    padding-bottom:1em;
}
.rightmenu .col1 {
    margin:0 0 0 350px;
	padding:10px 15px;
    overflow:hidden;
   	background:transparent url(../images/img-bottom.gif) left top repeat-x;

}


.rightmenu .col2 {
    float:right;
    width:350px;
    position:relative;
    left:350px;
/*
    background:transparent url(../images/rightcol-bg-top.gif) right top no-repeat;
*/
}

.rightmenu .col2 .rightcol {
	margin-top:10px;
	padding:10px 60px 60px 60px;
/*
   	background:transparent url(../images/rightcol-bg-middle.gif) right top repeat-y;
*/
    width:230px;

}

.rightmenu .col2 .rightcol-bottom {
/*
   	background:transparent url(../images/rightcol-bg-bottom.gif) right bottom no-repeat;
*/
	height:30px;
}


/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	/* border-top:1px solid #000; */
}
#footer p {
    padding:10px;
    margin:0;
}



/* clearfix */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* general */

.right{
	text-align:right;
}

.center{
	text-align:center;
}


hr{
	border:none;
	border-bottom:1px dotted #b2e53e;
	height:1px;	
}

.line-1{
	height:2px;
   	background:transparent url(../images/line-1.gif) right bottom repeat-x;

}

.line-2{
	height:2px;
   	background:transparent url(../images/line-2.gif) right bottom repeat-x;
}

/* key color */

/* green */
.keycolor1{
	color:#b2e540;
}

/* orange */
.keycolor2{
	color:#ff6600;
}

.keycolor3{
	color:#9ee500;
}

.require , .notice{
	color:#ff0000;
}

.error{
	color:#ff0000;
	background-color:#fdf9f9;
}

.bold{
	font-weight:bold;
}

.clear{
	clear:both;
}

.copyright2{
	font-size:10px;
	text-align:right;
}

.note{
	color:#666666;
	background-color:#f3f3f3;
	border:1px solid #cccccc;
	padding:5px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:right;

}

.note img{
	vertical-align:middle;
}

.img-float-l{
	float:left;
	padding-right:5px;
}

.img-float-r{
	float:right;
	padding-left:5px;
}

p.to-top{
	clear:both;
	text-align:right;
	font-size:10px;
}

dl.about{
	padding:10px 20px;
}

dl.about dt{
	font-weight:bold;
	margin-top:10px;
}

dl.about dd{
	font-size:12px;
	color:#333333;
	margin-left:20px;
	margin-top:8px;
	
}


/* footer */

#footer{
	background:transparent url(../images/footer-bg.gif) bottom left repeat-x;
	padding:0px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	height:72px;
}

#footer a{
	color:#ffffff;
}

#footer p.copyright{
    padding:5px 0;
}

#footer ul {
    clear:both;
    width:680px;
    list-style:none;
    margin:10px auto 0px auto;
	padding:0 0 5px 0;
	background:transparent url(../images/line-2.gif) bottom left repeat-x;

}

#footer ul li {
    display:inline;
    list-style:none;
    margin:0;
	padding-left:21px;
	height:21px;
	line-height:21px;
}

#footer ul li.first {
	padding-left:0;
}

/* home */

h2.home-title{
/*
	background:transparent url(../images/icon-app-mini.gif) bottom left no-repeat;
*/
	border-bottom:1px solid #b2e540;
	text-indent:2px;
	font-size:23px;
	background-color:#ffffff !important; 
	color:#ff6600;
}


/* content */


.rightmenu .col1 .content h1{
/*
	background:transparent url(../images/icon-app-mini.gif) bottom left no-repeat;
*/
   	border-bottom:1px solid #b2e540;
   	text-indent:5px;
}

.rightmenu .col1 .content h2{
	background-color:#eaffbd;
	padding:5px 5px 2px 5px;
	margin-bottom:5px;
	border-bottom:1px solid #b2e540;
}


.rightmenu .col1 .content > p{
	padding-left:10px;

}


table.app-list{
 width:95%;
 margin-bottom:5px;
}

table.app-list, table.app-list th, table.app-list td{
 border:none;
}


table.app-list td.icon{
 text-align:center;
 width:120px;
}


table.app-list td.spec{
 border:none;
 padding:5px;
 background-color:#f3f3f3;
 border:1px solid #e0e0e0;
}


.content .app-detail{
	margin-left:5px;
	padding-left:15px;
	border-left:7px solid #eaffbd;
}

.rightmenu .col1 .content h1.release{
	background:transparent url() bottom left no-repeat;
   	border-bottom:1px solid #b2e540;
   	text-indent:0px;
   	font-size:16px;
}

/* release */

.ditto_item, .ditto_item_alt{
  padding:5px 5px 5px 5px;
  background-color:#ffffff;
  border-bottom:1px dotted #b2e540;
}

.ditto_item_alt{
  background-color:#f5ffde;
}

h3.ditto_pageTitle{
  margin:0;
  font-size:12px;
  font-weight:bold;
}

span.ditto_date{
  color:#444444;
  font-size:12px;
  font-weight:bold;
  margin-right:10px;
}

.ditto_introText{
  margin:0px 0px 0px 72px;
  color:#666666;
}

.ditto_detail_link{
  margin-left:75px;
}

/* home */

ul.home-apps{
    list-style:none;
    margin:10px 0 15px 0;
	padding:0;
}

ul.home-apps li{
    display:inline;
    list-style:none;
    margin:0;
    padding:0 6px;
	float:left;
	text-align:center;
}


span.feedicon{
	margin:0 0 0 380px;

}

span.feedicon a {
	padding:0;
	
}

span.blog{
	font-size:12px;
	margin:0 0 0 300px;
	
	
}


.mailto {
	font-size:18px;

}

ul.std_list{
	list-style:none;
	padding:10px;
}

ul.std_list li{
    padding:5px;
    border-bottom:1px dotted #b2e540;
}

ul.std_list li img{
	padding-right:5px;
	vertical-align:middle;
}


dl.std_dl{
	padding:10px 10px 30px 30px;
}

dl.std_dl dt{
    padding:5px;
	margin-top:7px;
}

dl.std_dl dt img{
	padding-right:5px;
	vertical-align:middle;
}

dl.std_dl dd{
	margin-left:5px;
	margin-bottom:7px;
	padding:3px;
    border-bottom:1px dotted #b2e540;
}


p.app-image{
	float:left;

}


/* friend company box  */

div.rightcolbox{
	background-color:#e0f8ab;
	font-size:74%;
	border:1px solid #8ebb2b;
	padding:5px;
	margin:10px 0;
}

div.rightcolbox h2{
	margin-top:0;
}

div.rightcolbox dl{
	margin:0;
}

div.rightcolbox dt{
	text-align:center;
	margin-top:15px;

}

div.rightcolbox dd{
	margin-left:10px;
	margin-right:10px;
}


.ddc-info{
	font-size:11px;
	position:absolute;
	right:15px;
	top:65px;
}


.ddc-box{
	width:104px;
	border:1px solid #cccccc;
	margin: 3px 0px 5px 5px;
	padding:1px;
	text-align:center;
	float:left;
}

.ddc-box p{
	margin:0;
	padding:1px 0 0 0;
	line-height:13px;
}

/* music */
.musich1{

	color:#ff6600;

    margin:.8em 0 .2em 0;
    padding:0;

	font-size:23px;

	background:transparent url(../images/icon-music-mini.gif) bottom left no-repeat;
   	border-bottom:1px solid #b2e540;
   	text-indent:40px;
}

ul.home-musics{
    list-style:none;
    margin:10px 0 15px 0;
	padding:0;
}

ul.home-musics li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 2px;
	text-align:center;
}


#whitetable table, #whitetable tr, #whitetable td{
	border:1px solid #FFFFFF;
	padding:4px;
}




