@charset "utf-8";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #3F3F3F;
	background-image: url(img/back.gif);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

.twoColFixLtHdr #container {
	width: 992px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #top {
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	width: 871px;
	height: 50px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -16px;
	margin-left: 0px;
	clear: left;
} 
.twoColFixLtHdr #adlink {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	margin: 0;
} 

img {
    border-style:none;
}
a { /* FireFox リンク選択時の点線を消す　*/
   
    outline: none;
}

.twoColFixLtHdr #header {
	padding: 0;
	height: 101px;
	width: 320px;
	float: left;	
} 
.twoColFixLtHdr #headerright {
	padding: 0;
	float: left;
	height: 101px;
	width: 672px;
	text-align: center;
	
} 

.twoColFixLtHdr #headerright h1 {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	float: left;
	height: 28px;
	width: 500px;	
}
.twoColFixLtHdr #contact {
	float: left;
	width: 106px;
	height: 18px;
	padding-left: 64px;
	padding-top: 10px;
	
}

#contact a:hover {
	position : relative;
	top : 2px;
	left : 2px;
	
}


.twoColFixLtHdr #cmtop {
	float: left;
	width: 500px;
	height: 73px;	
}

.large {
	background-image: url(img/large.png);
	height: 24px;
	width: 24px;
	display: block;
	background-repeat: no-repeat;
}


.large a:link {
	background-image: url(img/large.png);
	height: 24px;
	width: 24px;
	display: block;
	background-repeat: no-repeat;
}


.large a:hover {
	background-image: url(img/largeon.png);
	background-repeat: no-repeat;
}


.middle {
	background-image: url(img/middleon.png);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: 1px;
	background-repeat: no-repeat;

}
.middle a:link {
    background-image: url(img/middleon.png);
  	background-repeat: no-repeat;

}

.small {
	background-image: url(img/small.png);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: 1px;
	background-repeat: no-repeat;

}


.small a:link {
	background-image: url(img/small.png);
	background-repeat: no-repeat;

}


.small a:hover {
	background-image: url(img/smallon.png);
	background-repeat: no-repeat;

}

#size {
	float: left;
	height: 73px;
	width: 170px;
	background-image: url(img/font.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

ul.size-menu {
	margin: 0px;
	padding: 0px;
	width: 75px;
	padding-left: 80px;	
}

ul.size-menu li {
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	padding-top: 49px;
	font-size: 9px;
	display: block;
}
ul.size-menu li a {
	display: block;
	width: 24px;
	margin-right: 1px;
	padding: 0px;
	text-decoration: none;
	
}

#contents {
	float: left;
	width: 557px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.topmenu {
	background-image: url(img/topbox.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 168px;
	width: 277px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#toptitle {
	font-size: 131%;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.topmenu h3 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 13px;
}
.topmenu p {
	padding: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 100%;
}
.list {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 100%;
	padding: 0px;
}

.maincm {
	background-image: url(img/maincm.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 510px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
	background-position: left bottom;
}

#cmright {
	float: left;
	width: 193px;
	padding-top: 25px;
	height: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cmrighttop {
	width: 193px;
	background-image: url(img/cmrighttop.png);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-position: left bottom;
}
.cmrightlast {
	width: 193px;
	background-image: url(img/cmrightlast.png);
	background-repeat: no-repeat;
	height: 19px;
}
.cmrightm {
	width: 178px;
	background-image: url(img/cmrightm.png);
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.cmrightm1 {
	width: 178px;
	background-image: url(img/cmrightm.png);
	background-repeat: repeat-y;
	height: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}





.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 223px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #category {
	background-image: url(img/Category.png);
	height: 45px;
	width: 223px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;

}
.twoColFixLtHdr #categoryg {
	background-image: url(img/Categoryg.png);
	height: 29px;
	width: 223px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.categorym {
	padding: 0px;
	background-image: url(img/CategoryM.png);
	height: 100%;
	width: 223px;
	background-repeat: repeat-y;
	margin: 0px;

}
.categoryl {
	padding: 0px;
	background-image: url(img/CategoryLast.png);
	height: 18px;
	width: 223px;
	background-repeat: no-repeat;

}

.twoColFixLtHdr #mainContent {
	float: right;
	width: 750px;
	padding: 0;
	zoom: 1;
} 
.twoColFixLtHdr #footer {
	clear:both;
	background-image: url(img/last.png);
	background-repeat: no-repeat;
	width: 871px;
	height: 37px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	margin: 0px;
	
} 
#topicPath {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 16px;
	font-weight: bold;
}   
#topicPath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
}   
#topicPath li a {
	padding-right:10px;
	background-image: url(img/pan.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	text-decoration: none;
}  

