@charset "utf-8";
/* CSS Document */

/* common css */
*{

	font-size: 100%;
	font-weight: normal;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-style:normal;
	margin: 0px;
	padding:0px;
}

body{
	width: 100%;
	text-align:left;
	color:#333333;
	font-size:13px;
	line-height:1.3em;
	background-color:#ffffff;
}


ul, li{	list-style-type: none; }
img{ border:none; }
b,strong{ font-weight:bold; }

h1{
	color:#ffe4c9;
	font-size:10px;
	text-align:right;
	padding:6px 5px 0 0;
	line-height:10px;
	display:block;
}

h2{ display:block; text-align:left; margin:0 0 40px 0;}
h3{ 
	display:block; 
	border:1px solid #996699; 
	padding:2px 10px; 
	text-align:left; 
	background-color:#e6e6fa; 
	margin:0 0 10px 0;
	font-size:14px;
}

#shadow01{ width:70%; margin:0 auto; background-color:#ffffff; }
#shadow02{ background-image:url(../image/bg.gif); background-repeat:repeat-y; }

#container{ margin: 0 auto; width: 800px; text-align:center; }
#container02{ width: 750px; text-align:center; }

a, a:visited{ color:#0066cc; outline:none; }
a:hover{ color:#0066cc; }

.box{ padding:0 10px; }
.box2{ padding:0 20px; }
.tell{ font-size:16px; color:#ffffff; font-weight:bold; }
.clr{ clear:both; }

.size1{ font-size:18px; }
.size2{ font-size:16px; }
.size3{ font-size:14px; }
.size4{ font-size:12px; }
.size5{ font-size:10px; }
.size6{ font-size:9px; }

.style1{ color:#999999; }
.style2{ color:#996699; }
.style3{ color:#ccccff; }
.style4{ color:#ff0000; }
.style5{ color:#ff9933; }

/* contents */
#contents{
	width: 570px;
	text-align:left;
	padding:0px;
	float:right;
	margin:0px;
}


/**/


/*-- menu --*/

#menu{ width:170px; float:left; text-align:center; }
#menu ul{ width:170px; margin:0 auto; }

#topmenu ul{ width:200px; text-align:center; margin:40px 0 0 0; }
#topmenu li{
	width:160px;
	height:30px;
	text-align:left;
	margin:0px auto;
	padding:0px;
	display:block;	
}

#topmenu li a,
#menu li a,
.menulink a{ color:#999999; }

#menu li{
	width:160px;
	height:26px;
	text-align:left;
	margin:0px auto;
	padding:0px;
	display:block;	
}

#topmenu li.add,
#menu li.add{ 	
	width:160px;
	margin:5px auto;
	padding:0px;
	height:auto;
	background-color:#999999;
}

#flash{
	width:360px;
	background-image:url(../image/flash.gif);
	background-repeat:no-repeat;
	margin:40px 0 0 0;
}
/**/

/*-- main --*/
#main{
	width:570px;
	min-height:700px;
	background-color:#ffffff;
	float:left;
	margin:10px 0 0 0;
	
}
/**/

/*--- main contents --*/

/*--link site map ----*/
.link{
	list-style-type:disc;
	margin:10px 0 20px 40px;
}

.link li{
	list-style-type:disc;
	margin:10px 0 0 0px;
}

.link li a,
.link li a:visited,
.linkunderline{
	text-decoration:underline;
}

/*--list --*/
.list{
	list-style-type:disc;
	margin:3px 0 10px 20px;
}

.list li{
	list-style-type:disc;
}

ol li{
	list-style-type:decimal;
}


/* download */
	
a.dl{
	width:150px;
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-image:url(../yoshin/image/button.gif);
	background-repeat:no-repeat;
	margin:5px auto;
	text-align:center;
	color:#ffffff;

}

a.dl:hover{
	background-image:url(../yoshin/image/button-on.gif);
	background-repeat:no-repeat;
	color:#ffffff;
}

.dltitle{ 
	display:block;
	padding:2px 10px;
	color:#996699;
	border-bottom:1px dashed #a9a9a9;
	font-weight:bold;
	margin:0 0 5px 0;
}
/**/

/* qr code */
a.qr{
	text-decoration:none;
	display:block;
	width:95px;
	background-image:url(../image/qr.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:75px 0 2px 0;
	border:1px solid #a9a9a9;
	text-align:center;
	color:#333333;
}
/**/

/* footer */
#footer{
	font-size:10px;
	color:#888888;
	text-align:center;
	padding:40px 0 10px 180px;
	margin:0px;
	clear:both;
}
.counter{
	color:#333333;
	text-align:left;
	margin:0px;
	padding:0 10px;
	font-size:10px;
	line-height:1em;
}

/**/

/*-------------------------------------------------------------------------------------*/

