@charset "UTF-8";


/* 設定クリア
---------------------------------------------------- */
body,img,p,ul,ol,dl,li,h1,h2,h3,h4,h5,dl,dt,dd,form,iframe {
	border:0px;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman",Times,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}


body {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}


a {
	color: #666666;
	text-decoration: none
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

.text {
	font-size: 10px;
	line-height: 1.6em;
	font-weight: lighter;
}


.text2 {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: lighter;
}



.text3 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: lighter;
}



/* トップページリスト
---------------------------------------------------- */

ul.top_menu_list {
	list-style-type: none;
	margin-top: 0px;
}


ul.top_menu_list li {
	background-image: url(../image_parts/list_circle_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent: 20px;
	margin-left: 10px;
	margin-bottom: 3px;
}


ul.top_menu_list li a {
	color: #666666;
}
