@charset "UTF-8";
/* CSS Document */

/*------------------
 　メイン
------------------*/
* html #main {
}
#main {
	width: 950px;
	background-image: url(images/index-main-long.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 750px
}
#welcome {
	margin-top: 0;
	margin-right: 0;
	margin-left: 30px;
	padding-top: 140px;
	padding-left: 30px;
	padding-bottom: 140px;
}

#welcome h2 {
	text-indent: -10000em;
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 580px;
}
* html #welcome p {
	font-weight: bold;
}
#welcome p {
	width: 550px;
	line-height: 180%;
	color: #FFFFFF;
	font-size: 90%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#main ul {
	line-height: 200%;
	list-style-type: none;
	padding-left: 0px;
}
#main li a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#main li a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#main li a:hover {
	color: #990099;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990099;
}
.twitter {
		background-color: #130c04;
}
#button {
	float: right;
	margin: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 260px;
}

#linc {
	color: #FFFFFF;
}
