@charset "utf-8";
body {
	line-height: 1;
	font-size: 1em;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.box {
	color: #000;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #FFF;
	margin: 3px;
/*	border: 1px solid #FFCCFF; */
	border: 1px solid #806;
	padding: 7px;
}
ul li {
	list-style-type: none;
}
.ps {
	font-size: 70%;
	text-align: center;
	margin-bottom: 5px;
	clear: both;
}
.pm {
	font-size: 110%;
	line-height: 1.3em;
}
.mg {
	margin: 10px;
}

.a {
	color: #FFF;
	font-size: 17px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	background-color: #FF6699;
	text-align: center;
}


#download {
	border: 1px solid #EA68A2;
	border-radius: 10px;
	width: 80%;
	text-align: center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f09bc1), to(#ea68a2));
	background: linear-gradient(#f09bc1, #ea68a2);
	color: #FFF;
	margin: 15px auto;
	font-size: 16px;
	clear: both;
}
#download a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

#download2 {
	border: 1px solid #000;
	border-radius: 10px;
	width: 80%;
	text-align: center;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#000));
	background: linear-gradient(#f09bc1, #ea68a2);
	color: #FFF;
	margin: 15px auto;
	font-size: 16px;
	clear: both;
}
#download2 a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}


.waku01 img {
	margin-left: 9%;
	-webkit-box-shadow: 0 0 3px 0 #333; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 3px 0 #333; /* Firefox用 */
	box-shadow: 0 0 3px 0 #333; /* CSS3 */
	border: 1px solid #FFF;
	margin-bottom: 5px;
	margin-right: 9%;
	width: 80%;
}
h3 {
	color: #F00;
	text-align: center;
}

.list1 ul {
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}
.list1 ul li {
	height: auto;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.list1 ul li a {
	color: #333;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 1.2em;
}
.list1 ul li a strong {
	color: #000;
	display: block;
	font-weight: bold;
	/* [disabled]text-shadow: 1px 1px 1px #333;
*/
	font-size: 1.2em;
	margin-bottom: 5px;
	text-align: center;
}
.txt {
	background-color: #FCF;
	/* [disabled]border: 1px solid #999;
*/
	overflow: hidden;
	padding: 10px;
	margin-top: 15px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	font-size:small;
}
.link_01 {
	text-align: right;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc));
	background: linear-gradient(#FFF, #ccc);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EA68A2;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}
ul .link_01 a{
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #F39;
	display: block;
	height: auto;
}

ul .siro {
	background: #fff;
	font-size:large;
}
ul .kuro {
	background: #000;
	color:#FFF;
	font-size:large;
}
.kuro a img {
	float: right;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
}
.siro a img {
	float: left;
	width: 120px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.r {
	text-align: right;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#e5e5e5));
	background: linear-gradient(#FFF, #e5e5e5);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;


}


.r a {
	background-image: url(../image/arrow07.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #333;
	display: block;
	height: auto;
}