#topicPath li a:hover {
	position : relative;
	top : 2px;
	left : 2px;
	color: #3300FF;
}
#main0 {
	background-image: url(img/main0.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#main1 {
	background-image: url(img/main1.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#main2 {
	background-image: url(img/main2.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#main3 {
	background-image: url(img/main3.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#main1 {
	background-image: url(img/main1.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#maincate {
	background-image: url(img/maincate.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#mainpur {
	background-image: url(img/mainpur.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#mainnew {
	background-image: url(img/mainnew.png);
	background-repeat: no-repeat;
	height: 67px;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

#mainm {
	background-image: url(img/mainm.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 510px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}

.mainlast {
	background-image: url(img/mainlast.png);
	background-repeat: repeat-y;
	height: 26px;
	width: 510px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	font-size: 10px;
}
.connection {
	background-image: url(img/connection.png);
	background-repeat: no-repeat;
	height: 68px;
	width: 550px;
	margin: 0px;
	float: left;
	padding: 0px;
}
.connectionm {
	background-image: url(img/mainm.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 510px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}
.connectionm li {
	list-style-image: none;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 20px;
	list-style-position: outside;
	background-image: url(img/ya.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style-type: none;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.connectionm ul {
	height: 100%;
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo,"ＭＳ ゴシック", "MS Gothic", sans-serif;
}

.connectionm li a {
	display : block;
	width   : 100%;
	height  : 100%;
 }
.connectionm li a:link {
	text-decoration: none;
	color: #333333;
}
.connectionm li a:visited {
	text-decoration: none;
	color: #333333;
}
.connectionm li a:hover {
	color:#FFFFFF;
	background-color:#0066FF;
}
.connectionm li a:active {
	text-decoration: none;
}

.connectipur {
	background-image: url(img/mainm.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 510px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}
.connectipur ul {
	height: 100%;
	width: 250px;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo,"ＭＳ ゴシック", "MS Gothic", sans-serif;
	float: left;
}
.connectipur li {
	list-style-image: none;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 20px;
	list-style-position: outside;
	background-image: url(img/ya.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style-type: none;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.connectipur li a {
	display : block;
	width   : 100%;
	height  : 100%;
 }
.connectipur li a:link {
	text-decoration: none;
	color: #333333;
}
.connectipur li a:visited {
	text-decoration: none;
	color: #333333;
}
.connectipur li a:hover {
	color:#FFFFFF;
	background-color:#0066FF;
}
.connectipur li a:active {
	text-decoration: none;
}

.box {
	padding-left: 15px;
	font-size: 13px;


}
#box1 {
	background-image: url(img/box.png);
	background-repeat: no-repeat;
	line-height: 40px;
	background-position: left top;
	float: left;
	height: 40px;
	width: 106px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#box2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	width: 373px;
	background-repeat: no-repeat;
	background-image: url(img/box.png);
	background-position: right top;
	line-height: 40px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#box3 {
	background-image: url(img/box.png);
	background-repeat: no-repeat;
	line-height: 17px;
	background-position: left center;
	float: left;
	height: 40px;
	width: 106px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#box4 {
	padding: 0px;
	float: left;
	height: 40px;
	width: 373px;
	background-repeat: no-repeat;
	background-image: url(img/box.png);
	background-position: right center;
	line-height: 40px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
}
#box5 {
	background-image: url(img/box.png);
	background-repeat: no-repeat;
	line-height: 40px;
	background-position: left bottom;
	float: left;
	height: 40px;
	width: 106px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#box6 {
	padding: 0px;
	float: left;
	height: 40px;
	width: 373px;
	background-repeat: no-repeat;
	background-image: url(img/box.png);
	background-position: right bottom;
	line-height: 40px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}



.box p {
	padding-left: 5px;
	padding-right: 5px;
}

#box3 p {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


#sidebar1 li {
	list-style-image: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	list-style-position: outside;
	background-image: url(img/excelicon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style-type: none;
	text-indent: 20px;
	height: 35px;
	line-height: 35px;
}
#sidebar1 ul {
	height: 100%;
	width: 223px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	color: #999999;
}
#sidebar1 a {
	display : block;
	width   : 100%;
	height  : 100%;
 }
#sidebar1 a:link {
	text-decoration: none;
	color: #333333;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #333333;
}
#sidebar1 a:hover {
	color:#FFFFFF;
	background-color:#0066FF;
}
#sidebar1 a:active {
	text-decoration: none;
}
#activecate {
	background-color: #FFFFCC;
}

h2 {
	font-size: 131%;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

p {
	
	margin: 0px;
	padding: 0px;
}

#mainm h3
{
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	font-size: 120%;
}
.connection h3
{
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.connection h4
{
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 20px;
	font-weight: bold;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mainm img
{
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}


#mainm table
{
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	margin-left: 15px;
	clear: left;	
}

.tablelist th
{
   border-top: solid 1px #999999;
   border-right: solid 1px #999999;
}

.tablelist td
{
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	padding-left: 8px;
	padding-right: 3px;
}


.tablelist {
	font-size: 100%;
	line-height: 22px;		
}

.cap {
	background-color: #6B82B2;
	color: #FFFFFF;
	text-align: center;
}
.trlist {
	background-color: #F2F2F2;
}
.trlist1 {
	background-color: #F2F2F2;
	line-height: 40px;
}
.dan1 {
	line-height: 40px;
	
}

#mainm table b
{
	border: 1px solid #FF0000;
	font-size: 85%;
	background-color: #FFCCFF;
	text-align: center;
	font-weight: normal;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#mainp
{
	font-size: 108%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainp1
{
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainm table p
{
	font-size: 100%;
}
.red
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.blue
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
.green
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.orange
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.yellow
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
.purple
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9900FF;
}

.redten {
	background-image: url(img/red.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
.blueten {
	background-image: url(img/blue.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
.greenten {
	background-image: url(img/green.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
.orangeten
{
	background-image: url(img/orange.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
.purpleten {
	background-image: url(img/purple.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
.yellowten
{
	background-image: url(img/yellow.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}

.tablesample {
	font-size: 100%;
	line-height: 22px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 0px;
}
.tablesample th
{
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	text-align: center;
	color: #FFFFFF;
	background-color: #6B82B2;
}

.tablesample td
{
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	padding-left: 8px;
	padding-right: 3px;
}
table a {
	color: #3366FF;
	text-decoration: none;
}  
table a:hover {
	position : relative;
	top : 2px;
	left : 2px;
}

.tnomal {
	font-weight: normal;
}
#last
{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}
.topmove
{
	text-align: right;
	padding-top: 5px;
}
.topmove a:hover {
	position : relative;
	top : 2px;
	left : 2px;
}
#topicPath h2 {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}   
.purposesbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 277px;
	line-height: 25px;
	font-size: 13px;

}
.purposesbox a {
	color: #FFFFFF;
	text-decoration: none;
}  
.purposesbox a:hover {
	position : relative;
	top : 2px;
	left : 2px;
	text-decoration: underline;
}

.purposestop {
	background-image: url(img/purposes1.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 277px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.purposesm {
	background-image: url(img/purposes2.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 277px;
	padding: 0px;
	margin: 0px;
}
.purposeslast {
	background-image: url(img/purposes3.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 277px;
	padding: 0px;
	margin: 0px;
}
.purposesm table {
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 13px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.purposesm table td {
	list-style-image: none;
	list-style-position: outside;
	background-image: url(img/ya.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style-type: none;
	line-height: 25px;
	text-indent: 20px;
}
#mainmcm {
	height: 100%;
	width: 470px;
	padding: 0px;
	margin: 18px;
}
#searchtop {
	height: 80px;
	width: 480px;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	text-indent: 170px;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.newlist {
	height: 100%;
	width: 480px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.newlist ul {
	height: 100%;
	width: 230px;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo,"ＭＳ ゴシック", "MS Gothic", sans-serif;
	float: left;
}
.newlist li {
	list-style-image: none;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 20px;
	list-style-position: outside;
	background-image: url(img/ya.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style-type: none;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newlist li a {
	color: #3F3F3F;
	text-decoration: none;
 }
.newlist li a:hover {
	position : relative;
	top : 2px;
	left : 2px;
}
.yabig {
	color: #FFFFFF;
	background-image: url(img/yabig.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 500px;
}

